@aws-sdk/client-migrationhub-config 3.968.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
@@ -252,7 +252,7 @@ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedEx
252
252
  var CreateHomeRegionControlRequest$ = [3, n0, _CHRCR,
253
253
  0,
254
254
  [_HR, _T, _DR],
255
- [0, () => Target$, 2]
255
+ [0, () => Target$, 2], 2
256
256
  ];
257
257
  var CreateHomeRegionControlResult$ = [3, n0, _CHRCRr,
258
258
  0,
@@ -262,7 +262,7 @@ var CreateHomeRegionControlResult$ = [3, n0, _CHRCRr,
262
262
  var DeleteHomeRegionControlRequest$ = [3, n0, _DHRCR,
263
263
  0,
264
264
  [_CI],
265
- [0]
265
+ [0], 1
266
266
  ];
267
267
  var DeleteHomeRegionControlResult$ = [3, n0, _DHRCRe,
268
268
  0,
@@ -321,12 +321,12 @@ schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceU
321
321
  var Target$ = [3, n0, _T,
322
322
  0,
323
323
  [_Ty, _I],
324
- [0, 0]
324
+ [0, 0], 1
325
325
  ];
326
326
  var ThrottlingException$ = [-3, n0, _TE,
327
327
  { [_e]: _c, [_hE]: 429 },
328
328
  [_M, _RAS],
329
- [0, [1, { [_hH]: _RA }]]
329
+ [0, [1, { [_hH]: _RA }]], 1
330
330
  ];
331
331
  schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
332
332
  var MigrationHubConfigServiceException$ = [-3, _sm, "MigrationHubConfigServiceException", 0, [], []];
@@ -49,7 +49,7 @@ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException
49
49
  export var CreateHomeRegionControlRequest$ = [3, n0, _CHRCR,
50
50
  0,
51
51
  [_HR, _T, _DR],
52
- [0, () => Target$, 2]
52
+ [0, () => Target$, 2], 2
53
53
  ];
54
54
  export var CreateHomeRegionControlResult$ = [3, n0, _CHRCRr,
55
55
  0,
@@ -59,7 +59,7 @@ export var CreateHomeRegionControlResult$ = [3, n0, _CHRCRr,
59
59
  export var DeleteHomeRegionControlRequest$ = [3, n0, _DHRCR,
60
60
  0,
61
61
  [_CI],
62
- [0]
62
+ [0], 1
63
63
  ];
64
64
  export var DeleteHomeRegionControlResult$ = [3, n0, _DHRCRe,
65
65
  0,
@@ -118,12 +118,12 @@ TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavaila
118
118
  export var Target$ = [3, n0, _T,
119
119
  0,
120
120
  [_Ty, _I],
121
- [0, 0]
121
+ [0, 0], 1
122
122
  ];
123
123
  export var ThrottlingException$ = [-3, n0, _TE,
124
124
  { [_e]: _c, [_hE]: 429 },
125
125
  [_M, _RAS],
126
- [0, [1, { [_hH]: _RA }]]
126
+ [0, [1, { [_hH]: _RA }]], 1
127
127
  ];
128
128
  TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
129
129
  export var MigrationHubConfigServiceException$ = [-3, _sm, "MigrationHubConfigServiceException", 0, [], []];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-migrationhub-config",
3
3
  "description": "AWS SDK for JavaScript Migrationhub Config Client for Node.js, Browser and React Native",
4
- "version": "3.968.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-migrationhub-config",
@@ -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.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.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.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
  },