Skip to content

Commit 0f750df

Browse files
feat: update AWS API models
1 parent c0099ac commit 0f750df

File tree

11 files changed

+3041
-223
lines changed

11 files changed

+3041
-223
lines changed

codegen/sdk/aws-models/chime-sdk-voice.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@
465465
}
466466
],
467467
"traits": {
468-
"smithy.api#documentation": "<p>Updates one or more phone numbers.</p>",
468+
"smithy.api#documentation": "<p>Updates phone number product types, calling names, or phone number names. You can update one attribute at a time for each \n <code>UpdatePhoneNumberRequestItem</code>. For example, you can update the product type, the calling name, or phone name.\n </p>\n <note>\n <p>You cannot have a duplicate <code>phoneNumberId</code> in a request.</p>\n </note>",
469469
"smithy.api#http": {
470470
"method": "POST",
471471
"uri": "/phone-numbers?operation=batch-update",
@@ -4178,7 +4178,10 @@
41784178
}
41794179
],
41804180
"traits": {
4181-
"smithy.api#documentation": "<p>Gets the Alexa Skill configuration for the SIP media application.</p>",
4181+
"smithy.api#deprecated": {
4182+
"message": "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)."
4183+
},
4184+
"smithy.api#documentation": "<p>Gets the Alexa Skill configuration for the SIP media application.</p>\n <important>\n <p>Due to changes made by the Amazon Alexa service, this API is no longer available for use. For more information, refer to \n the <a href=\"https://developer.amazon.com/en-US/alexa/alexasmartproperties\">Alexa Smart Properties</a> page.</p>\n </important>",
41824185
"smithy.api#http": {
41834186
"method": "GET",
41844187
"uri": "/sip-media-applications/{SipMediaApplicationId}/alexa-skill-configuration",
@@ -7536,7 +7539,10 @@
75367539
}
75377540
],
75387541
"traits": {
7539-
"smithy.api#documentation": "<p>Updates the Alexa Skill configuration for the SIP media application.</p>",
7542+
"smithy.api#deprecated": {
7543+
"message": "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)."
7544+
},
7545+
"smithy.api#documentation": "<p>Updates the Alexa Skill configuration for the SIP media application.</p>\n <important>\n <p>Due to changes made by the Amazon Alexa service, this API is no longer available for use. For more information, refer to \n the <a href=\"https://developer.amazon.com/en-US/alexa/alexasmartproperties\">Alexa Smart Properties</a> page.</p>\n </important>",
75407546
"smithy.api#http": {
75417547
"method": "PUT",
75427548
"uri": "/sip-media-applications/{SipMediaApplicationId}/alexa-skill-configuration",
@@ -8620,7 +8626,7 @@
86208626
}
86218627
},
86228628
"traits": {
8623-
"smithy.api#documentation": "<p>The Alexa Skill configuration of a SIP media application.</p>"
8629+
"smithy.api#documentation": "<p>The Alexa Skill configuration of a SIP media application.</p>\n <important>\n <p>Due to changes made by the Amazon Alexa service, this data type is no longer available for use. For more information, refer to \n the <a href=\"https://developer.amazon.com/en-US/alexa/alexasmartproperties\">Alexa Smart Properties</a> page.</p>\n </important>"
86248630
}
86258631
},
86268632
"com.amazonaws.chimesdkvoice#SipMediaApplicationCall": {
@@ -9752,7 +9758,7 @@
97529758
}
97539759
],
97549760
"traits": {
9755-
"smithy.api#documentation": "<p>Updates phone number details, such as product type or calling name, for the \n specified phone number ID. You can update one phone number detail at a time. For \n example, you can update either the product type or the calling name in one action.</p>\n <p>For numbers outside the U.S., you must use the Amazon Chime SDK SIP Media \n Application Dial-In product type.</p>\n <p>Updates to outbound calling names can take 72 hours to complete. Pending \n updates to outbound calling names must be complete before you can request another \n update.</p>",
9761+
"smithy.api#documentation": "<p>Updates phone number details, such as product type, calling name, or phone number name for the \n specified phone number ID. You can update one phone number detail at a time. For \n example, you can update either the product type, calling name, or phone number name in one action.</p>\n <p>For numbers outside the U.S., you must use the Amazon Chime SDK SIP Media \n Application Dial-In product type.</p>\n <p>Updates to outbound calling names can take 72 hours to complete. Pending \n updates to outbound calling names must be complete before you can request another \n update.</p>",
97569762
"smithy.api#http": {
97579763
"method": "POST",
97589764
"uri": "/phone-numbers/{PhoneNumberId}",
@@ -9786,7 +9792,7 @@
97869792
"Name": {
97879793
"target": "com.amazonaws.chimesdkvoice#PhoneNumberName",
97889794
"traits": {
9789-
"smithy.api#documentation": "<p>Specifies the name assigned to one or more phone numbers.</p>"
9795+
"smithy.api#documentation": "<p>Specifies the updated name assigned to one or more phone numbers.</p>"
97909796
}
97919797
}
97929798
},

codegen/sdk/aws-models/codeartifact.json

Lines changed: 32 additions & 26 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)