Skip to content

Commit

Permalink
feat(client-chime-sdk-voice): Due to changes made by the Amazon Alexa…
Browse files Browse the repository at this point in the history
… service, GetSipMediaApplicationAlexaSkillConfiguration and PutSipMediaApplicationAlexaSkillConfiguration APIs are no longer available for use. For more information, refer to the Alexa Smart Properties page.
  • Loading branch information
awstools committed Apr 30, 2024
1 parent 0d8cad3 commit a11b006
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ export interface BatchUpdatePhoneNumberCommandInput extends BatchUpdatePhoneNumb
export interface BatchUpdatePhoneNumberCommandOutput extends BatchUpdatePhoneNumberResponse, __MetadataBearer {}

/**
* <p>Updates one or more phone numbers.</p>
* <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>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ export interface GetSipMediaApplicationAlexaSkillConfigurationCommandOutput

/**
* <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>
*
* @deprecated 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).
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ export interface PutSipMediaApplicationAlexaSkillConfigurationCommandOutput

/**
* <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>
*
* @deprecated 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).
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ export interface UpdatePhoneNumberCommandInput extends UpdatePhoneNumberRequest
export interface UpdatePhoneNumberCommandOutput extends UpdatePhoneNumberResponse, __MetadataBearer {}

/**
* <p>Updates phone number details, such as product type or calling name, for the
* <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 or the calling name in one action.</p>
* 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
Expand Down
6 changes: 5 additions & 1 deletion clients/client-chime-sdk-voice/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2370,6 +2370,10 @@ export interface GetSipMediaApplicationAlexaSkillConfigurationRequest {

/**
* <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>
* @public
*/
export interface SipMediaApplicationAlexaSkillConfiguration {
Expand Down Expand Up @@ -4333,7 +4337,7 @@ export interface UpdatePhoneNumberRequest {
CallingName?: string;

/**
* <p>Specifies the name assigned to one or more phone numbers.</p>
* <p>Specifies the updated name assigned to one or more phone numbers.</p>
* @public
*/
Name?: string;
Expand Down
18 changes: 12 additions & 6 deletions codegen/sdk-codegen/aws-models/chime-sdk-voice.json
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Updates one or more phone numbers.</p>",
"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>",
"smithy.api#http": {
"method": "POST",
"uri": "/phone-numbers?operation=batch-update",
Expand Down Expand Up @@ -4178,7 +4178,10 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Gets the Alexa Skill configuration for the SIP media application.</p>",
"smithy.api#deprecated": {
"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)."
},
"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>",
"smithy.api#http": {
"method": "GET",
"uri": "/sip-media-applications/{SipMediaApplicationId}/alexa-skill-configuration",
Expand Down Expand Up @@ -7536,7 +7539,10 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Updates the Alexa Skill configuration for the SIP media application.</p>",
"smithy.api#deprecated": {
"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)."
},
"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>",
"smithy.api#http": {
"method": "PUT",
"uri": "/sip-media-applications/{SipMediaApplicationId}/alexa-skill-configuration",
Expand Down Expand Up @@ -8620,7 +8626,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p>The Alexa Skill configuration of a SIP media application.</p>"
"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>"
}
},
"com.amazonaws.chimesdkvoice#SipMediaApplicationCall": {
Expand Down Expand Up @@ -9752,7 +9758,7 @@
}
],
"traits": {
"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>",
"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>",
"smithy.api#http": {
"method": "POST",
"uri": "/phone-numbers/{PhoneNumberId}",
Expand Down Expand Up @@ -9786,7 +9792,7 @@
"Name": {
"target": "com.amazonaws.chimesdkvoice#PhoneNumberName",
"traits": {
"smithy.api#documentation": "<p>Specifies the name assigned to one or more phone numbers.</p>"
"smithy.api#documentation": "<p>Specifies the updated name assigned to one or more phone numbers.</p>"
}
}
},
Expand Down

0 comments on commit a11b006

Please sign in to comment.