Skip to content

Commit c751f50

Browse files
Release v1.44.121 (2022-10-21) (#4596)
Release v1.44.121 (2022-10-21) === ### Service Client Updates * `service/cognito-idp`: Updates service API and documentation * `service/s3`: Updates service examples * S3 on Outposts launches support for automatic bucket-style alias. You can use the automatic access point alias instead of an access point ARN for any object-level operation in an Outposts bucket. * `service/sagemaker`: Updates service API and documentation * CreateInferenceRecommenderjob API now supports passing endpoint details directly, that will help customers to identify the max invocation and max latency they can achieve for their model and the associated endpoint along with getting recommendations on other instances.
1 parent 17764bf commit c751f50

File tree

15 files changed

+2862
-551
lines changed

15 files changed

+2862
-551
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.121 (2022-10-21)
2+
===
3+
4+
### Service Client Updates
5+
* `service/cognito-idp`: Updates service API and documentation
6+
* `service/s3`: Updates service examples
7+
* S3 on Outposts launches support for automatic bucket-style alias. You can use the automatic access point alias instead of an access point ARN for any object-level operation in an Outposts bucket.
8+
* `service/sagemaker`: Updates service API and documentation
9+
* CreateInferenceRecommenderjob API now supports passing endpoint details directly, that will help customers to identify the max invocation and max latency they can achieve for their model and the associated endpoint along with getting recommendations on other instances.
10+
111
Release v1.44.120 (2022-10-20)
212
===
313

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.120"
8+
const SDKVersion = "1.44.121"

models/apis/cognito-idp/2016-04-18/api-2.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -798,6 +798,7 @@
798798
"errors":[
799799
{"shape":"InvalidParameterException"},
800800
{"shape":"UnsupportedIdentityProviderException"},
801+
{"shape":"ConcurrentModificationException"},
801802
{"shape":"ResourceNotFoundException"},
802803
{"shape":"NotAuthorizedException"},
803804
{"shape":"TooManyRequestsException"},
@@ -888,6 +889,7 @@
888889
{"shape":"InvalidParameterException"},
889890
{"shape":"TooManyRequestsException"},
890891
{"shape":"NotAuthorizedException"},
892+
{"shape":"ConcurrentModificationException"},
891893
{"shape":"InternalErrorException"}
892894
]
893895
},
@@ -1771,6 +1773,7 @@
17711773
{"shape":"InvalidParameterException"},
17721774
{"shape":"UnsupportedIdentityProviderException"},
17731775
{"shape":"ResourceNotFoundException"},
1776+
{"shape":"ConcurrentModificationException"},
17741777
{"shape":"NotAuthorizedException"},
17751778
{"shape":"TooManyRequestsException"},
17761779
{"shape":"InternalErrorException"}
@@ -3064,6 +3067,7 @@
30643067
"members":{
30653068
"PoolName":{"shape":"UserPoolNameType"},
30663069
"Policies":{"shape":"UserPoolPolicyType"},
3070+
"DeletionProtection":{"shape":"DeletionProtectionType"},
30673071
"LambdaConfig":{"shape":"LambdaConfigType"},
30683072
"AutoVerifiedAttributes":{"shape":"VerifiedAttributesListType"},
30693073
"AliasAttributes":{"shape":"AliasAttributesListType"},
@@ -3239,6 +3243,13 @@
32393243
"AccessToken":{"shape":"TokenModelType"}
32403244
}
32413245
},
3246+
"DeletionProtectionType":{
3247+
"type":"string",
3248+
"enum":[
3249+
"ACTIVE",
3250+
"INACTIVE"
3251+
]
3252+
},
32423253
"DeliveryMediumListType":{
32433254
"type":"list",
32443255
"member":{"shape":"DeliveryMediumType"}
@@ -5236,6 +5247,7 @@
52365247
"members":{
52375248
"UserPoolId":{"shape":"UserPoolIdType"},
52385249
"Policies":{"shape":"UserPoolPolicyType"},
5250+
"DeletionProtection":{"shape":"DeletionProtectionType"},
52395251
"LambdaConfig":{"shape":"LambdaConfigType"},
52405252
"AutoVerifiedAttributes":{"shape":"VerifiedAttributesListType"},
52415253
"SmsVerificationMessage":{"shape":"SmsVerificationMessageType"},
@@ -5479,6 +5491,7 @@
54795491
"Id":{"shape":"UserPoolIdType"},
54805492
"Name":{"shape":"UserPoolNameType"},
54815493
"Policies":{"shape":"UserPoolPolicyType"},
5494+
"DeletionProtection":{"shape":"DeletionProtectionType"},
54825495
"LambdaConfig":{"shape":"LambdaConfigType"},
54835496
"Status":{"shape":"StatusType"},
54845497
"LastModifiedDate":{"shape":"DateType"},

models/apis/cognito-idp/2016-04-18/docs-2.json

Lines changed: 30 additions & 22 deletions
Large diffs are not rendered by default.
Lines changed: 315 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,315 @@
1+
{
2+
"version": "1.0",
3+
"parameters": {
4+
"Region": {
5+
"builtIn": "AWS::Region",
6+
"required": false,
7+
"documentation": "The AWS region used to dispatch the request.",
8+
"type": "String"
9+
},
10+
"UseDualStack": {
11+
"builtIn": "AWS::UseDualStack",
12+
"required": true,
13+
"default": false,
14+
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
15+
"type": "Boolean"
16+
},
17+
"UseFIPS": {
18+
"builtIn": "AWS::UseFIPS",
19+
"required": true,
20+
"default": false,
21+
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
22+
"type": "Boolean"
23+
},
24+
"Endpoint": {
25+
"builtIn": "SDK::Endpoint",
26+
"required": false,
27+
"documentation": "Override the endpoint used to send this request",
28+
"type": "String"
29+
}
30+
},
31+
"rules": [
32+
{
33+
"conditions": [
34+
{
35+
"fn": "aws.partition",
36+
"argv": [
37+
{
38+
"ref": "Region"
39+
}
40+
],
41+
"assign": "PartitionResult"
42+
}
43+
],
44+
"type": "tree",
45+
"rules": [
46+
{
47+
"conditions": [
48+
{
49+
"fn": "isSet",
50+
"argv": [
51+
{
52+
"ref": "Endpoint"
53+
}
54+
]
55+
},
56+
{
57+
"fn": "parseURL",
58+
"argv": [
59+
{
60+
"ref": "Endpoint"
61+
}
62+
],
63+
"assign": "url"
64+
}
65+
],
66+
"type": "tree",
67+
"rules": [
68+
{
69+
"conditions": [
70+
{
71+
"fn": "booleanEquals",
72+
"argv": [
73+
{
74+
"ref": "UseFIPS"
75+
},
76+
true
77+
]
78+
}
79+
],
80+
"error": "Invalid Configuration: FIPS and custom endpoint are not supported",
81+
"type": "error"
82+
},
83+
{
84+
"conditions": [],
85+
"type": "tree",
86+
"rules": [
87+
{
88+
"conditions": [
89+
{
90+
"fn": "booleanEquals",
91+
"argv": [
92+
{
93+
"ref": "UseDualStack"
94+
},
95+
true
96+
]
97+
}
98+
],
99+
"error": "Invalid Configuration: Dualstack and custom endpoint are not supported",
100+
"type": "error"
101+
},
102+
{
103+
"conditions": [],
104+
"endpoint": {
105+
"url": {
106+
"ref": "Endpoint"
107+
},
108+
"properties": {},
109+
"headers": {}
110+
},
111+
"type": "endpoint"
112+
}
113+
]
114+
}
115+
]
116+
},
117+
{
118+
"conditions": [
119+
{
120+
"fn": "booleanEquals",
121+
"argv": [
122+
{
123+
"ref": "UseFIPS"
124+
},
125+
true
126+
]
127+
},
128+
{
129+
"fn": "booleanEquals",
130+
"argv": [
131+
{
132+
"ref": "UseDualStack"
133+
},
134+
true
135+
]
136+
}
137+
],
138+
"type": "tree",
139+
"rules": [
140+
{
141+
"conditions": [
142+
{
143+
"fn": "booleanEquals",
144+
"argv": [
145+
true,
146+
{
147+
"fn": "getAttr",
148+
"argv": [
149+
{
150+
"ref": "PartitionResult"
151+
},
152+
"supportsFIPS"
153+
]
154+
}
155+
]
156+
},
157+
{
158+
"fn": "booleanEquals",
159+
"argv": [
160+
true,
161+
{
162+
"fn": "getAttr",
163+
"argv": [
164+
{
165+
"ref": "PartitionResult"
166+
},
167+
"supportsDualStack"
168+
]
169+
}
170+
]
171+
}
172+
],
173+
"type": "tree",
174+
"rules": [
175+
{
176+
"conditions": [],
177+
"endpoint": {
178+
"url": "https://cognito-idp-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
179+
"properties": {},
180+
"headers": {}
181+
},
182+
"type": "endpoint"
183+
}
184+
]
185+
},
186+
{
187+
"conditions": [],
188+
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
189+
"type": "error"
190+
}
191+
]
192+
},
193+
{
194+
"conditions": [
195+
{
196+
"fn": "booleanEquals",
197+
"argv": [
198+
{
199+
"ref": "UseFIPS"
200+
},
201+
true
202+
]
203+
}
204+
],
205+
"type": "tree",
206+
"rules": [
207+
{
208+
"conditions": [
209+
{
210+
"fn": "booleanEquals",
211+
"argv": [
212+
true,
213+
{
214+
"fn": "getAttr",
215+
"argv": [
216+
{
217+
"ref": "PartitionResult"
218+
},
219+
"supportsFIPS"
220+
]
221+
}
222+
]
223+
}
224+
],
225+
"type": "tree",
226+
"rules": [
227+
{
228+
"conditions": [],
229+
"type": "tree",
230+
"rules": [
231+
{
232+
"conditions": [],
233+
"endpoint": {
234+
"url": "https://cognito-idp-fips.{Region}.{PartitionResult#dnsSuffix}",
235+
"properties": {},
236+
"headers": {}
237+
},
238+
"type": "endpoint"
239+
}
240+
]
241+
}
242+
]
243+
},
244+
{
245+
"conditions": [],
246+
"error": "FIPS is enabled but this partition does not support FIPS",
247+
"type": "error"
248+
}
249+
]
250+
},
251+
{
252+
"conditions": [
253+
{
254+
"fn": "booleanEquals",
255+
"argv": [
256+
{
257+
"ref": "UseDualStack"
258+
},
259+
true
260+
]
261+
}
262+
],
263+
"type": "tree",
264+
"rules": [
265+
{
266+
"conditions": [
267+
{
268+
"fn": "booleanEquals",
269+
"argv": [
270+
true,
271+
{
272+
"fn": "getAttr",
273+
"argv": [
274+
{
275+
"ref": "PartitionResult"
276+
},
277+
"supportsDualStack"
278+
]
279+
}
280+
]
281+
}
282+
],
283+
"type": "tree",
284+
"rules": [
285+
{
286+
"conditions": [],
287+
"endpoint": {
288+
"url": "https://cognito-idp.{Region}.{PartitionResult#dualStackDnsSuffix}",
289+
"properties": {},
290+
"headers": {}
291+
},
292+
"type": "endpoint"
293+
}
294+
]
295+
},
296+
{
297+
"conditions": [],
298+
"error": "DualStack is enabled but this partition does not support DualStack",
299+
"type": "error"
300+
}
301+
]
302+
},
303+
{
304+
"conditions": [],
305+
"endpoint": {
306+
"url": "https://cognito-idp.{Region}.{PartitionResult#dnsSuffix}",
307+
"properties": {},
308+
"headers": {}
309+
},
310+
"type": "endpoint"
311+
}
312+
]
313+
}
314+
]
315+
}

0 commit comments

Comments
 (0)