@aws-sdk/client-controltower 3.987.0 → 3.989.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 +47 -1059
- package/dist-cjs/models/ControlTowerServiceException.js +12 -0
- package/dist-cjs/models/errors.js +105 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +830 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +63 -57
- package/dist-types/schemas/schemas_0.d.ts +14 -7
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -7
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultControlTowerHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2018-05-10",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.controltower",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2018-05-10",
|
|
30
32
|
serviceTarget: "AWSControlTowerApis",
|
|
31
33
|
},
|
|
@@ -188,14 +188,14 @@ const _rA = "resourceArn";
|
|
|
188
188
|
const _rAS = "retryAfterSeconds";
|
|
189
189
|
const _rDS = "resourceDriftStatuses";
|
|
190
190
|
const _rT = "remediationTypes";
|
|
191
|
-
const _s = "
|
|
191
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.controltower";
|
|
192
192
|
const _sC = "serviceCode";
|
|
193
193
|
const _sM = "statusMessage";
|
|
194
194
|
const _sS = "statusSummary";
|
|
195
195
|
const _sT = "startTime";
|
|
196
196
|
const _se = "server";
|
|
197
|
-
const
|
|
198
|
-
const
|
|
197
|
+
const _st = "status";
|
|
198
|
+
const _sta = "statuses";
|
|
199
199
|
const _t = "tags";
|
|
200
200
|
const _tI = "targetIdentifier";
|
|
201
201
|
const _tIa = "targetIdentifiers";
|
|
@@ -208,15 +208,59 @@ const n0 = "com.amazonaws.controltower";
|
|
|
208
208
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
209
209
|
import { ControlTowerServiceException } from "../models/ControlTowerServiceException";
|
|
210
210
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
211
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
212
|
+
export var ControlTowerServiceException$ = [-3, _s, "ControlTowerServiceException", 0, [], []];
|
|
213
|
+
_s_registry.registerError(ControlTowerServiceException$, ControlTowerServiceException);
|
|
214
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
211
215
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
212
216
|
{ [_e]: _c, [_hE]: 403 },
|
|
213
217
|
[_m],
|
|
214
218
|
[0], 1
|
|
215
219
|
];
|
|
216
|
-
|
|
220
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
221
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
222
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
223
|
+
[_m],
|
|
224
|
+
[0], 1
|
|
225
|
+
];
|
|
226
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
227
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
228
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
229
|
+
[_m],
|
|
230
|
+
[0], 1
|
|
231
|
+
];
|
|
232
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
233
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
234
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
235
|
+
[_m],
|
|
236
|
+
[0], 1
|
|
237
|
+
];
|
|
238
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
239
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
240
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
241
|
+
[_m],
|
|
242
|
+
[0], 1
|
|
243
|
+
];
|
|
244
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
245
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
246
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
247
|
+
[_m, _sC, _qC, _rAS],
|
|
248
|
+
[0, 0, 0, [1, { [_hH]: _RA }]], 1
|
|
249
|
+
];
|
|
250
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
251
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
252
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
253
|
+
[_m],
|
|
254
|
+
[0], 1
|
|
255
|
+
];
|
|
256
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
257
|
+
export const errorTypeRegistries = [
|
|
258
|
+
_s_registry,
|
|
259
|
+
n0_registry,
|
|
260
|
+
];
|
|
217
261
|
export var BaselineOperation$ = [3, n0, _BO,
|
|
218
262
|
0,
|
|
219
|
-
[_oI, _oT,
|
|
263
|
+
[_oI, _oT, _st, _sT, _eT, _sM],
|
|
220
264
|
[0, 0, 0, 5, 5, 0]
|
|
221
265
|
];
|
|
222
266
|
export var BaselineSummary$ = [3, n0, _BS,
|
|
@@ -224,25 +268,19 @@ export var BaselineSummary$ = [3, n0, _BS,
|
|
|
224
268
|
[_a, _n, _d],
|
|
225
269
|
[0, 0, 0], 2
|
|
226
270
|
];
|
|
227
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
228
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
229
|
-
[_m],
|
|
230
|
-
[0], 1
|
|
231
|
-
];
|
|
232
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
233
271
|
export var ControlOperation$ = [3, n0, _CO,
|
|
234
272
|
0,
|
|
235
|
-
[_oT, _sT, _eT,
|
|
273
|
+
[_oT, _sT, _eT, _st, _sM, _oI, _cI, _tI, _eCI],
|
|
236
274
|
[0, 5, 5, 0, 0, 0, 0, 0, 0]
|
|
237
275
|
];
|
|
238
276
|
export var ControlOperationFilter$ = [3, n0, _COF,
|
|
239
277
|
0,
|
|
240
|
-
[_cIo, _tIa, _eCIn,
|
|
278
|
+
[_cIo, _tIa, _eCIn, _sta, _cOT],
|
|
241
279
|
[64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0]
|
|
242
280
|
];
|
|
243
281
|
export var ControlOperationSummary$ = [3, n0, _COS,
|
|
244
282
|
0,
|
|
245
|
-
[_oT, _sT, _eT,
|
|
283
|
+
[_oT, _sT, _eT, _st, _sM, _oI, _cI, _tI, _eCI],
|
|
246
284
|
[0, 5, 5, 0, 0, 0, 0, 0, 0]
|
|
247
285
|
];
|
|
248
286
|
export var CreateLandingZoneInput$ = [3, n0, _CLZI,
|
|
@@ -327,12 +365,12 @@ export var EnabledBaselineDriftTypes$ = [3, n0, _EBDT,
|
|
|
327
365
|
];
|
|
328
366
|
export var EnabledBaselineFilter$ = [3, n0, _EBF,
|
|
329
367
|
0,
|
|
330
|
-
[_tIa, _bIa, _pIa,
|
|
368
|
+
[_tIa, _bIa, _pIa, _sta, _iDS],
|
|
331
369
|
[64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0]
|
|
332
370
|
];
|
|
333
371
|
export var EnabledBaselineInheritanceDrift$ = [3, n0, _EBID,
|
|
334
372
|
0,
|
|
335
|
-
[
|
|
373
|
+
[_st],
|
|
336
374
|
[0]
|
|
337
375
|
];
|
|
338
376
|
export var EnabledBaselineParameter$ = [3, n0, _EBP,
|
|
@@ -362,12 +400,12 @@ export var EnabledControlDriftTypes$ = [3, n0, _ECDT,
|
|
|
362
400
|
];
|
|
363
401
|
export var EnabledControlFilter$ = [3, n0, _ECF,
|
|
364
402
|
0,
|
|
365
|
-
[_cIo,
|
|
403
|
+
[_cIo, _sta, _dSr, _pIa, _iDS, _rDS],
|
|
366
404
|
[64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0]
|
|
367
405
|
];
|
|
368
406
|
export var EnabledControlInheritanceDrift$ = [3, n0, _ECID,
|
|
369
407
|
0,
|
|
370
|
-
[
|
|
408
|
+
[_st],
|
|
371
409
|
[0]
|
|
372
410
|
];
|
|
373
411
|
export var EnabledControlParameter$ = [3, n0, _ECP,
|
|
@@ -382,7 +420,7 @@ export var EnabledControlParameterSummary$ = [3, n0, _ECPS,
|
|
|
382
420
|
];
|
|
383
421
|
export var EnabledControlResourceDrift$ = [3, n0, _ECRD,
|
|
384
422
|
0,
|
|
385
|
-
[
|
|
423
|
+
[_st],
|
|
386
424
|
[0]
|
|
387
425
|
];
|
|
388
426
|
export var EnabledControlSummary$ = [3, n0, _ECS,
|
|
@@ -392,7 +430,7 @@ export var EnabledControlSummary$ = [3, n0, _ECS,
|
|
|
392
430
|
];
|
|
393
431
|
export var EnablementStatusSummary$ = [3, n0, _ESS,
|
|
394
432
|
0,
|
|
395
|
-
[
|
|
433
|
+
[_st, _lOI],
|
|
396
434
|
[0, 0]
|
|
397
435
|
];
|
|
398
436
|
export var GetBaselineInput$ = [3, n0, _GBI,
|
|
@@ -465,35 +503,29 @@ export var GetLandingZoneOutput$ = [3, n0, _GLZO,
|
|
|
465
503
|
[_lZ],
|
|
466
504
|
[() => LandingZoneDetail$], 1
|
|
467
505
|
];
|
|
468
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
469
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
470
|
-
[_m],
|
|
471
|
-
[0], 1
|
|
472
|
-
];
|
|
473
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
474
506
|
export var LandingZoneDetail$ = [3, n0, _LZD,
|
|
475
507
|
0,
|
|
476
|
-
[_v, _ma, _rT, _a,
|
|
508
|
+
[_v, _ma, _rT, _a, _st, _lAV, _dS],
|
|
477
509
|
[0, 15, 64 | 0, 0, 0, 0, () => LandingZoneDriftStatusSummary$], 2
|
|
478
510
|
];
|
|
479
511
|
export var LandingZoneDriftStatusSummary$ = [3, n0, _LZDSS,
|
|
480
512
|
0,
|
|
481
|
-
[
|
|
513
|
+
[_st],
|
|
482
514
|
[0]
|
|
483
515
|
];
|
|
484
516
|
export var LandingZoneOperationDetail$ = [3, n0, _LZOD,
|
|
485
517
|
0,
|
|
486
|
-
[_oT, _oI,
|
|
518
|
+
[_oT, _oI, _st, _sT, _eT, _sM],
|
|
487
519
|
[0, 0, 0, 5, 5, 0]
|
|
488
520
|
];
|
|
489
521
|
export var LandingZoneOperationFilter$ = [3, n0, _LZOF,
|
|
490
522
|
0,
|
|
491
|
-
[_ty,
|
|
523
|
+
[_ty, _sta],
|
|
492
524
|
[64 | 0, 64 | 0]
|
|
493
525
|
];
|
|
494
526
|
export var LandingZoneOperationSummary$ = [3, n0, _LZOS,
|
|
495
527
|
0,
|
|
496
|
-
[_oT, _oI,
|
|
528
|
+
[_oT, _oI, _st],
|
|
497
529
|
[0, 0, 0]
|
|
498
530
|
];
|
|
499
531
|
export var LandingZoneSummary$ = [3, n0, _LZS,
|
|
@@ -606,18 +638,6 @@ export var ResetLandingZoneOutput$ = [3, n0, _RLZO,
|
|
|
606
638
|
[_oI],
|
|
607
639
|
[0], 1
|
|
608
640
|
];
|
|
609
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
610
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
611
|
-
[_m],
|
|
612
|
-
[0], 1
|
|
613
|
-
];
|
|
614
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
615
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
616
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
617
|
-
[_m],
|
|
618
|
-
[0], 1
|
|
619
|
-
];
|
|
620
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
621
641
|
export var TagResourceInput$ = [3, n0, _TRI,
|
|
622
642
|
0,
|
|
623
643
|
[_rA, _t],
|
|
@@ -628,12 +648,6 @@ export var TagResourceOutput$ = [3, n0, _TRO,
|
|
|
628
648
|
[],
|
|
629
649
|
[]
|
|
630
650
|
];
|
|
631
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
632
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
633
|
-
[_m, _sC, _qC, _rAS],
|
|
634
|
-
[0, 0, 0, [1, { [_hH]: _RA }]], 1
|
|
635
|
-
];
|
|
636
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
637
651
|
export var UntagResourceInput$ = [3, n0, _URI,
|
|
638
652
|
0,
|
|
639
653
|
[_rA, _tK],
|
|
@@ -674,14 +688,6 @@ export var UpdateLandingZoneOutput$ = [3, n0, _ULZO,
|
|
|
674
688
|
[_oI],
|
|
675
689
|
[0], 1
|
|
676
690
|
];
|
|
677
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
678
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
679
|
-
[_m],
|
|
680
|
-
[0], 1
|
|
681
|
-
];
|
|
682
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
683
|
-
export var ControlTowerServiceException$ = [-3, _sm, "ControlTowerServiceException", 0, [], []];
|
|
684
|
-
TypeRegistry.for(_sm).registerError(ControlTowerServiceException$, ControlTowerServiceException);
|
|
685
691
|
var Baselines = [1, n0, _B,
|
|
686
692
|
0, () => BaselineSummary$
|
|
687
693
|
];
|
|
@@ -1,8 +1,21 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var ControlTowerServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
7
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
8
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
9
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
10
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
11
|
+
/**
|
|
12
|
+
* TypeRegistry instances containing modeled errors.
|
|
13
|
+
* @internal
|
|
14
|
+
*
|
|
15
|
+
*/
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
17
|
export declare var BaselineOperation$: StaticStructureSchema;
|
|
4
18
|
export declare var BaselineSummary$: StaticStructureSchema;
|
|
5
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
6
19
|
export declare var ControlOperation$: StaticStructureSchema;
|
|
7
20
|
export declare var ControlOperationFilter$: StaticStructureSchema;
|
|
8
21
|
export declare var ControlOperationSummary$: StaticStructureSchema;
|
|
@@ -50,7 +63,6 @@ export declare var GetLandingZoneInput$: StaticStructureSchema;
|
|
|
50
63
|
export declare var GetLandingZoneOperationInput$: StaticStructureSchema;
|
|
51
64
|
export declare var GetLandingZoneOperationOutput$: StaticStructureSchema;
|
|
52
65
|
export declare var GetLandingZoneOutput$: StaticStructureSchema;
|
|
53
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
54
66
|
export declare var LandingZoneDetail$: StaticStructureSchema;
|
|
55
67
|
export declare var LandingZoneDriftStatusSummary$: StaticStructureSchema;
|
|
56
68
|
export declare var LandingZoneOperationDetail$: StaticStructureSchema;
|
|
@@ -78,11 +90,8 @@ export declare var ResetEnabledControlInput$: StaticStructureSchema;
|
|
|
78
90
|
export declare var ResetEnabledControlOutput$: StaticStructureSchema;
|
|
79
91
|
export declare var ResetLandingZoneInput$: StaticStructureSchema;
|
|
80
92
|
export declare var ResetLandingZoneOutput$: StaticStructureSchema;
|
|
81
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
82
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
83
93
|
export declare var TagResourceInput$: StaticStructureSchema;
|
|
84
94
|
export declare var TagResourceOutput$: StaticStructureSchema;
|
|
85
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
86
95
|
export declare var UntagResourceInput$: StaticStructureSchema;
|
|
87
96
|
export declare var UntagResourceOutput$: StaticStructureSchema;
|
|
88
97
|
export declare var UpdateEnabledBaselineInput$: StaticStructureSchema;
|
|
@@ -91,8 +100,6 @@ export declare var UpdateEnabledControlInput$: StaticStructureSchema;
|
|
|
91
100
|
export declare var UpdateEnabledControlOutput$: StaticStructureSchema;
|
|
92
101
|
export declare var UpdateLandingZoneInput$: StaticStructureSchema;
|
|
93
102
|
export declare var UpdateLandingZoneOutput$: StaticStructureSchema;
|
|
94
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
95
|
-
export declare var ControlTowerServiceException$: StaticErrorSchema;
|
|
96
103
|
export declare var CreateLandingZone$: StaticOperationSchema;
|
|
97
104
|
export declare var DeleteLandingZone$: StaticOperationSchema;
|
|
98
105
|
export declare var DisableBaseline$: StaticOperationSchema;
|
|
@@ -1,12 +1,20 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var ControlTowerServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
10
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
11
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
12
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
13
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
14
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
15
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
16
|
export declare var BaselineOperation$: StaticStructureSchema;
|
|
8
17
|
export declare var BaselineSummary$: StaticStructureSchema;
|
|
9
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
10
18
|
export declare var ControlOperation$: StaticStructureSchema;
|
|
11
19
|
export declare var ControlOperationFilter$: StaticStructureSchema;
|
|
12
20
|
export declare var ControlOperationSummary$: StaticStructureSchema;
|
|
@@ -54,7 +62,6 @@ export declare var GetLandingZoneInput$: StaticStructureSchema;
|
|
|
54
62
|
export declare var GetLandingZoneOperationInput$: StaticStructureSchema;
|
|
55
63
|
export declare var GetLandingZoneOperationOutput$: StaticStructureSchema;
|
|
56
64
|
export declare var GetLandingZoneOutput$: StaticStructureSchema;
|
|
57
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
58
65
|
export declare var LandingZoneDetail$: StaticStructureSchema;
|
|
59
66
|
export declare var LandingZoneDriftStatusSummary$: StaticStructureSchema;
|
|
60
67
|
export declare var LandingZoneOperationDetail$: StaticStructureSchema;
|
|
@@ -82,11 +89,8 @@ export declare var ResetEnabledControlInput$: StaticStructureSchema;
|
|
|
82
89
|
export declare var ResetEnabledControlOutput$: StaticStructureSchema;
|
|
83
90
|
export declare var ResetLandingZoneInput$: StaticStructureSchema;
|
|
84
91
|
export declare var ResetLandingZoneOutput$: StaticStructureSchema;
|
|
85
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
86
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
87
92
|
export declare var TagResourceInput$: StaticStructureSchema;
|
|
88
93
|
export declare var TagResourceOutput$: StaticStructureSchema;
|
|
89
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
90
94
|
export declare var UntagResourceInput$: StaticStructureSchema;
|
|
91
95
|
export declare var UntagResourceOutput$: StaticStructureSchema;
|
|
92
96
|
export declare var UpdateEnabledBaselineInput$: StaticStructureSchema;
|
|
@@ -95,8 +99,6 @@ export declare var UpdateEnabledControlInput$: StaticStructureSchema;
|
|
|
95
99
|
export declare var UpdateEnabledControlOutput$: StaticStructureSchema;
|
|
96
100
|
export declare var UpdateLandingZoneInput$: StaticStructureSchema;
|
|
97
101
|
export declare var UpdateLandingZoneOutput$: StaticStructureSchema;
|
|
98
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
99
|
-
export declare var ControlTowerServiceException$: StaticErrorSchema;
|
|
100
102
|
export declare var CreateLandingZone$: StaticOperationSchema;
|
|
101
103
|
export declare var DeleteLandingZone$: StaticOperationSchema;
|
|
102
104
|
export declare var DisableBaseline$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-controltower",
|
|
3
3
|
"description": "AWS SDK for JavaScript Controltower Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.989.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-controltower",
|
|
@@ -21,38 +21,38 @@
|
|
|
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.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.9",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
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.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|