@aws-sdk/client-controlcatalog 3.952.0 → 3.953.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 +151 -105
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/GetControlCommand.js +2 -2
- package/dist-es/commands/ListCommonControlsCommand.js +2 -2
- package/dist-es/commands/ListControlMappingsCommand.js +2 -2
- package/dist-es/commands/ListControlsCommand.js +2 -2
- package/dist-es/commands/ListDomainsCommand.js +2 -2
- package/dist-es/commands/ListObjectivesCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +91 -91
- package/dist-types/ControlCatalogClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +47 -63
- package/dist-types/ts3.4/ControlCatalogClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +46 -63
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class ControlCatalogClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class ControlCatalogServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, ControlCatalogServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends ControlCatalogServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
Message;
|
|
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends ControlCatalog
|
|
|
130
130
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
131
|
this.Message = opts.Message;
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class InternalServerException extends ControlCatalogServiceException {
|
|
135
135
|
name = "InternalServerException";
|
|
136
136
|
$fault = "server";
|
|
137
137
|
$retryable = {};
|
|
@@ -145,8 +145,8 @@ let InternalServerException$1 = class InternalServerException extends ControlCat
|
|
|
145
145
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
146
146
|
this.Message = opts.Message;
|
|
147
147
|
}
|
|
148
|
-
}
|
|
149
|
-
|
|
148
|
+
}
|
|
149
|
+
class ThrottlingException extends ControlCatalogServiceException {
|
|
150
150
|
name = "ThrottlingException";
|
|
151
151
|
$fault = "client";
|
|
152
152
|
$retryable = {
|
|
@@ -162,8 +162,8 @@ let ThrottlingException$1 = class ThrottlingException extends ControlCatalogServ
|
|
|
162
162
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
163
163
|
this.Message = opts.Message;
|
|
164
164
|
}
|
|
165
|
-
}
|
|
166
|
-
|
|
165
|
+
}
|
|
166
|
+
class ValidationException extends ControlCatalogServiceException {
|
|
167
167
|
name = "ValidationException";
|
|
168
168
|
$fault = "client";
|
|
169
169
|
Message;
|
|
@@ -176,8 +176,8 @@ let ValidationException$1 = class ValidationException extends ControlCatalogServ
|
|
|
176
176
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
177
177
|
this.Message = opts.Message;
|
|
178
178
|
}
|
|
179
|
-
}
|
|
180
|
-
|
|
179
|
+
}
|
|
180
|
+
class ResourceNotFoundException extends ControlCatalogServiceException {
|
|
181
181
|
name = "ResourceNotFoundException";
|
|
182
182
|
$fault = "client";
|
|
183
183
|
Message;
|
|
@@ -190,7 +190,7 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Contro
|
|
|
190
190
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
191
191
|
this.Message = opts.Message;
|
|
192
192
|
}
|
|
193
|
-
}
|
|
193
|
+
}
|
|
194
194
|
|
|
195
195
|
const _A = "Arn";
|
|
196
196
|
const _ADE = "AccessDeniedException";
|
|
@@ -293,23 +293,23 @@ const _nT = "nextToken";
|
|
|
293
293
|
const _s = "server";
|
|
294
294
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.controlcatalog";
|
|
295
295
|
const n0 = "com.amazonaws.controlcatalog";
|
|
296
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
297
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
298
|
-
var AssociatedDomainSummary = [3, n0, _ADS, 0, [_A, _N], [0, 0]];
|
|
299
|
-
var AssociatedObjectiveSummary = [3, n0, _AOS, 0, [_A, _N], [0, 0]];
|
|
300
|
-
var CommonControlFilter = [3, n0, _CCF, 0, [_O], [() => ObjectiveResourceFilterList]];
|
|
301
|
-
var CommonControlMappingDetails = [3, n0, _CCMD, 0, [_CCA], [0]];
|
|
302
|
-
var CommonControlSummary = [
|
|
296
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
297
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
298
|
+
var AssociatedDomainSummary$ = [3, n0, _ADS, 0, [_A, _N], [0, 0]];
|
|
299
|
+
var AssociatedObjectiveSummary$ = [3, n0, _AOS, 0, [_A, _N], [0, 0]];
|
|
300
|
+
var CommonControlFilter$ = [3, n0, _CCF, 0, [_O], [() => ObjectiveResourceFilterList]];
|
|
301
|
+
var CommonControlMappingDetails$ = [3, n0, _CCMD, 0, [_CCA], [0]];
|
|
302
|
+
var CommonControlSummary$ = [
|
|
303
303
|
3,
|
|
304
304
|
n0,
|
|
305
305
|
_CCS,
|
|
306
306
|
0,
|
|
307
307
|
[_A, _N, _D, _Do, _Ob, _CT, _LUT],
|
|
308
|
-
[0, 0, 0, () => AssociatedDomainSummary
|
|
308
|
+
[0, 0, 0, () => AssociatedDomainSummary$, () => AssociatedObjectiveSummary$, 4, 4],
|
|
309
309
|
];
|
|
310
|
-
var ControlFilter = [3, n0, _CF, 0, [_I], [() => ImplementationFilter]];
|
|
311
|
-
var ControlMapping = [3, n0, _CM, 0, [_CA, _MT, _Ma], [0, 0, () => Mapping]];
|
|
312
|
-
var ControlMappingFilter = [
|
|
310
|
+
var ControlFilter$ = [3, n0, _CF, 0, [_I], [() => ImplementationFilter$]];
|
|
311
|
+
var ControlMapping$ = [3, n0, _CM, 0, [_CA, _MT, _Ma], [0, 0, () => Mapping$]];
|
|
312
|
+
var ControlMappingFilter$ = [
|
|
313
313
|
3,
|
|
314
314
|
n0,
|
|
315
315
|
_CMF,
|
|
@@ -317,41 +317,41 @@ var ControlMappingFilter = [
|
|
|
317
317
|
[_CAo, _CCAo, _MTa],
|
|
318
318
|
[64 | 0, 64 | 0, 64 | 0],
|
|
319
319
|
];
|
|
320
|
-
var ControlParameter = [3, n0, _CP, 0, [_N], [0]];
|
|
321
|
-
var ControlSummary = [
|
|
320
|
+
var ControlParameter$ = [3, n0, _CP, 0, [_N], [0]];
|
|
321
|
+
var ControlSummary$ = [
|
|
322
322
|
3,
|
|
323
323
|
n0,
|
|
324
324
|
_CS,
|
|
325
325
|
0,
|
|
326
326
|
[_A, _Al, _N, _D, _B, _S, _Im, _CT, _GR],
|
|
327
|
-
[0, 64 | 0, 0, 0, 0, 0, () => ImplementationSummary
|
|
327
|
+
[0, 64 | 0, 0, 0, 0, 0, () => ImplementationSummary$, 4, 64 | 0],
|
|
328
328
|
];
|
|
329
|
-
var DomainResourceFilter = [3, n0, _DRF, 0, [_A], [0]];
|
|
330
|
-
var DomainSummary = [3, n0, _DS, 0, [_A, _N, _D, _CT, _LUT], [0, 0, 0, 4, 4]];
|
|
331
|
-
var FrameworkMappingDetails = [3, n0, _FMD, 0, [_N, _It], [0, 0]];
|
|
332
|
-
var GetControlRequest = [3, n0, _GCR, 0, [_CA], [0]];
|
|
333
|
-
var GetControlResponse = [
|
|
329
|
+
var DomainResourceFilter$ = [3, n0, _DRF, 0, [_A], [0]];
|
|
330
|
+
var DomainSummary$ = [3, n0, _DS, 0, [_A, _N, _D, _CT, _LUT], [0, 0, 0, 4, 4]];
|
|
331
|
+
var FrameworkMappingDetails$ = [3, n0, _FMD, 0, [_N, _It], [0, 0]];
|
|
332
|
+
var GetControlRequest$ = [3, n0, _GCR, 0, [_CA], [0]];
|
|
333
|
+
var GetControlResponse$ = [
|
|
334
334
|
3,
|
|
335
335
|
n0,
|
|
336
336
|
_GCRe,
|
|
337
337
|
0,
|
|
338
338
|
[_A, _Al, _N, _D, _B, _S, _RC, _Im, _P, _CT, _GR],
|
|
339
|
-
[0, 64 | 0, 0, 0, 0, 0, () => RegionConfiguration
|
|
339
|
+
[0, 64 | 0, 0, 0, 0, 0, () => RegionConfiguration$, () => ImplementationDetails$, () => ControlParameters, 4, 64 | 0],
|
|
340
340
|
];
|
|
341
|
-
var ImplementationDetails = [3, n0, _ID, 0, [_T, _Id], [0, 0]];
|
|
342
|
-
var ImplementationFilter = [3, n0, _IF, 0, [_Ty, _Ide], [64 | 0, 64 | 0]];
|
|
343
|
-
var ImplementationSummary = [3, n0, _IS, 0, [_T, _Id], [0, 0]];
|
|
344
|
-
var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
345
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
346
|
-
var ListCommonControlsRequest = [
|
|
341
|
+
var ImplementationDetails$ = [3, n0, _ID, 0, [_T, _Id], [0, 0]];
|
|
342
|
+
var ImplementationFilter$ = [3, n0, _IF, 0, [_Ty, _Ide], [64 | 0, 64 | 0]];
|
|
343
|
+
var ImplementationSummary$ = [3, n0, _IS, 0, [_T, _Id], [0, 0]];
|
|
344
|
+
var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
345
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
346
|
+
var ListCommonControlsRequest$ = [
|
|
347
347
|
3,
|
|
348
348
|
n0,
|
|
349
349
|
_LCCR,
|
|
350
350
|
0,
|
|
351
351
|
[_MR, _NT, _CCF],
|
|
352
|
-
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], () => CommonControlFilter],
|
|
352
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], () => CommonControlFilter$],
|
|
353
353
|
];
|
|
354
|
-
var ListCommonControlsResponse = [
|
|
354
|
+
var ListCommonControlsResponse$ = [
|
|
355
355
|
3,
|
|
356
356
|
n0,
|
|
357
357
|
_LCCRi,
|
|
@@ -359,15 +359,15 @@ var ListCommonControlsResponse = [
|
|
|
359
359
|
[_CC, _NT],
|
|
360
360
|
[() => CommonControlSummaryList, 0],
|
|
361
361
|
];
|
|
362
|
-
var ListControlMappingsRequest = [
|
|
362
|
+
var ListControlMappingsRequest$ = [
|
|
363
363
|
3,
|
|
364
364
|
n0,
|
|
365
365
|
_LCMR,
|
|
366
366
|
0,
|
|
367
367
|
[_NT, _MR, _F],
|
|
368
|
-
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], () => ControlMappingFilter],
|
|
368
|
+
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], () => ControlMappingFilter$],
|
|
369
369
|
];
|
|
370
|
-
var ListControlMappingsResponse = [
|
|
370
|
+
var ListControlMappingsResponse$ = [
|
|
371
371
|
3,
|
|
372
372
|
n0,
|
|
373
373
|
_LCMRi,
|
|
@@ -375,16 +375,16 @@ var ListControlMappingsResponse = [
|
|
|
375
375
|
[_CMo, _NT],
|
|
376
376
|
[() => ControlMappings, 0],
|
|
377
377
|
];
|
|
378
|
-
var ListControlsRequest = [
|
|
378
|
+
var ListControlsRequest$ = [
|
|
379
379
|
3,
|
|
380
380
|
n0,
|
|
381
381
|
_LCR,
|
|
382
382
|
0,
|
|
383
383
|
[_NT, _MR, _F],
|
|
384
|
-
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], () => ControlFilter],
|
|
384
|
+
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], () => ControlFilter$],
|
|
385
385
|
];
|
|
386
|
-
var ListControlsResponse = [3, n0, _LCRi, 0, [_C, _NT], [() => Controls, 0]];
|
|
387
|
-
var ListDomainsRequest = [
|
|
386
|
+
var ListControlsResponse$ = [3, n0, _LCRi, 0, [_C, _NT], [() => Controls, 0]];
|
|
387
|
+
var ListDomainsRequest$ = [
|
|
388
388
|
3,
|
|
389
389
|
n0,
|
|
390
390
|
_LDR,
|
|
@@ -395,16 +395,16 @@ var ListDomainsRequest = [
|
|
|
395
395
|
[0, { [_hQ]: _nT }],
|
|
396
396
|
],
|
|
397
397
|
];
|
|
398
|
-
var ListDomainsResponse = [3, n0, _LDRi, 0, [_Dom, _NT], [() => DomainSummaryList, 0]];
|
|
399
|
-
var ListObjectivesRequest = [
|
|
398
|
+
var ListDomainsResponse$ = [3, n0, _LDRi, 0, [_Dom, _NT], [() => DomainSummaryList, 0]];
|
|
399
|
+
var ListObjectivesRequest$ = [
|
|
400
400
|
3,
|
|
401
401
|
n0,
|
|
402
402
|
_LOR,
|
|
403
403
|
0,
|
|
404
404
|
[_MR, _NT, _OF],
|
|
405
|
-
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], () => ObjectiveFilter],
|
|
405
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], () => ObjectiveFilter$],
|
|
406
406
|
];
|
|
407
|
-
var ListObjectivesResponse = [
|
|
407
|
+
var ListObjectivesResponse$ = [
|
|
408
408
|
3,
|
|
409
409
|
n0,
|
|
410
410
|
_LORi,
|
|
@@ -412,89 +412,89 @@ var ListObjectivesResponse = [
|
|
|
412
412
|
[_O, _NT],
|
|
413
413
|
[() => ObjectiveSummaryList, 0],
|
|
414
414
|
];
|
|
415
|
-
var ObjectiveFilter = [3, n0, _OF, 0, [_Dom], [() => DomainResourceFilterList]];
|
|
416
|
-
var ObjectiveResourceFilter = [3, n0, _ORF, 0, [_A], [0]];
|
|
417
|
-
var ObjectiveSummary = [
|
|
415
|
+
var ObjectiveFilter$ = [3, n0, _OF, 0, [_Dom], [() => DomainResourceFilterList]];
|
|
416
|
+
var ObjectiveResourceFilter$ = [3, n0, _ORF, 0, [_A], [0]];
|
|
417
|
+
var ObjectiveSummary$ = [
|
|
418
418
|
3,
|
|
419
419
|
n0,
|
|
420
420
|
_OS,
|
|
421
421
|
0,
|
|
422
422
|
[_A, _N, _D, _Do, _CT, _LUT],
|
|
423
|
-
[0, 0, 0, () => AssociatedDomainSummary
|
|
423
|
+
[0, 0, 0, () => AssociatedDomainSummary$, 4, 4],
|
|
424
424
|
];
|
|
425
|
-
var RegionConfiguration = [3, n0, _RC, 0, [_Sc, _DR], [0, 64 | 0]];
|
|
426
|
-
var RelatedControlMappingDetails = [3, n0, _RCMD, 0, [_CA, _RT], [0, 0]];
|
|
427
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
428
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
429
|
-
var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
430
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException
|
|
431
|
-
var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
432
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
433
|
-
var ControlCatalogServiceException = [-3, _sm, "ControlCatalogServiceException", 0, [], []];
|
|
434
|
-
schema.TypeRegistry.for(_sm).registerError(ControlCatalogServiceException
|
|
435
|
-
var CommonControlSummaryList = [1, n0, _CCSL, 0, () => CommonControlSummary];
|
|
436
|
-
var ControlMappings = [1, n0, _CMo, 0, () => ControlMapping];
|
|
437
|
-
var ControlParameters = [1, n0, _CPo, 0, () => ControlParameter];
|
|
438
|
-
var Controls = [1, n0, _C, 0, () => ControlSummary];
|
|
439
|
-
var DomainResourceFilterList = [1, n0, _DRFL, 0, () => DomainResourceFilter];
|
|
440
|
-
var DomainSummaryList = [1, n0, _DSL, 0, () => DomainSummary];
|
|
441
|
-
var ObjectiveResourceFilterList = [1, n0, _ORFL, 0, () => ObjectiveResourceFilter];
|
|
442
|
-
var ObjectiveSummaryList = [1, n0, _OSL, 0, () => ObjectiveSummary];
|
|
443
|
-
var Mapping = [
|
|
425
|
+
var RegionConfiguration$ = [3, n0, _RC, 0, [_Sc, _DR], [0, 64 | 0]];
|
|
426
|
+
var RelatedControlMappingDetails$ = [3, n0, _RCMD, 0, [_CA, _RT], [0, 0]];
|
|
427
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
428
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
429
|
+
var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
430
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
431
|
+
var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
432
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
433
|
+
var ControlCatalogServiceException$ = [-3, _sm, "ControlCatalogServiceException", 0, [], []];
|
|
434
|
+
schema.TypeRegistry.for(_sm).registerError(ControlCatalogServiceException$, ControlCatalogServiceException);
|
|
435
|
+
var CommonControlSummaryList = [1, n0, _CCSL, 0, () => CommonControlSummary$];
|
|
436
|
+
var ControlMappings = [1, n0, _CMo, 0, () => ControlMapping$];
|
|
437
|
+
var ControlParameters = [1, n0, _CPo, 0, () => ControlParameter$];
|
|
438
|
+
var Controls = [1, n0, _C, 0, () => ControlSummary$];
|
|
439
|
+
var DomainResourceFilterList = [1, n0, _DRFL, 0, () => DomainResourceFilter$];
|
|
440
|
+
var DomainSummaryList = [1, n0, _DSL, 0, () => DomainSummary$];
|
|
441
|
+
var ObjectiveResourceFilterList = [1, n0, _ORFL, 0, () => ObjectiveResourceFilter$];
|
|
442
|
+
var ObjectiveSummaryList = [1, n0, _OSL, 0, () => ObjectiveSummary$];
|
|
443
|
+
var Mapping$ = [
|
|
444
444
|
3,
|
|
445
445
|
n0,
|
|
446
446
|
_Ma,
|
|
447
447
|
0,
|
|
448
448
|
[_Fr, _CCo, _RCe],
|
|
449
|
-
[() => FrameworkMappingDetails
|
|
449
|
+
[() => FrameworkMappingDetails$, () => CommonControlMappingDetails$, () => RelatedControlMappingDetails$],
|
|
450
450
|
];
|
|
451
|
-
var GetControl = [
|
|
451
|
+
var GetControl$ = [
|
|
452
452
|
9,
|
|
453
453
|
n0,
|
|
454
454
|
_GC,
|
|
455
455
|
{ [_h]: ["POST", "/get-control", 200] },
|
|
456
|
-
() => GetControlRequest
|
|
457
|
-
() => GetControlResponse
|
|
456
|
+
() => GetControlRequest$,
|
|
457
|
+
() => GetControlResponse$,
|
|
458
458
|
];
|
|
459
|
-
var ListCommonControls = [
|
|
459
|
+
var ListCommonControls$ = [
|
|
460
460
|
9,
|
|
461
461
|
n0,
|
|
462
462
|
_LCC,
|
|
463
463
|
{ [_h]: ["POST", "/common-controls", 200] },
|
|
464
|
-
() => ListCommonControlsRequest
|
|
465
|
-
() => ListCommonControlsResponse
|
|
464
|
+
() => ListCommonControlsRequest$,
|
|
465
|
+
() => ListCommonControlsResponse$,
|
|
466
466
|
];
|
|
467
|
-
var ListControlMappings = [
|
|
467
|
+
var ListControlMappings$ = [
|
|
468
468
|
9,
|
|
469
469
|
n0,
|
|
470
470
|
_LCM,
|
|
471
471
|
{ [_h]: ["POST", "/list-control-mappings", 200] },
|
|
472
|
-
() => ListControlMappingsRequest
|
|
473
|
-
() => ListControlMappingsResponse
|
|
472
|
+
() => ListControlMappingsRequest$,
|
|
473
|
+
() => ListControlMappingsResponse$,
|
|
474
474
|
];
|
|
475
|
-
var ListControls = [
|
|
475
|
+
var ListControls$ = [
|
|
476
476
|
9,
|
|
477
477
|
n0,
|
|
478
478
|
_LC,
|
|
479
479
|
{ [_h]: ["POST", "/list-controls", 200] },
|
|
480
|
-
() => ListControlsRequest
|
|
481
|
-
() => ListControlsResponse
|
|
480
|
+
() => ListControlsRequest$,
|
|
481
|
+
() => ListControlsResponse$,
|
|
482
482
|
];
|
|
483
|
-
var ListDomains = [
|
|
483
|
+
var ListDomains$ = [
|
|
484
484
|
9,
|
|
485
485
|
n0,
|
|
486
486
|
_LD,
|
|
487
487
|
{ [_h]: ["POST", "/domains", 200] },
|
|
488
|
-
() => ListDomainsRequest
|
|
489
|
-
() => ListDomainsResponse
|
|
488
|
+
() => ListDomainsRequest$,
|
|
489
|
+
() => ListDomainsResponse$,
|
|
490
490
|
];
|
|
491
|
-
var ListObjectives = [
|
|
491
|
+
var ListObjectives$ = [
|
|
492
492
|
9,
|
|
493
493
|
n0,
|
|
494
494
|
_LO,
|
|
495
495
|
{ [_h]: ["POST", "/objectives", 200] },
|
|
496
|
-
() => ListObjectivesRequest
|
|
497
|
-
() => ListObjectivesResponse
|
|
496
|
+
() => ListObjectivesRequest$,
|
|
497
|
+
() => ListObjectivesResponse$,
|
|
498
498
|
];
|
|
499
499
|
|
|
500
500
|
class GetControlCommand extends smithyClient.Command
|
|
@@ -505,7 +505,7 @@ class GetControlCommand extends smithyClient.Command
|
|
|
505
505
|
})
|
|
506
506
|
.s("ControlCatalog", "GetControl", {})
|
|
507
507
|
.n("ControlCatalogClient", "GetControlCommand")
|
|
508
|
-
.sc(GetControl)
|
|
508
|
+
.sc(GetControl$)
|
|
509
509
|
.build() {
|
|
510
510
|
}
|
|
511
511
|
|
|
@@ -517,7 +517,7 @@ class ListCommonControlsCommand extends smithyClient.Command
|
|
|
517
517
|
})
|
|
518
518
|
.s("ControlCatalog", "ListCommonControls", {})
|
|
519
519
|
.n("ControlCatalogClient", "ListCommonControlsCommand")
|
|
520
|
-
.sc(ListCommonControls)
|
|
520
|
+
.sc(ListCommonControls$)
|
|
521
521
|
.build() {
|
|
522
522
|
}
|
|
523
523
|
|
|
@@ -529,7 +529,7 @@ class ListControlMappingsCommand extends smithyClient.Command
|
|
|
529
529
|
})
|
|
530
530
|
.s("ControlCatalog", "ListControlMappings", {})
|
|
531
531
|
.n("ControlCatalogClient", "ListControlMappingsCommand")
|
|
532
|
-
.sc(ListControlMappings)
|
|
532
|
+
.sc(ListControlMappings$)
|
|
533
533
|
.build() {
|
|
534
534
|
}
|
|
535
535
|
|
|
@@ -541,7 +541,7 @@ class ListControlsCommand extends smithyClient.Command
|
|
|
541
541
|
})
|
|
542
542
|
.s("ControlCatalog", "ListControls", {})
|
|
543
543
|
.n("ControlCatalogClient", "ListControlsCommand")
|
|
544
|
-
.sc(ListControls)
|
|
544
|
+
.sc(ListControls$)
|
|
545
545
|
.build() {
|
|
546
546
|
}
|
|
547
547
|
|
|
@@ -553,7 +553,7 @@ class ListDomainsCommand extends smithyClient.Command
|
|
|
553
553
|
})
|
|
554
554
|
.s("ControlCatalog", "ListDomains", {})
|
|
555
555
|
.n("ControlCatalogClient", "ListDomainsCommand")
|
|
556
|
-
.sc(ListDomains)
|
|
556
|
+
.sc(ListDomains$)
|
|
557
557
|
.build() {
|
|
558
558
|
}
|
|
559
559
|
|
|
@@ -565,7 +565,7 @@ class ListObjectivesCommand extends smithyClient.Command
|
|
|
565
565
|
})
|
|
566
566
|
.s("ControlCatalog", "ListObjectives", {})
|
|
567
567
|
.n("ControlCatalogClient", "ListObjectivesCommand")
|
|
568
|
-
.sc(ListObjectives)
|
|
568
|
+
.sc(ListObjectives$)
|
|
569
569
|
.build() {
|
|
570
570
|
}
|
|
571
571
|
|
|
@@ -625,25 +625,71 @@ Object.defineProperty(exports, "__Client", {
|
|
|
625
625
|
enumerable: true,
|
|
626
626
|
get: function () { return smithyClient.Client; }
|
|
627
627
|
});
|
|
628
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
628
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
629
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
630
|
+
exports.AssociatedDomainSummary$ = AssociatedDomainSummary$;
|
|
631
|
+
exports.AssociatedObjectiveSummary$ = AssociatedObjectiveSummary$;
|
|
632
|
+
exports.CommonControlFilter$ = CommonControlFilter$;
|
|
633
|
+
exports.CommonControlMappingDetails$ = CommonControlMappingDetails$;
|
|
634
|
+
exports.CommonControlSummary$ = CommonControlSummary$;
|
|
629
635
|
exports.ControlBehavior = ControlBehavior;
|
|
630
636
|
exports.ControlCatalog = ControlCatalog;
|
|
631
637
|
exports.ControlCatalogClient = ControlCatalogClient;
|
|
632
|
-
exports.ControlCatalogServiceException = ControlCatalogServiceException
|
|
638
|
+
exports.ControlCatalogServiceException = ControlCatalogServiceException;
|
|
639
|
+
exports.ControlCatalogServiceException$ = ControlCatalogServiceException$;
|
|
640
|
+
exports.ControlFilter$ = ControlFilter$;
|
|
641
|
+
exports.ControlMapping$ = ControlMapping$;
|
|
642
|
+
exports.ControlMappingFilter$ = ControlMappingFilter$;
|
|
643
|
+
exports.ControlParameter$ = ControlParameter$;
|
|
633
644
|
exports.ControlRelationType = ControlRelationType;
|
|
634
645
|
exports.ControlScope = ControlScope;
|
|
635
646
|
exports.ControlSeverity = ControlSeverity;
|
|
647
|
+
exports.ControlSummary$ = ControlSummary$;
|
|
648
|
+
exports.DomainResourceFilter$ = DomainResourceFilter$;
|
|
649
|
+
exports.DomainSummary$ = DomainSummary$;
|
|
650
|
+
exports.FrameworkMappingDetails$ = FrameworkMappingDetails$;
|
|
651
|
+
exports.GetControl$ = GetControl$;
|
|
636
652
|
exports.GetControlCommand = GetControlCommand;
|
|
637
|
-
exports.
|
|
653
|
+
exports.GetControlRequest$ = GetControlRequest$;
|
|
654
|
+
exports.GetControlResponse$ = GetControlResponse$;
|
|
655
|
+
exports.ImplementationDetails$ = ImplementationDetails$;
|
|
656
|
+
exports.ImplementationFilter$ = ImplementationFilter$;
|
|
657
|
+
exports.ImplementationSummary$ = ImplementationSummary$;
|
|
658
|
+
exports.InternalServerException = InternalServerException;
|
|
659
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
660
|
+
exports.ListCommonControls$ = ListCommonControls$;
|
|
638
661
|
exports.ListCommonControlsCommand = ListCommonControlsCommand;
|
|
662
|
+
exports.ListCommonControlsRequest$ = ListCommonControlsRequest$;
|
|
663
|
+
exports.ListCommonControlsResponse$ = ListCommonControlsResponse$;
|
|
664
|
+
exports.ListControlMappings$ = ListControlMappings$;
|
|
639
665
|
exports.ListControlMappingsCommand = ListControlMappingsCommand;
|
|
666
|
+
exports.ListControlMappingsRequest$ = ListControlMappingsRequest$;
|
|
667
|
+
exports.ListControlMappingsResponse$ = ListControlMappingsResponse$;
|
|
668
|
+
exports.ListControls$ = ListControls$;
|
|
640
669
|
exports.ListControlsCommand = ListControlsCommand;
|
|
670
|
+
exports.ListControlsRequest$ = ListControlsRequest$;
|
|
671
|
+
exports.ListControlsResponse$ = ListControlsResponse$;
|
|
672
|
+
exports.ListDomains$ = ListDomains$;
|
|
641
673
|
exports.ListDomainsCommand = ListDomainsCommand;
|
|
674
|
+
exports.ListDomainsRequest$ = ListDomainsRequest$;
|
|
675
|
+
exports.ListDomainsResponse$ = ListDomainsResponse$;
|
|
676
|
+
exports.ListObjectives$ = ListObjectives$;
|
|
642
677
|
exports.ListObjectivesCommand = ListObjectivesCommand;
|
|
678
|
+
exports.ListObjectivesRequest$ = ListObjectivesRequest$;
|
|
679
|
+
exports.ListObjectivesResponse$ = ListObjectivesResponse$;
|
|
680
|
+
exports.Mapping$ = Mapping$;
|
|
643
681
|
exports.MappingType = MappingType;
|
|
644
|
-
exports.
|
|
645
|
-
exports.
|
|
646
|
-
exports.
|
|
682
|
+
exports.ObjectiveFilter$ = ObjectiveFilter$;
|
|
683
|
+
exports.ObjectiveResourceFilter$ = ObjectiveResourceFilter$;
|
|
684
|
+
exports.ObjectiveSummary$ = ObjectiveSummary$;
|
|
685
|
+
exports.RegionConfiguration$ = RegionConfiguration$;
|
|
686
|
+
exports.RelatedControlMappingDetails$ = RelatedControlMappingDetails$;
|
|
687
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
688
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
689
|
+
exports.ThrottlingException = ThrottlingException;
|
|
690
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
691
|
+
exports.ValidationException = ValidationException;
|
|
692
|
+
exports.ValidationException$ = ValidationException$;
|
|
647
693
|
exports.paginateListCommonControls = paginateListCommonControls;
|
|
648
694
|
exports.paginateListControlMappings = paginateListControlMappings;
|
|
649
695
|
exports.paginateListControls = paginateListControls;
|
|
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.controlcatalog",
|
|
32
|
+
version: "2018-05-10",
|
|
33
|
+
serviceTarget: "ControlCatalog",
|
|
34
|
+
},
|
|
30
35
|
serviceId: config?.serviceId ?? "ControlCatalog",
|
|
31
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
32
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetControl } from "../schemas/schemas_0";
|
|
4
|
+
import { GetControl$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetControlCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetControlCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ControlCatalog", "GetControl", {})
|
|
13
13
|
.n("ControlCatalogClient", "GetControlCommand")
|
|
14
|
-
.sc(GetControl)
|
|
14
|
+
.sc(GetControl$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListCommonControls } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCommonControls$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCommonControlsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCommonControlsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ControlCatalog", "ListCommonControls", {})
|
|
13
13
|
.n("ControlCatalogClient", "ListCommonControlsCommand")
|
|
14
|
-
.sc(ListCommonControls)
|
|
14
|
+
.sc(ListCommonControls$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListControlMappings } from "../schemas/schemas_0";
|
|
4
|
+
import { ListControlMappings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListControlMappingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListControlMappingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ControlCatalog", "ListControlMappings", {})
|
|
13
13
|
.n("ControlCatalogClient", "ListControlMappingsCommand")
|
|
14
|
-
.sc(ListControlMappings)
|
|
14
|
+
.sc(ListControlMappings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListControls } from "../schemas/schemas_0";
|
|
4
|
+
import { ListControls$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListControlsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListControlsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ControlCatalog", "ListControls", {})
|
|
13
13
|
.n("ControlCatalogClient", "ListControlsCommand")
|
|
14
|
-
.sc(ListControls)
|
|
14
|
+
.sc(ListControls$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListDomains } from "../schemas/schemas_0";
|
|
4
|
+
import { ListDomains$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListDomainsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListDomainsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ControlCatalog", "ListDomains", {})
|
|
13
13
|
.n("ControlCatalogClient", "ListDomainsCommand")
|
|
14
|
-
.sc(ListDomains)
|
|
14
|
+
.sc(ListDomains$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListObjectives } from "../schemas/schemas_0";
|
|
4
|
+
import { ListObjectives$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListObjectivesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListObjectivesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ControlCatalog", "ListObjectives", {})
|
|
13
13
|
.n("ControlCatalogClient", "ListObjectivesCommand")
|
|
14
|
-
.sc(ListObjectives)
|
|
14
|
+
.sc(ListObjectives$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,7 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
26
|
+
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.controlcatalog",
|
|
29
|
+
version: "2018-05-10",
|
|
30
|
+
serviceTarget: "ControlCatalog",
|
|
31
|
+
},
|
|
27
32
|
serviceId: config?.serviceId ?? "ControlCatalog",
|
|
28
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
29
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|