Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 18b6b0a

Browse files
Release v1.44.176 (2023-01-09) (#4684)
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
1 parent c246bb2 commit 18b6b0a

File tree

33 files changed

+7461
-848
lines changed

33 files changed

+7461
-848
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Release v1.44.176 (2023-01-09)
2+
===
3+
4+
### Service Client Updates
5+
* `service/ecr-public`: Updates service API and documentation
6+
* `service/kendra-ranking`: Adds new service
7+
* `service/network-firewall`: Updates service API and documentation
8+
* `service/ram`: Adds new service
9+
* `service/workspaces-web`: Updates service API and documentation
10+
111
Release v1.44.175 (2023-01-06)
212
===
313

aws/endpoints/defaults.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.175"
8+
const SDKVersion = "1.44.176"

models/apis/ecr-public/2020-10-30/api-2.json

Lines changed: 46 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
{"shape":"RepositoryNotFoundException"},
2727
{"shape":"InvalidParameterException"},
2828
{"shape":"ServerException"},
29-
{"shape":"RegistryNotFoundException"}
29+
{"shape":"RegistryNotFoundException"},
30+
{"shape":"UnsupportedCommandException"}
3031
]
3132
},
3233
"BatchDeleteImage":{
@@ -40,7 +41,8 @@
4041
"errors":[
4142
{"shape":"ServerException"},
4243
{"shape":"InvalidParameterException"},
43-
{"shape":"RepositoryNotFoundException"}
44+
{"shape":"RepositoryNotFoundException"},
45+
{"shape":"UnsupportedCommandException"}
4446
]
4547
},
4648
"CompleteLayerUpload":{
@@ -78,7 +80,8 @@
7880
{"shape":"InvalidTagParameterException"},
7981
{"shape":"TooManyTagsException"},
8082
{"shape":"RepositoryAlreadyExistsException"},
81-
{"shape":"LimitExceededException"}
83+
{"shape":"LimitExceededException"},
84+
{"shape":"UnsupportedCommandException"}
8285
]
8386
},
8487
"DeleteRepository":{
@@ -93,7 +96,8 @@
9396
{"shape":"ServerException"},
9497
{"shape":"InvalidParameterException"},
9598
{"shape":"RepositoryNotFoundException"},
96-
{"shape":"RepositoryNotEmptyException"}
99+
{"shape":"RepositoryNotEmptyException"},
100+
{"shape":"UnsupportedCommandException"}
97101
]
98102
},
99103
"DeleteRepositoryPolicy":{
@@ -108,7 +112,8 @@
108112
{"shape":"ServerException"},
109113
{"shape":"InvalidParameterException"},
110114
{"shape":"RepositoryNotFoundException"},
111-
{"shape":"RepositoryPolicyNotFoundException"}
115+
{"shape":"RepositoryPolicyNotFoundException"},
116+
{"shape":"UnsupportedCommandException"}
112117
]
113118
},
114119
"DescribeImageTags":{
@@ -122,7 +127,8 @@
122127
"errors":[
123128
{"shape":"ServerException"},
124129
{"shape":"InvalidParameterException"},
125-
{"shape":"RepositoryNotFoundException"}
130+
{"shape":"RepositoryNotFoundException"},
131+
{"shape":"UnsupportedCommandException"}
126132
]
127133
},
128134
"DescribeImages":{
@@ -137,7 +143,8 @@
137143
{"shape":"ServerException"},
138144
{"shape":"InvalidParameterException"},
139145
{"shape":"RepositoryNotFoundException"},
140-
{"shape":"ImageNotFoundException"}
146+
{"shape":"ImageNotFoundException"},
147+
{"shape":"UnsupportedCommandException"}
141148
]
142149
},
143150
"DescribeRegistries":{
@@ -165,7 +172,8 @@
165172
"errors":[
166173
{"shape":"ServerException"},
167174
{"shape":"InvalidParameterException"},
168-
{"shape":"RepositoryNotFoundException"}
175+
{"shape":"RepositoryNotFoundException"},
176+
{"shape":"UnsupportedCommandException"}
169177
]
170178
},
171179
"GetAuthorizationToken":{
@@ -178,7 +186,8 @@
178186
"output":{"shape":"GetAuthorizationTokenResponse"},
179187
"errors":[
180188
{"shape":"ServerException"},
181-
{"shape":"InvalidParameterException"}
189+
{"shape":"InvalidParameterException"},
190+
{"shape":"UnsupportedCommandException"}
182191
]
183192
},
184193
"GetRegistryCatalogData":{
@@ -205,7 +214,9 @@
205214
"errors":[
206215
{"shape":"ServerException"},
207216
{"shape":"InvalidParameterException"},
208-
{"shape":"RepositoryNotFoundException"}
217+
{"shape":"RepositoryCatalogDataNotFoundException"},
218+
{"shape":"RepositoryNotFoundException"},
219+
{"shape":"UnsupportedCommandException"}
209220
]
210221
},
211222
"GetRepositoryPolicy":{
@@ -220,7 +231,8 @@
220231
{"shape":"ServerException"},
221232
{"shape":"InvalidParameterException"},
222233
{"shape":"RepositoryNotFoundException"},
223-
{"shape":"RepositoryPolicyNotFoundException"}
234+
{"shape":"RepositoryPolicyNotFoundException"},
235+
{"shape":"UnsupportedCommandException"}
224236
]
225237
},
226238
"InitiateLayerUpload":{
@@ -250,6 +262,7 @@
250262
"errors":[
251263
{"shape":"InvalidParameterException"},
252264
{"shape":"RepositoryNotFoundException"},
265+
{"shape":"UnsupportedCommandException"},
253266
{"shape":"ServerException"}
254267
]
255268
},
@@ -300,7 +313,8 @@
300313
"errors":[
301314
{"shape":"ServerException"},
302315
{"shape":"InvalidParameterException"},
303-
{"shape":"RepositoryNotFoundException"}
316+
{"shape":"RepositoryNotFoundException"},
317+
{"shape":"UnsupportedCommandException"}
304318
]
305319
},
306320
"SetRepositoryPolicy":{
@@ -314,7 +328,8 @@
314328
"errors":[
315329
{"shape":"ServerException"},
316330
{"shape":"InvalidParameterException"},
317-
{"shape":"RepositoryNotFoundException"}
331+
{"shape":"RepositoryNotFoundException"},
332+
{"shape":"UnsupportedCommandException"}
318333
]
319334
},
320335
"TagResource":{
@@ -330,6 +345,7 @@
330345
{"shape":"InvalidTagParameterException"},
331346
{"shape":"TooManyTagsException"},
332347
{"shape":"RepositoryNotFoundException"},
348+
{"shape":"UnsupportedCommandException"},
333349
{"shape":"ServerException"}
334350
]
335351
},
@@ -346,6 +362,7 @@
346362
{"shape":"InvalidTagParameterException"},
347363
{"shape":"TooManyTagsException"},
348364
{"shape":"RepositoryNotFoundException"},
365+
{"shape":"UnsupportedCommandException"},
349366
{"shape":"ServerException"}
350367
]
351368
},
@@ -372,7 +389,7 @@
372389
"shapes":{
373390
"AboutText":{
374391
"type":"string",
375-
"max":10240
392+
"max":25600
376393
},
377394
"Architecture":{
378395
"type":"string",
@@ -384,7 +401,11 @@
384401
"member":{"shape":"Architecture"},
385402
"max":50
386403
},
387-
"Arn":{"type":"string"},
404+
"Arn":{
405+
"type":"string",
406+
"max":2048,
407+
"min":1
408+
},
388409
"AuthorizationData":{
389410
"type":"structure",
390411
"members":{
@@ -1076,8 +1097,8 @@
10761097
},
10771098
"RegistryIdOrAlias":{
10781099
"type":"string",
1079-
"max":256,
1080-
"min":1
1100+
"max":50,
1101+
"min":2
10811102
},
10821103
"RegistryList":{
10831104
"type":"list",
@@ -1131,6 +1152,13 @@
11311152
"usageText":{"shape":"UsageText"}
11321153
}
11331154
},
1155+
"RepositoryCatalogDataNotFoundException":{
1156+
"type":"structure",
1157+
"members":{
1158+
"message":{"shape":"ExceptionMessage"}
1159+
},
1160+
"exception":true
1161+
},
11341162
"RepositoryDescription":{
11351163
"type":"string",
11361164
"max":1024
@@ -1326,7 +1354,7 @@
13261354
"Url":{"type":"string"},
13271355
"UsageText":{
13281356
"type":"string",
1329-
"max":10240
1357+
"max":25600
13301358
}
13311359
}
13321360
}

0 commit comments

Comments
 (0)