@aws-sdk/client-apigatewaymanagementapi 3.968.0 → 3.970.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
@@ -203,7 +203,7 @@ const n0 = "com.amazonaws.apigatewaymanagementapi";
203
203
  var DeleteConnectionRequest$ = [3, n0, _DCR,
204
204
  0,
205
205
  [_CI],
206
- [[0, 1]]
206
+ [[0, 1]], 1
207
207
  ];
208
208
  var ForbiddenException$ = [-3, n0, _FE,
209
209
  { [_e]: _c, [_hE]: 403 },
@@ -214,7 +214,7 @@ schema.TypeRegistry.for(n0).registerError(ForbiddenException$, ForbiddenExceptio
214
214
  var GetConnectionRequest$ = [3, n0, _GCR,
215
215
  0,
216
216
  [_CI],
217
- [[0, 1]]
217
+ [[0, 1]], 1
218
218
  ];
219
219
  var GetConnectionResponse$ = [3, n0, _GCRe,
220
220
  0,
@@ -230,7 +230,7 @@ schema.TypeRegistry.for(n0).registerError(GoneException$, GoneException);
230
230
  var Identity$ = [3, n0, _I,
231
231
  0,
232
232
  [_SI, _UA],
233
- [[0, { [_jN]: _sI }], [0, { [_jN]: _uA }]]
233
+ [[0, { [_jN]: _sI }], [0, { [_jN]: _uA }]], 2
234
234
  ];
235
235
  var LimitExceededException$ = [-3, n0, _LEE,
236
236
  { [_e]: _c, [_hE]: 429 },
@@ -247,7 +247,7 @@ schema.TypeRegistry.for(n0).registerError(PayloadTooLargeException$, PayloadTooL
247
247
  var PostToConnectionRequest$ = [3, n0, _PTCR,
248
248
  0,
249
249
  [_D, _CI],
250
- [[21, 16], [0, 1]]
250
+ [[21, 16], [0, 1]], 2
251
251
  ];
252
252
  var __Unit = "unit";
253
253
  var ApiGatewayManagementApiServiceException$ = [-3, _s, "ApiGatewayManagementApiServiceException", 0, [], []];
@@ -36,7 +36,7 @@ import { ForbiddenException, GoneException, LimitExceededException, PayloadTooLa
36
36
  export var DeleteConnectionRequest$ = [3, n0, _DCR,
37
37
  0,
38
38
  [_CI],
39
- [[0, 1]]
39
+ [[0, 1]], 1
40
40
  ];
41
41
  export var ForbiddenException$ = [-3, n0, _FE,
42
42
  { [_e]: _c, [_hE]: 403 },
@@ -47,7 +47,7 @@ TypeRegistry.for(n0).registerError(ForbiddenException$, ForbiddenException);
47
47
  export var GetConnectionRequest$ = [3, n0, _GCR,
48
48
  0,
49
49
  [_CI],
50
- [[0, 1]]
50
+ [[0, 1]], 1
51
51
  ];
52
52
  export var GetConnectionResponse$ = [3, n0, _GCRe,
53
53
  0,
@@ -63,7 +63,7 @@ TypeRegistry.for(n0).registerError(GoneException$, GoneException);
63
63
  export var Identity$ = [3, n0, _I,
64
64
  0,
65
65
  [_SI, _UA],
66
- [[0, { [_jN]: _sI }], [0, { [_jN]: _uA }]]
66
+ [[0, { [_jN]: _sI }], [0, { [_jN]: _uA }]], 2
67
67
  ];
68
68
  export var LimitExceededException$ = [-3, n0, _LEE,
69
69
  { [_e]: _c, [_hE]: 429 },
@@ -80,7 +80,7 @@ TypeRegistry.for(n0).registerError(PayloadTooLargeException$, PayloadTooLargeExc
80
80
  export var PostToConnectionRequest$ = [3, n0, _PTCR,
81
81
  0,
82
82
  [_D, _CI],
83
- [[21, 16], [0, 1]]
83
+ [[21, 16], [0, 1]], 2
84
84
  ];
85
85
  var __Unit = "unit";
86
86
  export var ApiGatewayManagementApiServiceException$ = [-3, _s, "ApiGatewayManagementApiServiceException", 0, [], []];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-apigatewaymanagementapi",
3
3
  "description": "AWS SDK for JavaScript Apigatewaymanagementapi Client for Node.js, Browser and React Native",
4
- "version": "3.968.0",
4
+ "version": "3.970.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-apigatewaymanagementapi",
@@ -21,41 +21,41 @@
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.968.0",
25
- "@aws-sdk/credential-provider-node": "3.968.0",
26
- "@aws-sdk/middleware-host-header": "3.968.0",
27
- "@aws-sdk/middleware-logger": "3.968.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.968.0",
29
- "@aws-sdk/middleware-user-agent": "3.968.0",
30
- "@aws-sdk/region-config-resolver": "3.968.0",
31
- "@aws-sdk/types": "3.968.0",
32
- "@aws-sdk/util-endpoints": "3.968.0",
33
- "@aws-sdk/util-user-agent-browser": "3.968.0",
34
- "@aws-sdk/util-user-agent-node": "3.968.0",
35
- "@smithy/config-resolver": "^4.4.5",
36
- "@smithy/core": "^3.20.3",
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.4",
42
- "@smithy/middleware-retry": "^4.4.20",
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.5",
49
- "@smithy/types": "^4.11.0",
50
- "@smithy/url-parser": "^4.2.7",
24
+ "@aws-sdk/core": "3.970.0",
25
+ "@aws-sdk/credential-provider-node": "3.970.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.970.0",
30
+ "@aws-sdk/region-config-resolver": "3.969.0",
31
+ "@aws-sdk/types": "3.969.0",
32
+ "@aws-sdk/util-endpoints": "3.970.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.969.0",
34
+ "@aws-sdk/util-user-agent-node": "3.970.0",
35
+ "@smithy/config-resolver": "^4.4.6",
36
+ "@smithy/core": "^3.20.6",
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.7",
42
+ "@smithy/middleware-retry": "^4.4.23",
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.8",
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.19",
55
- "@smithy/util-defaults-mode-node": "^4.2.22",
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.22",
55
+ "@smithy/util-defaults-mode-node": "^4.2.25",
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
  },