@aws-sdk/client-pinpoint-sms-voice 3.967.0 → 3.969.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
@@ -299,7 +299,7 @@ var CloudWatchLogsDestination$ = [3, n0, _CWLD,
299
299
  var CreateConfigurationSetEventDestinationRequest$ = [3, n0, _CCSEDR,
300
300
  0,
301
301
  [_CSN, _ED, _EDN],
302
- [[0, 1], () => EventDestinationDefinition$, 0]
302
+ [[0, 1], () => EventDestinationDefinition$, 0], 1
303
303
  ];
304
304
  var CreateConfigurationSetEventDestinationResponse$ = [3, n0, _CCSEDRr,
305
305
  0,
@@ -319,7 +319,7 @@ var CreateConfigurationSetResponse$ = [3, n0, _CCSRr,
319
319
  var DeleteConfigurationSetEventDestinationRequest$ = [3, n0, _DCSEDR,
320
320
  0,
321
321
  [_CSN, _EDN],
322
- [[0, 1], [0, 1]]
322
+ [[0, 1], [0, 1]], 2
323
323
  ];
324
324
  var DeleteConfigurationSetEventDestinationResponse$ = [3, n0, _DCSEDRe,
325
325
  0,
@@ -329,7 +329,7 @@ var DeleteConfigurationSetEventDestinationResponse$ = [3, n0, _DCSEDRe,
329
329
  var DeleteConfigurationSetRequest$ = [3, n0, _DCSR,
330
330
  0,
331
331
  [_CSN],
332
- [[0, 1]]
332
+ [[0, 1]], 1
333
333
  ];
334
334
  var DeleteConfigurationSetResponse$ = [3, n0, _DCSRe,
335
335
  0,
@@ -349,7 +349,7 @@ var EventDestinationDefinition$ = [3, n0, _EDD,
349
349
  var GetConfigurationSetEventDestinationsRequest$ = [3, n0, _GCSEDR,
350
350
  0,
351
351
  [_CSN],
352
- [[0, 1]]
352
+ [[0, 1]], 1
353
353
  ];
354
354
  var GetConfigurationSetEventDestinationsResponse$ = [3, n0, _GCSEDRe,
355
355
  0,
@@ -422,8 +422,8 @@ var TooManyRequestsException$ = [-3, n0, _TMRE,
422
422
  schema.TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
423
423
  var UpdateConfigurationSetEventDestinationRequest$ = [3, n0, _UCSEDR,
424
424
  0,
425
- [_CSN, _ED, _EDN],
426
- [[0, 1], () => EventDestinationDefinition$, [0, 1]]
425
+ [_CSN, _EDN, _ED],
426
+ [[0, 1], [0, 1], () => EventDestinationDefinition$], 2
427
427
  ];
428
428
  var UpdateConfigurationSetEventDestinationResponse$ = [3, n0, _UCSEDRp,
429
429
  0,
@@ -98,7 +98,7 @@ export var CloudWatchLogsDestination$ = [3, n0, _CWLD,
98
98
  export var CreateConfigurationSetEventDestinationRequest$ = [3, n0, _CCSEDR,
99
99
  0,
100
100
  [_CSN, _ED, _EDN],
101
- [[0, 1], () => EventDestinationDefinition$, 0]
101
+ [[0, 1], () => EventDestinationDefinition$, 0], 1
102
102
  ];
103
103
  export var CreateConfigurationSetEventDestinationResponse$ = [3, n0, _CCSEDRr,
104
104
  0,
@@ -118,7 +118,7 @@ export var CreateConfigurationSetResponse$ = [3, n0, _CCSRr,
118
118
  export var DeleteConfigurationSetEventDestinationRequest$ = [3, n0, _DCSEDR,
119
119
  0,
120
120
  [_CSN, _EDN],
121
- [[0, 1], [0, 1]]
121
+ [[0, 1], [0, 1]], 2
122
122
  ];
123
123
  export var DeleteConfigurationSetEventDestinationResponse$ = [3, n0, _DCSEDRe,
124
124
  0,
@@ -128,7 +128,7 @@ export var DeleteConfigurationSetEventDestinationResponse$ = [3, n0, _DCSEDRe,
128
128
  export var DeleteConfigurationSetRequest$ = [3, n0, _DCSR,
129
129
  0,
130
130
  [_CSN],
131
- [[0, 1]]
131
+ [[0, 1]], 1
132
132
  ];
133
133
  export var DeleteConfigurationSetResponse$ = [3, n0, _DCSRe,
134
134
  0,
@@ -148,7 +148,7 @@ export var EventDestinationDefinition$ = [3, n0, _EDD,
148
148
  export var GetConfigurationSetEventDestinationsRequest$ = [3, n0, _GCSEDR,
149
149
  0,
150
150
  [_CSN],
151
- [[0, 1]]
151
+ [[0, 1]], 1
152
152
  ];
153
153
  export var GetConfigurationSetEventDestinationsResponse$ = [3, n0, _GCSEDRe,
154
154
  0,
@@ -221,8 +221,8 @@ export var TooManyRequestsException$ = [-3, n0, _TMRE,
221
221
  TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
222
222
  export var UpdateConfigurationSetEventDestinationRequest$ = [3, n0, _UCSEDR,
223
223
  0,
224
- [_CSN, _ED, _EDN],
225
- [[0, 1], () => EventDestinationDefinition$, [0, 1]]
224
+ [_CSN, _EDN, _ED],
225
+ [[0, 1], [0, 1], () => EventDestinationDefinition$], 2
226
226
  ];
227
227
  export var UpdateConfigurationSetEventDestinationResponse$ = [3, n0, _UCSEDRp,
228
228
  0,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-pinpoint-sms-voice",
3
3
  "description": "AWS SDK for JavaScript Pinpoint Sms Voice Client for Node.js, Browser and React Native",
4
- "version": "3.967.0",
4
+ "version": "3.969.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-pinpoint-sms-voice",
@@ -21,54 +21,54 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "3.967.0",
25
- "@aws-sdk/credential-provider-node": "3.967.0",
26
- "@aws-sdk/middleware-host-header": "3.965.0",
27
- "@aws-sdk/middleware-logger": "3.965.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.965.0",
29
- "@aws-sdk/middleware-user-agent": "3.967.0",
30
- "@aws-sdk/region-config-resolver": "3.965.0",
31
- "@aws-sdk/types": "3.965.0",
32
- "@aws-sdk/util-endpoints": "3.965.0",
33
- "@aws-sdk/util-user-agent-browser": "3.965.0",
34
- "@aws-sdk/util-user-agent-node": "3.967.0",
35
- "@smithy/config-resolver": "^4.4.5",
36
- "@smithy/core": "^3.20.2",
37
- "@smithy/fetch-http-handler": "^5.3.8",
38
- "@smithy/hash-node": "^4.2.7",
39
- "@smithy/invalid-dependency": "^4.2.7",
40
- "@smithy/middleware-content-length": "^4.2.7",
41
- "@smithy/middleware-endpoint": "^4.4.3",
42
- "@smithy/middleware-retry": "^4.4.19",
43
- "@smithy/middleware-serde": "^4.2.8",
44
- "@smithy/middleware-stack": "^4.2.7",
45
- "@smithy/node-config-provider": "^4.3.7",
46
- "@smithy/node-http-handler": "^4.4.7",
47
- "@smithy/protocol-http": "^5.3.7",
48
- "@smithy/smithy-client": "^4.10.4",
49
- "@smithy/types": "^4.11.0",
50
- "@smithy/url-parser": "^4.2.7",
24
+ "@aws-sdk/core": "3.969.0",
25
+ "@aws-sdk/credential-provider-node": "3.969.0",
26
+ "@aws-sdk/middleware-host-header": "3.969.0",
27
+ "@aws-sdk/middleware-logger": "3.969.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.969.0",
29
+ "@aws-sdk/middleware-user-agent": "3.969.0",
30
+ "@aws-sdk/region-config-resolver": "3.969.0",
31
+ "@aws-sdk/types": "3.969.0",
32
+ "@aws-sdk/util-endpoints": "3.969.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.969.0",
34
+ "@aws-sdk/util-user-agent-node": "3.969.0",
35
+ "@smithy/config-resolver": "^4.4.6",
36
+ "@smithy/core": "^3.20.5",
37
+ "@smithy/fetch-http-handler": "^5.3.9",
38
+ "@smithy/hash-node": "^4.2.8",
39
+ "@smithy/invalid-dependency": "^4.2.8",
40
+ "@smithy/middleware-content-length": "^4.2.8",
41
+ "@smithy/middleware-endpoint": "^4.4.6",
42
+ "@smithy/middleware-retry": "^4.4.22",
43
+ "@smithy/middleware-serde": "^4.2.9",
44
+ "@smithy/middleware-stack": "^4.2.8",
45
+ "@smithy/node-config-provider": "^4.3.8",
46
+ "@smithy/node-http-handler": "^4.4.8",
47
+ "@smithy/protocol-http": "^5.3.8",
48
+ "@smithy/smithy-client": "^4.10.7",
49
+ "@smithy/types": "^4.12.0",
50
+ "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.18",
55
- "@smithy/util-defaults-mode-node": "^4.2.21",
56
- "@smithy/util-endpoints": "^3.2.7",
57
- "@smithy/util-middleware": "^4.2.7",
58
- "@smithy/util-retry": "^4.2.7",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.21",
55
+ "@smithy/util-defaults-mode-node": "^4.2.24",
56
+ "@smithy/util-endpoints": "^3.2.8",
57
+ "@smithy/util-middleware": "^4.2.8",
58
+ "@smithy/util-retry": "^4.2.8",
59
59
  "@smithy/util-utf8": "^4.2.0",
60
60
  "tslib": "^2.6.2"
61
61
  },
62
62
  "devDependencies": {
63
- "@tsconfig/node18": "18.2.4",
64
- "@types/node": "^18.19.69",
63
+ "@tsconfig/node20": "20.1.8",
64
+ "@types/node": "^20.14.8",
65
65
  "concurrently": "7.0.0",
66
66
  "downlevel-dts": "0.10.1",
67
67
  "rimraf": "5.0.10",
68
68
  "typescript": "~5.8.3"
69
69
  },
70
70
  "engines": {
71
- "node": ">=18.0.0"
71
+ "node": ">=20.0.0"
72
72
  },
73
73
  "typesVersions": {
74
74
  "<4.0": {