From a11b006c1d5fb449e92319a115ee6feaceda703c Mon Sep 17 00:00:00 2001
From: awstools Updates one or more phone numbers. Updates phone number product types, calling names, or phone number names. You can update one attribute at a time for each
+ * You cannot have a duplicate Gets the Alexa Skill configuration for the SIP media application. 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. Updates the Alexa Skill configuration for the SIP media application. 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. Updates phone number details, such as product type or calling name, for the
+ * 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.UpdatePhoneNumberRequestItem
. For example, you can update the product type, the calling name, or phone name.
+ * phoneNumberId
in a request.
For numbers outside the U.S., you must use the Amazon Chime SDK SIP Media * Application Dial-In product type.
*Updates to outbound calling names can take 72 hours to complete. Pending diff --git a/clients/client-chime-sdk-voice/src/models/models_0.ts b/clients/client-chime-sdk-voice/src/models/models_0.ts index e4f725a0bddf..d4ebb799bf5e 100644 --- a/clients/client-chime-sdk-voice/src/models/models_0.ts +++ b/clients/client-chime-sdk-voice/src/models/models_0.ts @@ -2370,6 +2370,10 @@ export interface GetSipMediaApplicationAlexaSkillConfigurationRequest { /** *
The Alexa Skill configuration of a SIP media application.
+ *Due to changes made by the Amazon Alexa service, this data type is no longer available for use. For more information, refer to + * the Alexa Smart Properties page.
+ *Specifies the name assigned to one or more phone numbers.
+ *Specifies the updated name assigned to one or more phone numbers.
* @public */ Name?: string; diff --git a/codegen/sdk-codegen/aws-models/chime-sdk-voice.json b/codegen/sdk-codegen/aws-models/chime-sdk-voice.json index 7d1f1bf5f98d..fbbb623c074a 100644 --- a/codegen/sdk-codegen/aws-models/chime-sdk-voice.json +++ b/codegen/sdk-codegen/aws-models/chime-sdk-voice.json @@ -465,7 +465,7 @@ } ], "traits": { - "smithy.api#documentation": "Updates one or more phone numbers.
", + "smithy.api#documentation": "Updates phone number product types, calling names, or phone number names. You can update one attribute at a time for each \n UpdatePhoneNumberRequestItem
. For example, you can update the product type, the calling name, or phone name.\n
You cannot have a duplicate phoneNumberId
in a request.
Gets the Alexa Skill configuration for the SIP media application.
", + "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": "Gets the Alexa Skill configuration for the SIP media application.
\nDue to changes made by the Amazon Alexa service, this API is no longer available for use. For more information, refer to \n the Alexa Smart Properties page.
\nUpdates the Alexa Skill configuration for the SIP media application.
", + "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": "Updates the Alexa Skill configuration for the SIP media application.
\nDue to changes made by the Amazon Alexa service, this API is no longer available for use. For more information, refer to \n the Alexa Smart Properties page.
\nThe Alexa Skill configuration of a SIP media application.
" + "smithy.api#documentation": "The Alexa Skill configuration of a SIP media application.
\nDue to changes made by the Amazon Alexa service, this data type is no longer available for use. For more information, refer to \n the Alexa Smart Properties page.
\nUpdates 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.
\nFor numbers outside the U.S., you must use the Amazon Chime SDK SIP Media \n Application Dial-In product type.
\nUpdates 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.
", + "smithy.api#documentation": "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.
\nFor numbers outside the U.S., you must use the Amazon Chime SDK SIP Media \n Application Dial-In product type.
\nUpdates 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.
", "smithy.api#http": { "method": "POST", "uri": "/phone-numbers/{PhoneNumberId}", @@ -9786,7 +9792,7 @@ "Name": { "target": "com.amazonaws.chimesdkvoice#PhoneNumberName", "traits": { - "smithy.api#documentation": "Specifies the name assigned to one or more phone numbers.
" + "smithy.api#documentation": "Specifies the updated name assigned to one or more phone numbers.
" } } },