@aws-sdk/client-route53-recovery-cluster 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 +16 -16
- package/dist-es/schemas/schemas_0.js +16 -16
- package/package.json +36 -36
package/dist-cjs/index.js
CHANGED
|
@@ -293,35 +293,35 @@ const n0 = "com.amazonaws.route53recoverycluster";
|
|
|
293
293
|
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
294
294
|
{ [_e]: _c, [_hE]: 403 },
|
|
295
295
|
[_m],
|
|
296
|
-
[0]
|
|
296
|
+
[0], 1
|
|
297
297
|
];
|
|
298
298
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
299
299
|
var ConflictException$ = [-3, n0, _CE,
|
|
300
300
|
{ [_e]: _c, [_hE]: 409 },
|
|
301
301
|
[_m, _rI, _rT],
|
|
302
|
-
[0, 0, 0]
|
|
302
|
+
[0, 0, 0], 3
|
|
303
303
|
];
|
|
304
304
|
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
305
305
|
var EndpointTemporarilyUnavailableException$ = [-3, n0, _ETUE,
|
|
306
306
|
{ [_e]: _s, [_hE]: 503 },
|
|
307
307
|
[_m],
|
|
308
|
-
[0]
|
|
308
|
+
[0], 1
|
|
309
309
|
];
|
|
310
310
|
schema.TypeRegistry.for(n0).registerError(EndpointTemporarilyUnavailableException$, EndpointTemporarilyUnavailableException);
|
|
311
311
|
var GetRoutingControlStateRequest$ = [3, n0, _GRCSR,
|
|
312
312
|
0,
|
|
313
313
|
[_RCA],
|
|
314
|
-
[0]
|
|
314
|
+
[0], 1
|
|
315
315
|
];
|
|
316
316
|
var GetRoutingControlStateResponse$ = [3, n0, _GRCSRe,
|
|
317
317
|
0,
|
|
318
318
|
[_RCA, _RCS, _RCN],
|
|
319
|
-
[0, 0, 0]
|
|
319
|
+
[0, 0, 0], 2
|
|
320
320
|
];
|
|
321
321
|
var InternalServerException$ = [-3, n0, _ISE,
|
|
322
322
|
{ [_e]: _s, [_hE]: 500 },
|
|
323
323
|
[_m, _rAS],
|
|
324
|
-
[0, [1, { [_hH]: _RA }]]
|
|
324
|
+
[0, [1, { [_hH]: _RA }]], 1
|
|
325
325
|
];
|
|
326
326
|
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
327
327
|
var ListRoutingControlsRequest$ = [3, n0, _LRCR,
|
|
@@ -332,12 +332,12 @@ var ListRoutingControlsRequest$ = [3, n0, _LRCR,
|
|
|
332
332
|
var ListRoutingControlsResponse$ = [3, n0, _LRCRi,
|
|
333
333
|
0,
|
|
334
334
|
[_RC, _NT],
|
|
335
|
-
[() => RoutingControls, 0]
|
|
335
|
+
[() => RoutingControls, 0], 1
|
|
336
336
|
];
|
|
337
337
|
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
338
338
|
{ [_e]: _c, [_hE]: 404 },
|
|
339
339
|
[_m, _rI, _rT],
|
|
340
|
-
[0, 0, 0]
|
|
340
|
+
[0, 0, 0], 3
|
|
341
341
|
];
|
|
342
342
|
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
343
343
|
var RoutingControl$ = [3, n0, _RCo,
|
|
@@ -347,25 +347,25 @@ var RoutingControl$ = [3, n0, _RCo,
|
|
|
347
347
|
];
|
|
348
348
|
var ServiceLimitExceededException$ = [-3, n0, _SLEE,
|
|
349
349
|
{ [_e]: _c, [_hE]: 402 },
|
|
350
|
-
[_m,
|
|
351
|
-
[0, 0, 0, 0, 0]
|
|
350
|
+
[_m, _lC, _sC, _rI, _rT],
|
|
351
|
+
[0, 0, 0, 0, 0], 3
|
|
352
352
|
];
|
|
353
353
|
schema.TypeRegistry.for(n0).registerError(ServiceLimitExceededException$, ServiceLimitExceededException);
|
|
354
354
|
var ThrottlingException$ = [-3, n0, _TE,
|
|
355
355
|
{ [_e]: _c, [_hE]: 429 },
|
|
356
356
|
[_m, _rAS],
|
|
357
|
-
[0, [1, { [_hH]: _RA }]]
|
|
357
|
+
[0, [1, { [_hH]: _RA }]], 1
|
|
358
358
|
];
|
|
359
359
|
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
360
360
|
var UpdateRoutingControlStateEntry$ = [3, n0, _URCSE,
|
|
361
361
|
0,
|
|
362
362
|
[_RCA, _RCS],
|
|
363
|
-
[0, 0]
|
|
363
|
+
[0, 0], 2
|
|
364
364
|
];
|
|
365
365
|
var UpdateRoutingControlStateRequest$ = [3, n0, _URCSR,
|
|
366
366
|
0,
|
|
367
367
|
[_RCA, _RCS, _SRTO],
|
|
368
|
-
[0, 0, 64 | 0]
|
|
368
|
+
[0, 0, 64 | 0], 2
|
|
369
369
|
];
|
|
370
370
|
var UpdateRoutingControlStateResponse$ = [3, n0, _URCSRp,
|
|
371
371
|
0,
|
|
@@ -375,7 +375,7 @@ var UpdateRoutingControlStateResponse$ = [3, n0, _URCSRp,
|
|
|
375
375
|
var UpdateRoutingControlStatesRequest$ = [3, n0, _URCSRpd,
|
|
376
376
|
0,
|
|
377
377
|
[_URCSEp, _SRTO],
|
|
378
|
-
[() => UpdateRoutingControlStateEntries, 64 | 0]
|
|
378
|
+
[() => UpdateRoutingControlStateEntries, 64 | 0], 1
|
|
379
379
|
];
|
|
380
380
|
var UpdateRoutingControlStatesResponse$ = [3, n0, _URCSRpda,
|
|
381
381
|
0,
|
|
@@ -385,13 +385,13 @@ var UpdateRoutingControlStatesResponse$ = [3, n0, _URCSRpda,
|
|
|
385
385
|
var ValidationException$ = [-3, n0, _VE,
|
|
386
386
|
{ [_e]: _c, [_hE]: 400 },
|
|
387
387
|
[_m, _r, _f],
|
|
388
|
-
[0, 0, () => ValidationExceptionFieldList]
|
|
388
|
+
[0, 0, () => ValidationExceptionFieldList], 1
|
|
389
389
|
];
|
|
390
390
|
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
391
391
|
var ValidationExceptionField$ = [3, n0, _VEF,
|
|
392
392
|
0,
|
|
393
393
|
[_n, _m],
|
|
394
|
-
[0, 0]
|
|
394
|
+
[0, 0], 2
|
|
395
395
|
];
|
|
396
396
|
var Route53RecoveryClusterServiceException$ = [-3, _sm, "Route53RecoveryClusterServiceException", 0, [], []];
|
|
397
397
|
schema.TypeRegistry.for(_sm).registerError(Route53RecoveryClusterServiceException$, Route53RecoveryClusterServiceException);
|
|
@@ -56,35 +56,35 @@ import { Route53RecoveryClusterServiceException } from "../models/Route53Recover
|
|
|
56
56
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
57
57
|
{ [_e]: _c, [_hE]: 403 },
|
|
58
58
|
[_m],
|
|
59
|
-
[0]
|
|
59
|
+
[0], 1
|
|
60
60
|
];
|
|
61
61
|
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
62
62
|
export var ConflictException$ = [-3, n0, _CE,
|
|
63
63
|
{ [_e]: _c, [_hE]: 409 },
|
|
64
64
|
[_m, _rI, _rT],
|
|
65
|
-
[0, 0, 0]
|
|
65
|
+
[0, 0, 0], 3
|
|
66
66
|
];
|
|
67
67
|
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
68
68
|
export var EndpointTemporarilyUnavailableException$ = [-3, n0, _ETUE,
|
|
69
69
|
{ [_e]: _s, [_hE]: 503 },
|
|
70
70
|
[_m],
|
|
71
|
-
[0]
|
|
71
|
+
[0], 1
|
|
72
72
|
];
|
|
73
73
|
TypeRegistry.for(n0).registerError(EndpointTemporarilyUnavailableException$, EndpointTemporarilyUnavailableException);
|
|
74
74
|
export var GetRoutingControlStateRequest$ = [3, n0, _GRCSR,
|
|
75
75
|
0,
|
|
76
76
|
[_RCA],
|
|
77
|
-
[0]
|
|
77
|
+
[0], 1
|
|
78
78
|
];
|
|
79
79
|
export var GetRoutingControlStateResponse$ = [3, n0, _GRCSRe,
|
|
80
80
|
0,
|
|
81
81
|
[_RCA, _RCS, _RCN],
|
|
82
|
-
[0, 0, 0]
|
|
82
|
+
[0, 0, 0], 2
|
|
83
83
|
];
|
|
84
84
|
export var InternalServerException$ = [-3, n0, _ISE,
|
|
85
85
|
{ [_e]: _s, [_hE]: 500 },
|
|
86
86
|
[_m, _rAS],
|
|
87
|
-
[0, [1, { [_hH]: _RA }]]
|
|
87
|
+
[0, [1, { [_hH]: _RA }]], 1
|
|
88
88
|
];
|
|
89
89
|
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
90
90
|
export var ListRoutingControlsRequest$ = [3, n0, _LRCR,
|
|
@@ -95,12 +95,12 @@ export var ListRoutingControlsRequest$ = [3, n0, _LRCR,
|
|
|
95
95
|
export var ListRoutingControlsResponse$ = [3, n0, _LRCRi,
|
|
96
96
|
0,
|
|
97
97
|
[_RC, _NT],
|
|
98
|
-
[() => RoutingControls, 0]
|
|
98
|
+
[() => RoutingControls, 0], 1
|
|
99
99
|
];
|
|
100
100
|
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
101
101
|
{ [_e]: _c, [_hE]: 404 },
|
|
102
102
|
[_m, _rI, _rT],
|
|
103
|
-
[0, 0, 0]
|
|
103
|
+
[0, 0, 0], 3
|
|
104
104
|
];
|
|
105
105
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
106
106
|
export var RoutingControl$ = [3, n0, _RCo,
|
|
@@ -110,25 +110,25 @@ export var RoutingControl$ = [3, n0, _RCo,
|
|
|
110
110
|
];
|
|
111
111
|
export var ServiceLimitExceededException$ = [-3, n0, _SLEE,
|
|
112
112
|
{ [_e]: _c, [_hE]: 402 },
|
|
113
|
-
[_m,
|
|
114
|
-
[0, 0, 0, 0, 0]
|
|
113
|
+
[_m, _lC, _sC, _rI, _rT],
|
|
114
|
+
[0, 0, 0, 0, 0], 3
|
|
115
115
|
];
|
|
116
116
|
TypeRegistry.for(n0).registerError(ServiceLimitExceededException$, ServiceLimitExceededException);
|
|
117
117
|
export var ThrottlingException$ = [-3, n0, _TE,
|
|
118
118
|
{ [_e]: _c, [_hE]: 429 },
|
|
119
119
|
[_m, _rAS],
|
|
120
|
-
[0, [1, { [_hH]: _RA }]]
|
|
120
|
+
[0, [1, { [_hH]: _RA }]], 1
|
|
121
121
|
];
|
|
122
122
|
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
123
123
|
export var UpdateRoutingControlStateEntry$ = [3, n0, _URCSE,
|
|
124
124
|
0,
|
|
125
125
|
[_RCA, _RCS],
|
|
126
|
-
[0, 0]
|
|
126
|
+
[0, 0], 2
|
|
127
127
|
];
|
|
128
128
|
export var UpdateRoutingControlStateRequest$ = [3, n0, _URCSR,
|
|
129
129
|
0,
|
|
130
130
|
[_RCA, _RCS, _SRTO],
|
|
131
|
-
[0, 0, 64 | 0]
|
|
131
|
+
[0, 0, 64 | 0], 2
|
|
132
132
|
];
|
|
133
133
|
export var UpdateRoutingControlStateResponse$ = [3, n0, _URCSRp,
|
|
134
134
|
0,
|
|
@@ -138,7 +138,7 @@ export var UpdateRoutingControlStateResponse$ = [3, n0, _URCSRp,
|
|
|
138
138
|
export var UpdateRoutingControlStatesRequest$ = [3, n0, _URCSRpd,
|
|
139
139
|
0,
|
|
140
140
|
[_URCSEp, _SRTO],
|
|
141
|
-
[() => UpdateRoutingControlStateEntries, 64 | 0]
|
|
141
|
+
[() => UpdateRoutingControlStateEntries, 64 | 0], 1
|
|
142
142
|
];
|
|
143
143
|
export var UpdateRoutingControlStatesResponse$ = [3, n0, _URCSRpda,
|
|
144
144
|
0,
|
|
@@ -148,13 +148,13 @@ export var UpdateRoutingControlStatesResponse$ = [3, n0, _URCSRpda,
|
|
|
148
148
|
export var ValidationException$ = [-3, n0, _VE,
|
|
149
149
|
{ [_e]: _c, [_hE]: 400 },
|
|
150
150
|
[_m, _r, _f],
|
|
151
|
-
[0, 0, () => ValidationExceptionFieldList]
|
|
151
|
+
[0, 0, () => ValidationExceptionFieldList], 1
|
|
152
152
|
];
|
|
153
153
|
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
154
154
|
export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
155
155
|
0,
|
|
156
156
|
[_n, _m],
|
|
157
|
-
[0, 0]
|
|
157
|
+
[0, 0], 2
|
|
158
158
|
];
|
|
159
159
|
export var Route53RecoveryClusterServiceException$ = [-3, _sm, "Route53RecoveryClusterServiceException", 0, [], []];
|
|
160
160
|
TypeRegistry.for(_sm).registerError(Route53RecoveryClusterServiceException$, Route53RecoveryClusterServiceException);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route53-recovery-cluster",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route53 Recovery Cluster Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
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-route53-recovery-cluster",
|
|
@@ -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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.20.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.10.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
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.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.2.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
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/
|
|
64
|
-
"@types/node": "^
|
|
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": ">=
|
|
71
|
+
"node": ">=20.0.0"
|
|
72
72
|
},
|
|
73
73
|
"typesVersions": {
|
|
74
74
|
"<4.0": {
|