Skip to content

Commit f9db156

Browse files
Release v1.51.32 (2024-04-30) (#5248)
Release v1.51.32 (2024-04-30) === ### Service Client Updates * `service/chime-sdk-voice`: Updates service API and documentation * `service/codeartifact`: Updates service API and documentation * `service/fms`: Updates service API and documentation * `service/omics`: Updates service API and documentation * `service/opensearch`: Updates service API and documentation * `service/pinpoint-sms-voice-v2`: Updates service API, documentation, and paginators * `service/qbusiness`: Updates service API, documentation, and waiters * `service/quicksight`: Updates service API and documentation * New Q embedding supporting Generative Q&A * `service/route53resolver`: Updates service API and documentation * `service/sagemaker`: Updates service API and documentation * Amazon SageMaker Training now supports the use of attribute-based access control (ABAC) roles for training job execution roles. Amazon SageMaker Inference now supports G6 instance types. * `service/signer`: Updates service API and documentation * Documentation updates for AWS Signer. Adds cross-account signing constraint and definitions for cross-account actions.
1 parent d5a9528 commit f9db156

File tree

49 files changed

+10309
-892
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+10309
-892
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
Release v1.51.32 (2024-04-30)
2+
===
3+
4+
### Service Client Updates
5+
* `service/chime-sdk-voice`: Updates service API and documentation
6+
* `service/codeartifact`: Updates service API and documentation
7+
* `service/fms`: Updates service API and documentation
8+
* `service/omics`: Updates service API and documentation
9+
* `service/opensearch`: Updates service API and documentation
10+
* `service/pinpoint-sms-voice-v2`: Updates service API, documentation, and paginators
11+
* `service/qbusiness`: Updates service API, documentation, and waiters
12+
* `service/quicksight`: Updates service API and documentation
13+
* New Q embedding supporting Generative Q&A
14+
* `service/route53resolver`: Updates service API and documentation
15+
* `service/sagemaker`: Updates service API and documentation
16+
* Amazon SageMaker Training now supports the use of attribute-based access control (ABAC) roles for training job execution roles. Amazon SageMaker Inference now supports G6 instance types.
17+
* `service/signer`: Updates service API and documentation
18+
* Documentation updates for AWS Signer. Adds cross-account signing constraint and definitions for cross-account actions.
19+
120
Release v1.51.31 (2024-04-29)
221
===
322

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.51.31"
8+
const SDKVersion = "1.51.32"

models/apis/chime-sdk-voice/2022-08-03/api-2.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,9 @@
698698
{"shape":"ThrottledClientException"},
699699
{"shape":"ServiceUnavailableException"},
700700
{"shape":"ServiceFailureException"}
701-
]
701+
],
702+
"deprecated":true,
703+
"deprecatedMessage":"Due to changes made by the Amazon Alexa service, this API is no longer available for use. For more information, refer to the Alexa Smart Properties page(https://developer.amazon.com/en-US/alexa/alexasmartproperties)."
702704
},
703705
"GetSipMediaApplicationLoggingConfiguration":{
704706
"name":"GetSipMediaApplicationLoggingConfiguration",
@@ -1245,7 +1247,9 @@
12451247
{"shape":"ThrottledClientException"},
12461248
{"shape":"ServiceUnavailableException"},
12471249
{"shape":"ServiceFailureException"}
1248-
]
1250+
],
1251+
"deprecated":true,
1252+
"deprecatedMessage":"Due to changes made by the Amazon Alexa service, this API is no longer available for use. For more information, refer to the Alexa Smart Properties page(https://developer.amazon.com/en-US/alexa/alexasmartproperties)."
12491253
},
12501254
"PutSipMediaApplicationLoggingConfiguration":{
12511255
"name":"PutSipMediaApplicationLoggingConfiguration",

models/apis/chime-sdk-voice/2022-08-03/docs-2.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"AssociatePhoneNumbersWithVoiceConnector": "<p>Associates phone numbers with the specified Amazon Chime SDK Voice Connector.</p>",
66
"AssociatePhoneNumbersWithVoiceConnectorGroup": "<p>Associates phone numbers with the specified Amazon Chime SDK Voice Connector group.</p>",
77
"BatchDeletePhoneNumber": "<p> Moves phone numbers into the <b>Deletion queue</b>. Phone numbers must be disassociated from any users or Amazon Chime SDK Voice Connectors before they can be deleted. </p> <p> Phone numbers remain in the <b>Deletion queue</b> for 7 days before they are deleted permanently. </p>",
8-
"BatchUpdatePhoneNumber": "<p>Updates one or more phone numbers.</p>",
8+
"BatchUpdatePhoneNumber": "<p>Updates phone number product types, calling names, or phone number names. You can update one attribute at a time for each <code>UpdatePhoneNumberRequestItem</code>. For example, you can update the product type, the calling name, or phone name. </p> <note> <p>You cannot have a duplicate <code>phoneNumberId</code> in a request.</p> </note>",
99
"CreatePhoneNumberOrder": "<p>Creates an order for phone numbers to be provisioned. For numbers outside the U.S., you must use the Amazon Chime SDK SIP media application dial-in product type.</p>",
1010
"CreateProxySession": "<p>Creates a proxy session for the specified Amazon Chime SDK Voice Connector for the specified participant phone numbers.</p>",
1111
"CreateSipMediaApplication": "<p>Creates a SIP media application. For more information about SIP media applications, see <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/ag/manage-sip-applications.html\">Managing SIP media applications and rules</a> in the <i>Amazon Chime SDK Administrator Guide</i>.</p>",
@@ -37,7 +37,7 @@
3737
"GetPhoneNumberSettings": "<p>Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling name.</p>",
3838
"GetProxySession": "<p>Retrieves the specified proxy session details for the specified Amazon Chime SDK Voice Connector.</p>",
3939
"GetSipMediaApplication": "<p>Retrieves the information for a SIP media application, including name, AWS Region, and endpoints.</p>",
40-
"GetSipMediaApplicationAlexaSkillConfiguration": "<p>Gets the Alexa Skill configuration for the SIP media application.</p>",
40+
"GetSipMediaApplicationAlexaSkillConfiguration": "<p>Gets the Alexa Skill configuration for the SIP media application.</p> <important> <p>Due to changes made by the Amazon Alexa service, this API is no longer available for use. For more information, refer to the <a href=\"https://developer.amazon.com/en-US/alexa/alexasmartproperties\">Alexa Smart Properties</a> page.</p> </important>",
4141
"GetSipMediaApplicationLoggingConfiguration": "<p>Retrieves the logging configuration for the specified SIP media application.</p>",
4242
"GetSipRule": "<p>Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints.</p>",
4343
"GetSpeakerSearchTask": "<p>Retrieves the details of the specified speaker search task.</p>",
@@ -66,7 +66,7 @@
6666
"ListVoiceConnectors": "<p>Lists the Amazon Chime SDK Voice Connectors in the administrators AWS account.</p>",
6767
"ListVoiceProfileDomains": "<p>Lists the specified voice profile domains in the administrator's AWS account. </p>",
6868
"ListVoiceProfiles": "<p>Lists the voice profiles in a voice profile domain.</p>",
69-
"PutSipMediaApplicationAlexaSkillConfiguration": "<p>Updates the Alexa Skill configuration for the SIP media application.</p>",
69+
"PutSipMediaApplicationAlexaSkillConfiguration": "<p>Updates the Alexa Skill configuration for the SIP media application.</p> <important> <p>Due to changes made by the Amazon Alexa service, this API is no longer available for use. For more information, refer to the <a href=\"https://developer.amazon.com/en-US/alexa/alexasmartproperties\">Alexa Smart Properties</a> page.</p> </important>",
7070
"PutSipMediaApplicationLoggingConfiguration": "<p>Updates the logging configuration for the specified SIP media application.</p>",
7171
"PutVoiceConnectorEmergencyCallingConfiguration": "<p>Updates a Voice Connector's emergency calling configuration.</p>",
7272
"PutVoiceConnectorLoggingConfiguration": "<p>Updates a Voice Connector's logging configuration.</p>",
@@ -84,7 +84,7 @@
8484
"TagResource": "<p>Adds a tag to the specified resource.</p>",
8585
"UntagResource": "<p>Removes tags from a resource.</p>",
8686
"UpdateGlobalSettings": "<p>Updates global settings for the Amazon Chime SDK Voice Connectors in an AWS account.</p>",
87-
"UpdatePhoneNumber": "<p>Updates phone number details, such as product type or calling name, for the specified phone number ID. You can update one phone number detail at a time. For example, you can update either the product type or the calling name in one action.</p> <p>For numbers outside the U.S., you must use the Amazon Chime SDK SIP Media Application Dial-In product type.</p> <p>Updates to outbound calling names can take 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update.</p>",
87+
"UpdatePhoneNumber": "<p>Updates phone number details, such as product type, calling name, or phone number name for the specified phone number ID. You can update one phone number detail at a time. For example, you can update either the product type, calling name, or phone number name in one action.</p> <p>For numbers outside the U.S., you must use the Amazon Chime SDK SIP Media Application Dial-In product type.</p> <p>Updates to outbound calling names can take 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update.</p>",
8888
"UpdatePhoneNumberSettings": "<p>Updates the phone number settings for the administrator's AWS account, such as the default outbound calling name. You can update the default outbound calling name once every seven days. Outbound calling names can take up to 72 hours to update.</p>",
8989
"UpdateProxySession": "<p>Updates the specified proxy session details, such as voice or SMS capabilities.</p>",
9090
"UpdateSipMediaApplication": "<p>Updates the details of the specified SIP media application.</p>",
@@ -1341,7 +1341,7 @@
13411341
"refs": {
13421342
"CreatePhoneNumberOrderRequest$Name": "<p>Specifies the name assigned to one or more phone numbers.</p>",
13431343
"PhoneNumber$Name": "<p>The name of the phone number.</p>",
1344-
"UpdatePhoneNumberRequest$Name": "<p>Specifies the name assigned to one or more phone numbers.</p>",
1344+
"UpdatePhoneNumberRequest$Name": "<p>Specifies the updated name assigned to one or more phone numbers.</p>",
13451345
"UpdatePhoneNumberRequestItem$Name": "<p>The name of the phone number.</p>"
13461346
}
13471347
},
@@ -1683,7 +1683,7 @@
16831683
}
16841684
},
16851685
"SipMediaApplicationAlexaSkillConfiguration": {
1686-
"base": "<p>The Alexa Skill configuration of a SIP media application.</p>",
1686+
"base": "<p>The Alexa Skill configuration of a SIP media application.</p> <important> <p>Due to changes made by the Amazon Alexa service, this data type is no longer available for use. For more information, refer to the <a href=\"https://developer.amazon.com/en-US/alexa/alexasmartproperties\">Alexa Smart Properties</a> page.</p> </important>",
16871687
"refs": {
16881688
"GetSipMediaApplicationAlexaSkillConfigurationResponse$SipMediaApplicationAlexaSkillConfiguration": "<p>Returns the Alexa Skill configuration.</p>",
16891689
"PutSipMediaApplicationAlexaSkillConfigurationRequest$SipMediaApplicationAlexaSkillConfiguration": "<p>The Alexa Skill configuration.</p>",

models/apis/chime-sdk-voice/2022-08-03/endpoint-rule-set-1.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
]
4141
}
4242
],
43-
"type": "tree",
4443
"rules": [
4544
{
4645
"conditions": [
@@ -59,7 +58,6 @@
5958
},
6059
{
6160
"conditions": [],
62-
"type": "tree",
6361
"rules": [
6462
{
6563
"conditions": [
@@ -87,13 +85,14 @@
8785
},
8886
"type": "endpoint"
8987
}
90-
]
88+
],
89+
"type": "tree"
9190
}
92-
]
91+
],
92+
"type": "tree"
9393
},
9494
{
9595
"conditions": [],
96-
"type": "tree",
9796
"rules": [
9897
{
9998
"conditions": [
@@ -106,7 +105,6 @@
106105
]
107106
}
108107
],
109-
"type": "tree",
110108
"rules": [
111109
{
112110
"conditions": [
@@ -120,7 +118,6 @@
120118
"assign": "PartitionResult"
121119
}
122120
],
123-
"type": "tree",
124121
"rules": [
125122
{
126123
"conditions": [
@@ -143,7 +140,6 @@
143140
]
144141
}
145142
],
146-
"type": "tree",
147143
"rules": [
148144
{
149145
"conditions": [
@@ -178,11 +174,9 @@
178174
]
179175
}
180176
],
181-
"type": "tree",
182177
"rules": [
183178
{
184179
"conditions": [],
185-
"type": "tree",
186180
"rules": [
187181
{
188182
"conditions": [],
@@ -193,16 +187,19 @@
193187
},
194188
"type": "endpoint"
195189
}
196-
]
190+
],
191+
"type": "tree"
197192
}
198-
]
193+
],
194+
"type": "tree"
199195
},
200196
{
201197
"conditions": [],
202198
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
203199
"type": "error"
204200
}
205-
]
201+
],
202+
"type": "tree"
206203
},
207204
{
208205
"conditions": [
@@ -216,14 +213,12 @@
216213
]
217214
}
218215
],
219-
"type": "tree",
220216
"rules": [
221217
{
222218
"conditions": [
223219
{
224220
"fn": "booleanEquals",
225221
"argv": [
226-
true,
227222
{
228223
"fn": "getAttr",
229224
"argv": [
@@ -232,15 +227,14 @@
232227
},
233228
"supportsFIPS"
234229
]
235-
}
230+
},
231+
true
236232
]
237233
}
238234
],
239-
"type": "tree",
240235
"rules": [
241236
{
242237
"conditions": [],
243-
"type": "tree",
244238
"rules": [
245239
{
246240
"conditions": [],
@@ -251,16 +245,19 @@
251245
},
252246
"type": "endpoint"
253247
}
254-
]
248+
],
249+
"type": "tree"
255250
}
256-
]
251+
],
252+
"type": "tree"
257253
},
258254
{
259255
"conditions": [],
260256
"error": "FIPS is enabled but this partition does not support FIPS",
261257
"type": "error"
262258
}
263-
]
259+
],
260+
"type": "tree"
264261
},
265262
{
266263
"conditions": [
@@ -274,7 +271,6 @@
274271
]
275272
}
276273
],
277-
"type": "tree",
278274
"rules": [
279275
{
280276
"conditions": [
@@ -294,11 +290,9 @@
294290
]
295291
}
296292
],
297-
"type": "tree",
298293
"rules": [
299294
{
300295
"conditions": [],
301-
"type": "tree",
302296
"rules": [
303297
{
304298
"conditions": [],
@@ -309,20 +303,22 @@
309303
},
310304
"type": "endpoint"
311305
}
312-
]
306+
],
307+
"type": "tree"
313308
}
314-
]
309+
],
310+
"type": "tree"
315311
},
316312
{
317313
"conditions": [],
318314
"error": "DualStack is enabled but this partition does not support DualStack",
319315
"type": "error"
320316
}
321-
]
317+
],
318+
"type": "tree"
322319
},
323320
{
324321
"conditions": [],
325-
"type": "tree",
326322
"rules": [
327323
{
328324
"conditions": [],
@@ -333,18 +329,22 @@
333329
},
334330
"type": "endpoint"
335331
}
336-
]
332+
],
333+
"type": "tree"
337334
}
338-
]
335+
],
336+
"type": "tree"
339337
}
340-
]
338+
],
339+
"type": "tree"
341340
},
342341
{
343342
"conditions": [],
344343
"error": "Invalid Configuration: Missing Region",
345344
"type": "error"
346345
}
347-
]
346+
],
347+
"type": "tree"
348348
}
349349
]
350350
}

0 commit comments

Comments
 (0)