Skip to content

Commit

Permalink
Release v1.44.176 (2023-01-09) (#4684)
Browse files Browse the repository at this point in the history
Release v1.44.176 (2023-01-09)
===

### Service Client Updates
* `service/ecr-public`: Updates service API and documentation
* `service/kendra-ranking`: Adds new service
* `service/network-firewall`: Updates service API and documentation
* `service/ram`: Adds new service
* `service/workspaces-web`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Jan 9, 2023
1 parent c246bb2 commit 18b6b0a
Show file tree
Hide file tree
Showing 33 changed files with 7,461 additions and 848 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.44.176 (2023-01-09)
===

### Service Client Updates
* `service/ecr-public`: Updates service API and documentation
* `service/kendra-ranking`: Adds new service
* `service/network-firewall`: Updates service API and documentation
* `service/ram`: Adds new service
* `service/workspaces-web`: Updates service API and documentation

Release v1.44.175 (2023-01-06)
===

Expand Down
6 changes: 6 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.175"
const SDKVersion = "1.44.176"
64 changes: 46 additions & 18 deletions models/apis/ecr-public/2020-10-30/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
{"shape":"RepositoryNotFoundException"},
{"shape":"InvalidParameterException"},
{"shape":"ServerException"},
{"shape":"RegistryNotFoundException"}
{"shape":"RegistryNotFoundException"},
{"shape":"UnsupportedCommandException"}
]
},
"BatchDeleteImage":{
Expand All @@ -40,7 +41,8 @@
"errors":[
{"shape":"ServerException"},
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"}
{"shape":"RepositoryNotFoundException"},
{"shape":"UnsupportedCommandException"}
]
},
"CompleteLayerUpload":{
Expand Down Expand Up @@ -78,7 +80,8 @@
{"shape":"InvalidTagParameterException"},
{"shape":"TooManyTagsException"},
{"shape":"RepositoryAlreadyExistsException"},
{"shape":"LimitExceededException"}
{"shape":"LimitExceededException"},
{"shape":"UnsupportedCommandException"}
]
},
"DeleteRepository":{
Expand All @@ -93,7 +96,8 @@
{"shape":"ServerException"},
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"},
{"shape":"RepositoryNotEmptyException"}
{"shape":"RepositoryNotEmptyException"},
{"shape":"UnsupportedCommandException"}
]
},
"DeleteRepositoryPolicy":{
Expand All @@ -108,7 +112,8 @@
{"shape":"ServerException"},
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"},
{"shape":"RepositoryPolicyNotFoundException"}
{"shape":"RepositoryPolicyNotFoundException"},
{"shape":"UnsupportedCommandException"}
]
},
"DescribeImageTags":{
Expand All @@ -122,7 +127,8 @@
"errors":[
{"shape":"ServerException"},
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"}
{"shape":"RepositoryNotFoundException"},
{"shape":"UnsupportedCommandException"}
]
},
"DescribeImages":{
Expand All @@ -137,7 +143,8 @@
{"shape":"ServerException"},
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"},
{"shape":"ImageNotFoundException"}
{"shape":"ImageNotFoundException"},
{"shape":"UnsupportedCommandException"}
]
},
"DescribeRegistries":{
Expand Down Expand Up @@ -165,7 +172,8 @@
"errors":[
{"shape":"ServerException"},
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"}
{"shape":"RepositoryNotFoundException"},
{"shape":"UnsupportedCommandException"}
]
},
"GetAuthorizationToken":{
Expand All @@ -178,7 +186,8 @@
"output":{"shape":"GetAuthorizationTokenResponse"},
"errors":[
{"shape":"ServerException"},
{"shape":"InvalidParameterException"}
{"shape":"InvalidParameterException"},
{"shape":"UnsupportedCommandException"}
]
},
"GetRegistryCatalogData":{
Expand All @@ -205,7 +214,9 @@
"errors":[
{"shape":"ServerException"},
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"}
{"shape":"RepositoryCatalogDataNotFoundException"},
{"shape":"RepositoryNotFoundException"},
{"shape":"UnsupportedCommandException"}
]
},
"GetRepositoryPolicy":{
Expand All @@ -220,7 +231,8 @@
{"shape":"ServerException"},
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"},
{"shape":"RepositoryPolicyNotFoundException"}
{"shape":"RepositoryPolicyNotFoundException"},
{"shape":"UnsupportedCommandException"}
]
},
"InitiateLayerUpload":{
Expand Down Expand Up @@ -250,6 +262,7 @@
"errors":[
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"},
{"shape":"UnsupportedCommandException"},
{"shape":"ServerException"}
]
},
Expand Down Expand Up @@ -300,7 +313,8 @@
"errors":[
{"shape":"ServerException"},
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"}
{"shape":"RepositoryNotFoundException"},
{"shape":"UnsupportedCommandException"}
]
},
"SetRepositoryPolicy":{
Expand All @@ -314,7 +328,8 @@
"errors":[
{"shape":"ServerException"},
{"shape":"InvalidParameterException"},
{"shape":"RepositoryNotFoundException"}
{"shape":"RepositoryNotFoundException"},
{"shape":"UnsupportedCommandException"}
]
},
"TagResource":{
Expand All @@ -330,6 +345,7 @@
{"shape":"InvalidTagParameterException"},
{"shape":"TooManyTagsException"},
{"shape":"RepositoryNotFoundException"},
{"shape":"UnsupportedCommandException"},
{"shape":"ServerException"}
]
},
Expand All @@ -346,6 +362,7 @@
{"shape":"InvalidTagParameterException"},
{"shape":"TooManyTagsException"},
{"shape":"RepositoryNotFoundException"},
{"shape":"UnsupportedCommandException"},
{"shape":"ServerException"}
]
},
Expand All @@ -372,7 +389,7 @@
"shapes":{
"AboutText":{
"type":"string",
"max":10240
"max":25600
},
"Architecture":{
"type":"string",
Expand All @@ -384,7 +401,11 @@
"member":{"shape":"Architecture"},
"max":50
},
"Arn":{"type":"string"},
"Arn":{
"type":"string",
"max":2048,
"min":1
},
"AuthorizationData":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1076,8 +1097,8 @@
},
"RegistryIdOrAlias":{
"type":"string",
"max":256,
"min":1
"max":50,
"min":2
},
"RegistryList":{
"type":"list",
Expand Down Expand Up @@ -1131,6 +1152,13 @@
"usageText":{"shape":"UsageText"}
}
},
"RepositoryCatalogDataNotFoundException":{
"type":"structure",
"members":{
"message":{"shape":"ExceptionMessage"}
},
"exception":true
},
"RepositoryDescription":{
"type":"string",
"max":1024
Expand Down Expand Up @@ -1326,7 +1354,7 @@
"Url":{"type":"string"},
"UsageText":{
"type":"string",
"max":10240
"max":25600
}
}
}
Loading

0 comments on commit 18b6b0a

Please sign in to comment.