@aws-sdk/client-cloudhsm 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 +39 -552
- package/dist-cjs/models/CloudHSMServiceException.js +12 -0
- package/dist-cjs/models/errors.js +49 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +432 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +28 -22
- package/dist-types/schemas/schemas_0.d.ts +11 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -4
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
+
var errors = require('./models/errors');
|
|
20
|
+
var CloudHSMServiceException = require('./models/CloudHSMServiceException');
|
|
18
21
|
|
|
19
22
|
const resolveClientEndpointParameters = (options) => {
|
|
20
23
|
return Object.assign(options, {
|
|
@@ -110,469 +113,6 @@ class CloudHSMClient extends smithyClient.Client {
|
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
|
|
113
|
-
class CloudHSMServiceException extends smithyClient.ServiceException {
|
|
114
|
-
constructor(options) {
|
|
115
|
-
super(options);
|
|
116
|
-
Object.setPrototypeOf(this, CloudHSMServiceException.prototype);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
class CloudHsmInternalException extends CloudHSMServiceException {
|
|
121
|
-
name = "CloudHsmInternalException";
|
|
122
|
-
$fault = "server";
|
|
123
|
-
retryable;
|
|
124
|
-
constructor(opts) {
|
|
125
|
-
super({
|
|
126
|
-
name: "CloudHsmInternalException",
|
|
127
|
-
$fault: "server",
|
|
128
|
-
...opts,
|
|
129
|
-
});
|
|
130
|
-
Object.setPrototypeOf(this, CloudHsmInternalException.prototype);
|
|
131
|
-
this.retryable = opts.retryable;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
class CloudHsmServiceException extends CloudHSMServiceException {
|
|
135
|
-
name = "CloudHsmServiceException";
|
|
136
|
-
$fault = "client";
|
|
137
|
-
retryable;
|
|
138
|
-
constructor(opts) {
|
|
139
|
-
super({
|
|
140
|
-
name: "CloudHsmServiceException",
|
|
141
|
-
$fault: "client",
|
|
142
|
-
...opts,
|
|
143
|
-
});
|
|
144
|
-
Object.setPrototypeOf(this, CloudHsmServiceException.prototype);
|
|
145
|
-
this.retryable = opts.retryable;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
class InvalidRequestException extends CloudHSMServiceException {
|
|
149
|
-
name = "InvalidRequestException";
|
|
150
|
-
$fault = "client";
|
|
151
|
-
retryable;
|
|
152
|
-
constructor(opts) {
|
|
153
|
-
super({
|
|
154
|
-
name: "InvalidRequestException",
|
|
155
|
-
$fault: "client",
|
|
156
|
-
...opts,
|
|
157
|
-
});
|
|
158
|
-
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
159
|
-
this.retryable = opts.retryable;
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
const _ATTR = "AddTagsToResource";
|
|
164
|
-
const _ATTRR = "AddTagsToResourceRequest";
|
|
165
|
-
const _ATTRRd = "AddTagsToResourceResponse";
|
|
166
|
-
const _AZ = "AvailabilityZone";
|
|
167
|
-
const _AZL = "AZList";
|
|
168
|
-
const _C = "Certificate";
|
|
169
|
-
const _CA = "ClientArn";
|
|
170
|
-
const _CC = "ConfigCred";
|
|
171
|
-
const _CF = "CertificateFingerprint";
|
|
172
|
-
const _CFo = "ConfigFile";
|
|
173
|
-
const _CH = "CreateHapg";
|
|
174
|
-
const _CHIE = "CloudHsmInternalException";
|
|
175
|
-
const _CHR = "CreateHapgRequest";
|
|
176
|
-
const _CHRr = "CreateHapgResponse";
|
|
177
|
-
const _CHRre = "CreateHsmRequest";
|
|
178
|
-
const _CHRrea = "CreateHsmResponse";
|
|
179
|
-
const _CHSE = "CloudHsmServiceException";
|
|
180
|
-
const _CHr = "CreateHsm";
|
|
181
|
-
const _CL = "ClientList";
|
|
182
|
-
const _CLC = "CreateLunaClient";
|
|
183
|
-
const _CLCR = "CreateLunaClientRequest";
|
|
184
|
-
const _CLCRr = "CreateLunaClientResponse";
|
|
185
|
-
const _CT = "ClientToken";
|
|
186
|
-
const _CTo = "ConfigType";
|
|
187
|
-
const _CV = "ClientVersion";
|
|
188
|
-
const _DH = "DeleteHapg";
|
|
189
|
-
const _DHR = "DeleteHapgRequest";
|
|
190
|
-
const _DHRe = "DeleteHapgResponse";
|
|
191
|
-
const _DHRel = "DeleteHsmRequest";
|
|
192
|
-
const _DHRele = "DeleteHsmResponse";
|
|
193
|
-
const _DHRes = "DescribeHapgRequest";
|
|
194
|
-
const _DHResc = "DescribeHapgResponse";
|
|
195
|
-
const _DHRescr = "DescribeHsmRequest";
|
|
196
|
-
const _DHRescri = "DescribeHsmResponse";
|
|
197
|
-
const _DHe = "DeleteHsm";
|
|
198
|
-
const _DHes = "DescribeHapg";
|
|
199
|
-
const _DHesc = "DescribeHsm";
|
|
200
|
-
const _DLC = "DeleteLunaClient";
|
|
201
|
-
const _DLCR = "DeleteLunaClientRequest";
|
|
202
|
-
const _DLCRe = "DeleteLunaClientResponse";
|
|
203
|
-
const _DLCRes = "DescribeLunaClientRequest";
|
|
204
|
-
const _DLCResc = "DescribeLunaClientResponse";
|
|
205
|
-
const _DLCe = "DescribeLunaClient";
|
|
206
|
-
const _EI = "EniIp";
|
|
207
|
-
const _EIn = "EniId";
|
|
208
|
-
const _EIx = "ExternalId";
|
|
209
|
-
const _GC = "GetConfig";
|
|
210
|
-
const _GCR = "GetConfigRequest";
|
|
211
|
-
const _GCRe = "GetConfigResponse";
|
|
212
|
-
const _HA = "HapgArn";
|
|
213
|
-
const _HAs = "HsmArn";
|
|
214
|
-
const _HL = "HapgList";
|
|
215
|
-
const _HLAF = "HsmsLastActionFailed";
|
|
216
|
-
const _HLs = "HsmList";
|
|
217
|
-
const _HPD = "HsmsPendingDeletion";
|
|
218
|
-
const _HPR = "HsmsPendingRegistration";
|
|
219
|
-
const _HS = "HapgSerial";
|
|
220
|
-
const _HSN = "HsmSerialNumber";
|
|
221
|
-
const _HT = "HsmType";
|
|
222
|
-
const _IRA = "IamRoleArn";
|
|
223
|
-
const _IRE = "InvalidRequestException";
|
|
224
|
-
const _K = "Key";
|
|
225
|
-
const _L = "Label";
|
|
226
|
-
const _LAZ = "ListAvailableZones";
|
|
227
|
-
const _LAZR = "ListAvailableZonesRequest";
|
|
228
|
-
const _LAZRi = "ListAvailableZonesResponse";
|
|
229
|
-
const _LH = "ListHapgs";
|
|
230
|
-
const _LHR = "ListHapgsRequest";
|
|
231
|
-
const _LHRi = "ListHapgsResponse";
|
|
232
|
-
const _LHRis = "ListHsmsRequest";
|
|
233
|
-
const _LHRist = "ListHsmsResponse";
|
|
234
|
-
const _LHi = "ListHsms";
|
|
235
|
-
const _LLC = "ListLunaClients";
|
|
236
|
-
const _LLCR = "ListLunaClientsRequest";
|
|
237
|
-
const _LLCRi = "ListLunaClientsResponse";
|
|
238
|
-
const _LMT = "LastModifiedTimestamp";
|
|
239
|
-
const _LTFR = "ListTagsForResource";
|
|
240
|
-
const _LTFRR = "ListTagsForResourceRequest";
|
|
241
|
-
const _LTFRRi = "ListTagsForResourceResponse";
|
|
242
|
-
const _MH = "ModifyHapg";
|
|
243
|
-
const _MHR = "ModifyHapgRequest";
|
|
244
|
-
const _MHRo = "ModifyHapgResponse";
|
|
245
|
-
const _MHRod = "ModifyHsmRequest";
|
|
246
|
-
const _MHRodi = "ModifyHsmResponse";
|
|
247
|
-
const _MHo = "ModifyHsm";
|
|
248
|
-
const _MLC = "ModifyLunaClient";
|
|
249
|
-
const _MLCR = "ModifyLunaClientRequest";
|
|
250
|
-
const _MLCRo = "ModifyLunaClientResponse";
|
|
251
|
-
const _NT = "NextToken";
|
|
252
|
-
const _P = "Partitions";
|
|
253
|
-
const _PSL = "PartitionSerialList";
|
|
254
|
-
const _RA = "ResourceArn";
|
|
255
|
-
const _RTFR = "RemoveTagsFromResource";
|
|
256
|
-
const _RTFRR = "RemoveTagsFromResourceRequest";
|
|
257
|
-
const _RTFRRe = "RemoveTagsFromResourceResponse";
|
|
258
|
-
const _S = "Status";
|
|
259
|
-
const _SCLU = "ServerCertLastUpdated";
|
|
260
|
-
const _SCU = "ServerCertUri";
|
|
261
|
-
const _SD = "StatusDetails";
|
|
262
|
-
const _SED = "SubscriptionEndDate";
|
|
263
|
-
const _SI = "SubnetId";
|
|
264
|
-
const _SIy = "SyslogIp";
|
|
265
|
-
const _SK = "SshKey";
|
|
266
|
-
const _SKLU = "SshKeyLastUpdated";
|
|
267
|
-
const _SN = "SerialNumber";
|
|
268
|
-
const _SPK = "SshPublicKey";
|
|
269
|
-
const _SSD = "SubscriptionStartDate";
|
|
270
|
-
const _ST = "SubscriptionType";
|
|
271
|
-
const _SV = "SoftwareVersion";
|
|
272
|
-
const _St = "State";
|
|
273
|
-
const _T = "Tag";
|
|
274
|
-
const _TKL = "TagKeyList";
|
|
275
|
-
const _TL = "TagList";
|
|
276
|
-
const _V = "Value";
|
|
277
|
-
const _VI = "VpcId";
|
|
278
|
-
const _VN = "VendorName";
|
|
279
|
-
const _c = "client";
|
|
280
|
-
const _e = "error";
|
|
281
|
-
const _m = "message";
|
|
282
|
-
const _r = "retryable";
|
|
283
|
-
const _s = "server";
|
|
284
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.cloudhsm";
|
|
285
|
-
const _xN = "xmlName";
|
|
286
|
-
const n0 = "com.amazonaws.cloudhsm";
|
|
287
|
-
var AddTagsToResourceRequest$ = [3, n0, _ATTRR,
|
|
288
|
-
0,
|
|
289
|
-
[_RA, _TL],
|
|
290
|
-
[0, () => TagList], 2
|
|
291
|
-
];
|
|
292
|
-
var AddTagsToResourceResponse$ = [3, n0, _ATTRRd,
|
|
293
|
-
0,
|
|
294
|
-
[_S],
|
|
295
|
-
[0], 1
|
|
296
|
-
];
|
|
297
|
-
var CloudHsmInternalException$ = [-3, n0, _CHIE,
|
|
298
|
-
{ [_e]: _s },
|
|
299
|
-
[_m, _r],
|
|
300
|
-
[0, 2]
|
|
301
|
-
];
|
|
302
|
-
schema.TypeRegistry.for(n0).registerError(CloudHsmInternalException$, CloudHsmInternalException);
|
|
303
|
-
var CloudHsmServiceException$ = [-3, n0, _CHSE,
|
|
304
|
-
{ [_e]: _c },
|
|
305
|
-
[_m, _r],
|
|
306
|
-
[0, 2]
|
|
307
|
-
];
|
|
308
|
-
schema.TypeRegistry.for(n0).registerError(CloudHsmServiceException$, CloudHsmServiceException);
|
|
309
|
-
var CreateHapgRequest$ = [3, n0, _CHR,
|
|
310
|
-
0,
|
|
311
|
-
[_L],
|
|
312
|
-
[0], 1
|
|
313
|
-
];
|
|
314
|
-
var CreateHapgResponse$ = [3, n0, _CHRr,
|
|
315
|
-
0,
|
|
316
|
-
[_HA],
|
|
317
|
-
[0]
|
|
318
|
-
];
|
|
319
|
-
var CreateHsmRequest$ = [3, n0, _CHRre,
|
|
320
|
-
{ [_xN]: _CHRre },
|
|
321
|
-
[_SI, _SK, _IRA, _ST, _EI, _EIx, _CT, _SIy],
|
|
322
|
-
[[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
|
|
323
|
-
];
|
|
324
|
-
var CreateHsmResponse$ = [3, n0, _CHRrea,
|
|
325
|
-
0,
|
|
326
|
-
[_HAs],
|
|
327
|
-
[0]
|
|
328
|
-
];
|
|
329
|
-
var CreateLunaClientRequest$ = [3, n0, _CLCR,
|
|
330
|
-
0,
|
|
331
|
-
[_C, _L],
|
|
332
|
-
[0, 0], 1
|
|
333
|
-
];
|
|
334
|
-
var CreateLunaClientResponse$ = [3, n0, _CLCRr,
|
|
335
|
-
0,
|
|
336
|
-
[_CA],
|
|
337
|
-
[0]
|
|
338
|
-
];
|
|
339
|
-
var DeleteHapgRequest$ = [3, n0, _DHR,
|
|
340
|
-
0,
|
|
341
|
-
[_HA],
|
|
342
|
-
[0], 1
|
|
343
|
-
];
|
|
344
|
-
var DeleteHapgResponse$ = [3, n0, _DHRe,
|
|
345
|
-
0,
|
|
346
|
-
[_S],
|
|
347
|
-
[0], 1
|
|
348
|
-
];
|
|
349
|
-
var DeleteHsmRequest$ = [3, n0, _DHRel,
|
|
350
|
-
{ [_xN]: _DHRel },
|
|
351
|
-
[_HAs],
|
|
352
|
-
[[0, { [_xN]: _HAs }]], 1
|
|
353
|
-
];
|
|
354
|
-
var DeleteHsmResponse$ = [3, n0, _DHRele,
|
|
355
|
-
0,
|
|
356
|
-
[_S],
|
|
357
|
-
[0], 1
|
|
358
|
-
];
|
|
359
|
-
var DeleteLunaClientRequest$ = [3, n0, _DLCR,
|
|
360
|
-
0,
|
|
361
|
-
[_CA],
|
|
362
|
-
[0], 1
|
|
363
|
-
];
|
|
364
|
-
var DeleteLunaClientResponse$ = [3, n0, _DLCRe,
|
|
365
|
-
0,
|
|
366
|
-
[_S],
|
|
367
|
-
[0], 1
|
|
368
|
-
];
|
|
369
|
-
var DescribeHapgRequest$ = [3, n0, _DHRes,
|
|
370
|
-
0,
|
|
371
|
-
[_HA],
|
|
372
|
-
[0], 1
|
|
373
|
-
];
|
|
374
|
-
var DescribeHapgResponse$ = [3, n0, _DHResc,
|
|
375
|
-
0,
|
|
376
|
-
[_HA, _HS, _HLAF, _HPD, _HPR, _L, _LMT, _PSL, _St],
|
|
377
|
-
[0, 0, 64 | 0, 64 | 0, 64 | 0, 0, 0, 64 | 0, 0]
|
|
378
|
-
];
|
|
379
|
-
var DescribeHsmRequest$ = [3, n0, _DHRescr,
|
|
380
|
-
0,
|
|
381
|
-
[_HAs, _HSN],
|
|
382
|
-
[0, 0]
|
|
383
|
-
];
|
|
384
|
-
var DescribeHsmResponse$ = [3, n0, _DHRescri,
|
|
385
|
-
0,
|
|
386
|
-
[_HAs, _S, _SD, _AZ, _EIn, _EI, _ST, _SSD, _SED, _VI, _SI, _IRA, _SN, _VN, _HT, _SV, _SPK, _SKLU, _SCU, _SCLU, _P],
|
|
387
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0]
|
|
388
|
-
];
|
|
389
|
-
var DescribeLunaClientRequest$ = [3, n0, _DLCRes,
|
|
390
|
-
0,
|
|
391
|
-
[_CA, _CF],
|
|
392
|
-
[0, 0]
|
|
393
|
-
];
|
|
394
|
-
var DescribeLunaClientResponse$ = [3, n0, _DLCResc,
|
|
395
|
-
0,
|
|
396
|
-
[_CA, _C, _CF, _LMT, _L],
|
|
397
|
-
[0, 0, 0, 0, 0]
|
|
398
|
-
];
|
|
399
|
-
var GetConfigRequest$ = [3, n0, _GCR,
|
|
400
|
-
0,
|
|
401
|
-
[_CA, _CV, _HL],
|
|
402
|
-
[0, 0, 64 | 0], 3
|
|
403
|
-
];
|
|
404
|
-
var GetConfigResponse$ = [3, n0, _GCRe,
|
|
405
|
-
0,
|
|
406
|
-
[_CTo, _CFo, _CC],
|
|
407
|
-
[0, 0, 0]
|
|
408
|
-
];
|
|
409
|
-
var InvalidRequestException$ = [-3, n0, _IRE,
|
|
410
|
-
{ [_e]: _c },
|
|
411
|
-
[_m, _r],
|
|
412
|
-
[0, 2]
|
|
413
|
-
];
|
|
414
|
-
schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
415
|
-
var ListAvailableZonesRequest$ = [3, n0, _LAZR,
|
|
416
|
-
0,
|
|
417
|
-
[],
|
|
418
|
-
[]
|
|
419
|
-
];
|
|
420
|
-
var ListAvailableZonesResponse$ = [3, n0, _LAZRi,
|
|
421
|
-
0,
|
|
422
|
-
[_AZL],
|
|
423
|
-
[64 | 0]
|
|
424
|
-
];
|
|
425
|
-
var ListHapgsRequest$ = [3, n0, _LHR,
|
|
426
|
-
0,
|
|
427
|
-
[_NT],
|
|
428
|
-
[0]
|
|
429
|
-
];
|
|
430
|
-
var ListHapgsResponse$ = [3, n0, _LHRi,
|
|
431
|
-
0,
|
|
432
|
-
[_HL, _NT],
|
|
433
|
-
[64 | 0, 0], 1
|
|
434
|
-
];
|
|
435
|
-
var ListHsmsRequest$ = [3, n0, _LHRis,
|
|
436
|
-
0,
|
|
437
|
-
[_NT],
|
|
438
|
-
[0]
|
|
439
|
-
];
|
|
440
|
-
var ListHsmsResponse$ = [3, n0, _LHRist,
|
|
441
|
-
0,
|
|
442
|
-
[_HLs, _NT],
|
|
443
|
-
[64 | 0, 0]
|
|
444
|
-
];
|
|
445
|
-
var ListLunaClientsRequest$ = [3, n0, _LLCR,
|
|
446
|
-
0,
|
|
447
|
-
[_NT],
|
|
448
|
-
[0]
|
|
449
|
-
];
|
|
450
|
-
var ListLunaClientsResponse$ = [3, n0, _LLCRi,
|
|
451
|
-
0,
|
|
452
|
-
[_CL, _NT],
|
|
453
|
-
[64 | 0, 0], 1
|
|
454
|
-
];
|
|
455
|
-
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
456
|
-
0,
|
|
457
|
-
[_RA],
|
|
458
|
-
[0], 1
|
|
459
|
-
];
|
|
460
|
-
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
461
|
-
0,
|
|
462
|
-
[_TL],
|
|
463
|
-
[() => TagList], 1
|
|
464
|
-
];
|
|
465
|
-
var ModifyHapgRequest$ = [3, n0, _MHR,
|
|
466
|
-
0,
|
|
467
|
-
[_HA, _L, _PSL],
|
|
468
|
-
[0, 0, 64 | 0], 1
|
|
469
|
-
];
|
|
470
|
-
var ModifyHapgResponse$ = [3, n0, _MHRo,
|
|
471
|
-
0,
|
|
472
|
-
[_HA],
|
|
473
|
-
[0]
|
|
474
|
-
];
|
|
475
|
-
var ModifyHsmRequest$ = [3, n0, _MHRod,
|
|
476
|
-
{ [_xN]: _MHRod },
|
|
477
|
-
[_HAs, _SI, _EI, _IRA, _EIx, _SIy],
|
|
478
|
-
[[0, { [_xN]: _HAs }], [0, { [_xN]: _SI }], [0, { [_xN]: _EI }], [0, { [_xN]: _IRA }], [0, { [_xN]: _EIx }], [0, { [_xN]: _SIy }]], 1
|
|
479
|
-
];
|
|
480
|
-
var ModifyHsmResponse$ = [3, n0, _MHRodi,
|
|
481
|
-
0,
|
|
482
|
-
[_HAs],
|
|
483
|
-
[0]
|
|
484
|
-
];
|
|
485
|
-
var ModifyLunaClientRequest$ = [3, n0, _MLCR,
|
|
486
|
-
0,
|
|
487
|
-
[_CA, _C],
|
|
488
|
-
[0, 0], 2
|
|
489
|
-
];
|
|
490
|
-
var ModifyLunaClientResponse$ = [3, n0, _MLCRo,
|
|
491
|
-
0,
|
|
492
|
-
[_CA],
|
|
493
|
-
[0]
|
|
494
|
-
];
|
|
495
|
-
var RemoveTagsFromResourceRequest$ = [3, n0, _RTFRR,
|
|
496
|
-
0,
|
|
497
|
-
[_RA, _TKL],
|
|
498
|
-
[0, 64 | 0], 2
|
|
499
|
-
];
|
|
500
|
-
var RemoveTagsFromResourceResponse$ = [3, n0, _RTFRRe,
|
|
501
|
-
0,
|
|
502
|
-
[_S],
|
|
503
|
-
[0], 1
|
|
504
|
-
];
|
|
505
|
-
var Tag$ = [3, n0, _T,
|
|
506
|
-
0,
|
|
507
|
-
[_K, _V],
|
|
508
|
-
[0, 0], 2
|
|
509
|
-
];
|
|
510
|
-
var CloudHSMServiceException$ = [-3, _sm, "CloudHSMServiceException", 0, [], []];
|
|
511
|
-
schema.TypeRegistry.for(_sm).registerError(CloudHSMServiceException$, CloudHSMServiceException);
|
|
512
|
-
var TagList = [1, n0, _TL,
|
|
513
|
-
0, () => Tag$
|
|
514
|
-
];
|
|
515
|
-
var AddTagsToResource$ = [9, n0, _ATTR,
|
|
516
|
-
0, () => AddTagsToResourceRequest$, () => AddTagsToResourceResponse$
|
|
517
|
-
];
|
|
518
|
-
var CreateHapg$ = [9, n0, _CH,
|
|
519
|
-
0, () => CreateHapgRequest$, () => CreateHapgResponse$
|
|
520
|
-
];
|
|
521
|
-
var CreateHsm$ = [9, n0, _CHr,
|
|
522
|
-
0, () => CreateHsmRequest$, () => CreateHsmResponse$
|
|
523
|
-
];
|
|
524
|
-
var CreateLunaClient$ = [9, n0, _CLC,
|
|
525
|
-
0, () => CreateLunaClientRequest$, () => CreateLunaClientResponse$
|
|
526
|
-
];
|
|
527
|
-
var DeleteHapg$ = [9, n0, _DH,
|
|
528
|
-
0, () => DeleteHapgRequest$, () => DeleteHapgResponse$
|
|
529
|
-
];
|
|
530
|
-
var DeleteHsm$ = [9, n0, _DHe,
|
|
531
|
-
0, () => DeleteHsmRequest$, () => DeleteHsmResponse$
|
|
532
|
-
];
|
|
533
|
-
var DeleteLunaClient$ = [9, n0, _DLC,
|
|
534
|
-
0, () => DeleteLunaClientRequest$, () => DeleteLunaClientResponse$
|
|
535
|
-
];
|
|
536
|
-
var DescribeHapg$ = [9, n0, _DHes,
|
|
537
|
-
0, () => DescribeHapgRequest$, () => DescribeHapgResponse$
|
|
538
|
-
];
|
|
539
|
-
var DescribeHsm$ = [9, n0, _DHesc,
|
|
540
|
-
0, () => DescribeHsmRequest$, () => DescribeHsmResponse$
|
|
541
|
-
];
|
|
542
|
-
var DescribeLunaClient$ = [9, n0, _DLCe,
|
|
543
|
-
0, () => DescribeLunaClientRequest$, () => DescribeLunaClientResponse$
|
|
544
|
-
];
|
|
545
|
-
var GetConfig$ = [9, n0, _GC,
|
|
546
|
-
0, () => GetConfigRequest$, () => GetConfigResponse$
|
|
547
|
-
];
|
|
548
|
-
var ListAvailableZones$ = [9, n0, _LAZ,
|
|
549
|
-
0, () => ListAvailableZonesRequest$, () => ListAvailableZonesResponse$
|
|
550
|
-
];
|
|
551
|
-
var ListHapgs$ = [9, n0, _LH,
|
|
552
|
-
0, () => ListHapgsRequest$, () => ListHapgsResponse$
|
|
553
|
-
];
|
|
554
|
-
var ListHsms$ = [9, n0, _LHi,
|
|
555
|
-
0, () => ListHsmsRequest$, () => ListHsmsResponse$
|
|
556
|
-
];
|
|
557
|
-
var ListLunaClients$ = [9, n0, _LLC,
|
|
558
|
-
0, () => ListLunaClientsRequest$, () => ListLunaClientsResponse$
|
|
559
|
-
];
|
|
560
|
-
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
561
|
-
0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
562
|
-
];
|
|
563
|
-
var ModifyHapg$ = [9, n0, _MH,
|
|
564
|
-
0, () => ModifyHapgRequest$, () => ModifyHapgResponse$
|
|
565
|
-
];
|
|
566
|
-
var ModifyHsm$ = [9, n0, _MHo,
|
|
567
|
-
0, () => ModifyHsmRequest$, () => ModifyHsmResponse$
|
|
568
|
-
];
|
|
569
|
-
var ModifyLunaClient$ = [9, n0, _MLC,
|
|
570
|
-
0, () => ModifyLunaClientRequest$, () => ModifyLunaClientResponse$
|
|
571
|
-
];
|
|
572
|
-
var RemoveTagsFromResource$ = [9, n0, _RTFR,
|
|
573
|
-
0, () => RemoveTagsFromResourceRequest$, () => RemoveTagsFromResourceResponse$
|
|
574
|
-
];
|
|
575
|
-
|
|
576
116
|
class AddTagsToResourceCommand extends smithyClient.Command
|
|
577
117
|
.classBuilder()
|
|
578
118
|
.ep(commonParams)
|
|
@@ -581,7 +121,7 @@ class AddTagsToResourceCommand extends smithyClient.Command
|
|
|
581
121
|
})
|
|
582
122
|
.s("CloudHsmFrontendService", "AddTagsToResource", {})
|
|
583
123
|
.n("CloudHSMClient", "AddTagsToResourceCommand")
|
|
584
|
-
.sc(AddTagsToResource$)
|
|
124
|
+
.sc(schemas_0.AddTagsToResource$)
|
|
585
125
|
.build() {
|
|
586
126
|
}
|
|
587
127
|
|
|
@@ -593,7 +133,7 @@ class CreateHapgCommand extends smithyClient.Command
|
|
|
593
133
|
})
|
|
594
134
|
.s("CloudHsmFrontendService", "CreateHapg", {})
|
|
595
135
|
.n("CloudHSMClient", "CreateHapgCommand")
|
|
596
|
-
.sc(CreateHapg$)
|
|
136
|
+
.sc(schemas_0.CreateHapg$)
|
|
597
137
|
.build() {
|
|
598
138
|
}
|
|
599
139
|
|
|
@@ -605,7 +145,7 @@ class CreateHsmCommand extends smithyClient.Command
|
|
|
605
145
|
})
|
|
606
146
|
.s("CloudHsmFrontendService", "CreateHsm", {})
|
|
607
147
|
.n("CloudHSMClient", "CreateHsmCommand")
|
|
608
|
-
.sc(CreateHsm$)
|
|
148
|
+
.sc(schemas_0.CreateHsm$)
|
|
609
149
|
.build() {
|
|
610
150
|
}
|
|
611
151
|
|
|
@@ -617,7 +157,7 @@ class CreateLunaClientCommand extends smithyClient.Command
|
|
|
617
157
|
})
|
|
618
158
|
.s("CloudHsmFrontendService", "CreateLunaClient", {})
|
|
619
159
|
.n("CloudHSMClient", "CreateLunaClientCommand")
|
|
620
|
-
.sc(CreateLunaClient$)
|
|
160
|
+
.sc(schemas_0.CreateLunaClient$)
|
|
621
161
|
.build() {
|
|
622
162
|
}
|
|
623
163
|
|
|
@@ -629,7 +169,7 @@ class DeleteHapgCommand extends smithyClient.Command
|
|
|
629
169
|
})
|
|
630
170
|
.s("CloudHsmFrontendService", "DeleteHapg", {})
|
|
631
171
|
.n("CloudHSMClient", "DeleteHapgCommand")
|
|
632
|
-
.sc(DeleteHapg$)
|
|
172
|
+
.sc(schemas_0.DeleteHapg$)
|
|
633
173
|
.build() {
|
|
634
174
|
}
|
|
635
175
|
|
|
@@ -641,7 +181,7 @@ class DeleteHsmCommand extends smithyClient.Command
|
|
|
641
181
|
})
|
|
642
182
|
.s("CloudHsmFrontendService", "DeleteHsm", {})
|
|
643
183
|
.n("CloudHSMClient", "DeleteHsmCommand")
|
|
644
|
-
.sc(DeleteHsm$)
|
|
184
|
+
.sc(schemas_0.DeleteHsm$)
|
|
645
185
|
.build() {
|
|
646
186
|
}
|
|
647
187
|
|
|
@@ -653,7 +193,7 @@ class DeleteLunaClientCommand extends smithyClient.Command
|
|
|
653
193
|
})
|
|
654
194
|
.s("CloudHsmFrontendService", "DeleteLunaClient", {})
|
|
655
195
|
.n("CloudHSMClient", "DeleteLunaClientCommand")
|
|
656
|
-
.sc(DeleteLunaClient$)
|
|
196
|
+
.sc(schemas_0.DeleteLunaClient$)
|
|
657
197
|
.build() {
|
|
658
198
|
}
|
|
659
199
|
|
|
@@ -665,7 +205,7 @@ class DescribeHapgCommand extends smithyClient.Command
|
|
|
665
205
|
})
|
|
666
206
|
.s("CloudHsmFrontendService", "DescribeHapg", {})
|
|
667
207
|
.n("CloudHSMClient", "DescribeHapgCommand")
|
|
668
|
-
.sc(DescribeHapg$)
|
|
208
|
+
.sc(schemas_0.DescribeHapg$)
|
|
669
209
|
.build() {
|
|
670
210
|
}
|
|
671
211
|
|
|
@@ -677,7 +217,7 @@ class DescribeHsmCommand extends smithyClient.Command
|
|
|
677
217
|
})
|
|
678
218
|
.s("CloudHsmFrontendService", "DescribeHsm", {})
|
|
679
219
|
.n("CloudHSMClient", "DescribeHsmCommand")
|
|
680
|
-
.sc(DescribeHsm$)
|
|
220
|
+
.sc(schemas_0.DescribeHsm$)
|
|
681
221
|
.build() {
|
|
682
222
|
}
|
|
683
223
|
|
|
@@ -689,7 +229,7 @@ class DescribeLunaClientCommand extends smithyClient.Command
|
|
|
689
229
|
})
|
|
690
230
|
.s("CloudHsmFrontendService", "DescribeLunaClient", {})
|
|
691
231
|
.n("CloudHSMClient", "DescribeLunaClientCommand")
|
|
692
|
-
.sc(DescribeLunaClient$)
|
|
232
|
+
.sc(schemas_0.DescribeLunaClient$)
|
|
693
233
|
.build() {
|
|
694
234
|
}
|
|
695
235
|
|
|
@@ -701,7 +241,7 @@ class GetConfigCommand extends smithyClient.Command
|
|
|
701
241
|
})
|
|
702
242
|
.s("CloudHsmFrontendService", "GetConfig", {})
|
|
703
243
|
.n("CloudHSMClient", "GetConfigCommand")
|
|
704
|
-
.sc(GetConfig$)
|
|
244
|
+
.sc(schemas_0.GetConfig$)
|
|
705
245
|
.build() {
|
|
706
246
|
}
|
|
707
247
|
|
|
@@ -713,7 +253,7 @@ class ListAvailableZonesCommand extends smithyClient.Command
|
|
|
713
253
|
})
|
|
714
254
|
.s("CloudHsmFrontendService", "ListAvailableZones", {})
|
|
715
255
|
.n("CloudHSMClient", "ListAvailableZonesCommand")
|
|
716
|
-
.sc(ListAvailableZones$)
|
|
256
|
+
.sc(schemas_0.ListAvailableZones$)
|
|
717
257
|
.build() {
|
|
718
258
|
}
|
|
719
259
|
|
|
@@ -725,7 +265,7 @@ class ListHapgsCommand extends smithyClient.Command
|
|
|
725
265
|
})
|
|
726
266
|
.s("CloudHsmFrontendService", "ListHapgs", {})
|
|
727
267
|
.n("CloudHSMClient", "ListHapgsCommand")
|
|
728
|
-
.sc(ListHapgs$)
|
|
268
|
+
.sc(schemas_0.ListHapgs$)
|
|
729
269
|
.build() {
|
|
730
270
|
}
|
|
731
271
|
|
|
@@ -737,7 +277,7 @@ class ListHsmsCommand extends smithyClient.Command
|
|
|
737
277
|
})
|
|
738
278
|
.s("CloudHsmFrontendService", "ListHsms", {})
|
|
739
279
|
.n("CloudHSMClient", "ListHsmsCommand")
|
|
740
|
-
.sc(ListHsms$)
|
|
280
|
+
.sc(schemas_0.ListHsms$)
|
|
741
281
|
.build() {
|
|
742
282
|
}
|
|
743
283
|
|
|
@@ -749,7 +289,7 @@ class ListLunaClientsCommand extends smithyClient.Command
|
|
|
749
289
|
})
|
|
750
290
|
.s("CloudHsmFrontendService", "ListLunaClients", {})
|
|
751
291
|
.n("CloudHSMClient", "ListLunaClientsCommand")
|
|
752
|
-
.sc(ListLunaClients$)
|
|
292
|
+
.sc(schemas_0.ListLunaClients$)
|
|
753
293
|
.build() {
|
|
754
294
|
}
|
|
755
295
|
|
|
@@ -761,7 +301,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
761
301
|
})
|
|
762
302
|
.s("CloudHsmFrontendService", "ListTagsForResource", {})
|
|
763
303
|
.n("CloudHSMClient", "ListTagsForResourceCommand")
|
|
764
|
-
.sc(ListTagsForResource$)
|
|
304
|
+
.sc(schemas_0.ListTagsForResource$)
|
|
765
305
|
.build() {
|
|
766
306
|
}
|
|
767
307
|
|
|
@@ -773,7 +313,7 @@ class ModifyHapgCommand extends smithyClient.Command
|
|
|
773
313
|
})
|
|
774
314
|
.s("CloudHsmFrontendService", "ModifyHapg", {})
|
|
775
315
|
.n("CloudHSMClient", "ModifyHapgCommand")
|
|
776
|
-
.sc(ModifyHapg$)
|
|
316
|
+
.sc(schemas_0.ModifyHapg$)
|
|
777
317
|
.build() {
|
|
778
318
|
}
|
|
779
319
|
|
|
@@ -785,7 +325,7 @@ class ModifyHsmCommand extends smithyClient.Command
|
|
|
785
325
|
})
|
|
786
326
|
.s("CloudHsmFrontendService", "ModifyHsm", {})
|
|
787
327
|
.n("CloudHSMClient", "ModifyHsmCommand")
|
|
788
|
-
.sc(ModifyHsm$)
|
|
328
|
+
.sc(schemas_0.ModifyHsm$)
|
|
789
329
|
.build() {
|
|
790
330
|
}
|
|
791
331
|
|
|
@@ -797,7 +337,7 @@ class ModifyLunaClientCommand extends smithyClient.Command
|
|
|
797
337
|
})
|
|
798
338
|
.s("CloudHsmFrontendService", "ModifyLunaClient", {})
|
|
799
339
|
.n("CloudHSMClient", "ModifyLunaClientCommand")
|
|
800
|
-
.sc(ModifyLunaClient$)
|
|
340
|
+
.sc(schemas_0.ModifyLunaClient$)
|
|
801
341
|
.build() {
|
|
802
342
|
}
|
|
803
343
|
|
|
@@ -809,7 +349,7 @@ class RemoveTagsFromResourceCommand extends smithyClient.Command
|
|
|
809
349
|
})
|
|
810
350
|
.s("CloudHsmFrontendService", "RemoveTagsFromResource", {})
|
|
811
351
|
.n("CloudHSMClient", "RemoveTagsFromResourceCommand")
|
|
812
|
-
.sc(RemoveTagsFromResource$)
|
|
352
|
+
.sc(schemas_0.RemoveTagsFromResource$)
|
|
813
353
|
.build() {
|
|
814
354
|
}
|
|
815
355
|
|
|
@@ -869,98 +409,45 @@ Object.defineProperty(exports, "__Client", {
|
|
|
869
409
|
enumerable: true,
|
|
870
410
|
get: function () { return smithyClient.Client; }
|
|
871
411
|
});
|
|
872
|
-
exports
|
|
412
|
+
Object.defineProperty(exports, "CloudHSMServiceException", {
|
|
413
|
+
enumerable: true,
|
|
414
|
+
get: function () { return CloudHSMServiceException.CloudHSMServiceException; }
|
|
415
|
+
});
|
|
873
416
|
exports.AddTagsToResourceCommand = AddTagsToResourceCommand;
|
|
874
|
-
exports.AddTagsToResourceRequest$ = AddTagsToResourceRequest$;
|
|
875
|
-
exports.AddTagsToResourceResponse$ = AddTagsToResourceResponse$;
|
|
876
417
|
exports.ClientVersion = ClientVersion;
|
|
877
418
|
exports.CloudHSM = CloudHSM;
|
|
878
419
|
exports.CloudHSMClient = CloudHSMClient;
|
|
879
|
-
exports.CloudHSMServiceException = CloudHSMServiceException;
|
|
880
|
-
exports.CloudHSMServiceException$ = CloudHSMServiceException$;
|
|
881
|
-
exports.CloudHsmInternalException = CloudHsmInternalException;
|
|
882
|
-
exports.CloudHsmInternalException$ = CloudHsmInternalException$;
|
|
883
420
|
exports.CloudHsmObjectState = CloudHsmObjectState;
|
|
884
|
-
exports.CloudHsmServiceException = CloudHsmServiceException;
|
|
885
|
-
exports.CloudHsmServiceException$ = CloudHsmServiceException$;
|
|
886
|
-
exports.CreateHapg$ = CreateHapg$;
|
|
887
421
|
exports.CreateHapgCommand = CreateHapgCommand;
|
|
888
|
-
exports.CreateHapgRequest$ = CreateHapgRequest$;
|
|
889
|
-
exports.CreateHapgResponse$ = CreateHapgResponse$;
|
|
890
|
-
exports.CreateHsm$ = CreateHsm$;
|
|
891
422
|
exports.CreateHsmCommand = CreateHsmCommand;
|
|
892
|
-
exports.CreateHsmRequest$ = CreateHsmRequest$;
|
|
893
|
-
exports.CreateHsmResponse$ = CreateHsmResponse$;
|
|
894
|
-
exports.CreateLunaClient$ = CreateLunaClient$;
|
|
895
423
|
exports.CreateLunaClientCommand = CreateLunaClientCommand;
|
|
896
|
-
exports.CreateLunaClientRequest$ = CreateLunaClientRequest$;
|
|
897
|
-
exports.CreateLunaClientResponse$ = CreateLunaClientResponse$;
|
|
898
|
-
exports.DeleteHapg$ = DeleteHapg$;
|
|
899
424
|
exports.DeleteHapgCommand = DeleteHapgCommand;
|
|
900
|
-
exports.DeleteHapgRequest$ = DeleteHapgRequest$;
|
|
901
|
-
exports.DeleteHapgResponse$ = DeleteHapgResponse$;
|
|
902
|
-
exports.DeleteHsm$ = DeleteHsm$;
|
|
903
425
|
exports.DeleteHsmCommand = DeleteHsmCommand;
|
|
904
|
-
exports.DeleteHsmRequest$ = DeleteHsmRequest$;
|
|
905
|
-
exports.DeleteHsmResponse$ = DeleteHsmResponse$;
|
|
906
|
-
exports.DeleteLunaClient$ = DeleteLunaClient$;
|
|
907
426
|
exports.DeleteLunaClientCommand = DeleteLunaClientCommand;
|
|
908
|
-
exports.DeleteLunaClientRequest$ = DeleteLunaClientRequest$;
|
|
909
|
-
exports.DeleteLunaClientResponse$ = DeleteLunaClientResponse$;
|
|
910
|
-
exports.DescribeHapg$ = DescribeHapg$;
|
|
911
427
|
exports.DescribeHapgCommand = DescribeHapgCommand;
|
|
912
|
-
exports.DescribeHapgRequest$ = DescribeHapgRequest$;
|
|
913
|
-
exports.DescribeHapgResponse$ = DescribeHapgResponse$;
|
|
914
|
-
exports.DescribeHsm$ = DescribeHsm$;
|
|
915
428
|
exports.DescribeHsmCommand = DescribeHsmCommand;
|
|
916
|
-
exports.DescribeHsmRequest$ = DescribeHsmRequest$;
|
|
917
|
-
exports.DescribeHsmResponse$ = DescribeHsmResponse$;
|
|
918
|
-
exports.DescribeLunaClient$ = DescribeLunaClient$;
|
|
919
429
|
exports.DescribeLunaClientCommand = DescribeLunaClientCommand;
|
|
920
|
-
exports.DescribeLunaClientRequest$ = DescribeLunaClientRequest$;
|
|
921
|
-
exports.DescribeLunaClientResponse$ = DescribeLunaClientResponse$;
|
|
922
|
-
exports.GetConfig$ = GetConfig$;
|
|
923
430
|
exports.GetConfigCommand = GetConfigCommand;
|
|
924
|
-
exports.GetConfigRequest$ = GetConfigRequest$;
|
|
925
|
-
exports.GetConfigResponse$ = GetConfigResponse$;
|
|
926
431
|
exports.HsmStatus = HsmStatus;
|
|
927
|
-
exports.InvalidRequestException = InvalidRequestException;
|
|
928
|
-
exports.InvalidRequestException$ = InvalidRequestException$;
|
|
929
|
-
exports.ListAvailableZones$ = ListAvailableZones$;
|
|
930
432
|
exports.ListAvailableZonesCommand = ListAvailableZonesCommand;
|
|
931
|
-
exports.ListAvailableZonesRequest$ = ListAvailableZonesRequest$;
|
|
932
|
-
exports.ListAvailableZonesResponse$ = ListAvailableZonesResponse$;
|
|
933
|
-
exports.ListHapgs$ = ListHapgs$;
|
|
934
433
|
exports.ListHapgsCommand = ListHapgsCommand;
|
|
935
|
-
exports.ListHapgsRequest$ = ListHapgsRequest$;
|
|
936
|
-
exports.ListHapgsResponse$ = ListHapgsResponse$;
|
|
937
|
-
exports.ListHsms$ = ListHsms$;
|
|
938
434
|
exports.ListHsmsCommand = ListHsmsCommand;
|
|
939
|
-
exports.ListHsmsRequest$ = ListHsmsRequest$;
|
|
940
|
-
exports.ListHsmsResponse$ = ListHsmsResponse$;
|
|
941
|
-
exports.ListLunaClients$ = ListLunaClients$;
|
|
942
435
|
exports.ListLunaClientsCommand = ListLunaClientsCommand;
|
|
943
|
-
exports.ListLunaClientsRequest$ = ListLunaClientsRequest$;
|
|
944
|
-
exports.ListLunaClientsResponse$ = ListLunaClientsResponse$;
|
|
945
|
-
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
946
436
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
947
|
-
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
948
|
-
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
949
|
-
exports.ModifyHapg$ = ModifyHapg$;
|
|
950
437
|
exports.ModifyHapgCommand = ModifyHapgCommand;
|
|
951
|
-
exports.ModifyHapgRequest$ = ModifyHapgRequest$;
|
|
952
|
-
exports.ModifyHapgResponse$ = ModifyHapgResponse$;
|
|
953
|
-
exports.ModifyHsm$ = ModifyHsm$;
|
|
954
438
|
exports.ModifyHsmCommand = ModifyHsmCommand;
|
|
955
|
-
exports.ModifyHsmRequest$ = ModifyHsmRequest$;
|
|
956
|
-
exports.ModifyHsmResponse$ = ModifyHsmResponse$;
|
|
957
|
-
exports.ModifyLunaClient$ = ModifyLunaClient$;
|
|
958
439
|
exports.ModifyLunaClientCommand = ModifyLunaClientCommand;
|
|
959
|
-
exports.ModifyLunaClientRequest$ = ModifyLunaClientRequest$;
|
|
960
|
-
exports.ModifyLunaClientResponse$ = ModifyLunaClientResponse$;
|
|
961
|
-
exports.RemoveTagsFromResource$ = RemoveTagsFromResource$;
|
|
962
440
|
exports.RemoveTagsFromResourceCommand = RemoveTagsFromResourceCommand;
|
|
963
|
-
exports.RemoveTagsFromResourceRequest$ = RemoveTagsFromResourceRequest$;
|
|
964
|
-
exports.RemoveTagsFromResourceResponse$ = RemoveTagsFromResourceResponse$;
|
|
965
441
|
exports.SubscriptionType = SubscriptionType;
|
|
966
|
-
|
|
442
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
443
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
444
|
+
enumerable: true,
|
|
445
|
+
get: function () { return schemas_0[k]; }
|
|
446
|
+
});
|
|
447
|
+
});
|
|
448
|
+
Object.keys(errors).forEach(function (k) {
|
|
449
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
450
|
+
enumerable: true,
|
|
451
|
+
get: function () { return errors[k]; }
|
|
452
|
+
});
|
|
453
|
+
});
|