Skip to content

Commit

Permalink
Release v1.44.100 (2022-09-16) (#4560)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aws-sdk-go-automation committed Sep 16, 2022
1 parent 26d6484 commit 55b562a
Show file tree
Hide file tree
Showing 9 changed files with 236 additions and 144 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
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.

Release v1.44.99 (2022-09-15)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.99"
const SDKVersion = "1.44.100"
32 changes: 25 additions & 7 deletions models/apis/codestar-notifications/2019-10-15/api-2.json
Expand Up @@ -130,7 +130,8 @@
"output":{"shape":"SubscribeResult"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ConfigurationException"}
]
},
"TagResource":{
Expand All @@ -143,6 +144,7 @@
"output":{"shape":"TagResourceResult"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ValidationException"},
{"shape":"ConcurrentModificationException"}
]
Expand All @@ -163,12 +165,13 @@
"name":"UntagResource",
"http":{
"method":"POST",
"requestUri":"/untagResource"
"requestUri":"/untagResource/{resourceArn}"
},
"input":{"shape":"UntagResourceRequest"},
"output":{"shape":"UntagResourceResult"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ValidationException"},
{"shape":"ConcurrentModificationException"}
]
Expand All @@ -183,7 +186,8 @@
"output":{"shape":"UpdateNotificationRuleResult"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ConfigurationException"}
]
}
},
Expand Down Expand Up @@ -407,7 +411,10 @@
"TARGET_ADDRESS"
]
},
"ListNotificationRulesFilterValue":{"type":"string"},
"ListNotificationRulesFilterValue":{
"type":"string",
"max":2048
},
"ListNotificationRulesFilters":{
"type":"list",
"member":{"shape":"ListNotificationRulesFilter"}
Expand Down Expand Up @@ -462,7 +469,10 @@
"TARGET_STATUS"
]
},
"ListTargetsFilterValue":{"type":"string"},
"ListTargetsFilterValue":{
"type":"string",
"max":2048
},
"ListTargetsFilters":{
"type":"list",
"member":{"shape":"ListTargetsFilter"}
Expand Down Expand Up @@ -686,8 +696,16 @@
"TagKeys"
],
"members":{
"Arn":{"shape":"NotificationRuleArn"},
"TagKeys":{"shape":"TagKeys"}
"Arn":{
"shape":"NotificationRuleArn",
"location":"uri",
"locationName":"resourceArn"
},
"TagKeys":{
"shape":"TagKeys",
"location":"querystring",
"locationName":"tagKeys"
}
}
},
"UntagResourceResult":{
Expand Down
64 changes: 32 additions & 32 deletions models/apis/codestar-notifications/2019-10-15/docs-2.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions models/apis/ecs/2014-11-13/docs-2.json

Large diffs are not rendered by default.

0 comments on commit 55b562a

Please sign in to comment.