@aws-sdk/client-chime-sdk-voice 3.565.0 → 3.567.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,7 +26,12 @@ declare const BatchUpdatePhoneNumberCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>Updates one or more phone numbers.</p>
29
+ * <p>Updates phone number product types, calling names, or phone number names. You can update one attribute at a time for each
30
+ * <code>UpdatePhoneNumberRequestItem</code>. For example, you can update the product type, the calling name, or phone name.
31
+ * </p>
32
+ * <note>
33
+ * <p>You cannot have a duplicate <code>phoneNumberId</code> in a request.</p>
34
+ * </note>
30
35
  * @example
31
36
  * Use a bare-bones client and the command you need to make an API call.
32
37
  * ```javascript
@@ -27,6 +27,12 @@ declare const GetSipMediaApplicationAlexaSkillConfigurationCommand_base: {
27
27
  };
28
28
  /**
29
29
  * <p>Gets the Alexa Skill configuration for the SIP media application.</p>
30
+ * <important>
31
+ * <p>Due to changes made by the Amazon Alexa service, this API is no longer available for use. For more information, refer to
32
+ * the <a href="https://developer.amazon.com/en-US/alexa/alexasmartproperties">Alexa Smart Properties</a> page.</p>
33
+ * </important>
34
+ *
35
+ * @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).
30
36
  * @example
31
37
  * Use a bare-bones client and the command you need to make an API call.
32
38
  * ```javascript
@@ -27,6 +27,12 @@ declare const PutSipMediaApplicationAlexaSkillConfigurationCommand_base: {
27
27
  };
28
28
  /**
29
29
  * <p>Updates the Alexa Skill configuration for the SIP media application.</p>
30
+ * <important>
31
+ * <p>Due to changes made by the Amazon Alexa service, this API is no longer available for use. For more information, refer to
32
+ * the <a href="https://developer.amazon.com/en-US/alexa/alexasmartproperties">Alexa Smart Properties</a> page.</p>
33
+ * </important>
34
+ *
35
+ * @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).
30
36
  * @example
31
37
  * Use a bare-bones client and the command you need to make an API call.
32
38
  * ```javascript
@@ -26,9 +26,9 @@ declare const UpdatePhoneNumberCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>Updates phone number details, such as product type or calling name, for the
29
+ * <p>Updates phone number details, such as product type, calling name, or phone number name for the
30
30
  * specified phone number ID. You can update one phone number detail at a time. For
31
- * example, you can update either the product type or the calling name in one action.</p>
31
+ * example, you can update either the product type, calling name, or phone number name in one action.</p>
32
32
  * <p>For numbers outside the U.S., you must use the Amazon Chime SDK SIP Media
33
33
  * Application Dial-In product type.</p>
34
34
  * <p>Updates to outbound calling names can take 72 hours to complete. Pending
@@ -2000,6 +2000,10 @@ export interface GetSipMediaApplicationAlexaSkillConfigurationRequest {
2000
2000
  }
2001
2001
  /**
2002
2002
  * <p>The Alexa Skill configuration of a SIP media application.</p>
2003
+ * <important>
2004
+ * <p>Due to changes made by the Amazon Alexa service, this data type is no longer available for use. For more information, refer to
2005
+ * the <a href="https://developer.amazon.com/en-US/alexa/alexasmartproperties">Alexa Smart Properties</a> page.</p>
2006
+ * </important>
2003
2007
  * @public
2004
2008
  */
2005
2009
  export interface SipMediaApplicationAlexaSkillConfiguration {
@@ -3729,7 +3733,7 @@ export interface UpdatePhoneNumberRequest {
3729
3733
  */
3730
3734
  CallingName?: string;
3731
3735
  /**
3732
- * <p>Specifies the name assigned to one or more phone numbers.</p>
3736
+ * <p>Specifies the updated name assigned to one or more phone numbers.</p>
3733
3737
  * @public
3734
3738
  */
3735
3739
  Name?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-chime-sdk-voice",
3
3
  "description": "AWS SDK for JavaScript Chime Sdk Voice Client for Node.js, Browser and React Native",
4
- "version": "3.565.0",
4
+ "version": "3.567.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-chime-sdk-voice",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/core": "3.556.0",
24
- "@aws-sdk/credential-provider-node": "3.565.0",
25
- "@aws-sdk/middleware-host-header": "3.535.0",
26
- "@aws-sdk/middleware-logger": "3.535.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.535.0",
28
- "@aws-sdk/middleware-user-agent": "3.540.0",
29
- "@aws-sdk/region-config-resolver": "3.535.0",
30
- "@aws-sdk/types": "3.535.0",
31
- "@aws-sdk/util-endpoints": "3.540.0",
32
- "@aws-sdk/util-user-agent-browser": "3.535.0",
33
- "@aws-sdk/util-user-agent-node": "3.535.0",
23
+ "@aws-sdk/core": "3.567.0",
24
+ "@aws-sdk/credential-provider-node": "3.567.0",
25
+ "@aws-sdk/middleware-host-header": "3.567.0",
26
+ "@aws-sdk/middleware-logger": "3.567.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.567.0",
28
+ "@aws-sdk/middleware-user-agent": "3.567.0",
29
+ "@aws-sdk/region-config-resolver": "3.567.0",
30
+ "@aws-sdk/types": "3.567.0",
31
+ "@aws-sdk/util-endpoints": "3.567.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.567.0",
33
+ "@aws-sdk/util-user-agent-node": "3.567.0",
34
34
  "@smithy/config-resolver": "^2.2.0",
35
35
  "@smithy/core": "^1.4.2",
36
36
  "@smithy/fetch-http-handler": "^2.5.0",
@@ -59,8 +59,7 @@
59
59
  "tslib": "^2.6.2"
60
60
  },
61
61
  "devDependencies": {
62
- "@smithy/service-client-documentation-generator": "^2.2.0",
63
- "@tsconfig/node14": "1.0.3",
62
+ "@tsconfig/node16": "16.1.3",
64
63
  "@types/node": "^14.14.31",
65
64
  "concurrently": "7.0.0",
66
65
  "downlevel-dts": "0.10.1",
@@ -68,7 +67,7 @@
68
67
  "typescript": "~4.9.5"
69
68
  },
70
69
  "engines": {
71
- "node": ">=14.0.0"
70
+ "node": ">=16.0.0"
72
71
  },
73
72
  "typesVersions": {
74
73
  "<4.0": {