@aws-sdk/client-chime-sdk-voice 3.777.0 → 3.787.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.
package/dist-cjs/index.js CHANGED
@@ -4168,6 +4168,7 @@ var de_PhoneNumberList = /* @__PURE__ */ __name((output, context) => {
4168
4168
  var de_PhoneNumberOrder = /* @__PURE__ */ __name((output, context) => {
4169
4169
  return (0, import_smithy_client.take)(output, {
4170
4170
  CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedTimestamp"),
4171
+ FocDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "FocDate"),
4171
4172
  OrderType: import_smithy_client.expectString,
4172
4173
  OrderedPhoneNumbers: import_smithy_client._json,
4173
4174
  PhoneNumberOrderId: import_smithy_client.expectString,
@@ -2750,6 +2750,7 @@ const de_PhoneNumberList = (output, context) => {
2750
2750
  const de_PhoneNumberOrder = (output, context) => {
2751
2751
  return take(output, {
2752
2752
  CreatedTimestamp: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
2753
+ FocDate: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
2753
2754
  OrderType: __expectString,
2754
2755
  OrderedPhoneNumbers: _json,
2755
2756
  PhoneNumberOrderId: __expectString,
@@ -57,6 +57,7 @@ declare const CreatePhoneNumberOrderCommand_base: {
57
57
  * // ],
58
58
  * // CreatedTimestamp: new Date("TIMESTAMP"),
59
59
  * // UpdatedTimestamp: new Date("TIMESTAMP"),
60
+ * // FocDate: new Date("TIMESTAMP"),
60
61
  * // },
61
62
  * // };
62
63
  *
@@ -55,6 +55,7 @@ declare const GetPhoneNumberOrderCommand_base: {
55
55
  * // ],
56
56
  * // CreatedTimestamp: new Date("TIMESTAMP"),
57
57
  * // UpdatedTimestamp: new Date("TIMESTAMP"),
58
+ * // FocDate: new Date("TIMESTAMP"),
58
59
  * // },
59
60
  * // };
60
61
  *
@@ -55,6 +55,7 @@ declare const ListPhoneNumberOrdersCommand_base: {
55
55
  * // ],
56
56
  * // CreatedTimestamp: new Date("TIMESTAMP"),
57
57
  * // UpdatedTimestamp: new Date("TIMESTAMP"),
58
+ * // FocDate: new Date("TIMESTAMP"),
58
59
  * // },
59
60
  * // ],
60
61
  * // NextToken: "STRING_VALUE",
@@ -84,6 +84,9 @@ declare const ValidateE911AddressCommand_base: {
84
84
  * @see {@link ValidateE911AddressCommandOutput} for command's `response` shape.
85
85
  * @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
86
86
  *
87
+ * @throws {@link AccessDeniedException} (client fault)
88
+ * <p>You don't have the permissions needed to run this action.</p>
89
+ *
87
90
  * @throws {@link BadRequestException} (client fault)
88
91
  * <p>The input parameters don't match the service's restrictions.</p>
89
92
  *
@@ -594,6 +594,12 @@ export interface PhoneNumberOrder {
594
594
  * @public
595
595
  */
596
596
  UpdatedTimestamp?: Date | undefined;
597
+ /**
598
+ * <p>The Firm Order Commitment (FOC) date for phone number porting orders. This field is null
599
+ * if a phone number order is not a porting order.</p>
600
+ * @public
601
+ */
602
+ FocDate?: Date | undefined;
597
603
  }
598
604
  /**
599
605
  * @public
@@ -227,6 +227,7 @@ export interface PhoneNumberOrder {
227
227
  OrderedPhoneNumbers?: OrderedPhoneNumber[] | undefined;
228
228
  CreatedTimestamp?: Date | undefined;
229
229
  UpdatedTimestamp?: Date | undefined;
230
+ FocDate?: Date | undefined;
230
231
  }
231
232
  export interface CreatePhoneNumberOrderResponse {
232
233
  PhoneNumberOrder?: PhoneNumberOrder | undefined;
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.777.0",
4
+ "version": "3.787.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",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.777.0",
24
+ "@aws-sdk/credential-provider-node": "3.787.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
- "@aws-sdk/middleware-user-agent": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.787.0",
29
29
  "@aws-sdk/region-config-resolver": "3.775.0",
30
30
  "@aws-sdk/types": "3.775.0",
31
- "@aws-sdk/util-endpoints": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.787.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.775.0",
33
- "@aws-sdk/util-user-agent-node": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.787.0",
34
34
  "@smithy/config-resolver": "^4.1.0",
35
35
  "@smithy/core": "^3.2.0",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",