Skip to content

Commit

Permalink
Release v1.44.18 (2022-05-19) (#4408)
Browse files Browse the repository at this point in the history
Release v1.44.18 (2022-05-19)
===

### Service Client Updates
* `service/gamesparks`: Updates service API and documentation
* `service/lookoutmetrics`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed May 19, 2022
1 parent 17c961d commit 95b057c
Show file tree
Hide file tree
Showing 10 changed files with 206 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
===

Expand Down
15 changes: 15 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
28 changes: 28 additions & 0 deletions models/apis/gamesparks/2021-08-17/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1261,6 +1261,17 @@
"pattern": "^\\S(.*\\S)?$",
"type": "string"
},
"DeploymentResult": {
"members": {
"Message": {
"shape": "Message"
},
"ResultCode": {
"shape": "ResultCode"
}
},
"type": "structure"
},
"DeploymentState": {
"enum": [
"PENDING",
Expand Down Expand Up @@ -2156,6 +2167,9 @@
"min": 1,
"type": "integer"
},
"Message": {
"type": "string"
},
"NextToken": {
"max": 1024,
"min": 1,
Expand Down Expand Up @@ -2206,6 +2220,14 @@
},
"type": "structure"
},
"ResultCode": {
"enum": [
"SUCCESS",
"INVALID_ROLE_FAILURE",
"UNSPECIFIED_FAILURE"
],
"type": "string"
},
"RoleARN": {
"max": 2048,
"min": 20,
Expand Down Expand Up @@ -2358,6 +2380,9 @@
"DeploymentId": {
"shape": "DeploymentId"
},
"DeploymentResult": {
"shape": "DeploymentResult"
},
"DeploymentState": {
"shape": "DeploymentState"
},
Expand All @@ -2384,6 +2409,9 @@
"DeploymentId": {
"shape": "DeploymentId"
},
"DeploymentResult": {
"shape": "DeploymentResult"
},
"DeploymentState": {
"shape": "DeploymentState"
},
Expand Down
19 changes: 19 additions & 0 deletions models/apis/gamesparks/2021-08-17/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,13 @@
"StageDeploymentSummary$DeploymentId": "<p>The identifier of the deployment.</p>"
}
},
"DeploymentResult": {
"base": "<p>The result of the deployment.</p>",
"refs": {
"StageDeploymentDetails$DeploymentResult": "<p>The result of the deployment.</p>",
"StageDeploymentSummary$DeploymentResult": "<p>The result of the deployment.</p>"
}
},
"DeploymentState": {
"base": null,
"refs": {
Expand Down Expand Up @@ -639,6 +646,12 @@
"ListStagesRequest$MaxResults": "<p>The maximum number of results to return.</p> <p> Use this parameter with NextToken to get results as a set of sequential pages. </p>"
}
},
"Message": {
"base": null,
"refs": {
"DeploymentResult$Message": "<p>Details about the deployment result.</p>"
}
},
"NextToken": {
"base": null,
"refs": {
Expand Down Expand Up @@ -696,6 +709,12 @@
"refs": {
}
},
"ResultCode": {
"base": null,
"refs": {
"DeploymentResult$ResultCode": "<p>The type of deployment result.</p>"
}
},
"RoleARN": {
"base": null,
"refs": {
Expand Down
11 changes: 10 additions & 1 deletion models/apis/lookoutmetrics/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1696,7 +1696,8 @@
],
"members":{
"RoleArn":{"shape":"Arn"},
"SnsTopicArn":{"shape":"Arn"}
"SnsTopicArn":{"shape":"Arn"},
"SnsFormat":{"shape":"SnsFormat"}
}
},
"SampleDataS3SourceConfig":{
Expand Down Expand Up @@ -1754,6 +1755,14 @@
"error":{"httpStatusCode":402},
"exception":true
},
"SnsFormat":{
"type":"string",
"enum":[
"LONG_TEXT",
"SHORT_TEXT",
"JSON"
]
},
"StringAttributeValue":{"type":"string"},
"StringListAttributeValue":{
"type":"list",
Expand Down
6 changes: 6 additions & 0 deletions models/apis/lookoutmetrics/2017-07-25/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1190,6 +1190,12 @@
"refs": {
}
},
"SnsFormat": {
"base": null,
"refs": {
"SNSConfiguration$SnsFormat": "<p>The text format for alerts.</p>"
}
},
"StringAttributeValue": {
"base": null,
"refs": {
Expand Down
13 changes: 12 additions & 1 deletion models/endpoints/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -6152,6 +6152,10 @@
"isRegionalized" : true
},
"health" : {
"defaults" : {
"protocols" : [ "https" ],
"sslCommonName" : "health.us-east-1.amazonaws.com"
},
"endpoints" : {
"fips-us-east-2" : {
"credentialScope" : {
Expand All @@ -6170,7 +6174,9 @@
"tags" : [ "fips" ]
} ]
}
}
},
"isRegionalized" : false,
"partitionEndpoint" : "aws-global"
},
"healthlake" : {
"defaults" : {
Expand Down Expand Up @@ -18034,6 +18040,11 @@
"us-iso-east-1" : { }
}
},
"appconfigdata" : {
"endpoints" : {
"us-iso-west-1" : { }
}
},
"application-autoscaling" : {
"defaults" : {
"protocols" : [ "http", "https" ]
Expand Down
79 changes: 79 additions & 0 deletions service/gamesparks/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions service/lookoutmetrics/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 95b057c

Please sign in to comment.