@aws-sdk/client-cloudhsm 3.952.0 → 3.954.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 +201 -122
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/AddTagsToResourceCommand.js +2 -2
- package/dist-es/commands/CreateHapgCommand.js +2 -2
- package/dist-es/commands/CreateHsmCommand.js +2 -2
- package/dist-es/commands/CreateLunaClientCommand.js +2 -2
- package/dist-es/commands/DeleteHapgCommand.js +2 -2
- package/dist-es/commands/DeleteHsmCommand.js +2 -2
- package/dist-es/commands/DeleteLunaClientCommand.js +2 -2
- package/dist-es/commands/DescribeHapgCommand.js +2 -2
- package/dist-es/commands/DescribeHsmCommand.js +2 -2
- package/dist-es/commands/DescribeLunaClientCommand.js +2 -2
- package/dist-es/commands/GetConfigCommand.js +2 -2
- package/dist-es/commands/ListAvailableZonesCommand.js +2 -2
- package/dist-es/commands/ListHapgsCommand.js +2 -2
- package/dist-es/commands/ListHsmsCommand.js +2 -2
- package/dist-es/commands/ListLunaClientsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ModifyHapgCommand.js +2 -2
- package/dist-es/commands/ModifyHsmCommand.js +2 -2
- package/dist-es/commands/ModifyLunaClientCommand.js +2 -2
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +113 -99
- package/dist-types/CloudHSMClient.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 +66 -74
- package/dist-types/ts3.4/CloudHSMClient.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 +65 -74
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class CloudHSMClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class CloudHSMServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, CloudHSMServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class CloudHsmInternalException extends CloudHSMServiceException {
|
|
121
121
|
name = "CloudHsmInternalException";
|
|
122
122
|
$fault = "server";
|
|
123
123
|
retryable;
|
|
@@ -130,8 +130,8 @@ let CloudHsmInternalException$1 = class CloudHsmInternalException extends CloudH
|
|
|
130
130
|
Object.setPrototypeOf(this, CloudHsmInternalException.prototype);
|
|
131
131
|
this.retryable = opts.retryable;
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class CloudHsmServiceException extends CloudHSMServiceException {
|
|
135
135
|
name = "CloudHsmServiceException";
|
|
136
136
|
$fault = "client";
|
|
137
137
|
retryable;
|
|
@@ -144,8 +144,8 @@ let CloudHsmServiceException$1 = class CloudHsmServiceException extends CloudHSM
|
|
|
144
144
|
Object.setPrototypeOf(this, CloudHsmServiceException.prototype);
|
|
145
145
|
this.retryable = opts.retryable;
|
|
146
146
|
}
|
|
147
|
-
}
|
|
148
|
-
|
|
147
|
+
}
|
|
148
|
+
class InvalidRequestException extends CloudHSMServiceException {
|
|
149
149
|
name = "InvalidRequestException";
|
|
150
150
|
$fault = "client";
|
|
151
151
|
retryable;
|
|
@@ -158,7 +158,7 @@ let InvalidRequestException$1 = class InvalidRequestException extends CloudHSMSe
|
|
|
158
158
|
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
159
159
|
this.retryable = opts.retryable;
|
|
160
160
|
}
|
|
161
|
-
}
|
|
161
|
+
}
|
|
162
162
|
|
|
163
163
|
const _ATTR = "AddTagsToResource";
|
|
164
164
|
const _ATTRR = "AddTagsToResourceRequest";
|
|
@@ -284,15 +284,15 @@ const _s = "server";
|
|
|
284
284
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.cloudhsm";
|
|
285
285
|
const _xN = "xmlName";
|
|
286
286
|
const n0 = "com.amazonaws.cloudhsm";
|
|
287
|
-
var AddTagsToResourceRequest = [3, n0, _ATTRR, 0, [_RA, _TL], [0, () => TagList]];
|
|
288
|
-
var AddTagsToResourceResponse = [3, n0, _ATTRRd, 0, [_S], [0]];
|
|
289
|
-
var CloudHsmInternalException = [-3, n0, _CHIE, { [_e]: _s }, [_m, _r], [0, 2]];
|
|
290
|
-
schema.TypeRegistry.for(n0).registerError(CloudHsmInternalException
|
|
291
|
-
var CloudHsmServiceException = [-3, n0, _CHSE, { [_e]: _c }, [_m, _r], [0, 2]];
|
|
292
|
-
schema.TypeRegistry.for(n0).registerError(CloudHsmServiceException
|
|
293
|
-
var CreateHapgRequest = [3, n0, _CHR, 0, [_L], [0]];
|
|
294
|
-
var CreateHapgResponse = [3, n0, _CHRr, 0, [_HA], [0]];
|
|
295
|
-
var CreateHsmRequest = [
|
|
287
|
+
var AddTagsToResourceRequest$ = [3, n0, _ATTRR, 0, [_RA, _TL], [0, () => TagList]];
|
|
288
|
+
var AddTagsToResourceResponse$ = [3, n0, _ATTRRd, 0, [_S], [0]];
|
|
289
|
+
var CloudHsmInternalException$ = [-3, n0, _CHIE, { [_e]: _s }, [_m, _r], [0, 2]];
|
|
290
|
+
schema.TypeRegistry.for(n0).registerError(CloudHsmInternalException$, CloudHsmInternalException);
|
|
291
|
+
var CloudHsmServiceException$ = [-3, n0, _CHSE, { [_e]: _c }, [_m, _r], [0, 2]];
|
|
292
|
+
schema.TypeRegistry.for(n0).registerError(CloudHsmServiceException$, CloudHsmServiceException);
|
|
293
|
+
var CreateHapgRequest$ = [3, n0, _CHR, 0, [_L], [0]];
|
|
294
|
+
var CreateHapgResponse$ = [3, n0, _CHRr, 0, [_HA], [0]];
|
|
295
|
+
var CreateHsmRequest$ = [
|
|
296
296
|
3,
|
|
297
297
|
n0,
|
|
298
298
|
_CHRre,
|
|
@@ -309,17 +309,24 @@ var CreateHsmRequest = [
|
|
|
309
309
|
[0, { [_xN]: _SIy }],
|
|
310
310
|
],
|
|
311
311
|
];
|
|
312
|
-
var CreateHsmResponse = [3, n0, _CHRrea, 0, [_HAs], [0]];
|
|
313
|
-
var CreateLunaClientRequest = [3, n0, _CLCR, 0, [_L, _C], [0, 0]];
|
|
314
|
-
var CreateLunaClientResponse = [3, n0, _CLCRr, 0, [_CA], [0]];
|
|
315
|
-
var DeleteHapgRequest = [3, n0, _DHR, 0, [_HA], [0]];
|
|
316
|
-
var DeleteHapgResponse = [3, n0, _DHRe, 0, [_S], [0]];
|
|
317
|
-
var DeleteHsmRequest = [
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
312
|
+
var CreateHsmResponse$ = [3, n0, _CHRrea, 0, [_HAs], [0]];
|
|
313
|
+
var CreateLunaClientRequest$ = [3, n0, _CLCR, 0, [_L, _C], [0, 0]];
|
|
314
|
+
var CreateLunaClientResponse$ = [3, n0, _CLCRr, 0, [_CA], [0]];
|
|
315
|
+
var DeleteHapgRequest$ = [3, n0, _DHR, 0, [_HA], [0]];
|
|
316
|
+
var DeleteHapgResponse$ = [3, n0, _DHRe, 0, [_S], [0]];
|
|
317
|
+
var DeleteHsmRequest$ = [
|
|
318
|
+
3,
|
|
319
|
+
n0,
|
|
320
|
+
_DHRel,
|
|
321
|
+
{ [_xN]: _DHRel },
|
|
322
|
+
[_HAs],
|
|
323
|
+
[[0, { [_xN]: _HAs }]],
|
|
324
|
+
];
|
|
325
|
+
var DeleteHsmResponse$ = [3, n0, _DHRele, 0, [_S], [0]];
|
|
326
|
+
var DeleteLunaClientRequest$ = [3, n0, _DLCR, 0, [_CA], [0]];
|
|
327
|
+
var DeleteLunaClientResponse$ = [3, n0, _DLCRe, 0, [_S], [0]];
|
|
328
|
+
var DescribeHapgRequest$ = [3, n0, _DHRes, 0, [_HA], [0]];
|
|
329
|
+
var DescribeHapgResponse$ = [
|
|
323
330
|
3,
|
|
324
331
|
n0,
|
|
325
332
|
_DHResc,
|
|
@@ -327,8 +334,8 @@ var DescribeHapgResponse = [
|
|
|
327
334
|
[_HA, _HS, _HLAF, _HPD, _HPR, _L, _LMT, _PSL, _St],
|
|
328
335
|
[0, 0, 64 | 0, 64 | 0, 64 | 0, 0, 0, 64 | 0, 0],
|
|
329
336
|
];
|
|
330
|
-
var DescribeHsmRequest = [3, n0, _DHRescr, 0, [_HAs, _HSN], [0, 0]];
|
|
331
|
-
var DescribeHsmResponse = [
|
|
337
|
+
var DescribeHsmRequest$ = [3, n0, _DHRescr, 0, [_HAs, _HSN], [0, 0]];
|
|
338
|
+
var DescribeHsmResponse$ = [
|
|
332
339
|
3,
|
|
333
340
|
n0,
|
|
334
341
|
_DHRescri,
|
|
@@ -336,8 +343,8 @@ var DescribeHsmResponse = [
|
|
|
336
343
|
[_HAs, _S, _SD, _AZ, _EIn, _EI, _ST, _SSD, _SED, _VI, _SI, _IRA, _SN, _VN, _HT, _SV, _SPK, _SKLU, _SCU, _SCLU, _P],
|
|
337
344
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0],
|
|
338
345
|
];
|
|
339
|
-
var DescribeLunaClientRequest = [3, n0, _DLCRes, 0, [_CA, _CF], [0, 0]];
|
|
340
|
-
var DescribeLunaClientResponse = [
|
|
346
|
+
var DescribeLunaClientRequest$ = [3, n0, _DLCRes, 0, [_CA, _CF], [0, 0]];
|
|
347
|
+
var DescribeLunaClientResponse$ = [
|
|
341
348
|
3,
|
|
342
349
|
n0,
|
|
343
350
|
_DLCResc,
|
|
@@ -345,23 +352,23 @@ var DescribeLunaClientResponse = [
|
|
|
345
352
|
[_CA, _C, _CF, _LMT, _L],
|
|
346
353
|
[0, 0, 0, 0, 0],
|
|
347
354
|
];
|
|
348
|
-
var GetConfigRequest = [3, n0, _GCR, 0, [_CA, _CV, _HL], [0, 0, 64 | 0]];
|
|
349
|
-
var GetConfigResponse = [3, n0, _GCRe, 0, [_CTo, _CFo, _CC], [0, 0, 0]];
|
|
350
|
-
var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c }, [_m, _r], [0, 2]];
|
|
351
|
-
schema.TypeRegistry.for(n0).registerError(InvalidRequestException
|
|
352
|
-
var ListAvailableZonesRequest = [3, n0, _LAZR, 0, [], []];
|
|
353
|
-
var ListAvailableZonesResponse = [3, n0, _LAZRi, 0, [_AZL], [64 | 0]];
|
|
354
|
-
var ListHapgsRequest = [3, n0, _LHR, 0, [_NT], [0]];
|
|
355
|
-
var ListHapgsResponse = [3, n0, _LHRi, 0, [_HL, _NT], [64 | 0, 0]];
|
|
356
|
-
var ListHsmsRequest = [3, n0, _LHRis, 0, [_NT], [0]];
|
|
357
|
-
var ListHsmsResponse = [3, n0, _LHRist, 0, [_HLs, _NT], [64 | 0, 0]];
|
|
358
|
-
var ListLunaClientsRequest = [3, n0, _LLCR, 0, [_NT], [0]];
|
|
359
|
-
var ListLunaClientsResponse = [3, n0, _LLCRi, 0, [_CL, _NT], [64 | 0, 0]];
|
|
360
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [0]];
|
|
361
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_TL], [() => TagList]];
|
|
362
|
-
var ModifyHapgRequest = [3, n0, _MHR, 0, [_HA, _L, _PSL], [0, 0, 64 | 0]];
|
|
363
|
-
var ModifyHapgResponse = [3, n0, _MHRo, 0, [_HA], [0]];
|
|
364
|
-
var ModifyHsmRequest = [
|
|
355
|
+
var GetConfigRequest$ = [3, n0, _GCR, 0, [_CA, _CV, _HL], [0, 0, 64 | 0]];
|
|
356
|
+
var GetConfigResponse$ = [3, n0, _GCRe, 0, [_CTo, _CFo, _CC], [0, 0, 0]];
|
|
357
|
+
var InvalidRequestException$ = [-3, n0, _IRE, { [_e]: _c }, [_m, _r], [0, 2]];
|
|
358
|
+
schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
359
|
+
var ListAvailableZonesRequest$ = [3, n0, _LAZR, 0, [], []];
|
|
360
|
+
var ListAvailableZonesResponse$ = [3, n0, _LAZRi, 0, [_AZL], [64 | 0]];
|
|
361
|
+
var ListHapgsRequest$ = [3, n0, _LHR, 0, [_NT], [0]];
|
|
362
|
+
var ListHapgsResponse$ = [3, n0, _LHRi, 0, [_HL, _NT], [64 | 0, 0]];
|
|
363
|
+
var ListHsmsRequest$ = [3, n0, _LHRis, 0, [_NT], [0]];
|
|
364
|
+
var ListHsmsResponse$ = [3, n0, _LHRist, 0, [_HLs, _NT], [64 | 0, 0]];
|
|
365
|
+
var ListLunaClientsRequest$ = [3, n0, _LLCR, 0, [_NT], [0]];
|
|
366
|
+
var ListLunaClientsResponse$ = [3, n0, _LLCRi, 0, [_CL, _NT], [64 | 0, 0]];
|
|
367
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA], [0]];
|
|
368
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_TL], [() => TagList]];
|
|
369
|
+
var ModifyHapgRequest$ = [3, n0, _MHR, 0, [_HA, _L, _PSL], [0, 0, 64 | 0]];
|
|
370
|
+
var ModifyHapgResponse$ = [3, n0, _MHRo, 0, [_HA], [0]];
|
|
371
|
+
var ModifyHsmRequest$ = [
|
|
365
372
|
3,
|
|
366
373
|
n0,
|
|
367
374
|
_MHRod,
|
|
@@ -376,104 +383,111 @@ var ModifyHsmRequest = [
|
|
|
376
383
|
[0, { [_xN]: _SIy }],
|
|
377
384
|
],
|
|
378
385
|
];
|
|
379
|
-
var ModifyHsmResponse = [3, n0, _MHRodi, 0, [_HAs], [0]];
|
|
380
|
-
var ModifyLunaClientRequest = [3, n0, _MLCR, 0, [_CA, _C], [0, 0]];
|
|
381
|
-
var ModifyLunaClientResponse = [3, n0, _MLCRo, 0, [_CA], [0]];
|
|
382
|
-
var RemoveTagsFromResourceRequest = [3, n0, _RTFRR, 0, [_RA, _TKL], [0, 64 | 0]];
|
|
383
|
-
var RemoveTagsFromResourceResponse = [3, n0, _RTFRRe, 0, [_S], [0]];
|
|
384
|
-
var Tag = [3, n0, _T, 0, [_K, _V], [0, 0]];
|
|
385
|
-
var CloudHSMServiceException = [-3, _sm, "CloudHSMServiceException", 0, [], []];
|
|
386
|
-
schema.TypeRegistry.for(_sm).registerError(CloudHSMServiceException
|
|
387
|
-
var TagList = [1, n0, _TL, 0, () => Tag];
|
|
388
|
-
var AddTagsToResource = [
|
|
386
|
+
var ModifyHsmResponse$ = [3, n0, _MHRodi, 0, [_HAs], [0]];
|
|
387
|
+
var ModifyLunaClientRequest$ = [3, n0, _MLCR, 0, [_CA, _C], [0, 0]];
|
|
388
|
+
var ModifyLunaClientResponse$ = [3, n0, _MLCRo, 0, [_CA], [0]];
|
|
389
|
+
var RemoveTagsFromResourceRequest$ = [3, n0, _RTFRR, 0, [_RA, _TKL], [0, 64 | 0]];
|
|
390
|
+
var RemoveTagsFromResourceResponse$ = [3, n0, _RTFRRe, 0, [_S], [0]];
|
|
391
|
+
var Tag$ = [3, n0, _T, 0, [_K, _V], [0, 0]];
|
|
392
|
+
var CloudHSMServiceException$ = [-3, _sm, "CloudHSMServiceException", 0, [], []];
|
|
393
|
+
schema.TypeRegistry.for(_sm).registerError(CloudHSMServiceException$, CloudHSMServiceException);
|
|
394
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
395
|
+
var AddTagsToResource$ = [
|
|
389
396
|
9,
|
|
390
397
|
n0,
|
|
391
398
|
_ATTR,
|
|
392
399
|
0,
|
|
393
|
-
() => AddTagsToResourceRequest
|
|
394
|
-
() => AddTagsToResourceResponse
|
|
400
|
+
() => AddTagsToResourceRequest$,
|
|
401
|
+
() => AddTagsToResourceResponse$,
|
|
395
402
|
];
|
|
396
|
-
var CreateHapg = [9, n0, _CH, 0, () => CreateHapgRequest
|
|
397
|
-
var CreateHsm = [9, n0, _CHr, 0, () => CreateHsmRequest
|
|
398
|
-
var CreateLunaClient = [
|
|
403
|
+
var CreateHapg$ = [9, n0, _CH, 0, () => CreateHapgRequest$, () => CreateHapgResponse$];
|
|
404
|
+
var CreateHsm$ = [9, n0, _CHr, 0, () => CreateHsmRequest$, () => CreateHsmResponse$];
|
|
405
|
+
var CreateLunaClient$ = [
|
|
399
406
|
9,
|
|
400
407
|
n0,
|
|
401
408
|
_CLC,
|
|
402
409
|
0,
|
|
403
|
-
() => CreateLunaClientRequest
|
|
404
|
-
() => CreateLunaClientResponse
|
|
410
|
+
() => CreateLunaClientRequest$,
|
|
411
|
+
() => CreateLunaClientResponse$,
|
|
405
412
|
];
|
|
406
|
-
var DeleteHapg = [9, n0, _DH, 0, () => DeleteHapgRequest
|
|
407
|
-
var DeleteHsm = [9, n0, _DHe, 0, () => DeleteHsmRequest
|
|
408
|
-
var DeleteLunaClient = [
|
|
413
|
+
var DeleteHapg$ = [9, n0, _DH, 0, () => DeleteHapgRequest$, () => DeleteHapgResponse$];
|
|
414
|
+
var DeleteHsm$ = [9, n0, _DHe, 0, () => DeleteHsmRequest$, () => DeleteHsmResponse$];
|
|
415
|
+
var DeleteLunaClient$ = [
|
|
409
416
|
9,
|
|
410
417
|
n0,
|
|
411
418
|
_DLC,
|
|
412
419
|
0,
|
|
413
|
-
() => DeleteLunaClientRequest
|
|
414
|
-
() => DeleteLunaClientResponse
|
|
420
|
+
() => DeleteLunaClientRequest$,
|
|
421
|
+
() => DeleteLunaClientResponse$,
|
|
415
422
|
];
|
|
416
|
-
var DescribeHapg = [
|
|
423
|
+
var DescribeHapg$ = [
|
|
417
424
|
9,
|
|
418
425
|
n0,
|
|
419
426
|
_DHes,
|
|
420
427
|
0,
|
|
421
|
-
() => DescribeHapgRequest
|
|
422
|
-
() => DescribeHapgResponse
|
|
428
|
+
() => DescribeHapgRequest$,
|
|
429
|
+
() => DescribeHapgResponse$,
|
|
430
|
+
];
|
|
431
|
+
var DescribeHsm$ = [
|
|
432
|
+
9,
|
|
433
|
+
n0,
|
|
434
|
+
_DHesc,
|
|
435
|
+
0,
|
|
436
|
+
() => DescribeHsmRequest$,
|
|
437
|
+
() => DescribeHsmResponse$,
|
|
423
438
|
];
|
|
424
|
-
var
|
|
425
|
-
var DescribeLunaClient = [
|
|
439
|
+
var DescribeLunaClient$ = [
|
|
426
440
|
9,
|
|
427
441
|
n0,
|
|
428
442
|
_DLCe,
|
|
429
443
|
0,
|
|
430
|
-
() => DescribeLunaClientRequest
|
|
431
|
-
() => DescribeLunaClientResponse
|
|
444
|
+
() => DescribeLunaClientRequest$,
|
|
445
|
+
() => DescribeLunaClientResponse$,
|
|
432
446
|
];
|
|
433
|
-
var GetConfig = [9, n0, _GC, 0, () => GetConfigRequest
|
|
434
|
-
var ListAvailableZones = [
|
|
447
|
+
var GetConfig$ = [9, n0, _GC, 0, () => GetConfigRequest$, () => GetConfigResponse$];
|
|
448
|
+
var ListAvailableZones$ = [
|
|
435
449
|
9,
|
|
436
450
|
n0,
|
|
437
451
|
_LAZ,
|
|
438
452
|
0,
|
|
439
|
-
() => ListAvailableZonesRequest
|
|
440
|
-
() => ListAvailableZonesResponse
|
|
453
|
+
() => ListAvailableZonesRequest$,
|
|
454
|
+
() => ListAvailableZonesResponse$,
|
|
441
455
|
];
|
|
442
|
-
var ListHapgs = [9, n0, _LH, 0, () => ListHapgsRequest
|
|
443
|
-
var ListHsms = [9, n0, _LHi, 0, () => ListHsmsRequest
|
|
444
|
-
var ListLunaClients = [
|
|
456
|
+
var ListHapgs$ = [9, n0, _LH, 0, () => ListHapgsRequest$, () => ListHapgsResponse$];
|
|
457
|
+
var ListHsms$ = [9, n0, _LHi, 0, () => ListHsmsRequest$, () => ListHsmsResponse$];
|
|
458
|
+
var ListLunaClients$ = [
|
|
445
459
|
9,
|
|
446
460
|
n0,
|
|
447
461
|
_LLC,
|
|
448
462
|
0,
|
|
449
|
-
() => ListLunaClientsRequest
|
|
450
|
-
() => ListLunaClientsResponse
|
|
463
|
+
() => ListLunaClientsRequest$,
|
|
464
|
+
() => ListLunaClientsResponse$,
|
|
451
465
|
];
|
|
452
|
-
var ListTagsForResource = [
|
|
466
|
+
var ListTagsForResource$ = [
|
|
453
467
|
9,
|
|
454
468
|
n0,
|
|
455
469
|
_LTFR,
|
|
456
470
|
0,
|
|
457
|
-
() => ListTagsForResourceRequest
|
|
458
|
-
() => ListTagsForResourceResponse
|
|
471
|
+
() => ListTagsForResourceRequest$,
|
|
472
|
+
() => ListTagsForResourceResponse$,
|
|
459
473
|
];
|
|
460
|
-
var ModifyHapg = [9, n0, _MH, 0, () => ModifyHapgRequest
|
|
461
|
-
var ModifyHsm = [9, n0, _MHo, 0, () => ModifyHsmRequest
|
|
462
|
-
var ModifyLunaClient = [
|
|
474
|
+
var ModifyHapg$ = [9, n0, _MH, 0, () => ModifyHapgRequest$, () => ModifyHapgResponse$];
|
|
475
|
+
var ModifyHsm$ = [9, n0, _MHo, 0, () => ModifyHsmRequest$, () => ModifyHsmResponse$];
|
|
476
|
+
var ModifyLunaClient$ = [
|
|
463
477
|
9,
|
|
464
478
|
n0,
|
|
465
479
|
_MLC,
|
|
466
480
|
0,
|
|
467
|
-
() => ModifyLunaClientRequest
|
|
468
|
-
() => ModifyLunaClientResponse
|
|
481
|
+
() => ModifyLunaClientRequest$,
|
|
482
|
+
() => ModifyLunaClientResponse$,
|
|
469
483
|
];
|
|
470
|
-
var RemoveTagsFromResource = [
|
|
484
|
+
var RemoveTagsFromResource$ = [
|
|
471
485
|
9,
|
|
472
486
|
n0,
|
|
473
487
|
_RTFR,
|
|
474
488
|
0,
|
|
475
|
-
() => RemoveTagsFromResourceRequest
|
|
476
|
-
() => RemoveTagsFromResourceResponse
|
|
489
|
+
() => RemoveTagsFromResourceRequest$,
|
|
490
|
+
() => RemoveTagsFromResourceResponse$,
|
|
477
491
|
];
|
|
478
492
|
|
|
479
493
|
class AddTagsToResourceCommand extends smithyClient.Command
|
|
@@ -484,7 +498,7 @@ class AddTagsToResourceCommand extends smithyClient.Command
|
|
|
484
498
|
})
|
|
485
499
|
.s("CloudHsmFrontendService", "AddTagsToResource", {})
|
|
486
500
|
.n("CloudHSMClient", "AddTagsToResourceCommand")
|
|
487
|
-
.sc(AddTagsToResource)
|
|
501
|
+
.sc(AddTagsToResource$)
|
|
488
502
|
.build() {
|
|
489
503
|
}
|
|
490
504
|
|
|
@@ -496,7 +510,7 @@ class CreateHapgCommand extends smithyClient.Command
|
|
|
496
510
|
})
|
|
497
511
|
.s("CloudHsmFrontendService", "CreateHapg", {})
|
|
498
512
|
.n("CloudHSMClient", "CreateHapgCommand")
|
|
499
|
-
.sc(CreateHapg)
|
|
513
|
+
.sc(CreateHapg$)
|
|
500
514
|
.build() {
|
|
501
515
|
}
|
|
502
516
|
|
|
@@ -508,7 +522,7 @@ class CreateHsmCommand extends smithyClient.Command
|
|
|
508
522
|
})
|
|
509
523
|
.s("CloudHsmFrontendService", "CreateHsm", {})
|
|
510
524
|
.n("CloudHSMClient", "CreateHsmCommand")
|
|
511
|
-
.sc(CreateHsm)
|
|
525
|
+
.sc(CreateHsm$)
|
|
512
526
|
.build() {
|
|
513
527
|
}
|
|
514
528
|
|
|
@@ -520,7 +534,7 @@ class CreateLunaClientCommand extends smithyClient.Command
|
|
|
520
534
|
})
|
|
521
535
|
.s("CloudHsmFrontendService", "CreateLunaClient", {})
|
|
522
536
|
.n("CloudHSMClient", "CreateLunaClientCommand")
|
|
523
|
-
.sc(CreateLunaClient)
|
|
537
|
+
.sc(CreateLunaClient$)
|
|
524
538
|
.build() {
|
|
525
539
|
}
|
|
526
540
|
|
|
@@ -532,7 +546,7 @@ class DeleteHapgCommand extends smithyClient.Command
|
|
|
532
546
|
})
|
|
533
547
|
.s("CloudHsmFrontendService", "DeleteHapg", {})
|
|
534
548
|
.n("CloudHSMClient", "DeleteHapgCommand")
|
|
535
|
-
.sc(DeleteHapg)
|
|
549
|
+
.sc(DeleteHapg$)
|
|
536
550
|
.build() {
|
|
537
551
|
}
|
|
538
552
|
|
|
@@ -544,7 +558,7 @@ class DeleteHsmCommand extends smithyClient.Command
|
|
|
544
558
|
})
|
|
545
559
|
.s("CloudHsmFrontendService", "DeleteHsm", {})
|
|
546
560
|
.n("CloudHSMClient", "DeleteHsmCommand")
|
|
547
|
-
.sc(DeleteHsm)
|
|
561
|
+
.sc(DeleteHsm$)
|
|
548
562
|
.build() {
|
|
549
563
|
}
|
|
550
564
|
|
|
@@ -556,7 +570,7 @@ class DeleteLunaClientCommand extends smithyClient.Command
|
|
|
556
570
|
})
|
|
557
571
|
.s("CloudHsmFrontendService", "DeleteLunaClient", {})
|
|
558
572
|
.n("CloudHSMClient", "DeleteLunaClientCommand")
|
|
559
|
-
.sc(DeleteLunaClient)
|
|
573
|
+
.sc(DeleteLunaClient$)
|
|
560
574
|
.build() {
|
|
561
575
|
}
|
|
562
576
|
|
|
@@ -568,7 +582,7 @@ class DescribeHapgCommand extends smithyClient.Command
|
|
|
568
582
|
})
|
|
569
583
|
.s("CloudHsmFrontendService", "DescribeHapg", {})
|
|
570
584
|
.n("CloudHSMClient", "DescribeHapgCommand")
|
|
571
|
-
.sc(DescribeHapg)
|
|
585
|
+
.sc(DescribeHapg$)
|
|
572
586
|
.build() {
|
|
573
587
|
}
|
|
574
588
|
|
|
@@ -580,7 +594,7 @@ class DescribeHsmCommand extends smithyClient.Command
|
|
|
580
594
|
})
|
|
581
595
|
.s("CloudHsmFrontendService", "DescribeHsm", {})
|
|
582
596
|
.n("CloudHSMClient", "DescribeHsmCommand")
|
|
583
|
-
.sc(DescribeHsm)
|
|
597
|
+
.sc(DescribeHsm$)
|
|
584
598
|
.build() {
|
|
585
599
|
}
|
|
586
600
|
|
|
@@ -592,7 +606,7 @@ class DescribeLunaClientCommand extends smithyClient.Command
|
|
|
592
606
|
})
|
|
593
607
|
.s("CloudHsmFrontendService", "DescribeLunaClient", {})
|
|
594
608
|
.n("CloudHSMClient", "DescribeLunaClientCommand")
|
|
595
|
-
.sc(DescribeLunaClient)
|
|
609
|
+
.sc(DescribeLunaClient$)
|
|
596
610
|
.build() {
|
|
597
611
|
}
|
|
598
612
|
|
|
@@ -604,7 +618,7 @@ class GetConfigCommand extends smithyClient.Command
|
|
|
604
618
|
})
|
|
605
619
|
.s("CloudHsmFrontendService", "GetConfig", {})
|
|
606
620
|
.n("CloudHSMClient", "GetConfigCommand")
|
|
607
|
-
.sc(GetConfig)
|
|
621
|
+
.sc(GetConfig$)
|
|
608
622
|
.build() {
|
|
609
623
|
}
|
|
610
624
|
|
|
@@ -616,7 +630,7 @@ class ListAvailableZonesCommand extends smithyClient.Command
|
|
|
616
630
|
})
|
|
617
631
|
.s("CloudHsmFrontendService", "ListAvailableZones", {})
|
|
618
632
|
.n("CloudHSMClient", "ListAvailableZonesCommand")
|
|
619
|
-
.sc(ListAvailableZones)
|
|
633
|
+
.sc(ListAvailableZones$)
|
|
620
634
|
.build() {
|
|
621
635
|
}
|
|
622
636
|
|
|
@@ -628,7 +642,7 @@ class ListHapgsCommand extends smithyClient.Command
|
|
|
628
642
|
})
|
|
629
643
|
.s("CloudHsmFrontendService", "ListHapgs", {})
|
|
630
644
|
.n("CloudHSMClient", "ListHapgsCommand")
|
|
631
|
-
.sc(ListHapgs)
|
|
645
|
+
.sc(ListHapgs$)
|
|
632
646
|
.build() {
|
|
633
647
|
}
|
|
634
648
|
|
|
@@ -640,7 +654,7 @@ class ListHsmsCommand extends smithyClient.Command
|
|
|
640
654
|
})
|
|
641
655
|
.s("CloudHsmFrontendService", "ListHsms", {})
|
|
642
656
|
.n("CloudHSMClient", "ListHsmsCommand")
|
|
643
|
-
.sc(ListHsms)
|
|
657
|
+
.sc(ListHsms$)
|
|
644
658
|
.build() {
|
|
645
659
|
}
|
|
646
660
|
|
|
@@ -652,7 +666,7 @@ class ListLunaClientsCommand extends smithyClient.Command
|
|
|
652
666
|
})
|
|
653
667
|
.s("CloudHsmFrontendService", "ListLunaClients", {})
|
|
654
668
|
.n("CloudHSMClient", "ListLunaClientsCommand")
|
|
655
|
-
.sc(ListLunaClients)
|
|
669
|
+
.sc(ListLunaClients$)
|
|
656
670
|
.build() {
|
|
657
671
|
}
|
|
658
672
|
|
|
@@ -664,7 +678,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
664
678
|
})
|
|
665
679
|
.s("CloudHsmFrontendService", "ListTagsForResource", {})
|
|
666
680
|
.n("CloudHSMClient", "ListTagsForResourceCommand")
|
|
667
|
-
.sc(ListTagsForResource)
|
|
681
|
+
.sc(ListTagsForResource$)
|
|
668
682
|
.build() {
|
|
669
683
|
}
|
|
670
684
|
|
|
@@ -676,7 +690,7 @@ class ModifyHapgCommand extends smithyClient.Command
|
|
|
676
690
|
})
|
|
677
691
|
.s("CloudHsmFrontendService", "ModifyHapg", {})
|
|
678
692
|
.n("CloudHSMClient", "ModifyHapgCommand")
|
|
679
|
-
.sc(ModifyHapg)
|
|
693
|
+
.sc(ModifyHapg$)
|
|
680
694
|
.build() {
|
|
681
695
|
}
|
|
682
696
|
|
|
@@ -688,7 +702,7 @@ class ModifyHsmCommand extends smithyClient.Command
|
|
|
688
702
|
})
|
|
689
703
|
.s("CloudHsmFrontendService", "ModifyHsm", {})
|
|
690
704
|
.n("CloudHSMClient", "ModifyHsmCommand")
|
|
691
|
-
.sc(ModifyHsm)
|
|
705
|
+
.sc(ModifyHsm$)
|
|
692
706
|
.build() {
|
|
693
707
|
}
|
|
694
708
|
|
|
@@ -700,7 +714,7 @@ class ModifyLunaClientCommand extends smithyClient.Command
|
|
|
700
714
|
})
|
|
701
715
|
.s("CloudHsmFrontendService", "ModifyLunaClient", {})
|
|
702
716
|
.n("CloudHSMClient", "ModifyLunaClientCommand")
|
|
703
|
-
.sc(ModifyLunaClient)
|
|
717
|
+
.sc(ModifyLunaClient$)
|
|
704
718
|
.build() {
|
|
705
719
|
}
|
|
706
720
|
|
|
@@ -712,7 +726,7 @@ class RemoveTagsFromResourceCommand extends smithyClient.Command
|
|
|
712
726
|
})
|
|
713
727
|
.s("CloudHsmFrontendService", "RemoveTagsFromResource", {})
|
|
714
728
|
.n("CloudHSMClient", "RemoveTagsFromResourceCommand")
|
|
715
|
-
.sc(RemoveTagsFromResource)
|
|
729
|
+
.sc(RemoveTagsFromResource$)
|
|
716
730
|
.build() {
|
|
717
731
|
}
|
|
718
732
|
|
|
@@ -772,33 +786,98 @@ Object.defineProperty(exports, "__Client", {
|
|
|
772
786
|
enumerable: true,
|
|
773
787
|
get: function () { return smithyClient.Client; }
|
|
774
788
|
});
|
|
789
|
+
exports.AddTagsToResource$ = AddTagsToResource$;
|
|
775
790
|
exports.AddTagsToResourceCommand = AddTagsToResourceCommand;
|
|
791
|
+
exports.AddTagsToResourceRequest$ = AddTagsToResourceRequest$;
|
|
792
|
+
exports.AddTagsToResourceResponse$ = AddTagsToResourceResponse$;
|
|
776
793
|
exports.ClientVersion = ClientVersion;
|
|
777
794
|
exports.CloudHSM = CloudHSM;
|
|
778
795
|
exports.CloudHSMClient = CloudHSMClient;
|
|
779
|
-
exports.CloudHSMServiceException = CloudHSMServiceException
|
|
780
|
-
exports.
|
|
796
|
+
exports.CloudHSMServiceException = CloudHSMServiceException;
|
|
797
|
+
exports.CloudHSMServiceException$ = CloudHSMServiceException$;
|
|
798
|
+
exports.CloudHsmInternalException = CloudHsmInternalException;
|
|
799
|
+
exports.CloudHsmInternalException$ = CloudHsmInternalException$;
|
|
781
800
|
exports.CloudHsmObjectState = CloudHsmObjectState;
|
|
782
|
-
exports.CloudHsmServiceException = CloudHsmServiceException
|
|
801
|
+
exports.CloudHsmServiceException = CloudHsmServiceException;
|
|
802
|
+
exports.CloudHsmServiceException$ = CloudHsmServiceException$;
|
|
803
|
+
exports.CreateHapg$ = CreateHapg$;
|
|
783
804
|
exports.CreateHapgCommand = CreateHapgCommand;
|
|
805
|
+
exports.CreateHapgRequest$ = CreateHapgRequest$;
|
|
806
|
+
exports.CreateHapgResponse$ = CreateHapgResponse$;
|
|
807
|
+
exports.CreateHsm$ = CreateHsm$;
|
|
784
808
|
exports.CreateHsmCommand = CreateHsmCommand;
|
|
809
|
+
exports.CreateHsmRequest$ = CreateHsmRequest$;
|
|
810
|
+
exports.CreateHsmResponse$ = CreateHsmResponse$;
|
|
811
|
+
exports.CreateLunaClient$ = CreateLunaClient$;
|
|
785
812
|
exports.CreateLunaClientCommand = CreateLunaClientCommand;
|
|
813
|
+
exports.CreateLunaClientRequest$ = CreateLunaClientRequest$;
|
|
814
|
+
exports.CreateLunaClientResponse$ = CreateLunaClientResponse$;
|
|
815
|
+
exports.DeleteHapg$ = DeleteHapg$;
|
|
786
816
|
exports.DeleteHapgCommand = DeleteHapgCommand;
|
|
817
|
+
exports.DeleteHapgRequest$ = DeleteHapgRequest$;
|
|
818
|
+
exports.DeleteHapgResponse$ = DeleteHapgResponse$;
|
|
819
|
+
exports.DeleteHsm$ = DeleteHsm$;
|
|
787
820
|
exports.DeleteHsmCommand = DeleteHsmCommand;
|
|
821
|
+
exports.DeleteHsmRequest$ = DeleteHsmRequest$;
|
|
822
|
+
exports.DeleteHsmResponse$ = DeleteHsmResponse$;
|
|
823
|
+
exports.DeleteLunaClient$ = DeleteLunaClient$;
|
|
788
824
|
exports.DeleteLunaClientCommand = DeleteLunaClientCommand;
|
|
825
|
+
exports.DeleteLunaClientRequest$ = DeleteLunaClientRequest$;
|
|
826
|
+
exports.DeleteLunaClientResponse$ = DeleteLunaClientResponse$;
|
|
827
|
+
exports.DescribeHapg$ = DescribeHapg$;
|
|
789
828
|
exports.DescribeHapgCommand = DescribeHapgCommand;
|
|
829
|
+
exports.DescribeHapgRequest$ = DescribeHapgRequest$;
|
|
830
|
+
exports.DescribeHapgResponse$ = DescribeHapgResponse$;
|
|
831
|
+
exports.DescribeHsm$ = DescribeHsm$;
|
|
790
832
|
exports.DescribeHsmCommand = DescribeHsmCommand;
|
|
833
|
+
exports.DescribeHsmRequest$ = DescribeHsmRequest$;
|
|
834
|
+
exports.DescribeHsmResponse$ = DescribeHsmResponse$;
|
|
835
|
+
exports.DescribeLunaClient$ = DescribeLunaClient$;
|
|
791
836
|
exports.DescribeLunaClientCommand = DescribeLunaClientCommand;
|
|
837
|
+
exports.DescribeLunaClientRequest$ = DescribeLunaClientRequest$;
|
|
838
|
+
exports.DescribeLunaClientResponse$ = DescribeLunaClientResponse$;
|
|
839
|
+
exports.GetConfig$ = GetConfig$;
|
|
792
840
|
exports.GetConfigCommand = GetConfigCommand;
|
|
841
|
+
exports.GetConfigRequest$ = GetConfigRequest$;
|
|
842
|
+
exports.GetConfigResponse$ = GetConfigResponse$;
|
|
793
843
|
exports.HsmStatus = HsmStatus;
|
|
794
|
-
exports.InvalidRequestException = InvalidRequestException
|
|
844
|
+
exports.InvalidRequestException = InvalidRequestException;
|
|
845
|
+
exports.InvalidRequestException$ = InvalidRequestException$;
|
|
846
|
+
exports.ListAvailableZones$ = ListAvailableZones$;
|
|
795
847
|
exports.ListAvailableZonesCommand = ListAvailableZonesCommand;
|
|
848
|
+
exports.ListAvailableZonesRequest$ = ListAvailableZonesRequest$;
|
|
849
|
+
exports.ListAvailableZonesResponse$ = ListAvailableZonesResponse$;
|
|
850
|
+
exports.ListHapgs$ = ListHapgs$;
|
|
796
851
|
exports.ListHapgsCommand = ListHapgsCommand;
|
|
852
|
+
exports.ListHapgsRequest$ = ListHapgsRequest$;
|
|
853
|
+
exports.ListHapgsResponse$ = ListHapgsResponse$;
|
|
854
|
+
exports.ListHsms$ = ListHsms$;
|
|
797
855
|
exports.ListHsmsCommand = ListHsmsCommand;
|
|
856
|
+
exports.ListHsmsRequest$ = ListHsmsRequest$;
|
|
857
|
+
exports.ListHsmsResponse$ = ListHsmsResponse$;
|
|
858
|
+
exports.ListLunaClients$ = ListLunaClients$;
|
|
798
859
|
exports.ListLunaClientsCommand = ListLunaClientsCommand;
|
|
860
|
+
exports.ListLunaClientsRequest$ = ListLunaClientsRequest$;
|
|
861
|
+
exports.ListLunaClientsResponse$ = ListLunaClientsResponse$;
|
|
862
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
799
863
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
864
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
865
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
866
|
+
exports.ModifyHapg$ = ModifyHapg$;
|
|
800
867
|
exports.ModifyHapgCommand = ModifyHapgCommand;
|
|
868
|
+
exports.ModifyHapgRequest$ = ModifyHapgRequest$;
|
|
869
|
+
exports.ModifyHapgResponse$ = ModifyHapgResponse$;
|
|
870
|
+
exports.ModifyHsm$ = ModifyHsm$;
|
|
801
871
|
exports.ModifyHsmCommand = ModifyHsmCommand;
|
|
872
|
+
exports.ModifyHsmRequest$ = ModifyHsmRequest$;
|
|
873
|
+
exports.ModifyHsmResponse$ = ModifyHsmResponse$;
|
|
874
|
+
exports.ModifyLunaClient$ = ModifyLunaClient$;
|
|
802
875
|
exports.ModifyLunaClientCommand = ModifyLunaClientCommand;
|
|
876
|
+
exports.ModifyLunaClientRequest$ = ModifyLunaClientRequest$;
|
|
877
|
+
exports.ModifyLunaClientResponse$ = ModifyLunaClientResponse$;
|
|
878
|
+
exports.RemoveTagsFromResource$ = RemoveTagsFromResource$;
|
|
803
879
|
exports.RemoveTagsFromResourceCommand = RemoveTagsFromResourceCommand;
|
|
880
|
+
exports.RemoveTagsFromResourceRequest$ = RemoveTagsFromResourceRequest$;
|
|
881
|
+
exports.RemoveTagsFromResourceResponse$ = RemoveTagsFromResourceResponse$;
|
|
804
882
|
exports.SubscriptionType = SubscriptionType;
|
|
883
|
+
exports.Tag$ = Tag$;
|
|
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.cloudhsm",
|
|
32
|
+
version: "2014-05-30",
|
|
33
|
+
serviceTarget: "CloudHsmFrontendService",
|
|
34
|
+
},
|
|
35
35
|
serviceId: config?.serviceId ?? "CloudHSM",
|
|
36
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
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 { AddTagsToResource } from "../schemas/schemas_0";
|
|
4
|
+
import { AddTagsToResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AddTagsToResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AddTagsToResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudHsmFrontendService", "AddTagsToResource", {})
|
|
13
13
|
.n("CloudHSMClient", "AddTagsToResourceCommand")
|
|
14
|
-
.sc(AddTagsToResource)
|
|
14
|
+
.sc(AddTagsToResource$)
|
|
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 { CreateHapg } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateHapg$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateHapgCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateHapgCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudHsmFrontendService", "CreateHapg", {})
|
|
13
13
|
.n("CloudHSMClient", "CreateHapgCommand")
|
|
14
|
-
.sc(CreateHapg)
|
|
14
|
+
.sc(CreateHapg$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|