Skip to content

Commit 55b562a

Browse files
Release v1.44.100 (2022-09-16) (#4560)
Release v1.44.100 (2022-09-16) === ### Service Client Updates * `service/codestar-notifications`: Updates service API and documentation * `service/ecs`: Updates service documentation * This release supports new task definition sizes.
1 parent 26d6484 commit 55b562a

File tree

9 files changed

+236
-144
lines changed

9 files changed

+236
-144
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Release v1.44.100 (2022-09-16)
2+
===
3+
4+
### Service Client Updates
5+
* `service/codestar-notifications`: Updates service API and documentation
6+
* `service/ecs`: Updates service documentation
7+
* This release supports new task definition sizes.
8+
19
Release v1.44.99 (2022-09-15)
210
===
311

aws/version.go

Lines changed: 1 addition & 1 deletion
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.99"
8+
const SDKVersion = "1.44.100"

models/apis/codestar-notifications/2019-10-15/api-2.json

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@
130130
"output":{"shape":"SubscribeResult"},
131131
"errors":[
132132
{"shape":"ValidationException"},
133-
{"shape":"ResourceNotFoundException"}
133+
{"shape":"ResourceNotFoundException"},
134+
{"shape":"ConfigurationException"}
134135
]
135136
},
136137
"TagResource":{
@@ -143,6 +144,7 @@
143144
"output":{"shape":"TagResourceResult"},
144145
"errors":[
145146
{"shape":"ResourceNotFoundException"},
147+
{"shape":"LimitExceededException"},
146148
{"shape":"ValidationException"},
147149
{"shape":"ConcurrentModificationException"}
148150
]
@@ -163,12 +165,13 @@
163165
"name":"UntagResource",
164166
"http":{
165167
"method":"POST",
166-
"requestUri":"/untagResource"
168+
"requestUri":"/untagResource/{resourceArn}"
167169
},
168170
"input":{"shape":"UntagResourceRequest"},
169171
"output":{"shape":"UntagResourceResult"},
170172
"errors":[
171173
{"shape":"ResourceNotFoundException"},
174+
{"shape":"LimitExceededException"},
172175
{"shape":"ValidationException"},
173176
{"shape":"ConcurrentModificationException"}
174177
]
@@ -183,7 +186,8 @@
183186
"output":{"shape":"UpdateNotificationRuleResult"},
184187
"errors":[
185188
{"shape":"ValidationException"},
186-
{"shape":"ResourceNotFoundException"}
189+
{"shape":"ResourceNotFoundException"},
190+
{"shape":"ConfigurationException"}
187191
]
188192
}
189193
},
@@ -407,7 +411,10 @@
407411
"TARGET_ADDRESS"
408412
]
409413
},
410-
"ListNotificationRulesFilterValue":{"type":"string"},
414+
"ListNotificationRulesFilterValue":{
415+
"type":"string",
416+
"max":2048
417+
},
411418
"ListNotificationRulesFilters":{
412419
"type":"list",
413420
"member":{"shape":"ListNotificationRulesFilter"}
@@ -462,7 +469,10 @@
462469
"TARGET_STATUS"
463470
]
464471
},
465-
"ListTargetsFilterValue":{"type":"string"},
472+
"ListTargetsFilterValue":{
473+
"type":"string",
474+
"max":2048
475+
},
466476
"ListTargetsFilters":{
467477
"type":"list",
468478
"member":{"shape":"ListTargetsFilter"}
@@ -686,8 +696,16 @@
686696
"TagKeys"
687697
],
688698
"members":{
689-
"Arn":{"shape":"NotificationRuleArn"},
690-
"TagKeys":{"shape":"TagKeys"}
699+
"Arn":{
700+
"shape":"NotificationRuleArn",
701+
"location":"uri",
702+
"locationName":"resourceArn"
703+
},
704+
"TagKeys":{
705+
"shape":"TagKeys",
706+
"location":"querystring",
707+
"locationName":"tagKeys"
708+
}
691709
}
692710
},
693711
"UntagResourceResult":{

models/apis/codestar-notifications/2019-10-15/docs-2.json

Lines changed: 32 additions & 32 deletions
Large diffs are not rendered by default.

models/apis/ecs/2014-11-13/docs-2.json

Lines changed: 11 additions & 11 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)