@aws-sdk/client-cloudhsm 3.1067.0 → 3.1069.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/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +100 -120
- package/dist-cjs/models/CloudHSMServiceException.js +4 -8
- package/dist-cjs/models/errors.js +7 -13
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +120 -79
- package/package.json +8 -8
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateLunaClient$ = exports.CreateHsm$ = exports.CreateHapg$ = exports.AddTagsToResource$ = exports.Tag$ = exports.RemoveTagsFromResourceResponse$ = exports.RemoveTagsFromResourceRequest$ = exports.ModifyLunaClientResponse$ = exports.ModifyLunaClientRequest$ = exports.ModifyHsmResponse$ = exports.ModifyHsmRequest$ = exports.ModifyHapgResponse$ = exports.ModifyHapgRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListLunaClientsResponse$ = exports.ListLunaClientsRequest$ = exports.ListHsmsResponse$ = exports.ListHsmsRequest$ = exports.ListHapgsResponse$ = exports.ListHapgsRequest$ = exports.ListAvailableZonesResponse$ = exports.ListAvailableZonesRequest$ = exports.GetConfigResponse$ = exports.GetConfigRequest$ = exports.DescribeLunaClientResponse$ = exports.DescribeLunaClientRequest$ = exports.DescribeHsmResponse$ = exports.DescribeHsmRequest$ = exports.DescribeHapgResponse$ = exports.DescribeHapgRequest$ = exports.DeleteLunaClientResponse$ = exports.DeleteLunaClientRequest$ = exports.DeleteHsmResponse$ = exports.DeleteHsmRequest$ = exports.DeleteHapgResponse$ = exports.DeleteHapgRequest$ = exports.CreateLunaClientResponse$ = exports.CreateLunaClientRequest$ = exports.CreateHsmResponse$ = exports.CreateHsmRequest$ = exports.CreateHapgResponse$ = exports.CreateHapgRequest$ = exports.AddTagsToResourceResponse$ = exports.AddTagsToResourceRequest$ = exports.errorTypeRegistries = exports.InvalidRequestException$ = exports.CloudHsmServiceException$ = exports.CloudHsmInternalException$ = exports.CloudHSMServiceException$ = void 0;
|
|
4
|
-
exports.RemoveTagsFromResource$ = exports.ModifyLunaClient$ = exports.ModifyHsm$ = exports.ModifyHapg$ = exports.ListTagsForResource$ = exports.ListLunaClients$ = exports.ListHsms$ = exports.ListHapgs$ = exports.ListAvailableZones$ = exports.GetConfig$ = exports.DescribeLunaClient$ = exports.DescribeHsm$ = exports.DescribeHapg$ = exports.DeleteLunaClient$ = exports.DeleteHsm$ = exports.DeleteHapg$ = void 0;
|
|
5
1
|
const _ATTR = "AddTagsToResource";
|
|
6
2
|
const _ATTRR = "AddTagsToResourceRequest";
|
|
7
3
|
const _ATTRRd = "AddTagsToResourceResponse";
|
|
@@ -126,240 +122,285 @@ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.cloudhsm";
|
|
|
126
122
|
const _se = "server";
|
|
127
123
|
const _xN = "xmlName";
|
|
128
124
|
const n0 = "com.amazonaws.cloudhsm";
|
|
129
|
-
const
|
|
130
|
-
const
|
|
131
|
-
const
|
|
132
|
-
const _s_registry =
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
125
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
126
|
+
const { CloudHSMServiceException } = require("../models/CloudHSMServiceException");
|
|
127
|
+
const { CloudHsmInternalException, CloudHsmServiceException, InvalidRequestException } = require("../models/errors");
|
|
128
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
129
|
+
const CloudHSMServiceException$ = [-3, _s, "CloudHSMServiceException", 0, [], []];
|
|
130
|
+
exports.CloudHSMServiceException$ = CloudHSMServiceException$;
|
|
131
|
+
_s_registry.registerError(CloudHSMServiceException$, CloudHSMServiceException);
|
|
132
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
133
|
+
const CloudHsmInternalException$ = [-3, n0, _CHIE,
|
|
137
134
|
{ [_e]: _se },
|
|
138
135
|
[_m, _r],
|
|
139
136
|
[0, 2]
|
|
140
137
|
];
|
|
141
|
-
|
|
142
|
-
|
|
138
|
+
exports.CloudHsmInternalException$ = CloudHsmInternalException$;
|
|
139
|
+
n0_registry.registerError(CloudHsmInternalException$, CloudHsmInternalException);
|
|
140
|
+
const CloudHsmServiceException$ = [-3, n0, _CHSE,
|
|
143
141
|
{ [_e]: _c },
|
|
144
142
|
[_m, _r],
|
|
145
143
|
[0, 2]
|
|
146
144
|
];
|
|
147
|
-
|
|
148
|
-
|
|
145
|
+
exports.CloudHsmServiceException$ = CloudHsmServiceException$;
|
|
146
|
+
n0_registry.registerError(CloudHsmServiceException$, CloudHsmServiceException);
|
|
147
|
+
const InvalidRequestException$ = [-3, n0, _IRE,
|
|
149
148
|
{ [_e]: _c },
|
|
150
149
|
[_m, _r],
|
|
151
150
|
[0, 2]
|
|
152
151
|
];
|
|
153
|
-
|
|
152
|
+
exports.InvalidRequestException$ = InvalidRequestException$;
|
|
153
|
+
n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
|
|
154
154
|
exports.errorTypeRegistries = [
|
|
155
155
|
_s_registry,
|
|
156
156
|
n0_registry,
|
|
157
157
|
];
|
|
158
|
-
|
|
158
|
+
const AddTagsToResourceRequest$ = [3, n0, _ATTRR,
|
|
159
159
|
0,
|
|
160
160
|
[_RA, _TL],
|
|
161
161
|
[0, () => TagList], 2
|
|
162
162
|
];
|
|
163
|
-
exports.
|
|
163
|
+
exports.AddTagsToResourceRequest$ = AddTagsToResourceRequest$;
|
|
164
|
+
const AddTagsToResourceResponse$ = [3, n0, _ATTRRd,
|
|
164
165
|
0,
|
|
165
166
|
[_S],
|
|
166
167
|
[0], 1
|
|
167
168
|
];
|
|
168
|
-
exports.
|
|
169
|
+
exports.AddTagsToResourceResponse$ = AddTagsToResourceResponse$;
|
|
170
|
+
const CreateHapgRequest$ = [3, n0, _CHR,
|
|
169
171
|
0,
|
|
170
172
|
[_L],
|
|
171
173
|
[0], 1
|
|
172
174
|
];
|
|
173
|
-
exports.
|
|
175
|
+
exports.CreateHapgRequest$ = CreateHapgRequest$;
|
|
176
|
+
const CreateHapgResponse$ = [3, n0, _CHRr,
|
|
174
177
|
0,
|
|
175
178
|
[_HA],
|
|
176
179
|
[0]
|
|
177
180
|
];
|
|
178
|
-
exports.
|
|
181
|
+
exports.CreateHapgResponse$ = CreateHapgResponse$;
|
|
182
|
+
const CreateHsmRequest$ = [3, n0, _CHRre,
|
|
179
183
|
{ [_xN]: _CHRre },
|
|
180
184
|
[_SI, _SK, _IRA, _ST, _EI, _EIx, _CT, _SIy],
|
|
181
185
|
[[0, { [_xN]: _SI }], [0, { [_xN]: _SK }], [0, { [_xN]: _IRA }], [0, { [_xN]: _ST }], [0, { [_xN]: _EI }], [0, { [_xN]: _EIx }], [0, { [_xN]: _CT }], [0, { [_xN]: _SIy }]], 4
|
|
182
186
|
];
|
|
183
|
-
exports.
|
|
187
|
+
exports.CreateHsmRequest$ = CreateHsmRequest$;
|
|
188
|
+
const CreateHsmResponse$ = [3, n0, _CHRrea,
|
|
184
189
|
0,
|
|
185
190
|
[_HAs],
|
|
186
191
|
[0]
|
|
187
192
|
];
|
|
188
|
-
exports.
|
|
193
|
+
exports.CreateHsmResponse$ = CreateHsmResponse$;
|
|
194
|
+
const CreateLunaClientRequest$ = [3, n0, _CLCR,
|
|
189
195
|
0,
|
|
190
196
|
[_C, _L],
|
|
191
197
|
[0, 0], 1
|
|
192
198
|
];
|
|
193
|
-
exports.
|
|
199
|
+
exports.CreateLunaClientRequest$ = CreateLunaClientRequest$;
|
|
200
|
+
const CreateLunaClientResponse$ = [3, n0, _CLCRr,
|
|
194
201
|
0,
|
|
195
202
|
[_CA],
|
|
196
203
|
[0]
|
|
197
204
|
];
|
|
198
|
-
exports.
|
|
205
|
+
exports.CreateLunaClientResponse$ = CreateLunaClientResponse$;
|
|
206
|
+
const DeleteHapgRequest$ = [3, n0, _DHR,
|
|
199
207
|
0,
|
|
200
208
|
[_HA],
|
|
201
209
|
[0], 1
|
|
202
210
|
];
|
|
203
|
-
exports.
|
|
211
|
+
exports.DeleteHapgRequest$ = DeleteHapgRequest$;
|
|
212
|
+
const DeleteHapgResponse$ = [3, n0, _DHRe,
|
|
204
213
|
0,
|
|
205
214
|
[_S],
|
|
206
215
|
[0], 1
|
|
207
216
|
];
|
|
208
|
-
exports.
|
|
217
|
+
exports.DeleteHapgResponse$ = DeleteHapgResponse$;
|
|
218
|
+
const DeleteHsmRequest$ = [3, n0, _DHRel,
|
|
209
219
|
{ [_xN]: _DHRel },
|
|
210
220
|
[_HAs],
|
|
211
221
|
[[0, { [_xN]: _HAs }]], 1
|
|
212
222
|
];
|
|
213
|
-
exports.
|
|
223
|
+
exports.DeleteHsmRequest$ = DeleteHsmRequest$;
|
|
224
|
+
const DeleteHsmResponse$ = [3, n0, _DHRele,
|
|
214
225
|
0,
|
|
215
226
|
[_S],
|
|
216
227
|
[0], 1
|
|
217
228
|
];
|
|
218
|
-
exports.
|
|
229
|
+
exports.DeleteHsmResponse$ = DeleteHsmResponse$;
|
|
230
|
+
const DeleteLunaClientRequest$ = [3, n0, _DLCR,
|
|
219
231
|
0,
|
|
220
232
|
[_CA],
|
|
221
233
|
[0], 1
|
|
222
234
|
];
|
|
223
|
-
exports.
|
|
235
|
+
exports.DeleteLunaClientRequest$ = DeleteLunaClientRequest$;
|
|
236
|
+
const DeleteLunaClientResponse$ = [3, n0, _DLCRe,
|
|
224
237
|
0,
|
|
225
238
|
[_S],
|
|
226
239
|
[0], 1
|
|
227
240
|
];
|
|
228
|
-
exports.
|
|
241
|
+
exports.DeleteLunaClientResponse$ = DeleteLunaClientResponse$;
|
|
242
|
+
const DescribeHapgRequest$ = [3, n0, _DHRes,
|
|
229
243
|
0,
|
|
230
244
|
[_HA],
|
|
231
245
|
[0], 1
|
|
232
246
|
];
|
|
233
|
-
exports.
|
|
247
|
+
exports.DescribeHapgRequest$ = DescribeHapgRequest$;
|
|
248
|
+
const DescribeHapgResponse$ = [3, n0, _DHResc,
|
|
234
249
|
0,
|
|
235
250
|
[_HA, _HS, _HLAF, _HPD, _HPR, _L, _LMT, _PSL, _St],
|
|
236
251
|
[0, 0, 64 | 0, 64 | 0, 64 | 0, 0, 0, 64 | 0, 0]
|
|
237
252
|
];
|
|
238
|
-
exports.
|
|
253
|
+
exports.DescribeHapgResponse$ = DescribeHapgResponse$;
|
|
254
|
+
const DescribeHsmRequest$ = [3, n0, _DHRescr,
|
|
239
255
|
0,
|
|
240
256
|
[_HAs, _HSN],
|
|
241
257
|
[0, 0]
|
|
242
258
|
];
|
|
243
|
-
exports.
|
|
259
|
+
exports.DescribeHsmRequest$ = DescribeHsmRequest$;
|
|
260
|
+
const DescribeHsmResponse$ = [3, n0, _DHRescri,
|
|
244
261
|
0,
|
|
245
262
|
[_HAs, _S, _SD, _AZ, _EIn, _EI, _ST, _SSD, _SED, _VI, _SI, _IRA, _SN, _VN, _HT, _SV, _SPK, _SKLU, _SCU, _SCLU, _P],
|
|
246
263
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0]
|
|
247
264
|
];
|
|
248
|
-
exports.
|
|
265
|
+
exports.DescribeHsmResponse$ = DescribeHsmResponse$;
|
|
266
|
+
const DescribeLunaClientRequest$ = [3, n0, _DLCRes,
|
|
249
267
|
0,
|
|
250
268
|
[_CA, _CF],
|
|
251
269
|
[0, 0]
|
|
252
270
|
];
|
|
253
|
-
exports.
|
|
271
|
+
exports.DescribeLunaClientRequest$ = DescribeLunaClientRequest$;
|
|
272
|
+
const DescribeLunaClientResponse$ = [3, n0, _DLCResc,
|
|
254
273
|
0,
|
|
255
274
|
[_CA, _C, _CF, _LMT, _L],
|
|
256
275
|
[0, 0, 0, 0, 0]
|
|
257
276
|
];
|
|
258
|
-
exports.
|
|
277
|
+
exports.DescribeLunaClientResponse$ = DescribeLunaClientResponse$;
|
|
278
|
+
const GetConfigRequest$ = [3, n0, _GCR,
|
|
259
279
|
0,
|
|
260
280
|
[_CA, _CV, _HL],
|
|
261
281
|
[0, 0, 64 | 0], 3
|
|
262
282
|
];
|
|
263
|
-
exports.
|
|
283
|
+
exports.GetConfigRequest$ = GetConfigRequest$;
|
|
284
|
+
const GetConfigResponse$ = [3, n0, _GCRe,
|
|
264
285
|
0,
|
|
265
286
|
[_CTo, _CFo, _CC],
|
|
266
287
|
[0, 0, 0]
|
|
267
288
|
];
|
|
268
|
-
exports.
|
|
289
|
+
exports.GetConfigResponse$ = GetConfigResponse$;
|
|
290
|
+
const ListAvailableZonesRequest$ = [3, n0, _LAZR,
|
|
269
291
|
0,
|
|
270
292
|
[],
|
|
271
293
|
[]
|
|
272
294
|
];
|
|
273
|
-
exports.
|
|
295
|
+
exports.ListAvailableZonesRequest$ = ListAvailableZonesRequest$;
|
|
296
|
+
const ListAvailableZonesResponse$ = [3, n0, _LAZRi,
|
|
274
297
|
0,
|
|
275
298
|
[_AZL],
|
|
276
299
|
[64 | 0]
|
|
277
300
|
];
|
|
278
|
-
exports.
|
|
301
|
+
exports.ListAvailableZonesResponse$ = ListAvailableZonesResponse$;
|
|
302
|
+
const ListHapgsRequest$ = [3, n0, _LHR,
|
|
279
303
|
0,
|
|
280
304
|
[_NT],
|
|
281
305
|
[0]
|
|
282
306
|
];
|
|
283
|
-
exports.
|
|
307
|
+
exports.ListHapgsRequest$ = ListHapgsRequest$;
|
|
308
|
+
const ListHapgsResponse$ = [3, n0, _LHRi,
|
|
284
309
|
0,
|
|
285
310
|
[_HL, _NT],
|
|
286
311
|
[64 | 0, 0], 1
|
|
287
312
|
];
|
|
288
|
-
exports.
|
|
313
|
+
exports.ListHapgsResponse$ = ListHapgsResponse$;
|
|
314
|
+
const ListHsmsRequest$ = [3, n0, _LHRis,
|
|
289
315
|
0,
|
|
290
316
|
[_NT],
|
|
291
317
|
[0]
|
|
292
318
|
];
|
|
293
|
-
exports.
|
|
319
|
+
exports.ListHsmsRequest$ = ListHsmsRequest$;
|
|
320
|
+
const ListHsmsResponse$ = [3, n0, _LHRist,
|
|
294
321
|
0,
|
|
295
322
|
[_HLs, _NT],
|
|
296
323
|
[64 | 0, 0]
|
|
297
324
|
];
|
|
298
|
-
exports.
|
|
325
|
+
exports.ListHsmsResponse$ = ListHsmsResponse$;
|
|
326
|
+
const ListLunaClientsRequest$ = [3, n0, _LLCR,
|
|
299
327
|
0,
|
|
300
328
|
[_NT],
|
|
301
329
|
[0]
|
|
302
330
|
];
|
|
303
|
-
exports.
|
|
331
|
+
exports.ListLunaClientsRequest$ = ListLunaClientsRequest$;
|
|
332
|
+
const ListLunaClientsResponse$ = [3, n0, _LLCRi,
|
|
304
333
|
0,
|
|
305
334
|
[_CL, _NT],
|
|
306
335
|
[64 | 0, 0], 1
|
|
307
336
|
];
|
|
308
|
-
exports.
|
|
337
|
+
exports.ListLunaClientsResponse$ = ListLunaClientsResponse$;
|
|
338
|
+
const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
309
339
|
0,
|
|
310
340
|
[_RA],
|
|
311
341
|
[0], 1
|
|
312
342
|
];
|
|
313
|
-
exports.
|
|
343
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
344
|
+
const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
314
345
|
0,
|
|
315
346
|
[_TL],
|
|
316
347
|
[() => TagList], 1
|
|
317
348
|
];
|
|
318
|
-
exports.
|
|
349
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
350
|
+
const ModifyHapgRequest$ = [3, n0, _MHR,
|
|
319
351
|
0,
|
|
320
352
|
[_HA, _L, _PSL],
|
|
321
353
|
[0, 0, 64 | 0], 1
|
|
322
354
|
];
|
|
323
|
-
exports.
|
|
355
|
+
exports.ModifyHapgRequest$ = ModifyHapgRequest$;
|
|
356
|
+
const ModifyHapgResponse$ = [3, n0, _MHRo,
|
|
324
357
|
0,
|
|
325
358
|
[_HA],
|
|
326
359
|
[0]
|
|
327
360
|
];
|
|
328
|
-
exports.
|
|
361
|
+
exports.ModifyHapgResponse$ = ModifyHapgResponse$;
|
|
362
|
+
const ModifyHsmRequest$ = [3, n0, _MHRod,
|
|
329
363
|
{ [_xN]: _MHRod },
|
|
330
364
|
[_HAs, _SI, _EI, _IRA, _EIx, _SIy],
|
|
331
365
|
[[0, { [_xN]: _HAs }], [0, { [_xN]: _SI }], [0, { [_xN]: _EI }], [0, { [_xN]: _IRA }], [0, { [_xN]: _EIx }], [0, { [_xN]: _SIy }]], 1
|
|
332
366
|
];
|
|
333
|
-
exports.
|
|
367
|
+
exports.ModifyHsmRequest$ = ModifyHsmRequest$;
|
|
368
|
+
const ModifyHsmResponse$ = [3, n0, _MHRodi,
|
|
334
369
|
0,
|
|
335
370
|
[_HAs],
|
|
336
371
|
[0]
|
|
337
372
|
];
|
|
338
|
-
exports.
|
|
373
|
+
exports.ModifyHsmResponse$ = ModifyHsmResponse$;
|
|
374
|
+
const ModifyLunaClientRequest$ = [3, n0, _MLCR,
|
|
339
375
|
0,
|
|
340
376
|
[_CA, _C],
|
|
341
377
|
[0, 0], 2
|
|
342
378
|
];
|
|
343
|
-
exports.
|
|
379
|
+
exports.ModifyLunaClientRequest$ = ModifyLunaClientRequest$;
|
|
380
|
+
const ModifyLunaClientResponse$ = [3, n0, _MLCRo,
|
|
344
381
|
0,
|
|
345
382
|
[_CA],
|
|
346
383
|
[0]
|
|
347
384
|
];
|
|
348
|
-
exports.
|
|
385
|
+
exports.ModifyLunaClientResponse$ = ModifyLunaClientResponse$;
|
|
386
|
+
const RemoveTagsFromResourceRequest$ = [3, n0, _RTFRR,
|
|
349
387
|
0,
|
|
350
388
|
[_RA, _TKL],
|
|
351
389
|
[0, 64 | 0], 2
|
|
352
390
|
];
|
|
353
|
-
exports.
|
|
391
|
+
exports.RemoveTagsFromResourceRequest$ = RemoveTagsFromResourceRequest$;
|
|
392
|
+
const RemoveTagsFromResourceResponse$ = [3, n0, _RTFRRe,
|
|
354
393
|
0,
|
|
355
394
|
[_S],
|
|
356
395
|
[0], 1
|
|
357
396
|
];
|
|
358
|
-
exports.
|
|
397
|
+
exports.RemoveTagsFromResourceResponse$ = RemoveTagsFromResourceResponse$;
|
|
398
|
+
const Tag$ = [3, n0, _T,
|
|
359
399
|
0,
|
|
360
400
|
[_K, _V],
|
|
361
401
|
[0, 0], 2
|
|
362
402
|
];
|
|
403
|
+
exports.Tag$ = Tag$;
|
|
363
404
|
var AZList = 64 | 0;
|
|
364
405
|
var ClientList = 64 | 0;
|
|
365
406
|
var HapgList = 64 | 0;
|
|
@@ -368,65 +409,65 @@ var PartitionList = 64 | 0;
|
|
|
368
409
|
var PartitionSerialList = 64 | 0;
|
|
369
410
|
var TagKeyList = 64 | 0;
|
|
370
411
|
var TagList = [1, n0, _TL,
|
|
371
|
-
0, () =>
|
|
412
|
+
0, () => Tag$
|
|
372
413
|
];
|
|
373
414
|
exports.AddTagsToResource$ = [9, n0, _ATTR,
|
|
374
|
-
0, () =>
|
|
415
|
+
0, () => AddTagsToResourceRequest$, () => AddTagsToResourceResponse$
|
|
375
416
|
];
|
|
376
417
|
exports.CreateHapg$ = [9, n0, _CH,
|
|
377
|
-
0, () =>
|
|
418
|
+
0, () => CreateHapgRequest$, () => CreateHapgResponse$
|
|
378
419
|
];
|
|
379
420
|
exports.CreateHsm$ = [9, n0, _CHr,
|
|
380
|
-
0, () =>
|
|
421
|
+
0, () => CreateHsmRequest$, () => CreateHsmResponse$
|
|
381
422
|
];
|
|
382
423
|
exports.CreateLunaClient$ = [9, n0, _CLC,
|
|
383
|
-
0, () =>
|
|
424
|
+
0, () => CreateLunaClientRequest$, () => CreateLunaClientResponse$
|
|
384
425
|
];
|
|
385
426
|
exports.DeleteHapg$ = [9, n0, _DH,
|
|
386
|
-
0, () =>
|
|
427
|
+
0, () => DeleteHapgRequest$, () => DeleteHapgResponse$
|
|
387
428
|
];
|
|
388
429
|
exports.DeleteHsm$ = [9, n0, _DHe,
|
|
389
|
-
0, () =>
|
|
430
|
+
0, () => DeleteHsmRequest$, () => DeleteHsmResponse$
|
|
390
431
|
];
|
|
391
432
|
exports.DeleteLunaClient$ = [9, n0, _DLC,
|
|
392
|
-
0, () =>
|
|
433
|
+
0, () => DeleteLunaClientRequest$, () => DeleteLunaClientResponse$
|
|
393
434
|
];
|
|
394
435
|
exports.DescribeHapg$ = [9, n0, _DHes,
|
|
395
|
-
0, () =>
|
|
436
|
+
0, () => DescribeHapgRequest$, () => DescribeHapgResponse$
|
|
396
437
|
];
|
|
397
438
|
exports.DescribeHsm$ = [9, n0, _DHesc,
|
|
398
|
-
0, () =>
|
|
439
|
+
0, () => DescribeHsmRequest$, () => DescribeHsmResponse$
|
|
399
440
|
];
|
|
400
441
|
exports.DescribeLunaClient$ = [9, n0, _DLCe,
|
|
401
|
-
0, () =>
|
|
442
|
+
0, () => DescribeLunaClientRequest$, () => DescribeLunaClientResponse$
|
|
402
443
|
];
|
|
403
444
|
exports.GetConfig$ = [9, n0, _GC,
|
|
404
|
-
0, () =>
|
|
445
|
+
0, () => GetConfigRequest$, () => GetConfigResponse$
|
|
405
446
|
];
|
|
406
447
|
exports.ListAvailableZones$ = [9, n0, _LAZ,
|
|
407
|
-
0, () =>
|
|
448
|
+
0, () => ListAvailableZonesRequest$, () => ListAvailableZonesResponse$
|
|
408
449
|
];
|
|
409
450
|
exports.ListHapgs$ = [9, n0, _LH,
|
|
410
|
-
0, () =>
|
|
451
|
+
0, () => ListHapgsRequest$, () => ListHapgsResponse$
|
|
411
452
|
];
|
|
412
453
|
exports.ListHsms$ = [9, n0, _LHi,
|
|
413
|
-
0, () =>
|
|
454
|
+
0, () => ListHsmsRequest$, () => ListHsmsResponse$
|
|
414
455
|
];
|
|
415
456
|
exports.ListLunaClients$ = [9, n0, _LLC,
|
|
416
|
-
0, () =>
|
|
457
|
+
0, () => ListLunaClientsRequest$, () => ListLunaClientsResponse$
|
|
417
458
|
];
|
|
418
459
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
419
|
-
0, () =>
|
|
460
|
+
0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
420
461
|
];
|
|
421
462
|
exports.ModifyHapg$ = [9, n0, _MH,
|
|
422
|
-
0, () =>
|
|
463
|
+
0, () => ModifyHapgRequest$, () => ModifyHapgResponse$
|
|
423
464
|
];
|
|
424
465
|
exports.ModifyHsm$ = [9, n0, _MHo,
|
|
425
|
-
0, () =>
|
|
466
|
+
0, () => ModifyHsmRequest$, () => ModifyHsmResponse$
|
|
426
467
|
];
|
|
427
468
|
exports.ModifyLunaClient$ = [9, n0, _MLC,
|
|
428
|
-
0, () =>
|
|
469
|
+
0, () => ModifyLunaClientRequest$, () => ModifyLunaClientResponse$
|
|
429
470
|
];
|
|
430
471
|
exports.RemoveTagsFromResource$ = [9, n0, _RTFR,
|
|
431
|
-
0, () =>
|
|
472
|
+
0, () => RemoveTagsFromResourceRequest$, () => RemoveTagsFromResourceResponse$
|
|
432
473
|
];
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudhsm",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudhsm Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1069.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",
|
|
8
|
-
"build:es": "tsc -p tsconfig.es.json",
|
|
8
|
+
"build:es": "premove dist-es && tsc -p tsconfig.es.json",
|
|
9
9
|
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
10
|
-
"build:types": "tsc -p tsconfig.types.json",
|
|
10
|
+
"build:types": "premove dist-types && tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
-
"clean": "premove dist-cjs dist-es dist-types
|
|
12
|
+
"clean": "premove dist-cjs dist-es dist-types",
|
|
13
13
|
"extract:docs": "api-extractor run --local",
|
|
14
|
-
"generate:client": "node ../../scripts/generate-clients/single-service
|
|
14
|
+
"generate:client": "node ../../scripts/generate-clients/single-service",
|
|
15
15
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
16
16
|
},
|
|
17
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -21,9 +21,9 @@
|
|
|
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.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/types": "^3.973.
|
|
24
|
+
"@aws-sdk/core": "^3.974.21",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.56",
|
|
26
|
+
"@aws-sdk/types": "^3.973.13",
|
|
27
27
|
"@smithy/core": "^3.24.6",
|
|
28
28
|
"@smithy/fetch-http-handler": "^5.4.6",
|
|
29
29
|
"@smithy/node-http-handler": "^4.7.6",
|