@aws-sdk/client-snowball 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 +128 -148
- package/dist-cjs/models/SnowballServiceException.js +4 -8
- package/dist-cjs/models/errors.js +23 -37
- 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 +270 -177
- package/package.json +8 -8
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetJobUnlockCodeRequest$ = exports.GetJobManifestResult$ = exports.GetJobManifestRequest$ = exports.EventTriggerDefinition$ = exports.EKSOnDeviceServiceConfiguration$ = exports.Ec2AmiResource$ = exports.DeviceConfiguration$ = exports.DescribeReturnShippingLabelResult$ = exports.DescribeReturnShippingLabelRequest$ = exports.DescribeJobResult$ = exports.DescribeJobRequest$ = exports.DescribeClusterResult$ = exports.DescribeClusterRequest$ = exports.DescribeAddressResult$ = exports.DescribeAddressRequest$ = exports.DescribeAddressesResult$ = exports.DescribeAddressesRequest$ = exports.DependentService$ = exports.DataTransfer$ = exports.CreateReturnShippingLabelResult$ = exports.CreateReturnShippingLabelRequest$ = exports.CreateLongTermPricingResult$ = exports.CreateLongTermPricingRequest$ = exports.CreateJobResult$ = exports.CreateJobRequest$ = exports.CreateClusterResult$ = exports.CreateClusterRequest$ = exports.CreateAddressResult$ = exports.CreateAddressRequest$ = exports.CompatibleImage$ = exports.ClusterMetadata$ = exports.ClusterListEntry$ = exports.CancelJobResult$ = exports.CancelJobRequest$ = exports.CancelClusterResult$ = exports.CancelClusterRequest$ = exports.Address$ = exports.errorTypeRegistries = exports.UnsupportedAddressException$ = exports.ReturnShippingLabelAlreadyExistsException$ = exports.KMSRequestFailedException$ = exports.InvalidResourceException$ = exports.InvalidNextTokenException$ = exports.InvalidJobStateException$ = exports.InvalidInputCombinationException$ = exports.InvalidAddressException$ = exports.Ec2RequestFailedException$ = exports.ConflictException$ = exports.ClusterLimitExceededException$ = exports.SnowballServiceException$ = void 0;
|
|
4
|
-
exports.CancelCluster$ = exports.WirelessConnection$ = exports.UpdateLongTermPricingResult$ = exports.UpdateLongTermPricingRequest$ = exports.UpdateJobShipmentStateResult$ = exports.UpdateJobShipmentStateRequest$ = exports.UpdateJobResult$ = exports.UpdateJobRequest$ = exports.UpdateClusterResult$ = exports.UpdateClusterRequest$ = exports.TGWOnDeviceServiceConfiguration$ = exports.TaxDocuments$ = exports.TargetOnDeviceService$ = exports.SnowconeDeviceConfiguration$ = exports.ShippingDetails$ = exports.Shipment$ = exports.ServiceVersion$ = exports.S3Resource$ = exports.S3OnDeviceServiceConfiguration$ = exports.PickupDetails$ = exports.OnDeviceServiceConfiguration$ = exports.Notification$ = exports.NFSOnDeviceServiceConfiguration$ = exports.LongTermPricingListEntry$ = exports.ListServiceVersionsResult$ = exports.ListServiceVersionsRequest$ = exports.ListPickupLocationsResult$ = exports.ListPickupLocationsRequest$ = exports.ListLongTermPricingResult$ = exports.ListLongTermPricingRequest$ = exports.ListJobsResult$ = exports.ListJobsRequest$ = exports.ListCompatibleImagesResult$ = exports.ListCompatibleImagesRequest$ = exports.ListClustersResult$ = exports.ListClustersRequest$ = exports.ListClusterJobsResult$ = exports.ListClusterJobsRequest$ = exports.LambdaResource$ = exports.KeyRange$ = exports.JobResource$ = exports.JobMetadata$ = exports.JobLogs$ = exports.JobListEntry$ = exports.INDTaxDocuments$ = exports.GetSoftwareUpdatesResult$ = exports.GetSoftwareUpdatesRequest$ = exports.GetSnowballUsageResult$ = exports.GetSnowballUsageRequest$ = exports.GetJobUnlockCodeResult$ = void 0;
|
|
5
|
-
exports.UpdateLongTermPricing$ = exports.UpdateJobShipmentState$ = exports.UpdateJob$ = exports.UpdateCluster$ = exports.ListServiceVersions$ = exports.ListPickupLocations$ = exports.ListLongTermPricing$ = exports.ListJobs$ = exports.ListCompatibleImages$ = exports.ListClusters$ = exports.ListClusterJobs$ = exports.GetSoftwareUpdates$ = exports.GetSnowballUsage$ = exports.GetJobUnlockCode$ = exports.GetJobManifest$ = exports.DescribeReturnShippingLabel$ = exports.DescribeJob$ = exports.DescribeCluster$ = exports.DescribeAddresses$ = exports.DescribeAddress$ = exports.CreateReturnShippingLabel$ = exports.CreateLongTermPricing$ = exports.CreateJob$ = exports.CreateCluster$ = exports.CreateAddress$ = exports.CancelJob$ = void 0;
|
|
6
1
|
const _A = "Address";
|
|
7
2
|
const _AI = "AddressId";
|
|
8
3
|
const _AIm = "AmiId";
|
|
@@ -260,636 +255,734 @@ const _c = "client";
|
|
|
260
255
|
const _e = "error";
|
|
261
256
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.snowball";
|
|
262
257
|
const n0 = "com.amazonaws.snowball";
|
|
263
|
-
const
|
|
264
|
-
const
|
|
265
|
-
const
|
|
266
|
-
const _s_registry =
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
258
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
259
|
+
const { ClusterLimitExceededException, ConflictException, Ec2RequestFailedException, InvalidAddressException, InvalidInputCombinationException, InvalidJobStateException, InvalidNextTokenException, InvalidResourceException, KMSRequestFailedException, ReturnShippingLabelAlreadyExistsException, UnsupportedAddressException } = require("../models/errors");
|
|
260
|
+
const { SnowballServiceException } = require("../models/SnowballServiceException");
|
|
261
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
262
|
+
const SnowballServiceException$ = [-3, _s, "SnowballServiceException", 0, [], []];
|
|
263
|
+
exports.SnowballServiceException$ = SnowballServiceException$;
|
|
264
|
+
_s_registry.registerError(SnowballServiceException$, SnowballServiceException);
|
|
265
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
266
|
+
const ClusterLimitExceededException$ = [-3, n0, _CLEE,
|
|
271
267
|
{ [_e]: _c },
|
|
272
268
|
[_M],
|
|
273
269
|
[0]
|
|
274
270
|
];
|
|
275
|
-
|
|
276
|
-
|
|
271
|
+
exports.ClusterLimitExceededException$ = ClusterLimitExceededException$;
|
|
272
|
+
n0_registry.registerError(ClusterLimitExceededException$, ClusterLimitExceededException);
|
|
273
|
+
const ConflictException$ = [-3, n0, _CE,
|
|
277
274
|
{ [_e]: _c },
|
|
278
275
|
[_CR, _M],
|
|
279
276
|
[0, 0]
|
|
280
277
|
];
|
|
281
|
-
|
|
282
|
-
|
|
278
|
+
exports.ConflictException$ = ConflictException$;
|
|
279
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
280
|
+
const Ec2RequestFailedException$ = [-3, n0, _ERFE,
|
|
283
281
|
{ [_e]: _c },
|
|
284
282
|
[_M],
|
|
285
283
|
[0]
|
|
286
284
|
];
|
|
287
|
-
|
|
288
|
-
|
|
285
|
+
exports.Ec2RequestFailedException$ = Ec2RequestFailedException$;
|
|
286
|
+
n0_registry.registerError(Ec2RequestFailedException$, Ec2RequestFailedException);
|
|
287
|
+
const InvalidAddressException$ = [-3, n0, _IAE,
|
|
289
288
|
{ [_e]: _c },
|
|
290
289
|
[_M],
|
|
291
290
|
[0]
|
|
292
291
|
];
|
|
293
|
-
|
|
294
|
-
|
|
292
|
+
exports.InvalidAddressException$ = InvalidAddressException$;
|
|
293
|
+
n0_registry.registerError(InvalidAddressException$, InvalidAddressException);
|
|
294
|
+
const InvalidInputCombinationException$ = [-3, n0, _IICE,
|
|
295
295
|
{ [_e]: _c },
|
|
296
296
|
[_M],
|
|
297
297
|
[0]
|
|
298
298
|
];
|
|
299
|
-
|
|
300
|
-
|
|
299
|
+
exports.InvalidInputCombinationException$ = InvalidInputCombinationException$;
|
|
300
|
+
n0_registry.registerError(InvalidInputCombinationException$, InvalidInputCombinationException);
|
|
301
|
+
const InvalidJobStateException$ = [-3, n0, _IJSE,
|
|
301
302
|
{ [_e]: _c },
|
|
302
303
|
[_M],
|
|
303
304
|
[0]
|
|
304
305
|
];
|
|
305
|
-
|
|
306
|
-
|
|
306
|
+
exports.InvalidJobStateException$ = InvalidJobStateException$;
|
|
307
|
+
n0_registry.registerError(InvalidJobStateException$, InvalidJobStateException);
|
|
308
|
+
const InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
307
309
|
{ [_e]: _c },
|
|
308
310
|
[_M],
|
|
309
311
|
[0]
|
|
310
312
|
];
|
|
311
|
-
|
|
312
|
-
|
|
313
|
+
exports.InvalidNextTokenException$ = InvalidNextTokenException$;
|
|
314
|
+
n0_registry.registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
315
|
+
const InvalidResourceException$ = [-3, n0, _IRE,
|
|
313
316
|
{ [_e]: _c },
|
|
314
317
|
[_M, _RT],
|
|
315
318
|
[0, 0]
|
|
316
319
|
];
|
|
317
|
-
|
|
318
|
-
|
|
320
|
+
exports.InvalidResourceException$ = InvalidResourceException$;
|
|
321
|
+
n0_registry.registerError(InvalidResourceException$, InvalidResourceException);
|
|
322
|
+
const KMSRequestFailedException$ = [-3, n0, _KMSRFE,
|
|
319
323
|
{ [_e]: _c },
|
|
320
324
|
[_M],
|
|
321
325
|
[0]
|
|
322
326
|
];
|
|
323
|
-
|
|
324
|
-
|
|
327
|
+
exports.KMSRequestFailedException$ = KMSRequestFailedException$;
|
|
328
|
+
n0_registry.registerError(KMSRequestFailedException$, KMSRequestFailedException);
|
|
329
|
+
const ReturnShippingLabelAlreadyExistsException$ = [-3, n0, _RSLAEE,
|
|
325
330
|
{ [_e]: _c },
|
|
326
331
|
[_M],
|
|
327
332
|
[0]
|
|
328
333
|
];
|
|
329
|
-
|
|
330
|
-
|
|
334
|
+
exports.ReturnShippingLabelAlreadyExistsException$ = ReturnShippingLabelAlreadyExistsException$;
|
|
335
|
+
n0_registry.registerError(ReturnShippingLabelAlreadyExistsException$, ReturnShippingLabelAlreadyExistsException);
|
|
336
|
+
const UnsupportedAddressException$ = [-3, n0, _UAE,
|
|
331
337
|
{ [_e]: _c },
|
|
332
338
|
[_M],
|
|
333
339
|
[0]
|
|
334
340
|
];
|
|
335
|
-
|
|
341
|
+
exports.UnsupportedAddressException$ = UnsupportedAddressException$;
|
|
342
|
+
n0_registry.registerError(UnsupportedAddressException$, UnsupportedAddressException);
|
|
336
343
|
exports.errorTypeRegistries = [
|
|
337
344
|
_s_registry,
|
|
338
345
|
n0_registry,
|
|
339
346
|
];
|
|
340
347
|
var Email = [0, n0, _E, 8, 0];
|
|
341
348
|
var PhoneNumber = [0, n0, _PN, 8, 0];
|
|
342
|
-
|
|
349
|
+
const Address$ = [3, n0, _A,
|
|
343
350
|
0,
|
|
344
351
|
[_AI, _N, _C, _S, _St, _Str, _Ci, _SOP, _POD, _L, _Co, _PC, _PN, _IR, _T],
|
|
345
352
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0]
|
|
346
353
|
];
|
|
347
|
-
exports.
|
|
354
|
+
exports.Address$ = Address$;
|
|
355
|
+
const CancelClusterRequest$ = [3, n0, _CCR,
|
|
348
356
|
0,
|
|
349
357
|
[_CI],
|
|
350
358
|
[0], 1
|
|
351
359
|
];
|
|
352
|
-
exports.
|
|
360
|
+
exports.CancelClusterRequest$ = CancelClusterRequest$;
|
|
361
|
+
const CancelClusterResult$ = [3, n0, _CCRa,
|
|
353
362
|
0,
|
|
354
363
|
[],
|
|
355
364
|
[]
|
|
356
365
|
];
|
|
357
|
-
exports.
|
|
366
|
+
exports.CancelClusterResult$ = CancelClusterResult$;
|
|
367
|
+
const CancelJobRequest$ = [3, n0, _CJR,
|
|
358
368
|
0,
|
|
359
369
|
[_JI],
|
|
360
370
|
[0], 1
|
|
361
371
|
];
|
|
362
|
-
exports.
|
|
372
|
+
exports.CancelJobRequest$ = CancelJobRequest$;
|
|
373
|
+
const CancelJobResult$ = [3, n0, _CJRa,
|
|
363
374
|
0,
|
|
364
375
|
[],
|
|
365
376
|
[]
|
|
366
377
|
];
|
|
367
|
-
exports.
|
|
378
|
+
exports.CancelJobResult$ = CancelJobResult$;
|
|
379
|
+
const ClusterListEntry$ = [3, n0, _CLE,
|
|
368
380
|
0,
|
|
369
381
|
[_CI, _CS, _CD, _D],
|
|
370
382
|
[0, 0, 4, 0]
|
|
371
383
|
];
|
|
372
|
-
exports.
|
|
384
|
+
exports.ClusterListEntry$ = ClusterListEntry$;
|
|
385
|
+
const ClusterMetadata$ = [3, n0, _CM,
|
|
373
386
|
0,
|
|
374
387
|
[_CI, _D, _KKARN, _RARN, _CS, _JT, _ST, _CD, _R, _AI, _SO, _No, _FAI, _TD, _ODSC],
|
|
375
|
-
[0, 0, 0, 0, 0, 0, 0, 4, () =>
|
|
388
|
+
[0, 0, 0, 0, 0, 0, 0, 4, () => JobResource$, 0, 0, () => Notification$, 0, () => TaxDocuments$, () => OnDeviceServiceConfiguration$]
|
|
376
389
|
];
|
|
377
|
-
exports.
|
|
390
|
+
exports.ClusterMetadata$ = ClusterMetadata$;
|
|
391
|
+
const CompatibleImage$ = [3, n0, _CIo,
|
|
378
392
|
0,
|
|
379
393
|
[_AIm, _N],
|
|
380
394
|
[0, 0]
|
|
381
395
|
];
|
|
382
|
-
exports.
|
|
396
|
+
exports.CompatibleImage$ = CompatibleImage$;
|
|
397
|
+
const CreateAddressRequest$ = [3, n0, _CAR,
|
|
383
398
|
0,
|
|
384
399
|
[_A],
|
|
385
|
-
[() =>
|
|
400
|
+
[() => Address$], 1
|
|
386
401
|
];
|
|
387
|
-
exports.
|
|
402
|
+
exports.CreateAddressRequest$ = CreateAddressRequest$;
|
|
403
|
+
const CreateAddressResult$ = [3, n0, _CARr,
|
|
388
404
|
0,
|
|
389
405
|
[_AI],
|
|
390
406
|
[0]
|
|
391
407
|
];
|
|
392
|
-
exports.
|
|
408
|
+
exports.CreateAddressResult$ = CreateAddressResult$;
|
|
409
|
+
const CreateClusterRequest$ = [3, n0, _CCRr,
|
|
393
410
|
0,
|
|
394
411
|
[_JT, _AI, _ST, _SO, _R, _ODSC, _D, _KKARN, _RARN, _No, _FAI, _TD, _RM, _ICS, _FCJ, _LTPI, _SCP],
|
|
395
|
-
[0, 0, 0, 0, () =>
|
|
412
|
+
[0, 0, 0, 0, () => JobResource$, () => OnDeviceServiceConfiguration$, 0, 0, 0, () => Notification$, 0, () => TaxDocuments$, 0, 1, 2, 64 | 0, 0], 4
|
|
396
413
|
];
|
|
397
|
-
exports.
|
|
414
|
+
exports.CreateClusterRequest$ = CreateClusterRequest$;
|
|
415
|
+
const CreateClusterResult$ = [3, n0, _CCRre,
|
|
398
416
|
0,
|
|
399
417
|
[_CI, _JLE],
|
|
400
418
|
[0, () => JobListEntryList]
|
|
401
419
|
];
|
|
402
|
-
exports.
|
|
420
|
+
exports.CreateClusterResult$ = CreateClusterResult$;
|
|
421
|
+
const CreateJobRequest$ = [3, n0, _CJRr,
|
|
403
422
|
0,
|
|
404
423
|
[_JT, _R, _ODSC, _D, _AI, _KKARN, _RARN, _SCP, _SO, _No, _CI, _ST, _FAI, _TD, _DC, _RM, _LTPIo, _IL, _PD],
|
|
405
|
-
[0, () =>
|
|
424
|
+
[0, () => JobResource$, () => OnDeviceServiceConfiguration$, 0, 0, 0, 0, 0, 0, () => Notification$, 0, 0, 0, () => TaxDocuments$, () => DeviceConfiguration$, 0, 0, 0, [() => PickupDetails$, 0]]
|
|
406
425
|
];
|
|
407
|
-
exports.
|
|
426
|
+
exports.CreateJobRequest$ = CreateJobRequest$;
|
|
427
|
+
const CreateJobResult$ = [3, n0, _CJRre,
|
|
408
428
|
0,
|
|
409
429
|
[_JI],
|
|
410
430
|
[0]
|
|
411
431
|
];
|
|
412
|
-
exports.
|
|
432
|
+
exports.CreateJobResult$ = CreateJobResult$;
|
|
433
|
+
const CreateLongTermPricingRequest$ = [3, n0, _CLTPR,
|
|
413
434
|
0,
|
|
414
435
|
[_LTPT, _ST, _ILTPAR],
|
|
415
436
|
[0, 0, 2], 2
|
|
416
437
|
];
|
|
417
|
-
exports.
|
|
438
|
+
exports.CreateLongTermPricingRequest$ = CreateLongTermPricingRequest$;
|
|
439
|
+
const CreateLongTermPricingResult$ = [3, n0, _CLTPRr,
|
|
418
440
|
0,
|
|
419
441
|
[_LTPIo],
|
|
420
442
|
[0]
|
|
421
443
|
];
|
|
422
|
-
exports.
|
|
444
|
+
exports.CreateLongTermPricingResult$ = CreateLongTermPricingResult$;
|
|
445
|
+
const CreateReturnShippingLabelRequest$ = [3, n0, _CRSLR,
|
|
423
446
|
0,
|
|
424
447
|
[_JI, _SO],
|
|
425
448
|
[0, 0], 1
|
|
426
449
|
];
|
|
427
|
-
exports.
|
|
450
|
+
exports.CreateReturnShippingLabelRequest$ = CreateReturnShippingLabelRequest$;
|
|
451
|
+
const CreateReturnShippingLabelResult$ = [3, n0, _CRSLRr,
|
|
428
452
|
0,
|
|
429
453
|
[_Sta],
|
|
430
454
|
[0]
|
|
431
455
|
];
|
|
432
|
-
exports.
|
|
456
|
+
exports.CreateReturnShippingLabelResult$ = CreateReturnShippingLabelResult$;
|
|
457
|
+
const DataTransfer$ = [3, n0, _DT,
|
|
433
458
|
0,
|
|
434
459
|
[_BT, _OT, _TB, _TO],
|
|
435
460
|
[1, 1, 1, 1]
|
|
436
461
|
];
|
|
437
|
-
exports.
|
|
462
|
+
exports.DataTransfer$ = DataTransfer$;
|
|
463
|
+
const DependentService$ = [3, n0, _DS,
|
|
438
464
|
0,
|
|
439
465
|
[_SN, _SV],
|
|
440
|
-
[0, () =>
|
|
466
|
+
[0, () => ServiceVersion$]
|
|
441
467
|
];
|
|
442
|
-
exports.
|
|
468
|
+
exports.DependentService$ = DependentService$;
|
|
469
|
+
const DescribeAddressesRequest$ = [3, n0, _DAR,
|
|
443
470
|
0,
|
|
444
471
|
[_MR, _NT],
|
|
445
472
|
[1, 0]
|
|
446
473
|
];
|
|
447
|
-
exports.
|
|
474
|
+
exports.DescribeAddressesRequest$ = DescribeAddressesRequest$;
|
|
475
|
+
const DescribeAddressesResult$ = [3, n0, _DARe,
|
|
448
476
|
0,
|
|
449
477
|
[_Ad, _NT],
|
|
450
478
|
[() => AddressList, 0]
|
|
451
479
|
];
|
|
452
|
-
exports.
|
|
480
|
+
exports.DescribeAddressesResult$ = DescribeAddressesResult$;
|
|
481
|
+
const DescribeAddressRequest$ = [3, n0, _DARes,
|
|
453
482
|
0,
|
|
454
483
|
[_AI],
|
|
455
484
|
[0], 1
|
|
456
485
|
];
|
|
457
|
-
exports.
|
|
486
|
+
exports.DescribeAddressRequest$ = DescribeAddressRequest$;
|
|
487
|
+
const DescribeAddressResult$ = [3, n0, _DAResc,
|
|
458
488
|
0,
|
|
459
489
|
[_A],
|
|
460
|
-
[() =>
|
|
490
|
+
[() => Address$]
|
|
461
491
|
];
|
|
462
|
-
exports.
|
|
492
|
+
exports.DescribeAddressResult$ = DescribeAddressResult$;
|
|
493
|
+
const DescribeClusterRequest$ = [3, n0, _DCR,
|
|
463
494
|
0,
|
|
464
495
|
[_CI],
|
|
465
496
|
[0], 1
|
|
466
497
|
];
|
|
467
|
-
exports.
|
|
498
|
+
exports.DescribeClusterRequest$ = DescribeClusterRequest$;
|
|
499
|
+
const DescribeClusterResult$ = [3, n0, _DCRe,
|
|
468
500
|
0,
|
|
469
501
|
[_CM],
|
|
470
|
-
[() =>
|
|
502
|
+
[() => ClusterMetadata$]
|
|
471
503
|
];
|
|
472
|
-
exports.
|
|
504
|
+
exports.DescribeClusterResult$ = DescribeClusterResult$;
|
|
505
|
+
const DescribeJobRequest$ = [3, n0, _DJR,
|
|
473
506
|
0,
|
|
474
507
|
[_JI],
|
|
475
508
|
[0], 1
|
|
476
509
|
];
|
|
477
|
-
exports.
|
|
510
|
+
exports.DescribeJobRequest$ = DescribeJobRequest$;
|
|
511
|
+
const DescribeJobResult$ = [3, n0, _DJRe,
|
|
478
512
|
0,
|
|
479
513
|
[_JM, _SJM],
|
|
480
|
-
[[() =>
|
|
514
|
+
[[() => JobMetadata$, 0], [() => JobMetadataList, 0]]
|
|
481
515
|
];
|
|
482
|
-
exports.
|
|
516
|
+
exports.DescribeJobResult$ = DescribeJobResult$;
|
|
517
|
+
const DescribeReturnShippingLabelRequest$ = [3, n0, _DRSLR,
|
|
483
518
|
0,
|
|
484
519
|
[_JI],
|
|
485
520
|
[0], 1
|
|
486
521
|
];
|
|
487
|
-
exports.
|
|
522
|
+
exports.DescribeReturnShippingLabelRequest$ = DescribeReturnShippingLabelRequest$;
|
|
523
|
+
const DescribeReturnShippingLabelResult$ = [3, n0, _DRSLRe,
|
|
488
524
|
0,
|
|
489
525
|
[_Sta, _ED, _RSLURI],
|
|
490
526
|
[0, 4, 0]
|
|
491
527
|
];
|
|
492
|
-
exports.
|
|
528
|
+
exports.DescribeReturnShippingLabelResult$ = DescribeReturnShippingLabelResult$;
|
|
529
|
+
const DeviceConfiguration$ = [3, n0, _DC,
|
|
493
530
|
0,
|
|
494
531
|
[_SDC],
|
|
495
|
-
[() =>
|
|
532
|
+
[() => SnowconeDeviceConfiguration$]
|
|
496
533
|
];
|
|
497
|
-
exports.
|
|
534
|
+
exports.DeviceConfiguration$ = DeviceConfiguration$;
|
|
535
|
+
const Ec2AmiResource$ = [3, n0, _EAR,
|
|
498
536
|
0,
|
|
499
537
|
[_AIm, _SAI],
|
|
500
538
|
[0, 0], 1
|
|
501
539
|
];
|
|
502
|
-
exports.
|
|
540
|
+
exports.Ec2AmiResource$ = Ec2AmiResource$;
|
|
541
|
+
const EKSOnDeviceServiceConfiguration$ = [3, n0, _EKSODSC,
|
|
503
542
|
0,
|
|
504
543
|
[_KV, _EKSAV],
|
|
505
544
|
[0, 0]
|
|
506
545
|
];
|
|
507
|
-
exports.
|
|
546
|
+
exports.EKSOnDeviceServiceConfiguration$ = EKSOnDeviceServiceConfiguration$;
|
|
547
|
+
const EventTriggerDefinition$ = [3, n0, _ETD,
|
|
508
548
|
0,
|
|
509
549
|
[_ERARN],
|
|
510
550
|
[0]
|
|
511
551
|
];
|
|
512
|
-
exports.
|
|
552
|
+
exports.EventTriggerDefinition$ = EventTriggerDefinition$;
|
|
553
|
+
const GetJobManifestRequest$ = [3, n0, _GJMR,
|
|
513
554
|
0,
|
|
514
555
|
[_JI],
|
|
515
556
|
[0], 1
|
|
516
557
|
];
|
|
517
|
-
exports.
|
|
558
|
+
exports.GetJobManifestRequest$ = GetJobManifestRequest$;
|
|
559
|
+
const GetJobManifestResult$ = [3, n0, _GJMRe,
|
|
518
560
|
0,
|
|
519
561
|
[_MURI],
|
|
520
562
|
[0]
|
|
521
563
|
];
|
|
522
|
-
exports.
|
|
564
|
+
exports.GetJobManifestResult$ = GetJobManifestResult$;
|
|
565
|
+
const GetJobUnlockCodeRequest$ = [3, n0, _GJUCR,
|
|
523
566
|
0,
|
|
524
567
|
[_JI],
|
|
525
568
|
[0], 1
|
|
526
569
|
];
|
|
527
|
-
exports.
|
|
570
|
+
exports.GetJobUnlockCodeRequest$ = GetJobUnlockCodeRequest$;
|
|
571
|
+
const GetJobUnlockCodeResult$ = [3, n0, _GJUCRe,
|
|
528
572
|
0,
|
|
529
573
|
[_UC],
|
|
530
574
|
[0]
|
|
531
575
|
];
|
|
532
|
-
exports.
|
|
576
|
+
exports.GetJobUnlockCodeResult$ = GetJobUnlockCodeResult$;
|
|
577
|
+
const GetSnowballUsageRequest$ = [3, n0, _GSUR,
|
|
533
578
|
0,
|
|
534
579
|
[],
|
|
535
580
|
[]
|
|
536
581
|
];
|
|
537
|
-
exports.
|
|
582
|
+
exports.GetSnowballUsageRequest$ = GetSnowballUsageRequest$;
|
|
583
|
+
const GetSnowballUsageResult$ = [3, n0, _GSURe,
|
|
538
584
|
0,
|
|
539
585
|
[_SL, _SIU],
|
|
540
586
|
[1, 1]
|
|
541
587
|
];
|
|
542
|
-
exports.
|
|
588
|
+
exports.GetSnowballUsageResult$ = GetSnowballUsageResult$;
|
|
589
|
+
const GetSoftwareUpdatesRequest$ = [3, n0, _GSURet,
|
|
543
590
|
0,
|
|
544
591
|
[_JI],
|
|
545
592
|
[0], 1
|
|
546
593
|
];
|
|
547
|
-
exports.
|
|
594
|
+
exports.GetSoftwareUpdatesRequest$ = GetSoftwareUpdatesRequest$;
|
|
595
|
+
const GetSoftwareUpdatesResult$ = [3, n0, _GSUReto,
|
|
548
596
|
0,
|
|
549
597
|
[_UURI],
|
|
550
598
|
[0]
|
|
551
599
|
];
|
|
552
|
-
exports.
|
|
600
|
+
exports.GetSoftwareUpdatesResult$ = GetSoftwareUpdatesResult$;
|
|
601
|
+
const INDTaxDocuments$ = [3, n0, _INDTD,
|
|
553
602
|
0,
|
|
554
603
|
[_GSTIN],
|
|
555
604
|
[0]
|
|
556
605
|
];
|
|
557
|
-
exports.
|
|
606
|
+
exports.INDTaxDocuments$ = INDTaxDocuments$;
|
|
607
|
+
const JobListEntry$ = [3, n0, _JLEo,
|
|
558
608
|
0,
|
|
559
609
|
[_JI, _JS, _IM, _JT, _ST, _CD, _D],
|
|
560
610
|
[0, 0, 2, 0, 0, 4, 0]
|
|
561
611
|
];
|
|
562
|
-
exports.
|
|
612
|
+
exports.JobListEntry$ = JobListEntry$;
|
|
613
|
+
const JobLogs$ = [3, n0, _JL,
|
|
563
614
|
0,
|
|
564
615
|
[_JCRURI, _JSLURI, _JFLURI],
|
|
565
616
|
[0, 0, 0]
|
|
566
617
|
];
|
|
567
|
-
exports.
|
|
618
|
+
exports.JobLogs$ = JobLogs$;
|
|
619
|
+
const JobMetadata$ = [3, n0, _JM,
|
|
568
620
|
0,
|
|
569
621
|
[_JI, _JS, _JT, _ST, _CD, _R, _D, _KKARN, _RARN, _AI, _SD, _SCP, _No, _DTP, _JLI, _CI, _FAI, _TD, _DC, _RM, _LTPIo, _ODSC, _IL, _PD, _SI],
|
|
570
|
-
[0, 0, 0, 0, 4, () =>
|
|
622
|
+
[0, 0, 0, 0, 4, () => JobResource$, 0, 0, 0, 0, () => ShippingDetails$, 0, () => Notification$, () => DataTransfer$, () => JobLogs$, 0, 0, () => TaxDocuments$, () => DeviceConfiguration$, 0, 0, () => OnDeviceServiceConfiguration$, 0, [() => PickupDetails$, 0], 0]
|
|
571
623
|
];
|
|
572
|
-
exports.
|
|
624
|
+
exports.JobMetadata$ = JobMetadata$;
|
|
625
|
+
const JobResource$ = [3, n0, _JR,
|
|
573
626
|
0,
|
|
574
627
|
[_SR, _LR, _EARc],
|
|
575
628
|
[() => S3ResourceList, () => LambdaResourceList, () => Ec2AmiResourceList]
|
|
576
629
|
];
|
|
577
|
-
exports.
|
|
630
|
+
exports.JobResource$ = JobResource$;
|
|
631
|
+
const KeyRange$ = [3, n0, _KR,
|
|
578
632
|
0,
|
|
579
633
|
[_BM, _EM],
|
|
580
634
|
[0, 0]
|
|
581
635
|
];
|
|
582
|
-
exports.
|
|
636
|
+
exports.KeyRange$ = KeyRange$;
|
|
637
|
+
const LambdaResource$ = [3, n0, _LRa,
|
|
583
638
|
0,
|
|
584
639
|
[_LA, _ET],
|
|
585
640
|
[0, () => EventTriggerDefinitionList]
|
|
586
641
|
];
|
|
587
|
-
exports.
|
|
642
|
+
exports.LambdaResource$ = LambdaResource$;
|
|
643
|
+
const ListClusterJobsRequest$ = [3, n0, _LCJR,
|
|
588
644
|
0,
|
|
589
645
|
[_CI, _MR, _NT],
|
|
590
646
|
[0, 1, 0], 1
|
|
591
647
|
];
|
|
592
|
-
exports.
|
|
648
|
+
exports.ListClusterJobsRequest$ = ListClusterJobsRequest$;
|
|
649
|
+
const ListClusterJobsResult$ = [3, n0, _LCJRi,
|
|
593
650
|
0,
|
|
594
651
|
[_JLE, _NT],
|
|
595
652
|
[() => JobListEntryList, 0]
|
|
596
653
|
];
|
|
597
|
-
exports.
|
|
654
|
+
exports.ListClusterJobsResult$ = ListClusterJobsResult$;
|
|
655
|
+
const ListClustersRequest$ = [3, n0, _LCR,
|
|
598
656
|
0,
|
|
599
657
|
[_MR, _NT],
|
|
600
658
|
[1, 0]
|
|
601
659
|
];
|
|
602
|
-
exports.
|
|
660
|
+
exports.ListClustersRequest$ = ListClustersRequest$;
|
|
661
|
+
const ListClustersResult$ = [3, n0, _LCRi,
|
|
603
662
|
0,
|
|
604
663
|
[_CLEl, _NT],
|
|
605
664
|
[() => ClusterListEntryList, 0]
|
|
606
665
|
];
|
|
607
|
-
exports.
|
|
666
|
+
exports.ListClustersResult$ = ListClustersResult$;
|
|
667
|
+
const ListCompatibleImagesRequest$ = [3, n0, _LCIR,
|
|
608
668
|
0,
|
|
609
669
|
[_MR, _NT],
|
|
610
670
|
[1, 0]
|
|
611
671
|
];
|
|
612
|
-
exports.
|
|
672
|
+
exports.ListCompatibleImagesRequest$ = ListCompatibleImagesRequest$;
|
|
673
|
+
const ListCompatibleImagesResult$ = [3, n0, _LCIRi,
|
|
613
674
|
0,
|
|
614
675
|
[_CIom, _NT],
|
|
615
676
|
[() => CompatibleImageList, 0]
|
|
616
677
|
];
|
|
617
|
-
exports.
|
|
678
|
+
exports.ListCompatibleImagesResult$ = ListCompatibleImagesResult$;
|
|
679
|
+
const ListJobsRequest$ = [3, n0, _LJR,
|
|
618
680
|
0,
|
|
619
681
|
[_MR, _NT],
|
|
620
682
|
[1, 0]
|
|
621
683
|
];
|
|
622
|
-
exports.
|
|
684
|
+
exports.ListJobsRequest$ = ListJobsRequest$;
|
|
685
|
+
const ListJobsResult$ = [3, n0, _LJRi,
|
|
623
686
|
0,
|
|
624
687
|
[_JLE, _NT],
|
|
625
688
|
[() => JobListEntryList, 0]
|
|
626
689
|
];
|
|
627
|
-
exports.
|
|
690
|
+
exports.ListJobsResult$ = ListJobsResult$;
|
|
691
|
+
const ListLongTermPricingRequest$ = [3, n0, _LLTPR,
|
|
628
692
|
0,
|
|
629
693
|
[_MR, _NT],
|
|
630
694
|
[1, 0]
|
|
631
695
|
];
|
|
632
|
-
exports.
|
|
696
|
+
exports.ListLongTermPricingRequest$ = ListLongTermPricingRequest$;
|
|
697
|
+
const ListLongTermPricingResult$ = [3, n0, _LLTPRi,
|
|
633
698
|
0,
|
|
634
699
|
[_LTPE, _NT],
|
|
635
700
|
[() => LongTermPricingEntryList, 0]
|
|
636
701
|
];
|
|
637
|
-
exports.
|
|
702
|
+
exports.ListLongTermPricingResult$ = ListLongTermPricingResult$;
|
|
703
|
+
const ListPickupLocationsRequest$ = [3, n0, _LPLR,
|
|
638
704
|
0,
|
|
639
705
|
[_MR, _NT],
|
|
640
706
|
[1, 0]
|
|
641
707
|
];
|
|
642
|
-
exports.
|
|
708
|
+
exports.ListPickupLocationsRequest$ = ListPickupLocationsRequest$;
|
|
709
|
+
const ListPickupLocationsResult$ = [3, n0, _LPLRi,
|
|
643
710
|
0,
|
|
644
711
|
[_Ad, _NT],
|
|
645
712
|
[() => AddressList, 0]
|
|
646
713
|
];
|
|
647
|
-
exports.
|
|
714
|
+
exports.ListPickupLocationsResult$ = ListPickupLocationsResult$;
|
|
715
|
+
const ListServiceVersionsRequest$ = [3, n0, _LSVR,
|
|
648
716
|
0,
|
|
649
717
|
[_SN, _DSe, _MR, _NT],
|
|
650
718
|
[0, () => DependentServiceList, 1, 0], 1
|
|
651
719
|
];
|
|
652
|
-
exports.
|
|
720
|
+
exports.ListServiceVersionsRequest$ = ListServiceVersionsRequest$;
|
|
721
|
+
const ListServiceVersionsResult$ = [3, n0, _LSVRi,
|
|
653
722
|
0,
|
|
654
723
|
[_SVe, _SN, _DSe, _NT],
|
|
655
724
|
[() => ServiceVersionList, 0, () => DependentServiceList, 0], 2
|
|
656
725
|
];
|
|
657
|
-
exports.
|
|
726
|
+
exports.ListServiceVersionsResult$ = ListServiceVersionsResult$;
|
|
727
|
+
const LongTermPricingListEntry$ = [3, n0, _LTPLE,
|
|
658
728
|
0,
|
|
659
729
|
[_LTPIo, _LTPED, _LTPSD, _LTPT, _CAJ, _RJ, _ILTPAR, _LTPS, _ST, _JIo],
|
|
660
730
|
[0, 4, 4, 0, 0, 0, 2, 0, 0, 64 | 0]
|
|
661
731
|
];
|
|
662
|
-
exports.
|
|
732
|
+
exports.LongTermPricingListEntry$ = LongTermPricingListEntry$;
|
|
733
|
+
const NFSOnDeviceServiceConfiguration$ = [3, n0, _NFSODSC,
|
|
663
734
|
0,
|
|
664
735
|
[_SLt, _SU],
|
|
665
736
|
[1, 0]
|
|
666
737
|
];
|
|
667
|
-
exports.
|
|
738
|
+
exports.NFSOnDeviceServiceConfiguration$ = NFSOnDeviceServiceConfiguration$;
|
|
739
|
+
const Notification$ = [3, n0, _No,
|
|
668
740
|
0,
|
|
669
741
|
[_STARN, _JSTN, _NA, _DPSTARN],
|
|
670
742
|
[0, 64 | 0, 2, 0]
|
|
671
743
|
];
|
|
672
|
-
exports.
|
|
744
|
+
exports.Notification$ = Notification$;
|
|
745
|
+
const OnDeviceServiceConfiguration$ = [3, n0, _ODSC,
|
|
673
746
|
0,
|
|
674
747
|
[_NFSODS, _TGWODS, _EKSODS, _SODS],
|
|
675
|
-
[() =>
|
|
748
|
+
[() => NFSOnDeviceServiceConfiguration$, () => TGWOnDeviceServiceConfiguration$, () => EKSOnDeviceServiceConfiguration$, () => S3OnDeviceServiceConfiguration$]
|
|
676
749
|
];
|
|
677
|
-
exports.
|
|
750
|
+
exports.OnDeviceServiceConfiguration$ = OnDeviceServiceConfiguration$;
|
|
751
|
+
const PickupDetails$ = [3, n0, _PD,
|
|
678
752
|
0,
|
|
679
753
|
[_N, _PN, _E, _IN, _IED, _IIO, _DPI],
|
|
680
754
|
[0, [() => PhoneNumber, 0], [() => Email, 0], 0, 4, 0, 0]
|
|
681
755
|
];
|
|
682
|
-
exports.
|
|
756
|
+
exports.PickupDetails$ = PickupDetails$;
|
|
757
|
+
const S3OnDeviceServiceConfiguration$ = [3, n0, _SODSC,
|
|
683
758
|
0,
|
|
684
759
|
[_SLt, _SU, _SS, _FT],
|
|
685
760
|
[1, 0, 1, 1]
|
|
686
761
|
];
|
|
687
|
-
exports.
|
|
762
|
+
exports.S3OnDeviceServiceConfiguration$ = S3OnDeviceServiceConfiguration$;
|
|
763
|
+
const S3Resource$ = [3, n0, _SRe,
|
|
688
764
|
0,
|
|
689
765
|
[_BA, _KR, _TODS],
|
|
690
|
-
[0, () =>
|
|
766
|
+
[0, () => KeyRange$, () => TargetOnDeviceServiceList]
|
|
691
767
|
];
|
|
692
|
-
exports.
|
|
768
|
+
exports.S3Resource$ = S3Resource$;
|
|
769
|
+
const ServiceVersion$ = [3, n0, _SV,
|
|
693
770
|
0,
|
|
694
771
|
[_V],
|
|
695
772
|
[0]
|
|
696
773
|
];
|
|
697
|
-
exports.
|
|
774
|
+
exports.ServiceVersion$ = ServiceVersion$;
|
|
775
|
+
const Shipment$ = [3, n0, _Sh,
|
|
698
776
|
0,
|
|
699
777
|
[_Sta, _TN],
|
|
700
778
|
[0, 0]
|
|
701
779
|
];
|
|
702
|
-
exports.
|
|
780
|
+
exports.Shipment$ = Shipment$;
|
|
781
|
+
const ShippingDetails$ = [3, n0, _SD,
|
|
703
782
|
0,
|
|
704
783
|
[_SO, _IS, _OS],
|
|
705
|
-
[0, () =>
|
|
784
|
+
[0, () => Shipment$, () => Shipment$]
|
|
706
785
|
];
|
|
707
|
-
exports.
|
|
786
|
+
exports.ShippingDetails$ = ShippingDetails$;
|
|
787
|
+
const SnowconeDeviceConfiguration$ = [3, n0, _SDC,
|
|
708
788
|
0,
|
|
709
789
|
[_WC],
|
|
710
|
-
[() =>
|
|
790
|
+
[() => WirelessConnection$]
|
|
711
791
|
];
|
|
712
|
-
exports.
|
|
792
|
+
exports.SnowconeDeviceConfiguration$ = SnowconeDeviceConfiguration$;
|
|
793
|
+
const TargetOnDeviceService$ = [3, n0, _TODSa,
|
|
713
794
|
0,
|
|
714
795
|
[_SN, _TOr],
|
|
715
796
|
[0, 0]
|
|
716
797
|
];
|
|
717
|
-
exports.
|
|
798
|
+
exports.TargetOnDeviceService$ = TargetOnDeviceService$;
|
|
799
|
+
const TaxDocuments$ = [3, n0, _TD,
|
|
718
800
|
0,
|
|
719
801
|
[_IND],
|
|
720
|
-
[() =>
|
|
802
|
+
[() => INDTaxDocuments$]
|
|
721
803
|
];
|
|
722
|
-
exports.
|
|
804
|
+
exports.TaxDocuments$ = TaxDocuments$;
|
|
805
|
+
const TGWOnDeviceServiceConfiguration$ = [3, n0, _TGWODSC,
|
|
723
806
|
0,
|
|
724
807
|
[_SLt, _SU],
|
|
725
808
|
[1, 0]
|
|
726
809
|
];
|
|
727
|
-
exports.
|
|
810
|
+
exports.TGWOnDeviceServiceConfiguration$ = TGWOnDeviceServiceConfiguration$;
|
|
811
|
+
const UpdateClusterRequest$ = [3, n0, _UCR,
|
|
728
812
|
0,
|
|
729
813
|
[_CI, _RARN, _D, _R, _ODSC, _AI, _SO, _No, _FAI],
|
|
730
|
-
[0, 0, 0, () =>
|
|
814
|
+
[0, 0, 0, () => JobResource$, () => OnDeviceServiceConfiguration$, 0, 0, () => Notification$, 0], 1
|
|
731
815
|
];
|
|
732
|
-
exports.
|
|
816
|
+
exports.UpdateClusterRequest$ = UpdateClusterRequest$;
|
|
817
|
+
const UpdateClusterResult$ = [3, n0, _UCRp,
|
|
733
818
|
0,
|
|
734
819
|
[],
|
|
735
820
|
[]
|
|
736
821
|
];
|
|
737
|
-
exports.
|
|
822
|
+
exports.UpdateClusterResult$ = UpdateClusterResult$;
|
|
823
|
+
const UpdateJobRequest$ = [3, n0, _UJR,
|
|
738
824
|
0,
|
|
739
825
|
[_JI, _RARN, _No, _R, _ODSC, _AI, _SO, _D, _SCP, _FAI, _PD],
|
|
740
|
-
[0, 0, () =>
|
|
826
|
+
[0, 0, () => Notification$, () => JobResource$, () => OnDeviceServiceConfiguration$, 0, 0, 0, 0, 0, [() => PickupDetails$, 0]], 1
|
|
741
827
|
];
|
|
742
|
-
exports.
|
|
828
|
+
exports.UpdateJobRequest$ = UpdateJobRequest$;
|
|
829
|
+
const UpdateJobResult$ = [3, n0, _UJRp,
|
|
743
830
|
0,
|
|
744
831
|
[],
|
|
745
832
|
[]
|
|
746
833
|
];
|
|
747
|
-
exports.
|
|
834
|
+
exports.UpdateJobResult$ = UpdateJobResult$;
|
|
835
|
+
const UpdateJobShipmentStateRequest$ = [3, n0, _UJSSR,
|
|
748
836
|
0,
|
|
749
837
|
[_JI, _SSh],
|
|
750
838
|
[0, 0], 2
|
|
751
839
|
];
|
|
752
|
-
exports.
|
|
840
|
+
exports.UpdateJobShipmentStateRequest$ = UpdateJobShipmentStateRequest$;
|
|
841
|
+
const UpdateJobShipmentStateResult$ = [3, n0, _UJSSRp,
|
|
753
842
|
0,
|
|
754
843
|
[],
|
|
755
844
|
[]
|
|
756
845
|
];
|
|
757
|
-
exports.
|
|
846
|
+
exports.UpdateJobShipmentStateResult$ = UpdateJobShipmentStateResult$;
|
|
847
|
+
const UpdateLongTermPricingRequest$ = [3, n0, _ULTPR,
|
|
758
848
|
0,
|
|
759
849
|
[_LTPIo, _RJ, _ILTPAR],
|
|
760
850
|
[0, 0, 2], 1
|
|
761
851
|
];
|
|
762
|
-
exports.
|
|
852
|
+
exports.UpdateLongTermPricingRequest$ = UpdateLongTermPricingRequest$;
|
|
853
|
+
const UpdateLongTermPricingResult$ = [3, n0, _ULTPRp,
|
|
763
854
|
0,
|
|
764
855
|
[],
|
|
765
856
|
[]
|
|
766
857
|
];
|
|
767
|
-
exports.
|
|
858
|
+
exports.UpdateLongTermPricingResult$ = UpdateLongTermPricingResult$;
|
|
859
|
+
const WirelessConnection$ = [3, n0, _WC,
|
|
768
860
|
0,
|
|
769
861
|
[_IWE],
|
|
770
862
|
[2]
|
|
771
863
|
];
|
|
864
|
+
exports.WirelessConnection$ = WirelessConnection$;
|
|
772
865
|
var AddressList = [1, n0, _AL,
|
|
773
|
-
0, () =>
|
|
866
|
+
0, () => Address$
|
|
774
867
|
];
|
|
775
868
|
var ClusterListEntryList = [1, n0, _CLEL,
|
|
776
|
-
0, () =>
|
|
869
|
+
0, () => ClusterListEntry$
|
|
777
870
|
];
|
|
778
871
|
var CompatibleImageList = [1, n0, _CIL,
|
|
779
|
-
0, () =>
|
|
872
|
+
0, () => CompatibleImage$
|
|
780
873
|
];
|
|
781
874
|
var DependentServiceList = [1, n0, _DSL,
|
|
782
|
-
0, () =>
|
|
875
|
+
0, () => DependentService$
|
|
783
876
|
];
|
|
784
877
|
var Ec2AmiResourceList = [1, n0, _EARL,
|
|
785
|
-
0, () =>
|
|
878
|
+
0, () => Ec2AmiResource$
|
|
786
879
|
];
|
|
787
880
|
var EventTriggerDefinitionList = [1, n0, _ETDL,
|
|
788
|
-
0, () =>
|
|
881
|
+
0, () => EventTriggerDefinition$
|
|
789
882
|
];
|
|
790
883
|
var JobListEntryList = [1, n0, _JLEL,
|
|
791
|
-
0, () =>
|
|
884
|
+
0, () => JobListEntry$
|
|
792
885
|
];
|
|
793
886
|
var JobMetadataList = [1, n0, _JML,
|
|
794
|
-
0, [() =>
|
|
887
|
+
0, [() => JobMetadata$,
|
|
795
888
|
0]
|
|
796
889
|
];
|
|
797
890
|
var JobStateList = 64 | 0;
|
|
798
891
|
var LambdaResourceList = [1, n0, _LRL,
|
|
799
|
-
0, () =>
|
|
892
|
+
0, () => LambdaResource$
|
|
800
893
|
];
|
|
801
894
|
var LongTermPricingAssociatedJobIdList = 64 | 0;
|
|
802
895
|
var LongTermPricingEntryList = [1, n0, _LTPEL,
|
|
803
|
-
0, () =>
|
|
896
|
+
0, () => LongTermPricingListEntry$
|
|
804
897
|
];
|
|
805
898
|
var LongTermPricingIdList = 64 | 0;
|
|
806
899
|
var S3ResourceList = [1, n0, _SRL,
|
|
807
|
-
0, () =>
|
|
900
|
+
0, () => S3Resource$
|
|
808
901
|
];
|
|
809
902
|
var ServiceVersionList = [1, n0, _SVL,
|
|
810
|
-
0, () =>
|
|
903
|
+
0, () => ServiceVersion$
|
|
811
904
|
];
|
|
812
905
|
var TargetOnDeviceServiceList = [1, n0, _TODSL,
|
|
813
|
-
0, () =>
|
|
906
|
+
0, () => TargetOnDeviceService$
|
|
814
907
|
];
|
|
815
908
|
exports.CancelCluster$ = [9, n0, _CC,
|
|
816
|
-
0, () =>
|
|
909
|
+
0, () => CancelClusterRequest$, () => CancelClusterResult$
|
|
817
910
|
];
|
|
818
911
|
exports.CancelJob$ = [9, n0, _CJ,
|
|
819
|
-
0, () =>
|
|
912
|
+
0, () => CancelJobRequest$, () => CancelJobResult$
|
|
820
913
|
];
|
|
821
914
|
exports.CreateAddress$ = [9, n0, _CA,
|
|
822
|
-
0, () =>
|
|
915
|
+
0, () => CreateAddressRequest$, () => CreateAddressResult$
|
|
823
916
|
];
|
|
824
917
|
exports.CreateCluster$ = [9, n0, _CCr,
|
|
825
|
-
0, () =>
|
|
918
|
+
0, () => CreateClusterRequest$, () => CreateClusterResult$
|
|
826
919
|
];
|
|
827
920
|
exports.CreateJob$ = [9, n0, _CJr,
|
|
828
|
-
0, () =>
|
|
921
|
+
0, () => CreateJobRequest$, () => CreateJobResult$
|
|
829
922
|
];
|
|
830
923
|
exports.CreateLongTermPricing$ = [9, n0, _CLTP,
|
|
831
|
-
0, () =>
|
|
924
|
+
0, () => CreateLongTermPricingRequest$, () => CreateLongTermPricingResult$
|
|
832
925
|
];
|
|
833
926
|
exports.CreateReturnShippingLabel$ = [9, n0, _CRSL,
|
|
834
|
-
0, () =>
|
|
927
|
+
0, () => CreateReturnShippingLabelRequest$, () => CreateReturnShippingLabelResult$
|
|
835
928
|
];
|
|
836
929
|
exports.DescribeAddress$ = [9, n0, _DA,
|
|
837
|
-
0, () =>
|
|
930
|
+
0, () => DescribeAddressRequest$, () => DescribeAddressResult$
|
|
838
931
|
];
|
|
839
932
|
exports.DescribeAddresses$ = [9, n0, _DAe,
|
|
840
|
-
0, () =>
|
|
933
|
+
0, () => DescribeAddressesRequest$, () => DescribeAddressesResult$
|
|
841
934
|
];
|
|
842
935
|
exports.DescribeCluster$ = [9, n0, _DCe,
|
|
843
|
-
0, () =>
|
|
936
|
+
0, () => DescribeClusterRequest$, () => DescribeClusterResult$
|
|
844
937
|
];
|
|
845
938
|
exports.DescribeJob$ = [9, n0, _DJ,
|
|
846
|
-
0, () =>
|
|
939
|
+
0, () => DescribeJobRequest$, () => DescribeJobResult$
|
|
847
940
|
];
|
|
848
941
|
exports.DescribeReturnShippingLabel$ = [9, n0, _DRSL,
|
|
849
|
-
0, () =>
|
|
942
|
+
0, () => DescribeReturnShippingLabelRequest$, () => DescribeReturnShippingLabelResult$
|
|
850
943
|
];
|
|
851
944
|
exports.GetJobManifest$ = [9, n0, _GJM,
|
|
852
|
-
0, () =>
|
|
945
|
+
0, () => GetJobManifestRequest$, () => GetJobManifestResult$
|
|
853
946
|
];
|
|
854
947
|
exports.GetJobUnlockCode$ = [9, n0, _GJUC,
|
|
855
|
-
0, () =>
|
|
948
|
+
0, () => GetJobUnlockCodeRequest$, () => GetJobUnlockCodeResult$
|
|
856
949
|
];
|
|
857
950
|
exports.GetSnowballUsage$ = [9, n0, _GSU,
|
|
858
|
-
0, () =>
|
|
951
|
+
0, () => GetSnowballUsageRequest$, () => GetSnowballUsageResult$
|
|
859
952
|
];
|
|
860
953
|
exports.GetSoftwareUpdates$ = [9, n0, _GSUe,
|
|
861
|
-
0, () =>
|
|
954
|
+
0, () => GetSoftwareUpdatesRequest$, () => GetSoftwareUpdatesResult$
|
|
862
955
|
];
|
|
863
956
|
exports.ListClusterJobs$ = [9, n0, _LCJ,
|
|
864
|
-
0, () =>
|
|
957
|
+
0, () => ListClusterJobsRequest$, () => ListClusterJobsResult$
|
|
865
958
|
];
|
|
866
959
|
exports.ListClusters$ = [9, n0, _LC,
|
|
867
|
-
0, () =>
|
|
960
|
+
0, () => ListClustersRequest$, () => ListClustersResult$
|
|
868
961
|
];
|
|
869
962
|
exports.ListCompatibleImages$ = [9, n0, _LCI,
|
|
870
|
-
0, () =>
|
|
963
|
+
0, () => ListCompatibleImagesRequest$, () => ListCompatibleImagesResult$
|
|
871
964
|
];
|
|
872
965
|
exports.ListJobs$ = [9, n0, _LJ,
|
|
873
|
-
0, () =>
|
|
966
|
+
0, () => ListJobsRequest$, () => ListJobsResult$
|
|
874
967
|
];
|
|
875
968
|
exports.ListLongTermPricing$ = [9, n0, _LLTP,
|
|
876
|
-
0, () =>
|
|
969
|
+
0, () => ListLongTermPricingRequest$, () => ListLongTermPricingResult$
|
|
877
970
|
];
|
|
878
971
|
exports.ListPickupLocations$ = [9, n0, _LPL,
|
|
879
|
-
0, () =>
|
|
972
|
+
0, () => ListPickupLocationsRequest$, () => ListPickupLocationsResult$
|
|
880
973
|
];
|
|
881
974
|
exports.ListServiceVersions$ = [9, n0, _LSV,
|
|
882
|
-
0, () =>
|
|
975
|
+
0, () => ListServiceVersionsRequest$, () => ListServiceVersionsResult$
|
|
883
976
|
];
|
|
884
977
|
exports.UpdateCluster$ = [9, n0, _UCp,
|
|
885
|
-
0, () =>
|
|
978
|
+
0, () => UpdateClusterRequest$, () => UpdateClusterResult$
|
|
886
979
|
];
|
|
887
980
|
exports.UpdateJob$ = [9, n0, _UJ,
|
|
888
|
-
0, () =>
|
|
981
|
+
0, () => UpdateJobRequest$, () => UpdateJobResult$
|
|
889
982
|
];
|
|
890
983
|
exports.UpdateJobShipmentState$ = [9, n0, _UJSS,
|
|
891
|
-
0, () =>
|
|
984
|
+
0, () => UpdateJobShipmentStateRequest$, () => UpdateJobShipmentStateResult$
|
|
892
985
|
];
|
|
893
986
|
exports.UpdateLongTermPricing$ = [9, n0, _ULTP,
|
|
894
|
-
0, () =>
|
|
987
|
+
0, () => UpdateLongTermPricingRequest$, () => UpdateLongTermPricingResult$
|
|
895
988
|
];
|