Skip to content

Commit 95b057c

Browse files
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
1 parent 17c961d commit 95b057c

File tree

10 files changed

+206
-3
lines changed

10 files changed

+206
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Release v1.44.18 (2022-05-19)
2+
===
3+
4+
### Service Client Updates
5+
* `service/gamesparks`: Updates service API and documentation
6+
* `service/lookoutmetrics`: Updates service API and documentation
7+
18
Release v1.44.17 (2022-05-18)
29
===
310

aws/endpoints/defaults.go

+15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.17"
8+
const SDKVersion = "1.44.18"

models/apis/gamesparks/2021-08-17/api-2.json

+28
Original file line numberDiff line numberDiff line change
@@ -1261,6 +1261,17 @@
12611261
"pattern": "^\\S(.*\\S)?$",
12621262
"type": "string"
12631263
},
1264+
"DeploymentResult": {
1265+
"members": {
1266+
"Message": {
1267+
"shape": "Message"
1268+
},
1269+
"ResultCode": {
1270+
"shape": "ResultCode"
1271+
}
1272+
},
1273+
"type": "structure"
1274+
},
12641275
"DeploymentState": {
12651276
"enum": [
12661277
"PENDING",
@@ -2156,6 +2167,9 @@
21562167
"min": 1,
21572168
"type": "integer"
21582169
},
2170+
"Message": {
2171+
"type": "string"
2172+
},
21592173
"NextToken": {
21602174
"max": 1024,
21612175
"min": 1,
@@ -2206,6 +2220,14 @@
22062220
},
22072221
"type": "structure"
22082222
},
2223+
"ResultCode": {
2224+
"enum": [
2225+
"SUCCESS",
2226+
"INVALID_ROLE_FAILURE",
2227+
"UNSPECIFIED_FAILURE"
2228+
],
2229+
"type": "string"
2230+
},
22092231
"RoleARN": {
22102232
"max": 2048,
22112233
"min": 20,
@@ -2358,6 +2380,9 @@
23582380
"DeploymentId": {
23592381
"shape": "DeploymentId"
23602382
},
2383+
"DeploymentResult": {
2384+
"shape": "DeploymentResult"
2385+
},
23612386
"DeploymentState": {
23622387
"shape": "DeploymentState"
23632388
},
@@ -2384,6 +2409,9 @@
23842409
"DeploymentId": {
23852410
"shape": "DeploymentId"
23862411
},
2412+
"DeploymentResult": {
2413+
"shape": "DeploymentResult"
2414+
},
23872415
"DeploymentState": {
23882416
"shape": "DeploymentState"
23892417
},

models/apis/gamesparks/2021-08-17/docs-2.json

+19
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,13 @@
179179
"StageDeploymentSummary$DeploymentId": "<p>The identifier of the deployment.</p>"
180180
}
181181
},
182+
"DeploymentResult": {
183+
"base": "<p>The result of the deployment.</p>",
184+
"refs": {
185+
"StageDeploymentDetails$DeploymentResult": "<p>The result of the deployment.</p>",
186+
"StageDeploymentSummary$DeploymentResult": "<p>The result of the deployment.</p>"
187+
}
188+
},
182189
"DeploymentState": {
183190
"base": null,
184191
"refs": {
@@ -639,6 +646,12 @@
639646
"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>"
640647
}
641648
},
649+
"Message": {
650+
"base": null,
651+
"refs": {
652+
"DeploymentResult$Message": "<p>Details about the deployment result.</p>"
653+
}
654+
},
642655
"NextToken": {
643656
"base": null,
644657
"refs": {
@@ -696,6 +709,12 @@
696709
"refs": {
697710
}
698711
},
712+
"ResultCode": {
713+
"base": null,
714+
"refs": {
715+
"DeploymentResult$ResultCode": "<p>The type of deployment result.</p>"
716+
}
717+
},
699718
"RoleARN": {
700719
"base": null,
701720
"refs": {

models/apis/lookoutmetrics/2017-07-25/api-2.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -1696,7 +1696,8 @@
16961696
],
16971697
"members":{
16981698
"RoleArn":{"shape":"Arn"},
1699-
"SnsTopicArn":{"shape":"Arn"}
1699+
"SnsTopicArn":{"shape":"Arn"},
1700+
"SnsFormat":{"shape":"SnsFormat"}
17001701
}
17011702
},
17021703
"SampleDataS3SourceConfig":{
@@ -1754,6 +1755,14 @@
17541755
"error":{"httpStatusCode":402},
17551756
"exception":true
17561757
},
1758+
"SnsFormat":{
1759+
"type":"string",
1760+
"enum":[
1761+
"LONG_TEXT",
1762+
"SHORT_TEXT",
1763+
"JSON"
1764+
]
1765+
},
17571766
"StringAttributeValue":{"type":"string"},
17581767
"StringListAttributeValue":{
17591768
"type":"list",

models/apis/lookoutmetrics/2017-07-25/docs-2.json

+6
Original file line numberDiff line numberDiff line change
@@ -1190,6 +1190,12 @@
11901190
"refs": {
11911191
}
11921192
},
1193+
"SnsFormat": {
1194+
"base": null,
1195+
"refs": {
1196+
"SNSConfiguration$SnsFormat": "<p>The text format for alerts.</p>"
1197+
}
1198+
},
11931199
"StringAttributeValue": {
11941200
"base": null,
11951201
"refs": {

models/endpoints/endpoints.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -6152,6 +6152,10 @@
61526152
"isRegionalized" : true
61536153
},
61546154
"health" : {
6155+
"defaults" : {
6156+
"protocols" : [ "https" ],
6157+
"sslCommonName" : "health.us-east-1.amazonaws.com"
6158+
},
61556159
"endpoints" : {
61566160
"fips-us-east-2" : {
61576161
"credentialScope" : {
@@ -6170,7 +6174,9 @@
61706174
"tags" : [ "fips" ]
61716175
} ]
61726176
}
6173-
}
6177+
},
6178+
"isRegionalized" : false,
6179+
"partitionEndpoint" : "aws-global"
61746180
},
61756181
"healthlake" : {
61766182
"defaults" : {
@@ -18034,6 +18040,11 @@
1803418040
"us-iso-east-1" : { }
1803518041
}
1803618042
},
18043+
"appconfigdata" : {
18044+
"endpoints" : {
18045+
"us-iso-west-1" : { }
18046+
}
18047+
},
1803718048
"application-autoscaling" : {
1803818049
"defaults" : {
1803918050
"protocols" : [ "http", "https" ]

service/gamesparks/api.go

+79
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/lookoutmetrics/api.go

+29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)