From 95b057c5adef12d44f97a96b23ca3cc5a51e96d3 Mon Sep 17 00:00:00 2001 From: aws-sdk-go-automation <43143561+aws-sdk-go-automation@users.noreply.github.com> Date: Thu, 19 May 2022 11:34:19 -0700 Subject: [PATCH] Release v1.44.18 (2022-05-19) (#4408) Release v1.44.18 (2022-05-19) === ### Service Client Updates * `service/gamesparks`: Updates service API and documentation * `service/lookoutmetrics`: Updates service API and documentation --- CHANGELOG.md | 7 ++ aws/endpoints/defaults.go | 15 ++++ aws/version.go | 2 +- models/apis/gamesparks/2021-08-17/api-2.json | 28 +++++++ models/apis/gamesparks/2021-08-17/docs-2.json | 19 +++++ .../apis/lookoutmetrics/2017-07-25/api-2.json | 11 ++- .../lookoutmetrics/2017-07-25/docs-2.json | 6 ++ models/endpoints/endpoints.json | 13 ++- service/gamesparks/api.go | 79 +++++++++++++++++++ service/lookoutmetrics/api.go | 29 +++++++ 10 files changed, 206 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1795aa0d54..639f02a76b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +Release v1.44.18 (2022-05-19) +=== + +### Service Client Updates +* `service/gamesparks`: Updates service API and documentation +* `service/lookoutmetrics`: Updates service API and documentation + Release v1.44.17 (2022-05-18) === diff --git a/aws/endpoints/defaults.go b/aws/endpoints/defaults.go index d6af109a037..0609da3ee8e 100644 --- a/aws/endpoints/defaults.go +++ b/aws/endpoints/defaults.go @@ -10475,6 +10475,14 @@ var awsPartition = partition{ }, }, "health": service{ + PartitionEndpoint: "aws-global", + IsRegionalized: boxedFalse, + Defaults: endpointDefaults{ + defaultKey{}: endpoint{ + SSLCommonName: "health.us-east-1.amazonaws.com", + Protocols: []string{"https"}, + }, + }, Endpoints: serviceEndpoints{ endpointKey{ Region: "fips-us-east-2", @@ -29303,6 +29311,13 @@ var awsisoPartition = partition{ }: endpoint{}, }, }, + "appconfigdata": service{ + Endpoints: serviceEndpoints{ + endpointKey{ + Region: "us-iso-west-1", + }: endpoint{}, + }, + }, "application-autoscaling": service{ Defaults: endpointDefaults{ defaultKey{}: endpoint{ diff --git a/aws/version.go b/aws/version.go index e597dcede8a..d7f4047bbeb 100644 --- a/aws/version.go +++ b/aws/version.go @@ -5,4 +5,4 @@ package aws const SDKName = "aws-sdk-go" // SDKVersion is the version of this SDK -const SDKVersion = "1.44.17" +const SDKVersion = "1.44.18" diff --git a/models/apis/gamesparks/2021-08-17/api-2.json b/models/apis/gamesparks/2021-08-17/api-2.json index 6e7af489db6..20d45dc8345 100644 --- a/models/apis/gamesparks/2021-08-17/api-2.json +++ b/models/apis/gamesparks/2021-08-17/api-2.json @@ -1261,6 +1261,17 @@ "pattern": "^\\S(.*\\S)?$", "type": "string" }, + "DeploymentResult": { + "members": { + "Message": { + "shape": "Message" + }, + "ResultCode": { + "shape": "ResultCode" + } + }, + "type": "structure" + }, "DeploymentState": { "enum": [ "PENDING", @@ -2156,6 +2167,9 @@ "min": 1, "type": "integer" }, + "Message": { + "type": "string" + }, "NextToken": { "max": 1024, "min": 1, @@ -2206,6 +2220,14 @@ }, "type": "structure" }, + "ResultCode": { + "enum": [ + "SUCCESS", + "INVALID_ROLE_FAILURE", + "UNSPECIFIED_FAILURE" + ], + "type": "string" + }, "RoleARN": { "max": 2048, "min": 20, @@ -2358,6 +2380,9 @@ "DeploymentId": { "shape": "DeploymentId" }, + "DeploymentResult": { + "shape": "DeploymentResult" + }, "DeploymentState": { "shape": "DeploymentState" }, @@ -2384,6 +2409,9 @@ "DeploymentId": { "shape": "DeploymentId" }, + "DeploymentResult": { + "shape": "DeploymentResult" + }, "DeploymentState": { "shape": "DeploymentState" }, diff --git a/models/apis/gamesparks/2021-08-17/docs-2.json b/models/apis/gamesparks/2021-08-17/docs-2.json index 3c823d088f2..0ba404e74ee 100644 --- a/models/apis/gamesparks/2021-08-17/docs-2.json +++ b/models/apis/gamesparks/2021-08-17/docs-2.json @@ -179,6 +179,13 @@ "StageDeploymentSummary$DeploymentId": "

The identifier of the deployment.

" } }, + "DeploymentResult": { + "base": "

The result of the deployment.

", + "refs": { + "StageDeploymentDetails$DeploymentResult": "

The result of the deployment.

", + "StageDeploymentSummary$DeploymentResult": "

The result of the deployment.

" + } + }, "DeploymentState": { "base": null, "refs": { @@ -639,6 +646,12 @@ "ListStagesRequest$MaxResults": "

The maximum number of results to return.

Use this parameter with NextToken to get results as a set of sequential pages.

" } }, + "Message": { + "base": null, + "refs": { + "DeploymentResult$Message": "

Details about the deployment result.

" + } + }, "NextToken": { "base": null, "refs": { @@ -696,6 +709,12 @@ "refs": { } }, + "ResultCode": { + "base": null, + "refs": { + "DeploymentResult$ResultCode": "

The type of deployment result.

" + } + }, "RoleARN": { "base": null, "refs": { diff --git a/models/apis/lookoutmetrics/2017-07-25/api-2.json b/models/apis/lookoutmetrics/2017-07-25/api-2.json index c3e6dbf9738..5421b8af66d 100644 --- a/models/apis/lookoutmetrics/2017-07-25/api-2.json +++ b/models/apis/lookoutmetrics/2017-07-25/api-2.json @@ -1696,7 +1696,8 @@ ], "members":{ "RoleArn":{"shape":"Arn"}, - "SnsTopicArn":{"shape":"Arn"} + "SnsTopicArn":{"shape":"Arn"}, + "SnsFormat":{"shape":"SnsFormat"} } }, "SampleDataS3SourceConfig":{ @@ -1754,6 +1755,14 @@ "error":{"httpStatusCode":402}, "exception":true }, + "SnsFormat":{ + "type":"string", + "enum":[ + "LONG_TEXT", + "SHORT_TEXT", + "JSON" + ] + }, "StringAttributeValue":{"type":"string"}, "StringListAttributeValue":{ "type":"list", diff --git a/models/apis/lookoutmetrics/2017-07-25/docs-2.json b/models/apis/lookoutmetrics/2017-07-25/docs-2.json index 94af199d31b..5b48024d559 100644 --- a/models/apis/lookoutmetrics/2017-07-25/docs-2.json +++ b/models/apis/lookoutmetrics/2017-07-25/docs-2.json @@ -1190,6 +1190,12 @@ "refs": { } }, + "SnsFormat": { + "base": null, + "refs": { + "SNSConfiguration$SnsFormat": "

The text format for alerts.

" + } + }, "StringAttributeValue": { "base": null, "refs": { diff --git a/models/endpoints/endpoints.json b/models/endpoints/endpoints.json index 45076e55c1b..bea417b5d59 100644 --- a/models/endpoints/endpoints.json +++ b/models/endpoints/endpoints.json @@ -6152,6 +6152,10 @@ "isRegionalized" : true }, "health" : { + "defaults" : { + "protocols" : [ "https" ], + "sslCommonName" : "health.us-east-1.amazonaws.com" + }, "endpoints" : { "fips-us-east-2" : { "credentialScope" : { @@ -6170,7 +6174,9 @@ "tags" : [ "fips" ] } ] } - } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-global" }, "healthlake" : { "defaults" : { @@ -18034,6 +18040,11 @@ "us-iso-east-1" : { } } }, + "appconfigdata" : { + "endpoints" : { + "us-iso-west-1" : { } + } + }, "application-autoscaling" : { "defaults" : { "protocols" : [ "http", "https" ] diff --git a/service/gamesparks/api.go b/service/gamesparks/api.go index fd4acc2b078..636360557f1 100644 --- a/service/gamesparks/api.go +++ b/service/gamesparks/api.go @@ -4130,6 +4130,47 @@ func (s DeleteStageOutput) GoString() string { return s.String() } +// The result of the deployment. +type DeploymentResult struct { + _ struct{} `type:"structure"` + + // Details about the deployment result. + Message *string `type:"string"` + + // The type of deployment result. + ResultCode *string `type:"string" enum:"ResultCode"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeploymentResult) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s DeploymentResult) GoString() string { + return s.String() +} + +// SetMessage sets the Message field's value. +func (s *DeploymentResult) SetMessage(v string) *DeploymentResult { + s.Message = &v + return s +} + +// SetResultCode sets the ResultCode field's value. +func (s *DeploymentResult) SetResultCode(v string) *DeploymentResult { + s.ResultCode = &v + return s +} + type DisconnectPlayerInput struct { _ struct{} `type:"structure" nopayload:"true"` @@ -7295,6 +7336,9 @@ type StageDeploymentDetails struct { // The identifier of the deployment. DeploymentId *string `min:"1" type:"string"` + // The result of the deployment. + DeploymentResult *DeploymentResult `type:"structure"` + // The state of the deployment. DeploymentState *string `type:"string" enum:"DeploymentState"` @@ -7341,6 +7385,12 @@ func (s *StageDeploymentDetails) SetDeploymentId(v string) *StageDeploymentDetai return s } +// SetDeploymentResult sets the DeploymentResult field's value. +func (s *StageDeploymentDetails) SetDeploymentResult(v *DeploymentResult) *StageDeploymentDetails { + s.DeploymentResult = v + return s +} + // SetDeploymentState sets the DeploymentState field's value. func (s *StageDeploymentDetails) SetDeploymentState(v string) *StageDeploymentDetails { s.DeploymentState = &v @@ -7369,6 +7419,9 @@ type StageDeploymentSummary struct { // The identifier of the deployment. DeploymentId *string `min:"1" type:"string"` + // The result of the deployment. + DeploymentResult *DeploymentResult `type:"structure"` + // The state of the deployment. DeploymentState *string `type:"string" enum:"DeploymentState"` @@ -7409,6 +7462,12 @@ func (s *StageDeploymentSummary) SetDeploymentId(v string) *StageDeploymentSumma return s } +// SetDeploymentResult sets the DeploymentResult field's value. +func (s *StageDeploymentSummary) SetDeploymentResult(v *DeploymentResult) *StageDeploymentSummary { + s.DeploymentResult = v + return s +} + // SetDeploymentState sets the DeploymentState field's value. func (s *StageDeploymentSummary) SetDeploymentState(v string) *StageDeploymentSummary { s.DeploymentState = &v @@ -8684,6 +8743,26 @@ func Operation_Values() []string { } } +const ( + // ResultCodeSuccess is a ResultCode enum value + ResultCodeSuccess = "SUCCESS" + + // ResultCodeInvalidRoleFailure is a ResultCode enum value + ResultCodeInvalidRoleFailure = "INVALID_ROLE_FAILURE" + + // ResultCodeUnspecifiedFailure is a ResultCode enum value + ResultCodeUnspecifiedFailure = "UNSPECIFIED_FAILURE" +) + +// ResultCode_Values returns all elements of the ResultCode enum +func ResultCode_Values() []string { + return []string{ + ResultCodeSuccess, + ResultCodeInvalidRoleFailure, + ResultCodeUnspecifiedFailure, + } +} + const ( // StageStateActive is a StageState enum value StageStateActive = "ACTIVE" diff --git a/service/lookoutmetrics/api.go b/service/lookoutmetrics/api.go index 222c8c6ae7c..20e0585b8a6 100644 --- a/service/lookoutmetrics/api.go +++ b/service/lookoutmetrics/api.go @@ -8671,6 +8671,9 @@ type SNSConfiguration struct { // RoleArn is a required field RoleArn *string `type:"string" required:"true"` + // The text format for alerts. + SnsFormat *string `type:"string" enum:"SnsFormat"` + // The ARN of the target SNS topic. // // SnsTopicArn is a required field @@ -8717,6 +8720,12 @@ func (s *SNSConfiguration) SetRoleArn(v string) *SNSConfiguration { return s } +// SetSnsFormat sets the SnsFormat field's value. +func (s *SNSConfiguration) SetSnsFormat(v string) *SNSConfiguration { + s.SnsFormat = &v + return s +} + // SetSnsTopicArn sets the SnsTopicArn field's value. func (s *SNSConfiguration) SetSnsTopicArn(v string) *SNSConfiguration { s.SnsTopicArn = &v @@ -9983,6 +9992,26 @@ func RelationshipType_Values() []string { } } +const ( + // SnsFormatLongText is a SnsFormat enum value + SnsFormatLongText = "LONG_TEXT" + + // SnsFormatShortText is a SnsFormat enum value + SnsFormatShortText = "SHORT_TEXT" + + // SnsFormatJson is a SnsFormat enum value + SnsFormatJson = "JSON" +) + +// SnsFormat_Values returns all elements of the SnsFormat enum +func SnsFormat_Values() []string { + return []string{ + SnsFormatLongText, + SnsFormatShortText, + SnsFormatJson, + } +} + const ( // ValidationExceptionReasonUnknownOperation is a ValidationExceptionReason enum value ValidationExceptionReasonUnknownOperation = "UNKNOWN_OPERATION"