@aws-sdk/client-snowball 3.952.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +429 -290
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/CancelClusterCommand.js +2 -2
- package/dist-es/commands/CancelJobCommand.js +2 -2
- package/dist-es/commands/CreateAddressCommand.js +2 -2
- package/dist-es/commands/CreateClusterCommand.js +2 -2
- package/dist-es/commands/CreateJobCommand.js +2 -2
- package/dist-es/commands/CreateLongTermPricingCommand.js +2 -2
- package/dist-es/commands/CreateReturnShippingLabelCommand.js +2 -2
- package/dist-es/commands/DescribeAddressCommand.js +2 -2
- package/dist-es/commands/DescribeAddressesCommand.js +2 -2
- package/dist-es/commands/DescribeClusterCommand.js +2 -2
- package/dist-es/commands/DescribeJobCommand.js +2 -2
- package/dist-es/commands/DescribeReturnShippingLabelCommand.js +2 -2
- package/dist-es/commands/GetJobManifestCommand.js +2 -2
- package/dist-es/commands/GetJobUnlockCodeCommand.js +2 -2
- package/dist-es/commands/GetSnowballUsageCommand.js +2 -2
- package/dist-es/commands/GetSoftwareUpdatesCommand.js +2 -2
- package/dist-es/commands/ListClusterJobsCommand.js +2 -2
- package/dist-es/commands/ListClustersCommand.js +2 -2
- package/dist-es/commands/ListCompatibleImagesCommand.js +2 -2
- package/dist-es/commands/ListJobsCommand.js +2 -2
- package/dist-es/commands/ListLongTermPricingCommand.js +2 -2
- package/dist-es/commands/ListPickupLocationsCommand.js +2 -2
- package/dist-es/commands/ListServiceVersionsCommand.js +2 -2
- package/dist-es/commands/UpdateClusterCommand.js +2 -2
- package/dist-es/commands/UpdateJobCommand.js +2 -2
- package/dist-es/commands/UpdateJobShipmentStateCommand.js +2 -2
- package/dist-es/commands/UpdateLongTermPricingCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +249 -235
- package/dist-types/SnowballClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +126 -144
- package/dist-types/ts3.4/SnowballClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +125 -145
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class SnowballClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class SnowballServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, SnowballServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class InvalidJobStateException extends SnowballServiceException {
|
|
121
121
|
name = "InvalidJobStateException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
Message;
|
|
@@ -130,8 +130,8 @@ let InvalidJobStateException$1 = class InvalidJobStateException extends Snowball
|
|
|
130
130
|
Object.setPrototypeOf(this, InvalidJobStateException.prototype);
|
|
131
131
|
this.Message = opts.Message;
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class InvalidResourceException extends SnowballServiceException {
|
|
135
135
|
name = "InvalidResourceException";
|
|
136
136
|
$fault = "client";
|
|
137
137
|
Message;
|
|
@@ -146,8 +146,8 @@ let InvalidResourceException$1 = class InvalidResourceException extends Snowball
|
|
|
146
146
|
this.Message = opts.Message;
|
|
147
147
|
this.ResourceType = opts.ResourceType;
|
|
148
148
|
}
|
|
149
|
-
}
|
|
150
|
-
|
|
149
|
+
}
|
|
150
|
+
class KMSRequestFailedException extends SnowballServiceException {
|
|
151
151
|
name = "KMSRequestFailedException";
|
|
152
152
|
$fault = "client";
|
|
153
153
|
Message;
|
|
@@ -160,8 +160,8 @@ let KMSRequestFailedException$1 = class KMSRequestFailedException extends Snowba
|
|
|
160
160
|
Object.setPrototypeOf(this, KMSRequestFailedException.prototype);
|
|
161
161
|
this.Message = opts.Message;
|
|
162
162
|
}
|
|
163
|
-
}
|
|
164
|
-
|
|
163
|
+
}
|
|
164
|
+
class InvalidAddressException extends SnowballServiceException {
|
|
165
165
|
name = "InvalidAddressException";
|
|
166
166
|
$fault = "client";
|
|
167
167
|
Message;
|
|
@@ -174,8 +174,8 @@ let InvalidAddressException$1 = class InvalidAddressException extends SnowballSe
|
|
|
174
174
|
Object.setPrototypeOf(this, InvalidAddressException.prototype);
|
|
175
175
|
this.Message = opts.Message;
|
|
176
176
|
}
|
|
177
|
-
}
|
|
178
|
-
|
|
177
|
+
}
|
|
178
|
+
class UnsupportedAddressException extends SnowballServiceException {
|
|
179
179
|
name = "UnsupportedAddressException";
|
|
180
180
|
$fault = "client";
|
|
181
181
|
Message;
|
|
@@ -188,8 +188,8 @@ let UnsupportedAddressException$1 = class UnsupportedAddressException extends Sn
|
|
|
188
188
|
Object.setPrototypeOf(this, UnsupportedAddressException.prototype);
|
|
189
189
|
this.Message = opts.Message;
|
|
190
190
|
}
|
|
191
|
-
}
|
|
192
|
-
|
|
191
|
+
}
|
|
192
|
+
class Ec2RequestFailedException extends SnowballServiceException {
|
|
193
193
|
name = "Ec2RequestFailedException";
|
|
194
194
|
$fault = "client";
|
|
195
195
|
Message;
|
|
@@ -202,8 +202,8 @@ let Ec2RequestFailedException$1 = class Ec2RequestFailedException extends Snowba
|
|
|
202
202
|
Object.setPrototypeOf(this, Ec2RequestFailedException.prototype);
|
|
203
203
|
this.Message = opts.Message;
|
|
204
204
|
}
|
|
205
|
-
}
|
|
206
|
-
|
|
205
|
+
}
|
|
206
|
+
class InvalidInputCombinationException extends SnowballServiceException {
|
|
207
207
|
name = "InvalidInputCombinationException";
|
|
208
208
|
$fault = "client";
|
|
209
209
|
Message;
|
|
@@ -216,8 +216,8 @@ let InvalidInputCombinationException$1 = class InvalidInputCombinationException
|
|
|
216
216
|
Object.setPrototypeOf(this, InvalidInputCombinationException.prototype);
|
|
217
217
|
this.Message = opts.Message;
|
|
218
218
|
}
|
|
219
|
-
}
|
|
220
|
-
|
|
219
|
+
}
|
|
220
|
+
class ClusterLimitExceededException extends SnowballServiceException {
|
|
221
221
|
name = "ClusterLimitExceededException";
|
|
222
222
|
$fault = "client";
|
|
223
223
|
Message;
|
|
@@ -230,8 +230,8 @@ let ClusterLimitExceededException$1 = class ClusterLimitExceededException extend
|
|
|
230
230
|
Object.setPrototypeOf(this, ClusterLimitExceededException.prototype);
|
|
231
231
|
this.Message = opts.Message;
|
|
232
232
|
}
|
|
233
|
-
}
|
|
234
|
-
|
|
233
|
+
}
|
|
234
|
+
class ConflictException extends SnowballServiceException {
|
|
235
235
|
name = "ConflictException";
|
|
236
236
|
$fault = "client";
|
|
237
237
|
ConflictResource;
|
|
@@ -246,8 +246,8 @@ let ConflictException$1 = class ConflictException extends SnowballServiceExcepti
|
|
|
246
246
|
this.ConflictResource = opts.ConflictResource;
|
|
247
247
|
this.Message = opts.Message;
|
|
248
248
|
}
|
|
249
|
-
}
|
|
250
|
-
|
|
249
|
+
}
|
|
250
|
+
class ReturnShippingLabelAlreadyExistsException extends SnowballServiceException {
|
|
251
251
|
name = "ReturnShippingLabelAlreadyExistsException";
|
|
252
252
|
$fault = "client";
|
|
253
253
|
Message;
|
|
@@ -260,8 +260,8 @@ let ReturnShippingLabelAlreadyExistsException$1 = class ReturnShippingLabelAlrea
|
|
|
260
260
|
Object.setPrototypeOf(this, ReturnShippingLabelAlreadyExistsException.prototype);
|
|
261
261
|
this.Message = opts.Message;
|
|
262
262
|
}
|
|
263
|
-
}
|
|
264
|
-
|
|
263
|
+
}
|
|
264
|
+
class InvalidNextTokenException extends SnowballServiceException {
|
|
265
265
|
name = "InvalidNextTokenException";
|
|
266
266
|
$fault = "client";
|
|
267
267
|
Message;
|
|
@@ -274,7 +274,7 @@ let InvalidNextTokenException$1 = class InvalidNextTokenException extends Snowba
|
|
|
274
274
|
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
275
275
|
this.Message = opts.Message;
|
|
276
276
|
}
|
|
277
|
-
}
|
|
277
|
+
}
|
|
278
278
|
|
|
279
279
|
const _A = "Address";
|
|
280
280
|
const _AI = "AddressId";
|
|
@@ -535,7 +535,7 @@ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.snowball";
|
|
|
535
535
|
const n0 = "com.amazonaws.snowball";
|
|
536
536
|
var Email = [0, n0, _E, 8, 0];
|
|
537
537
|
var PhoneNumber = [0, n0, _PN, 8, 0];
|
|
538
|
-
var Address = [
|
|
538
|
+
var Address$ = [
|
|
539
539
|
3,
|
|
540
540
|
n0,
|
|
541
541
|
_A,
|
|
@@ -543,14 +543,14 @@ var Address = [
|
|
|
543
543
|
[_AI, _N, _C, _S, _St, _Str, _Ci, _SOP, _POD, _L, _Co, _PC, _PN, _IR, _T],
|
|
544
544
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0],
|
|
545
545
|
];
|
|
546
|
-
var CancelClusterRequest = [3, n0, _CCR, 0, [_CI], [0]];
|
|
547
|
-
var CancelClusterResult = [3, n0, _CCRa, 0, [], []];
|
|
548
|
-
var CancelJobRequest = [3, n0, _CJR, 0, [_JI], [0]];
|
|
549
|
-
var CancelJobResult = [3, n0, _CJRa, 0, [], []];
|
|
550
|
-
var ClusterLimitExceededException = [-3, n0, _CLEE, { [_e]: _c }, [_M], [0]];
|
|
551
|
-
schema.TypeRegistry.for(n0).registerError(ClusterLimitExceededException
|
|
552
|
-
var ClusterListEntry = [3, n0, _CLE, 0, [_CI, _CS, _CD, _D], [0, 0, 4, 0]];
|
|
553
|
-
var ClusterMetadata = [
|
|
546
|
+
var CancelClusterRequest$ = [3, n0, _CCR, 0, [_CI], [0]];
|
|
547
|
+
var CancelClusterResult$ = [3, n0, _CCRa, 0, [], []];
|
|
548
|
+
var CancelJobRequest$ = [3, n0, _CJR, 0, [_JI], [0]];
|
|
549
|
+
var CancelJobResult$ = [3, n0, _CJRa, 0, [], []];
|
|
550
|
+
var ClusterLimitExceededException$ = [-3, n0, _CLEE, { [_e]: _c }, [_M], [0]];
|
|
551
|
+
schema.TypeRegistry.for(n0).registerError(ClusterLimitExceededException$, ClusterLimitExceededException);
|
|
552
|
+
var ClusterListEntry$ = [3, n0, _CLE, 0, [_CI, _CS, _CD, _D], [0, 0, 4, 0]];
|
|
553
|
+
var ClusterMetadata$ = [
|
|
554
554
|
3,
|
|
555
555
|
n0,
|
|
556
556
|
_CM,
|
|
@@ -565,21 +565,21 @@ var ClusterMetadata = [
|
|
|
565
565
|
0,
|
|
566
566
|
0,
|
|
567
567
|
4,
|
|
568
|
-
() => JobResource
|
|
568
|
+
() => JobResource$,
|
|
569
569
|
0,
|
|
570
570
|
0,
|
|
571
|
-
() => Notification
|
|
571
|
+
() => Notification$,
|
|
572
572
|
0,
|
|
573
|
-
() => TaxDocuments
|
|
574
|
-
() => OnDeviceServiceConfiguration
|
|
573
|
+
() => TaxDocuments$,
|
|
574
|
+
() => OnDeviceServiceConfiguration$,
|
|
575
575
|
],
|
|
576
576
|
];
|
|
577
|
-
var CompatibleImage = [3, n0, _CIo, 0, [_AIm, _N], [0, 0]];
|
|
578
|
-
var ConflictException = [-3, n0, _CE, { [_e]: _c }, [_CR, _M], [0, 0]];
|
|
579
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
580
|
-
var CreateAddressRequest = [3, n0, _CAR, 0, [_A], [() => Address]];
|
|
581
|
-
var CreateAddressResult = [3, n0, _CARr, 0, [_AI], [0]];
|
|
582
|
-
var CreateClusterRequest = [
|
|
577
|
+
var CompatibleImage$ = [3, n0, _CIo, 0, [_AIm, _N], [0, 0]];
|
|
578
|
+
var ConflictException$ = [-3, n0, _CE, { [_e]: _c }, [_CR, _M], [0, 0]];
|
|
579
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
580
|
+
var CreateAddressRequest$ = [3, n0, _CAR, 0, [_A], [() => Address$]];
|
|
581
|
+
var CreateAddressResult$ = [3, n0, _CARr, 0, [_AI], [0]];
|
|
582
|
+
var CreateClusterRequest$ = [
|
|
583
583
|
3,
|
|
584
584
|
n0,
|
|
585
585
|
_CCRr,
|
|
@@ -587,17 +587,17 @@ var CreateClusterRequest = [
|
|
|
587
587
|
[_JT, _R, _ODSC, _D, _AI, _KKARN, _RARN, _ST, _SO, _No, _FAI, _TD, _RM, _ICS, _FCJ, _LTPI, _SCP],
|
|
588
588
|
[
|
|
589
589
|
0,
|
|
590
|
-
() => JobResource
|
|
591
|
-
() => OnDeviceServiceConfiguration
|
|
590
|
+
() => JobResource$,
|
|
591
|
+
() => OnDeviceServiceConfiguration$,
|
|
592
592
|
0,
|
|
593
593
|
0,
|
|
594
594
|
0,
|
|
595
595
|
0,
|
|
596
596
|
0,
|
|
597
597
|
0,
|
|
598
|
-
() => Notification
|
|
598
|
+
() => Notification$,
|
|
599
599
|
0,
|
|
600
|
-
() => TaxDocuments
|
|
600
|
+
() => TaxDocuments$,
|
|
601
601
|
0,
|
|
602
602
|
1,
|
|
603
603
|
2,
|
|
@@ -605,8 +605,8 @@ var CreateClusterRequest = [
|
|
|
605
605
|
0,
|
|
606
606
|
],
|
|
607
607
|
];
|
|
608
|
-
var CreateClusterResult = [3, n0, _CCRre, 0, [_CI, _JLE], [0, () => JobListEntryList]];
|
|
609
|
-
var CreateJobRequest = [
|
|
608
|
+
var CreateClusterResult$ = [3, n0, _CCRre, 0, [_CI, _JLE], [0, () => JobListEntryList]];
|
|
609
|
+
var CreateJobRequest$ = [
|
|
610
610
|
3,
|
|
611
611
|
n0,
|
|
612
612
|
_CJRr,
|
|
@@ -614,53 +614,53 @@ var CreateJobRequest = [
|
|
|
614
614
|
[_JT, _R, _ODSC, _D, _AI, _KKARN, _RARN, _SCP, _SO, _No, _CI, _ST, _FAI, _TD, _DC, _RM, _LTPIo, _IL, _PD],
|
|
615
615
|
[
|
|
616
616
|
0,
|
|
617
|
-
() => JobResource
|
|
618
|
-
() => OnDeviceServiceConfiguration
|
|
617
|
+
() => JobResource$,
|
|
618
|
+
() => OnDeviceServiceConfiguration$,
|
|
619
619
|
0,
|
|
620
620
|
0,
|
|
621
621
|
0,
|
|
622
622
|
0,
|
|
623
623
|
0,
|
|
624
624
|
0,
|
|
625
|
-
() => Notification
|
|
625
|
+
() => Notification$,
|
|
626
626
|
0,
|
|
627
627
|
0,
|
|
628
628
|
0,
|
|
629
|
-
() => TaxDocuments
|
|
630
|
-
() => DeviceConfiguration
|
|
629
|
+
() => TaxDocuments$,
|
|
630
|
+
() => DeviceConfiguration$,
|
|
631
631
|
0,
|
|
632
632
|
0,
|
|
633
633
|
0,
|
|
634
|
-
[() => PickupDetails
|
|
634
|
+
[() => PickupDetails$, 0],
|
|
635
635
|
],
|
|
636
636
|
];
|
|
637
|
-
var CreateJobResult = [3, n0, _CJRre, 0, [_JI], [0]];
|
|
638
|
-
var CreateLongTermPricingRequest = [3, n0, _CLTPR, 0, [_LTPT, _ILTPAR, _ST], [0, 2, 0]];
|
|
639
|
-
var CreateLongTermPricingResult = [3, n0, _CLTPRr, 0, [_LTPIo], [0]];
|
|
640
|
-
var CreateReturnShippingLabelRequest = [3, n0, _CRSLR, 0, [_JI, _SO], [0, 0]];
|
|
641
|
-
var CreateReturnShippingLabelResult = [3, n0, _CRSLRr, 0, [_Sta], [0]];
|
|
642
|
-
var DataTransfer = [3, n0, _DT, 0, [_BT, _OT, _TB, _TO], [1, 1, 1, 1]];
|
|
643
|
-
var DependentService = [3, n0, _DS, 0, [_SN, _SV], [0, () => ServiceVersion]];
|
|
644
|
-
var DescribeAddressesRequest = [3, n0, _DAR, 0, [_MR, _NT], [1, 0]];
|
|
645
|
-
var DescribeAddressesResult = [3, n0, _DARe, 0, [_Ad, _NT], [() => AddressList, 0]];
|
|
646
|
-
var DescribeAddressRequest = [3, n0, _DARes, 0, [_AI], [0]];
|
|
647
|
-
var DescribeAddressResult = [3, n0, _DAResc, 0, [_A], [() => Address]];
|
|
648
|
-
var DescribeClusterRequest = [3, n0, _DCR, 0, [_CI], [0]];
|
|
649
|
-
var DescribeClusterResult = [3, n0, _DCRe, 0, [_CM], [() => ClusterMetadata]];
|
|
650
|
-
var DescribeJobRequest = [3, n0, _DJR, 0, [_JI], [0]];
|
|
651
|
-
var DescribeJobResult = [
|
|
637
|
+
var CreateJobResult$ = [3, n0, _CJRre, 0, [_JI], [0]];
|
|
638
|
+
var CreateLongTermPricingRequest$ = [3, n0, _CLTPR, 0, [_LTPT, _ILTPAR, _ST], [0, 2, 0]];
|
|
639
|
+
var CreateLongTermPricingResult$ = [3, n0, _CLTPRr, 0, [_LTPIo], [0]];
|
|
640
|
+
var CreateReturnShippingLabelRequest$ = [3, n0, _CRSLR, 0, [_JI, _SO], [0, 0]];
|
|
641
|
+
var CreateReturnShippingLabelResult$ = [3, n0, _CRSLRr, 0, [_Sta], [0]];
|
|
642
|
+
var DataTransfer$ = [3, n0, _DT, 0, [_BT, _OT, _TB, _TO], [1, 1, 1, 1]];
|
|
643
|
+
var DependentService$ = [3, n0, _DS, 0, [_SN, _SV], [0, () => ServiceVersion$]];
|
|
644
|
+
var DescribeAddressesRequest$ = [3, n0, _DAR, 0, [_MR, _NT], [1, 0]];
|
|
645
|
+
var DescribeAddressesResult$ = [3, n0, _DARe, 0, [_Ad, _NT], [() => AddressList, 0]];
|
|
646
|
+
var DescribeAddressRequest$ = [3, n0, _DARes, 0, [_AI], [0]];
|
|
647
|
+
var DescribeAddressResult$ = [3, n0, _DAResc, 0, [_A], [() => Address$]];
|
|
648
|
+
var DescribeClusterRequest$ = [3, n0, _DCR, 0, [_CI], [0]];
|
|
649
|
+
var DescribeClusterResult$ = [3, n0, _DCRe, 0, [_CM], [() => ClusterMetadata$]];
|
|
650
|
+
var DescribeJobRequest$ = [3, n0, _DJR, 0, [_JI], [0]];
|
|
651
|
+
var DescribeJobResult$ = [
|
|
652
652
|
3,
|
|
653
653
|
n0,
|
|
654
654
|
_DJRe,
|
|
655
655
|
0,
|
|
656
656
|
[_JM, _SJM],
|
|
657
657
|
[
|
|
658
|
-
[() => JobMetadata
|
|
658
|
+
[() => JobMetadata$, 0],
|
|
659
659
|
[() => JobMetadataList, 0],
|
|
660
660
|
],
|
|
661
661
|
];
|
|
662
|
-
var DescribeReturnShippingLabelRequest = [3, n0, _DRSLR, 0, [_JI], [0]];
|
|
663
|
-
var DescribeReturnShippingLabelResult = [
|
|
662
|
+
var DescribeReturnShippingLabelRequest$ = [3, n0, _DRSLR, 0, [_JI], [0]];
|
|
663
|
+
var DescribeReturnShippingLabelResult$ = [
|
|
664
664
|
3,
|
|
665
665
|
n0,
|
|
666
666
|
_DRSLRe,
|
|
@@ -668,32 +668,32 @@ var DescribeReturnShippingLabelResult = [
|
|
|
668
668
|
[_Sta, _ED, _RSLURI],
|
|
669
669
|
[0, 4, 0],
|
|
670
670
|
];
|
|
671
|
-
var DeviceConfiguration = [3, n0, _DC, 0, [_SDC], [() => SnowconeDeviceConfiguration]];
|
|
672
|
-
var Ec2AmiResource = [3, n0, _EAR, 0, [_AIm, _SAI], [0, 0]];
|
|
673
|
-
var Ec2RequestFailedException = [-3, n0, _ERFE, { [_e]: _c }, [_M], [0]];
|
|
674
|
-
schema.TypeRegistry.for(n0).registerError(Ec2RequestFailedException
|
|
675
|
-
var EKSOnDeviceServiceConfiguration = [3, n0, _EKSODSC, 0, [_KV, _EKSAV], [0, 0]];
|
|
676
|
-
var EventTriggerDefinition = [3, n0, _ETD, 0, [_ERARN], [0]];
|
|
677
|
-
var GetJobManifestRequest = [3, n0, _GJMR, 0, [_JI], [0]];
|
|
678
|
-
var GetJobManifestResult = [3, n0, _GJMRe, 0, [_MURI], [0]];
|
|
679
|
-
var GetJobUnlockCodeRequest = [3, n0, _GJUCR, 0, [_JI], [0]];
|
|
680
|
-
var GetJobUnlockCodeResult = [3, n0, _GJUCRe, 0, [_UC], [0]];
|
|
681
|
-
var GetSnowballUsageRequest = [3, n0, _GSUR, 0, [], []];
|
|
682
|
-
var GetSnowballUsageResult = [3, n0, _GSURe, 0, [_SL, _SIU], [1, 1]];
|
|
683
|
-
var GetSoftwareUpdatesRequest = [3, n0, _GSURet, 0, [_JI], [0]];
|
|
684
|
-
var GetSoftwareUpdatesResult = [3, n0, _GSUReto, 0, [_UURI], [0]];
|
|
685
|
-
var INDTaxDocuments = [3, n0, _INDTD, 0, [_GSTIN], [0]];
|
|
686
|
-
var InvalidAddressException = [-3, n0, _IAE, { [_e]: _c }, [_M], [0]];
|
|
687
|
-
schema.TypeRegistry.for(n0).registerError(InvalidAddressException
|
|
688
|
-
var InvalidInputCombinationException = [-3, n0, _IICE, { [_e]: _c }, [_M], [0]];
|
|
689
|
-
schema.TypeRegistry.for(n0).registerError(InvalidInputCombinationException
|
|
690
|
-
var InvalidJobStateException = [-3, n0, _IJSE, { [_e]: _c }, [_M], [0]];
|
|
691
|
-
schema.TypeRegistry.for(n0).registerError(InvalidJobStateException
|
|
692
|
-
var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _c }, [_M], [0]];
|
|
693
|
-
schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException
|
|
694
|
-
var InvalidResourceException = [-3, n0, _IRE, { [_e]: _c }, [_M, _RT], [0, 0]];
|
|
695
|
-
schema.TypeRegistry.for(n0).registerError(InvalidResourceException
|
|
696
|
-
var JobListEntry = [
|
|
671
|
+
var DeviceConfiguration$ = [3, n0, _DC, 0, [_SDC], [() => SnowconeDeviceConfiguration$]];
|
|
672
|
+
var Ec2AmiResource$ = [3, n0, _EAR, 0, [_AIm, _SAI], [0, 0]];
|
|
673
|
+
var Ec2RequestFailedException$ = [-3, n0, _ERFE, { [_e]: _c }, [_M], [0]];
|
|
674
|
+
schema.TypeRegistry.for(n0).registerError(Ec2RequestFailedException$, Ec2RequestFailedException);
|
|
675
|
+
var EKSOnDeviceServiceConfiguration$ = [3, n0, _EKSODSC, 0, [_KV, _EKSAV], [0, 0]];
|
|
676
|
+
var EventTriggerDefinition$ = [3, n0, _ETD, 0, [_ERARN], [0]];
|
|
677
|
+
var GetJobManifestRequest$ = [3, n0, _GJMR, 0, [_JI], [0]];
|
|
678
|
+
var GetJobManifestResult$ = [3, n0, _GJMRe, 0, [_MURI], [0]];
|
|
679
|
+
var GetJobUnlockCodeRequest$ = [3, n0, _GJUCR, 0, [_JI], [0]];
|
|
680
|
+
var GetJobUnlockCodeResult$ = [3, n0, _GJUCRe, 0, [_UC], [0]];
|
|
681
|
+
var GetSnowballUsageRequest$ = [3, n0, _GSUR, 0, [], []];
|
|
682
|
+
var GetSnowballUsageResult$ = [3, n0, _GSURe, 0, [_SL, _SIU], [1, 1]];
|
|
683
|
+
var GetSoftwareUpdatesRequest$ = [3, n0, _GSURet, 0, [_JI], [0]];
|
|
684
|
+
var GetSoftwareUpdatesResult$ = [3, n0, _GSUReto, 0, [_UURI], [0]];
|
|
685
|
+
var INDTaxDocuments$ = [3, n0, _INDTD, 0, [_GSTIN], [0]];
|
|
686
|
+
var InvalidAddressException$ = [-3, n0, _IAE, { [_e]: _c }, [_M], [0]];
|
|
687
|
+
schema.TypeRegistry.for(n0).registerError(InvalidAddressException$, InvalidAddressException);
|
|
688
|
+
var InvalidInputCombinationException$ = [-3, n0, _IICE, { [_e]: _c }, [_M], [0]];
|
|
689
|
+
schema.TypeRegistry.for(n0).registerError(InvalidInputCombinationException$, InvalidInputCombinationException);
|
|
690
|
+
var InvalidJobStateException$ = [-3, n0, _IJSE, { [_e]: _c }, [_M], [0]];
|
|
691
|
+
schema.TypeRegistry.for(n0).registerError(InvalidJobStateException$, InvalidJobStateException);
|
|
692
|
+
var InvalidNextTokenException$ = [-3, n0, _INTE, { [_e]: _c }, [_M], [0]];
|
|
693
|
+
schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
694
|
+
var InvalidResourceException$ = [-3, n0, _IRE, { [_e]: _c }, [_M, _RT], [0, 0]];
|
|
695
|
+
schema.TypeRegistry.for(n0).registerError(InvalidResourceException$, InvalidResourceException);
|
|
696
|
+
var JobListEntry$ = [
|
|
697
697
|
3,
|
|
698
698
|
n0,
|
|
699
699
|
_JLEo,
|
|
@@ -701,8 +701,8 @@ var JobListEntry = [
|
|
|
701
701
|
[_JI, _JS, _IM, _JT, _ST, _CD, _D],
|
|
702
702
|
[0, 0, 2, 0, 0, 4, 0],
|
|
703
703
|
];
|
|
704
|
-
var JobLogs = [3, n0, _JL, 0, [_JCRURI, _JSLURI, _JFLURI], [0, 0, 0]];
|
|
705
|
-
var JobMetadata = [
|
|
704
|
+
var JobLogs$ = [3, n0, _JL, 0, [_JCRURI, _JSLURI, _JFLURI], [0, 0, 0]];
|
|
705
|
+
var JobMetadata$ = [
|
|
706
706
|
3,
|
|
707
707
|
n0,
|
|
708
708
|
_JM,
|
|
@@ -740,29 +740,29 @@ var JobMetadata = [
|
|
|
740
740
|
0,
|
|
741
741
|
0,
|
|
742
742
|
4,
|
|
743
|
-
() => JobResource
|
|
743
|
+
() => JobResource$,
|
|
744
744
|
0,
|
|
745
745
|
0,
|
|
746
746
|
0,
|
|
747
747
|
0,
|
|
748
|
-
() => ShippingDetails
|
|
748
|
+
() => ShippingDetails$,
|
|
749
749
|
0,
|
|
750
|
-
() => Notification
|
|
751
|
-
() => DataTransfer
|
|
752
|
-
() => JobLogs
|
|
750
|
+
() => Notification$,
|
|
751
|
+
() => DataTransfer$,
|
|
752
|
+
() => JobLogs$,
|
|
753
753
|
0,
|
|
754
754
|
0,
|
|
755
|
-
() => TaxDocuments
|
|
756
|
-
() => DeviceConfiguration
|
|
755
|
+
() => TaxDocuments$,
|
|
756
|
+
() => DeviceConfiguration$,
|
|
757
757
|
0,
|
|
758
758
|
0,
|
|
759
|
-
() => OnDeviceServiceConfiguration
|
|
759
|
+
() => OnDeviceServiceConfiguration$,
|
|
760
760
|
0,
|
|
761
|
-
[() => PickupDetails
|
|
761
|
+
[() => PickupDetails$, 0],
|
|
762
762
|
0,
|
|
763
763
|
],
|
|
764
764
|
];
|
|
765
|
-
var JobResource = [
|
|
765
|
+
var JobResource$ = [
|
|
766
766
|
3,
|
|
767
767
|
n0,
|
|
768
768
|
_JR,
|
|
@@ -770,16 +770,23 @@ var JobResource = [
|
|
|
770
770
|
[_SR, _LR, _EARc],
|
|
771
771
|
[() => S3ResourceList, () => LambdaResourceList, () => Ec2AmiResourceList],
|
|
772
772
|
];
|
|
773
|
-
var KeyRange = [3, n0, _KR, 0, [_BM, _EM], [0, 0]];
|
|
774
|
-
var KMSRequestFailedException = [-3, n0, _KMSRFE, { [_e]: _c }, [_M], [0]];
|
|
775
|
-
schema.TypeRegistry.for(n0).registerError(KMSRequestFailedException
|
|
776
|
-
var LambdaResource = [3, n0, _LRa, 0, [_LA, _ET], [0, () => EventTriggerDefinitionList]];
|
|
777
|
-
var ListClusterJobsRequest = [3, n0, _LCJR, 0, [_CI, _MR, _NT], [0, 1, 0]];
|
|
778
|
-
var ListClusterJobsResult = [3, n0, _LCJRi, 0, [_JLE, _NT], [() => JobListEntryList, 0]];
|
|
779
|
-
var ListClustersRequest = [3, n0, _LCR, 0, [_MR, _NT], [1, 0]];
|
|
780
|
-
var ListClustersResult = [
|
|
781
|
-
|
|
782
|
-
|
|
773
|
+
var KeyRange$ = [3, n0, _KR, 0, [_BM, _EM], [0, 0]];
|
|
774
|
+
var KMSRequestFailedException$ = [-3, n0, _KMSRFE, { [_e]: _c }, [_M], [0]];
|
|
775
|
+
schema.TypeRegistry.for(n0).registerError(KMSRequestFailedException$, KMSRequestFailedException);
|
|
776
|
+
var LambdaResource$ = [3, n0, _LRa, 0, [_LA, _ET], [0, () => EventTriggerDefinitionList]];
|
|
777
|
+
var ListClusterJobsRequest$ = [3, n0, _LCJR, 0, [_CI, _MR, _NT], [0, 1, 0]];
|
|
778
|
+
var ListClusterJobsResult$ = [3, n0, _LCJRi, 0, [_JLE, _NT], [() => JobListEntryList, 0]];
|
|
779
|
+
var ListClustersRequest$ = [3, n0, _LCR, 0, [_MR, _NT], [1, 0]];
|
|
780
|
+
var ListClustersResult$ = [
|
|
781
|
+
3,
|
|
782
|
+
n0,
|
|
783
|
+
_LCRi,
|
|
784
|
+
0,
|
|
785
|
+
[_CLEl, _NT],
|
|
786
|
+
[() => ClusterListEntryList, 0],
|
|
787
|
+
];
|
|
788
|
+
var ListCompatibleImagesRequest$ = [3, n0, _LCIR, 0, [_MR, _NT], [1, 0]];
|
|
789
|
+
var ListCompatibleImagesResult$ = [
|
|
783
790
|
3,
|
|
784
791
|
n0,
|
|
785
792
|
_LCIRi,
|
|
@@ -787,10 +794,10 @@ var ListCompatibleImagesResult = [
|
|
|
787
794
|
[_CIom, _NT],
|
|
788
795
|
[() => CompatibleImageList, 0],
|
|
789
796
|
];
|
|
790
|
-
var ListJobsRequest = [3, n0, _LJR, 0, [_MR, _NT], [1, 0]];
|
|
791
|
-
var ListJobsResult = [3, n0, _LJRi, 0, [_JLE, _NT], [() => JobListEntryList, 0]];
|
|
792
|
-
var ListLongTermPricingRequest = [3, n0, _LLTPR, 0, [_MR, _NT], [1, 0]];
|
|
793
|
-
var ListLongTermPricingResult = [
|
|
797
|
+
var ListJobsRequest$ = [3, n0, _LJR, 0, [_MR, _NT], [1, 0]];
|
|
798
|
+
var ListJobsResult$ = [3, n0, _LJRi, 0, [_JLE, _NT], [() => JobListEntryList, 0]];
|
|
799
|
+
var ListLongTermPricingRequest$ = [3, n0, _LLTPR, 0, [_MR, _NT], [1, 0]];
|
|
800
|
+
var ListLongTermPricingResult$ = [
|
|
794
801
|
3,
|
|
795
802
|
n0,
|
|
796
803
|
_LLTPRi,
|
|
@@ -798,9 +805,9 @@ var ListLongTermPricingResult = [
|
|
|
798
805
|
[_LTPE, _NT],
|
|
799
806
|
[() => LongTermPricingEntryList, 0],
|
|
800
807
|
];
|
|
801
|
-
var ListPickupLocationsRequest = [3, n0, _LPLR, 0, [_MR, _NT], [1, 0]];
|
|
802
|
-
var ListPickupLocationsResult = [3, n0, _LPLRi, 0, [_Ad, _NT], [() => AddressList, 0]];
|
|
803
|
-
var ListServiceVersionsRequest = [
|
|
808
|
+
var ListPickupLocationsRequest$ = [3, n0, _LPLR, 0, [_MR, _NT], [1, 0]];
|
|
809
|
+
var ListPickupLocationsResult$ = [3, n0, _LPLRi, 0, [_Ad, _NT], [() => AddressList, 0]];
|
|
810
|
+
var ListServiceVersionsRequest$ = [
|
|
804
811
|
3,
|
|
805
812
|
n0,
|
|
806
813
|
_LSVR,
|
|
@@ -808,7 +815,7 @@ var ListServiceVersionsRequest = [
|
|
|
808
815
|
[_SN, _DSe, _MR, _NT],
|
|
809
816
|
[0, () => DependentServiceList, 1, 0],
|
|
810
817
|
];
|
|
811
|
-
var ListServiceVersionsResult = [
|
|
818
|
+
var ListServiceVersionsResult$ = [
|
|
812
819
|
3,
|
|
813
820
|
n0,
|
|
814
821
|
_LSVRi,
|
|
@@ -816,7 +823,7 @@ var ListServiceVersionsResult = [
|
|
|
816
823
|
[_SVe, _SN, _DSe, _NT],
|
|
817
824
|
[() => ServiceVersionList, 0, () => DependentServiceList, 0],
|
|
818
825
|
];
|
|
819
|
-
var LongTermPricingListEntry = [
|
|
826
|
+
var LongTermPricingListEntry$ = [
|
|
820
827
|
3,
|
|
821
828
|
n0,
|
|
822
829
|
_LTPLE,
|
|
@@ -824,22 +831,22 @@ var LongTermPricingListEntry = [
|
|
|
824
831
|
[_LTPIo, _LTPED, _LTPSD, _LTPT, _CAJ, _RJ, _ILTPAR, _LTPS, _ST, _JIo],
|
|
825
832
|
[0, 4, 4, 0, 0, 0, 2, 0, 0, 64 | 0],
|
|
826
833
|
];
|
|
827
|
-
var NFSOnDeviceServiceConfiguration = [3, n0, _NFSODSC, 0, [_SLt, _SU], [1, 0]];
|
|
828
|
-
var Notification = [3, n0, _No, 0, [_STARN, _JSTN, _NA, _DPSTARN], [0, 64 | 0, 2, 0]];
|
|
829
|
-
var OnDeviceServiceConfiguration = [
|
|
834
|
+
var NFSOnDeviceServiceConfiguration$ = [3, n0, _NFSODSC, 0, [_SLt, _SU], [1, 0]];
|
|
835
|
+
var Notification$ = [3, n0, _No, 0, [_STARN, _JSTN, _NA, _DPSTARN], [0, 64 | 0, 2, 0]];
|
|
836
|
+
var OnDeviceServiceConfiguration$ = [
|
|
830
837
|
3,
|
|
831
838
|
n0,
|
|
832
839
|
_ODSC,
|
|
833
840
|
0,
|
|
834
841
|
[_NFSODS, _TGWODS, _EKSODS, _SODS],
|
|
835
842
|
[
|
|
836
|
-
() => NFSOnDeviceServiceConfiguration
|
|
837
|
-
() => TGWOnDeviceServiceConfiguration
|
|
838
|
-
() => EKSOnDeviceServiceConfiguration
|
|
839
|
-
() => S3OnDeviceServiceConfiguration
|
|
843
|
+
() => NFSOnDeviceServiceConfiguration$,
|
|
844
|
+
() => TGWOnDeviceServiceConfiguration$,
|
|
845
|
+
() => EKSOnDeviceServiceConfiguration$,
|
|
846
|
+
() => S3OnDeviceServiceConfiguration$,
|
|
840
847
|
],
|
|
841
848
|
];
|
|
842
|
-
var PickupDetails = [
|
|
849
|
+
var PickupDetails$ = [
|
|
843
850
|
3,
|
|
844
851
|
n0,
|
|
845
852
|
_PD,
|
|
@@ -847,9 +854,9 @@ var PickupDetails = [
|
|
|
847
854
|
[_N, _PN, _E, _IN, _IED, _IIO, _DPI],
|
|
848
855
|
[0, [() => PhoneNumber, 0], [() => Email, 0], 0, 4, 0, 0],
|
|
849
856
|
];
|
|
850
|
-
var ReturnShippingLabelAlreadyExistsException = [-3, n0, _RSLAEE, { [_e]: _c }, [_M], [0]];
|
|
851
|
-
schema.TypeRegistry.for(n0).registerError(ReturnShippingLabelAlreadyExistsException
|
|
852
|
-
var S3OnDeviceServiceConfiguration = [
|
|
857
|
+
var ReturnShippingLabelAlreadyExistsException$ = [-3, n0, _RSLAEE, { [_e]: _c }, [_M], [0]];
|
|
858
|
+
schema.TypeRegistry.for(n0).registerError(ReturnShippingLabelAlreadyExistsException$, ReturnShippingLabelAlreadyExistsException);
|
|
859
|
+
var S3OnDeviceServiceConfiguration$ = [
|
|
853
860
|
3,
|
|
854
861
|
n0,
|
|
855
862
|
_SODSC,
|
|
@@ -857,40 +864,40 @@ var S3OnDeviceServiceConfiguration = [
|
|
|
857
864
|
[_SLt, _SU, _SS, _FT],
|
|
858
865
|
[1, 0, 1, 1],
|
|
859
866
|
];
|
|
860
|
-
var S3Resource = [
|
|
867
|
+
var S3Resource$ = [
|
|
861
868
|
3,
|
|
862
869
|
n0,
|
|
863
870
|
_SRe,
|
|
864
871
|
0,
|
|
865
872
|
[_BA, _KR, _TODS],
|
|
866
|
-
[0, () => KeyRange
|
|
873
|
+
[0, () => KeyRange$, () => TargetOnDeviceServiceList],
|
|
867
874
|
];
|
|
868
|
-
var ServiceVersion = [3, n0, _SV, 0, [_V], [0]];
|
|
869
|
-
var Shipment = [3, n0, _Sh, 0, [_Sta, _TN], [0, 0]];
|
|
870
|
-
var ShippingDetails = [
|
|
875
|
+
var ServiceVersion$ = [3, n0, _SV, 0, [_V], [0]];
|
|
876
|
+
var Shipment$ = [3, n0, _Sh, 0, [_Sta, _TN], [0, 0]];
|
|
877
|
+
var ShippingDetails$ = [
|
|
871
878
|
3,
|
|
872
879
|
n0,
|
|
873
880
|
_SD,
|
|
874
881
|
0,
|
|
875
882
|
[_SO, _IS, _OS],
|
|
876
|
-
[0, () => Shipment
|
|
883
|
+
[0, () => Shipment$, () => Shipment$],
|
|
877
884
|
];
|
|
878
|
-
var SnowconeDeviceConfiguration = [3, n0, _SDC, 0, [_WC], [() => WirelessConnection]];
|
|
879
|
-
var TargetOnDeviceService = [3, n0, _TODSa, 0, [_SN, _TOr], [0, 0]];
|
|
880
|
-
var TaxDocuments = [3, n0, _TD, 0, [_IND], [() => INDTaxDocuments]];
|
|
881
|
-
var TGWOnDeviceServiceConfiguration = [3, n0, _TGWODSC, 0, [_SLt, _SU], [1, 0]];
|
|
882
|
-
var UnsupportedAddressException = [-3, n0, _UAE, { [_e]: _c }, [_M], [0]];
|
|
883
|
-
schema.TypeRegistry.for(n0).registerError(UnsupportedAddressException
|
|
884
|
-
var UpdateClusterRequest = [
|
|
885
|
+
var SnowconeDeviceConfiguration$ = [3, n0, _SDC, 0, [_WC], [() => WirelessConnection$]];
|
|
886
|
+
var TargetOnDeviceService$ = [3, n0, _TODSa, 0, [_SN, _TOr], [0, 0]];
|
|
887
|
+
var TaxDocuments$ = [3, n0, _TD, 0, [_IND], [() => INDTaxDocuments$]];
|
|
888
|
+
var TGWOnDeviceServiceConfiguration$ = [3, n0, _TGWODSC, 0, [_SLt, _SU], [1, 0]];
|
|
889
|
+
var UnsupportedAddressException$ = [-3, n0, _UAE, { [_e]: _c }, [_M], [0]];
|
|
890
|
+
schema.TypeRegistry.for(n0).registerError(UnsupportedAddressException$, UnsupportedAddressException);
|
|
891
|
+
var UpdateClusterRequest$ = [
|
|
885
892
|
3,
|
|
886
893
|
n0,
|
|
887
894
|
_UCR,
|
|
888
895
|
0,
|
|
889
896
|
[_CI, _RARN, _D, _R, _ODSC, _AI, _SO, _No, _FAI],
|
|
890
|
-
[0, 0, 0, () => JobResource
|
|
897
|
+
[0, 0, 0, () => JobResource$, () => OnDeviceServiceConfiguration$, 0, 0, () => Notification$, 0],
|
|
891
898
|
];
|
|
892
|
-
var UpdateClusterResult = [3, n0, _UCRp, 0, [], []];
|
|
893
|
-
var UpdateJobRequest = [
|
|
899
|
+
var UpdateClusterResult$ = [3, n0, _UCRp, 0, [], []];
|
|
900
|
+
var UpdateJobRequest$ = [
|
|
894
901
|
3,
|
|
895
902
|
n0,
|
|
896
903
|
_UJR,
|
|
@@ -899,211 +906,218 @@ var UpdateJobRequest = [
|
|
|
899
906
|
[
|
|
900
907
|
0,
|
|
901
908
|
0,
|
|
902
|
-
() => Notification
|
|
903
|
-
() => JobResource
|
|
904
|
-
() => OnDeviceServiceConfiguration
|
|
909
|
+
() => Notification$,
|
|
910
|
+
() => JobResource$,
|
|
911
|
+
() => OnDeviceServiceConfiguration$,
|
|
905
912
|
0,
|
|
906
913
|
0,
|
|
907
914
|
0,
|
|
908
915
|
0,
|
|
909
916
|
0,
|
|
910
|
-
[() => PickupDetails
|
|
917
|
+
[() => PickupDetails$, 0],
|
|
911
918
|
],
|
|
912
919
|
];
|
|
913
|
-
var UpdateJobResult = [3, n0, _UJRp, 0, [], []];
|
|
914
|
-
var UpdateJobShipmentStateRequest = [3, n0, _UJSSR, 0, [_JI, _SSh], [0, 0]];
|
|
915
|
-
var UpdateJobShipmentStateResult = [3, n0, _UJSSRp, 0, [], []];
|
|
916
|
-
var UpdateLongTermPricingRequest = [3, n0, _ULTPR, 0, [_LTPIo, _RJ, _ILTPAR], [0, 0, 2]];
|
|
917
|
-
var UpdateLongTermPricingResult = [3, n0, _ULTPRp, 0, [], []];
|
|
918
|
-
var WirelessConnection = [3, n0, _WC, 0, [_IWE], [2]];
|
|
919
|
-
var SnowballServiceException = [-3, _s, "SnowballServiceException", 0, [], []];
|
|
920
|
-
schema.TypeRegistry.for(_s).registerError(SnowballServiceException
|
|
921
|
-
var AddressList = [1, n0, _AL, 0, () => Address];
|
|
922
|
-
var ClusterListEntryList = [1, n0, _CLEL, 0, () => ClusterListEntry];
|
|
923
|
-
var CompatibleImageList = [1, n0, _CIL, 0, () => CompatibleImage];
|
|
924
|
-
var DependentServiceList = [1, n0, _DSL, 0, () => DependentService];
|
|
925
|
-
var Ec2AmiResourceList = [1, n0, _EARL, 0, () => Ec2AmiResource];
|
|
926
|
-
var EventTriggerDefinitionList = [1, n0, _ETDL, 0, () => EventTriggerDefinition];
|
|
927
|
-
var JobListEntryList = [1, n0, _JLEL, 0, () => JobListEntry];
|
|
928
|
-
var JobMetadataList = [1, n0, _JML, 0, [() => JobMetadata
|
|
929
|
-
var LambdaResourceList = [1, n0, _LRL, 0, () => LambdaResource];
|
|
930
|
-
var LongTermPricingEntryList = [1, n0, _LTPEL, 0, () => LongTermPricingListEntry];
|
|
931
|
-
var S3ResourceList = [1, n0, _SRL, 0, () => S3Resource];
|
|
932
|
-
var ServiceVersionList = [1, n0, _SVL, 0, () => ServiceVersion];
|
|
933
|
-
var TargetOnDeviceServiceList = [1, n0, _TODSL, 0, () => TargetOnDeviceService];
|
|
934
|
-
var CancelCluster = [
|
|
920
|
+
var UpdateJobResult$ = [3, n0, _UJRp, 0, [], []];
|
|
921
|
+
var UpdateJobShipmentStateRequest$ = [3, n0, _UJSSR, 0, [_JI, _SSh], [0, 0]];
|
|
922
|
+
var UpdateJobShipmentStateResult$ = [3, n0, _UJSSRp, 0, [], []];
|
|
923
|
+
var UpdateLongTermPricingRequest$ = [3, n0, _ULTPR, 0, [_LTPIo, _RJ, _ILTPAR], [0, 0, 2]];
|
|
924
|
+
var UpdateLongTermPricingResult$ = [3, n0, _ULTPRp, 0, [], []];
|
|
925
|
+
var WirelessConnection$ = [3, n0, _WC, 0, [_IWE], [2]];
|
|
926
|
+
var SnowballServiceException$ = [-3, _s, "SnowballServiceException", 0, [], []];
|
|
927
|
+
schema.TypeRegistry.for(_s).registerError(SnowballServiceException$, SnowballServiceException);
|
|
928
|
+
var AddressList = [1, n0, _AL, 0, () => Address$];
|
|
929
|
+
var ClusterListEntryList = [1, n0, _CLEL, 0, () => ClusterListEntry$];
|
|
930
|
+
var CompatibleImageList = [1, n0, _CIL, 0, () => CompatibleImage$];
|
|
931
|
+
var DependentServiceList = [1, n0, _DSL, 0, () => DependentService$];
|
|
932
|
+
var Ec2AmiResourceList = [1, n0, _EARL, 0, () => Ec2AmiResource$];
|
|
933
|
+
var EventTriggerDefinitionList = [1, n0, _ETDL, 0, () => EventTriggerDefinition$];
|
|
934
|
+
var JobListEntryList = [1, n0, _JLEL, 0, () => JobListEntry$];
|
|
935
|
+
var JobMetadataList = [1, n0, _JML, 0, [() => JobMetadata$, 0]];
|
|
936
|
+
var LambdaResourceList = [1, n0, _LRL, 0, () => LambdaResource$];
|
|
937
|
+
var LongTermPricingEntryList = [1, n0, _LTPEL, 0, () => LongTermPricingListEntry$];
|
|
938
|
+
var S3ResourceList = [1, n0, _SRL, 0, () => S3Resource$];
|
|
939
|
+
var ServiceVersionList = [1, n0, _SVL, 0, () => ServiceVersion$];
|
|
940
|
+
var TargetOnDeviceServiceList = [1, n0, _TODSL, 0, () => TargetOnDeviceService$];
|
|
941
|
+
var CancelCluster$ = [
|
|
935
942
|
9,
|
|
936
943
|
n0,
|
|
937
944
|
_CC,
|
|
938
945
|
0,
|
|
939
|
-
() => CancelClusterRequest
|
|
940
|
-
() => CancelClusterResult
|
|
946
|
+
() => CancelClusterRequest$,
|
|
947
|
+
() => CancelClusterResult$,
|
|
941
948
|
];
|
|
942
|
-
var CancelJob = [9, n0, _CJ, 0, () => CancelJobRequest
|
|
943
|
-
var CreateAddress = [
|
|
949
|
+
var CancelJob$ = [9, n0, _CJ, 0, () => CancelJobRequest$, () => CancelJobResult$];
|
|
950
|
+
var CreateAddress$ = [
|
|
944
951
|
9,
|
|
945
952
|
n0,
|
|
946
953
|
_CA,
|
|
947
954
|
0,
|
|
948
|
-
() => CreateAddressRequest
|
|
949
|
-
() => CreateAddressResult
|
|
955
|
+
() => CreateAddressRequest$,
|
|
956
|
+
() => CreateAddressResult$,
|
|
950
957
|
];
|
|
951
|
-
var CreateCluster = [
|
|
958
|
+
var CreateCluster$ = [
|
|
952
959
|
9,
|
|
953
960
|
n0,
|
|
954
961
|
_CCr,
|
|
955
962
|
0,
|
|
956
|
-
() => CreateClusterRequest
|
|
957
|
-
() => CreateClusterResult
|
|
963
|
+
() => CreateClusterRequest$,
|
|
964
|
+
() => CreateClusterResult$,
|
|
958
965
|
];
|
|
959
|
-
var CreateJob = [9, n0, _CJr, 0, () => CreateJobRequest
|
|
960
|
-
var CreateLongTermPricing = [
|
|
966
|
+
var CreateJob$ = [9, n0, _CJr, 0, () => CreateJobRequest$, () => CreateJobResult$];
|
|
967
|
+
var CreateLongTermPricing$ = [
|
|
961
968
|
9,
|
|
962
969
|
n0,
|
|
963
970
|
_CLTP,
|
|
964
971
|
0,
|
|
965
|
-
() => CreateLongTermPricingRequest
|
|
966
|
-
() => CreateLongTermPricingResult
|
|
972
|
+
() => CreateLongTermPricingRequest$,
|
|
973
|
+
() => CreateLongTermPricingResult$,
|
|
967
974
|
];
|
|
968
|
-
var CreateReturnShippingLabel = [
|
|
975
|
+
var CreateReturnShippingLabel$ = [
|
|
969
976
|
9,
|
|
970
977
|
n0,
|
|
971
978
|
_CRSL,
|
|
972
979
|
0,
|
|
973
|
-
() => CreateReturnShippingLabelRequest
|
|
974
|
-
() => CreateReturnShippingLabelResult
|
|
980
|
+
() => CreateReturnShippingLabelRequest$,
|
|
981
|
+
() => CreateReturnShippingLabelResult$,
|
|
975
982
|
];
|
|
976
|
-
var DescribeAddress = [
|
|
983
|
+
var DescribeAddress$ = [
|
|
977
984
|
9,
|
|
978
985
|
n0,
|
|
979
986
|
_DA,
|
|
980
987
|
0,
|
|
981
|
-
() => DescribeAddressRequest
|
|
982
|
-
() => DescribeAddressResult
|
|
988
|
+
() => DescribeAddressRequest$,
|
|
989
|
+
() => DescribeAddressResult$,
|
|
983
990
|
];
|
|
984
|
-
var DescribeAddresses = [
|
|
991
|
+
var DescribeAddresses$ = [
|
|
985
992
|
9,
|
|
986
993
|
n0,
|
|
987
994
|
_DAe,
|
|
988
995
|
0,
|
|
989
|
-
() => DescribeAddressesRequest
|
|
990
|
-
() => DescribeAddressesResult
|
|
996
|
+
() => DescribeAddressesRequest$,
|
|
997
|
+
() => DescribeAddressesResult$,
|
|
991
998
|
];
|
|
992
|
-
var DescribeCluster = [
|
|
999
|
+
var DescribeCluster$ = [
|
|
993
1000
|
9,
|
|
994
1001
|
n0,
|
|
995
1002
|
_DCe,
|
|
996
1003
|
0,
|
|
997
|
-
() => DescribeClusterRequest
|
|
998
|
-
() => DescribeClusterResult
|
|
1004
|
+
() => DescribeClusterRequest$,
|
|
1005
|
+
() => DescribeClusterResult$,
|
|
999
1006
|
];
|
|
1000
|
-
var DescribeJob = [9, n0, _DJ, 0, () => DescribeJobRequest
|
|
1001
|
-
var DescribeReturnShippingLabel = [
|
|
1007
|
+
var DescribeJob$ = [9, n0, _DJ, 0, () => DescribeJobRequest$, () => DescribeJobResult$];
|
|
1008
|
+
var DescribeReturnShippingLabel$ = [
|
|
1002
1009
|
9,
|
|
1003
1010
|
n0,
|
|
1004
1011
|
_DRSL,
|
|
1005
1012
|
0,
|
|
1006
|
-
() => DescribeReturnShippingLabelRequest
|
|
1007
|
-
() => DescribeReturnShippingLabelResult
|
|
1013
|
+
() => DescribeReturnShippingLabelRequest$,
|
|
1014
|
+
() => DescribeReturnShippingLabelResult$,
|
|
1008
1015
|
];
|
|
1009
|
-
var GetJobManifest = [
|
|
1016
|
+
var GetJobManifest$ = [
|
|
1010
1017
|
9,
|
|
1011
1018
|
n0,
|
|
1012
1019
|
_GJM,
|
|
1013
1020
|
0,
|
|
1014
|
-
() => GetJobManifestRequest
|
|
1015
|
-
() => GetJobManifestResult
|
|
1021
|
+
() => GetJobManifestRequest$,
|
|
1022
|
+
() => GetJobManifestResult$,
|
|
1016
1023
|
];
|
|
1017
|
-
var GetJobUnlockCode = [
|
|
1024
|
+
var GetJobUnlockCode$ = [
|
|
1018
1025
|
9,
|
|
1019
1026
|
n0,
|
|
1020
1027
|
_GJUC,
|
|
1021
1028
|
0,
|
|
1022
|
-
() => GetJobUnlockCodeRequest
|
|
1023
|
-
() => GetJobUnlockCodeResult
|
|
1029
|
+
() => GetJobUnlockCodeRequest$,
|
|
1030
|
+
() => GetJobUnlockCodeResult$,
|
|
1024
1031
|
];
|
|
1025
|
-
var GetSnowballUsage = [
|
|
1032
|
+
var GetSnowballUsage$ = [
|
|
1026
1033
|
9,
|
|
1027
1034
|
n0,
|
|
1028
1035
|
_GSU,
|
|
1029
1036
|
0,
|
|
1030
|
-
() => GetSnowballUsageRequest
|
|
1031
|
-
() => GetSnowballUsageResult
|
|
1037
|
+
() => GetSnowballUsageRequest$,
|
|
1038
|
+
() => GetSnowballUsageResult$,
|
|
1032
1039
|
];
|
|
1033
|
-
var GetSoftwareUpdates = [
|
|
1040
|
+
var GetSoftwareUpdates$ = [
|
|
1034
1041
|
9,
|
|
1035
1042
|
n0,
|
|
1036
1043
|
_GSUe,
|
|
1037
1044
|
0,
|
|
1038
|
-
() => GetSoftwareUpdatesRequest
|
|
1039
|
-
() => GetSoftwareUpdatesResult
|
|
1045
|
+
() => GetSoftwareUpdatesRequest$,
|
|
1046
|
+
() => GetSoftwareUpdatesResult$,
|
|
1040
1047
|
];
|
|
1041
|
-
var ListClusterJobs = [
|
|
1048
|
+
var ListClusterJobs$ = [
|
|
1042
1049
|
9,
|
|
1043
1050
|
n0,
|
|
1044
1051
|
_LCJ,
|
|
1045
1052
|
0,
|
|
1046
|
-
() => ListClusterJobsRequest
|
|
1047
|
-
() => ListClusterJobsResult
|
|
1053
|
+
() => ListClusterJobsRequest$,
|
|
1054
|
+
() => ListClusterJobsResult$,
|
|
1055
|
+
];
|
|
1056
|
+
var ListClusters$ = [
|
|
1057
|
+
9,
|
|
1058
|
+
n0,
|
|
1059
|
+
_LC,
|
|
1060
|
+
0,
|
|
1061
|
+
() => ListClustersRequest$,
|
|
1062
|
+
() => ListClustersResult$,
|
|
1048
1063
|
];
|
|
1049
|
-
var
|
|
1050
|
-
var ListCompatibleImages = [
|
|
1064
|
+
var ListCompatibleImages$ = [
|
|
1051
1065
|
9,
|
|
1052
1066
|
n0,
|
|
1053
1067
|
_LCI,
|
|
1054
1068
|
0,
|
|
1055
|
-
() => ListCompatibleImagesRequest
|
|
1056
|
-
() => ListCompatibleImagesResult
|
|
1069
|
+
() => ListCompatibleImagesRequest$,
|
|
1070
|
+
() => ListCompatibleImagesResult$,
|
|
1057
1071
|
];
|
|
1058
|
-
var ListJobs = [9, n0, _LJ, 0, () => ListJobsRequest
|
|
1059
|
-
var ListLongTermPricing = [
|
|
1072
|
+
var ListJobs$ = [9, n0, _LJ, 0, () => ListJobsRequest$, () => ListJobsResult$];
|
|
1073
|
+
var ListLongTermPricing$ = [
|
|
1060
1074
|
9,
|
|
1061
1075
|
n0,
|
|
1062
1076
|
_LLTP,
|
|
1063
1077
|
0,
|
|
1064
|
-
() => ListLongTermPricingRequest
|
|
1065
|
-
() => ListLongTermPricingResult
|
|
1078
|
+
() => ListLongTermPricingRequest$,
|
|
1079
|
+
() => ListLongTermPricingResult$,
|
|
1066
1080
|
];
|
|
1067
|
-
var ListPickupLocations = [
|
|
1081
|
+
var ListPickupLocations$ = [
|
|
1068
1082
|
9,
|
|
1069
1083
|
n0,
|
|
1070
1084
|
_LPL,
|
|
1071
1085
|
0,
|
|
1072
|
-
() => ListPickupLocationsRequest
|
|
1073
|
-
() => ListPickupLocationsResult
|
|
1086
|
+
() => ListPickupLocationsRequest$,
|
|
1087
|
+
() => ListPickupLocationsResult$,
|
|
1074
1088
|
];
|
|
1075
|
-
var ListServiceVersions = [
|
|
1089
|
+
var ListServiceVersions$ = [
|
|
1076
1090
|
9,
|
|
1077
1091
|
n0,
|
|
1078
1092
|
_LSV,
|
|
1079
1093
|
0,
|
|
1080
|
-
() => ListServiceVersionsRequest
|
|
1081
|
-
() => ListServiceVersionsResult
|
|
1094
|
+
() => ListServiceVersionsRequest$,
|
|
1095
|
+
() => ListServiceVersionsResult$,
|
|
1082
1096
|
];
|
|
1083
|
-
var UpdateCluster = [
|
|
1097
|
+
var UpdateCluster$ = [
|
|
1084
1098
|
9,
|
|
1085
1099
|
n0,
|
|
1086
1100
|
_UCp,
|
|
1087
1101
|
0,
|
|
1088
|
-
() => UpdateClusterRequest
|
|
1089
|
-
() => UpdateClusterResult
|
|
1102
|
+
() => UpdateClusterRequest$,
|
|
1103
|
+
() => UpdateClusterResult$,
|
|
1090
1104
|
];
|
|
1091
|
-
var UpdateJob = [9, n0, _UJ, 0, () => UpdateJobRequest
|
|
1092
|
-
var UpdateJobShipmentState = [
|
|
1105
|
+
var UpdateJob$ = [9, n0, _UJ, 0, () => UpdateJobRequest$, () => UpdateJobResult$];
|
|
1106
|
+
var UpdateJobShipmentState$ = [
|
|
1093
1107
|
9,
|
|
1094
1108
|
n0,
|
|
1095
1109
|
_UJSS,
|
|
1096
1110
|
0,
|
|
1097
|
-
() => UpdateJobShipmentStateRequest
|
|
1098
|
-
() => UpdateJobShipmentStateResult
|
|
1111
|
+
() => UpdateJobShipmentStateRequest$,
|
|
1112
|
+
() => UpdateJobShipmentStateResult$,
|
|
1099
1113
|
];
|
|
1100
|
-
var UpdateLongTermPricing = [
|
|
1114
|
+
var UpdateLongTermPricing$ = [
|
|
1101
1115
|
9,
|
|
1102
1116
|
n0,
|
|
1103
1117
|
_ULTP,
|
|
1104
1118
|
0,
|
|
1105
|
-
() => UpdateLongTermPricingRequest
|
|
1106
|
-
() => UpdateLongTermPricingResult
|
|
1119
|
+
() => UpdateLongTermPricingRequest$,
|
|
1120
|
+
() => UpdateLongTermPricingResult$,
|
|
1107
1121
|
];
|
|
1108
1122
|
|
|
1109
1123
|
class CancelClusterCommand extends smithyClient.Command
|
|
@@ -1114,7 +1128,7 @@ class CancelClusterCommand extends smithyClient.Command
|
|
|
1114
1128
|
})
|
|
1115
1129
|
.s("AWSIESnowballJobManagementService", "CancelCluster", {})
|
|
1116
1130
|
.n("SnowballClient", "CancelClusterCommand")
|
|
1117
|
-
.sc(CancelCluster)
|
|
1131
|
+
.sc(CancelCluster$)
|
|
1118
1132
|
.build() {
|
|
1119
1133
|
}
|
|
1120
1134
|
|
|
@@ -1126,7 +1140,7 @@ class CancelJobCommand extends smithyClient.Command
|
|
|
1126
1140
|
})
|
|
1127
1141
|
.s("AWSIESnowballJobManagementService", "CancelJob", {})
|
|
1128
1142
|
.n("SnowballClient", "CancelJobCommand")
|
|
1129
|
-
.sc(CancelJob)
|
|
1143
|
+
.sc(CancelJob$)
|
|
1130
1144
|
.build() {
|
|
1131
1145
|
}
|
|
1132
1146
|
|
|
@@ -1138,7 +1152,7 @@ class CreateAddressCommand extends smithyClient.Command
|
|
|
1138
1152
|
})
|
|
1139
1153
|
.s("AWSIESnowballJobManagementService", "CreateAddress", {})
|
|
1140
1154
|
.n("SnowballClient", "CreateAddressCommand")
|
|
1141
|
-
.sc(CreateAddress)
|
|
1155
|
+
.sc(CreateAddress$)
|
|
1142
1156
|
.build() {
|
|
1143
1157
|
}
|
|
1144
1158
|
|
|
@@ -1150,7 +1164,7 @@ class CreateClusterCommand extends smithyClient.Command
|
|
|
1150
1164
|
})
|
|
1151
1165
|
.s("AWSIESnowballJobManagementService", "CreateCluster", {})
|
|
1152
1166
|
.n("SnowballClient", "CreateClusterCommand")
|
|
1153
|
-
.sc(CreateCluster)
|
|
1167
|
+
.sc(CreateCluster$)
|
|
1154
1168
|
.build() {
|
|
1155
1169
|
}
|
|
1156
1170
|
|
|
@@ -1162,7 +1176,7 @@ class CreateJobCommand extends smithyClient.Command
|
|
|
1162
1176
|
})
|
|
1163
1177
|
.s("AWSIESnowballJobManagementService", "CreateJob", {})
|
|
1164
1178
|
.n("SnowballClient", "CreateJobCommand")
|
|
1165
|
-
.sc(CreateJob)
|
|
1179
|
+
.sc(CreateJob$)
|
|
1166
1180
|
.build() {
|
|
1167
1181
|
}
|
|
1168
1182
|
|
|
@@ -1174,7 +1188,7 @@ class CreateLongTermPricingCommand extends smithyClient.Command
|
|
|
1174
1188
|
})
|
|
1175
1189
|
.s("AWSIESnowballJobManagementService", "CreateLongTermPricing", {})
|
|
1176
1190
|
.n("SnowballClient", "CreateLongTermPricingCommand")
|
|
1177
|
-
.sc(CreateLongTermPricing)
|
|
1191
|
+
.sc(CreateLongTermPricing$)
|
|
1178
1192
|
.build() {
|
|
1179
1193
|
}
|
|
1180
1194
|
|
|
@@ -1186,7 +1200,7 @@ class CreateReturnShippingLabelCommand extends smithyClient.Command
|
|
|
1186
1200
|
})
|
|
1187
1201
|
.s("AWSIESnowballJobManagementService", "CreateReturnShippingLabel", {})
|
|
1188
1202
|
.n("SnowballClient", "CreateReturnShippingLabelCommand")
|
|
1189
|
-
.sc(CreateReturnShippingLabel)
|
|
1203
|
+
.sc(CreateReturnShippingLabel$)
|
|
1190
1204
|
.build() {
|
|
1191
1205
|
}
|
|
1192
1206
|
|
|
@@ -1198,7 +1212,7 @@ class DescribeAddressCommand extends smithyClient.Command
|
|
|
1198
1212
|
})
|
|
1199
1213
|
.s("AWSIESnowballJobManagementService", "DescribeAddress", {})
|
|
1200
1214
|
.n("SnowballClient", "DescribeAddressCommand")
|
|
1201
|
-
.sc(DescribeAddress)
|
|
1215
|
+
.sc(DescribeAddress$)
|
|
1202
1216
|
.build() {
|
|
1203
1217
|
}
|
|
1204
1218
|
|
|
@@ -1210,7 +1224,7 @@ class DescribeAddressesCommand extends smithyClient.Command
|
|
|
1210
1224
|
})
|
|
1211
1225
|
.s("AWSIESnowballJobManagementService", "DescribeAddresses", {})
|
|
1212
1226
|
.n("SnowballClient", "DescribeAddressesCommand")
|
|
1213
|
-
.sc(DescribeAddresses)
|
|
1227
|
+
.sc(DescribeAddresses$)
|
|
1214
1228
|
.build() {
|
|
1215
1229
|
}
|
|
1216
1230
|
|
|
@@ -1222,7 +1236,7 @@ class DescribeClusterCommand extends smithyClient.Command
|
|
|
1222
1236
|
})
|
|
1223
1237
|
.s("AWSIESnowballJobManagementService", "DescribeCluster", {})
|
|
1224
1238
|
.n("SnowballClient", "DescribeClusterCommand")
|
|
1225
|
-
.sc(DescribeCluster)
|
|
1239
|
+
.sc(DescribeCluster$)
|
|
1226
1240
|
.build() {
|
|
1227
1241
|
}
|
|
1228
1242
|
|
|
@@ -1234,7 +1248,7 @@ class DescribeJobCommand extends smithyClient.Command
|
|
|
1234
1248
|
})
|
|
1235
1249
|
.s("AWSIESnowballJobManagementService", "DescribeJob", {})
|
|
1236
1250
|
.n("SnowballClient", "DescribeJobCommand")
|
|
1237
|
-
.sc(DescribeJob)
|
|
1251
|
+
.sc(DescribeJob$)
|
|
1238
1252
|
.build() {
|
|
1239
1253
|
}
|
|
1240
1254
|
|
|
@@ -1246,7 +1260,7 @@ class DescribeReturnShippingLabelCommand extends smithyClient.Command
|
|
|
1246
1260
|
})
|
|
1247
1261
|
.s("AWSIESnowballJobManagementService", "DescribeReturnShippingLabel", {})
|
|
1248
1262
|
.n("SnowballClient", "DescribeReturnShippingLabelCommand")
|
|
1249
|
-
.sc(DescribeReturnShippingLabel)
|
|
1263
|
+
.sc(DescribeReturnShippingLabel$)
|
|
1250
1264
|
.build() {
|
|
1251
1265
|
}
|
|
1252
1266
|
|
|
@@ -1258,7 +1272,7 @@ class GetJobManifestCommand extends smithyClient.Command
|
|
|
1258
1272
|
})
|
|
1259
1273
|
.s("AWSIESnowballJobManagementService", "GetJobManifest", {})
|
|
1260
1274
|
.n("SnowballClient", "GetJobManifestCommand")
|
|
1261
|
-
.sc(GetJobManifest)
|
|
1275
|
+
.sc(GetJobManifest$)
|
|
1262
1276
|
.build() {
|
|
1263
1277
|
}
|
|
1264
1278
|
|
|
@@ -1270,7 +1284,7 @@ class GetJobUnlockCodeCommand extends smithyClient.Command
|
|
|
1270
1284
|
})
|
|
1271
1285
|
.s("AWSIESnowballJobManagementService", "GetJobUnlockCode", {})
|
|
1272
1286
|
.n("SnowballClient", "GetJobUnlockCodeCommand")
|
|
1273
|
-
.sc(GetJobUnlockCode)
|
|
1287
|
+
.sc(GetJobUnlockCode$)
|
|
1274
1288
|
.build() {
|
|
1275
1289
|
}
|
|
1276
1290
|
|
|
@@ -1282,7 +1296,7 @@ class GetSnowballUsageCommand extends smithyClient.Command
|
|
|
1282
1296
|
})
|
|
1283
1297
|
.s("AWSIESnowballJobManagementService", "GetSnowballUsage", {})
|
|
1284
1298
|
.n("SnowballClient", "GetSnowballUsageCommand")
|
|
1285
|
-
.sc(GetSnowballUsage)
|
|
1299
|
+
.sc(GetSnowballUsage$)
|
|
1286
1300
|
.build() {
|
|
1287
1301
|
}
|
|
1288
1302
|
|
|
@@ -1294,7 +1308,7 @@ class GetSoftwareUpdatesCommand extends smithyClient.Command
|
|
|
1294
1308
|
})
|
|
1295
1309
|
.s("AWSIESnowballJobManagementService", "GetSoftwareUpdates", {})
|
|
1296
1310
|
.n("SnowballClient", "GetSoftwareUpdatesCommand")
|
|
1297
|
-
.sc(GetSoftwareUpdates)
|
|
1311
|
+
.sc(GetSoftwareUpdates$)
|
|
1298
1312
|
.build() {
|
|
1299
1313
|
}
|
|
1300
1314
|
|
|
@@ -1306,7 +1320,7 @@ class ListClusterJobsCommand extends smithyClient.Command
|
|
|
1306
1320
|
})
|
|
1307
1321
|
.s("AWSIESnowballJobManagementService", "ListClusterJobs", {})
|
|
1308
1322
|
.n("SnowballClient", "ListClusterJobsCommand")
|
|
1309
|
-
.sc(ListClusterJobs)
|
|
1323
|
+
.sc(ListClusterJobs$)
|
|
1310
1324
|
.build() {
|
|
1311
1325
|
}
|
|
1312
1326
|
|
|
@@ -1318,7 +1332,7 @@ class ListClustersCommand extends smithyClient.Command
|
|
|
1318
1332
|
})
|
|
1319
1333
|
.s("AWSIESnowballJobManagementService", "ListClusters", {})
|
|
1320
1334
|
.n("SnowballClient", "ListClustersCommand")
|
|
1321
|
-
.sc(ListClusters)
|
|
1335
|
+
.sc(ListClusters$)
|
|
1322
1336
|
.build() {
|
|
1323
1337
|
}
|
|
1324
1338
|
|
|
@@ -1330,7 +1344,7 @@ class ListCompatibleImagesCommand extends smithyClient.Command
|
|
|
1330
1344
|
})
|
|
1331
1345
|
.s("AWSIESnowballJobManagementService", "ListCompatibleImages", {})
|
|
1332
1346
|
.n("SnowballClient", "ListCompatibleImagesCommand")
|
|
1333
|
-
.sc(ListCompatibleImages)
|
|
1347
|
+
.sc(ListCompatibleImages$)
|
|
1334
1348
|
.build() {
|
|
1335
1349
|
}
|
|
1336
1350
|
|
|
@@ -1342,7 +1356,7 @@ class ListJobsCommand extends smithyClient.Command
|
|
|
1342
1356
|
})
|
|
1343
1357
|
.s("AWSIESnowballJobManagementService", "ListJobs", {})
|
|
1344
1358
|
.n("SnowballClient", "ListJobsCommand")
|
|
1345
|
-
.sc(ListJobs)
|
|
1359
|
+
.sc(ListJobs$)
|
|
1346
1360
|
.build() {
|
|
1347
1361
|
}
|
|
1348
1362
|
|
|
@@ -1354,7 +1368,7 @@ class ListLongTermPricingCommand extends smithyClient.Command
|
|
|
1354
1368
|
})
|
|
1355
1369
|
.s("AWSIESnowballJobManagementService", "ListLongTermPricing", {})
|
|
1356
1370
|
.n("SnowballClient", "ListLongTermPricingCommand")
|
|
1357
|
-
.sc(ListLongTermPricing)
|
|
1371
|
+
.sc(ListLongTermPricing$)
|
|
1358
1372
|
.build() {
|
|
1359
1373
|
}
|
|
1360
1374
|
|
|
@@ -1366,7 +1380,7 @@ class ListPickupLocationsCommand extends smithyClient.Command
|
|
|
1366
1380
|
})
|
|
1367
1381
|
.s("AWSIESnowballJobManagementService", "ListPickupLocations", {})
|
|
1368
1382
|
.n("SnowballClient", "ListPickupLocationsCommand")
|
|
1369
|
-
.sc(ListPickupLocations)
|
|
1383
|
+
.sc(ListPickupLocations$)
|
|
1370
1384
|
.build() {
|
|
1371
1385
|
}
|
|
1372
1386
|
|
|
@@ -1378,7 +1392,7 @@ class ListServiceVersionsCommand extends smithyClient.Command
|
|
|
1378
1392
|
})
|
|
1379
1393
|
.s("AWSIESnowballJobManagementService", "ListServiceVersions", {})
|
|
1380
1394
|
.n("SnowballClient", "ListServiceVersionsCommand")
|
|
1381
|
-
.sc(ListServiceVersions)
|
|
1395
|
+
.sc(ListServiceVersions$)
|
|
1382
1396
|
.build() {
|
|
1383
1397
|
}
|
|
1384
1398
|
|
|
@@ -1390,7 +1404,7 @@ class UpdateClusterCommand extends smithyClient.Command
|
|
|
1390
1404
|
})
|
|
1391
1405
|
.s("AWSIESnowballJobManagementService", "UpdateCluster", {})
|
|
1392
1406
|
.n("SnowballClient", "UpdateClusterCommand")
|
|
1393
|
-
.sc(UpdateCluster)
|
|
1407
|
+
.sc(UpdateCluster$)
|
|
1394
1408
|
.build() {
|
|
1395
1409
|
}
|
|
1396
1410
|
|
|
@@ -1402,7 +1416,7 @@ class UpdateJobCommand extends smithyClient.Command
|
|
|
1402
1416
|
})
|
|
1403
1417
|
.s("AWSIESnowballJobManagementService", "UpdateJob", {})
|
|
1404
1418
|
.n("SnowballClient", "UpdateJobCommand")
|
|
1405
|
-
.sc(UpdateJob)
|
|
1419
|
+
.sc(UpdateJob$)
|
|
1406
1420
|
.build() {
|
|
1407
1421
|
}
|
|
1408
1422
|
|
|
@@ -1414,7 +1428,7 @@ class UpdateJobShipmentStateCommand extends smithyClient.Command
|
|
|
1414
1428
|
})
|
|
1415
1429
|
.s("AWSIESnowballJobManagementService", "UpdateJobShipmentState", {})
|
|
1416
1430
|
.n("SnowballClient", "UpdateJobShipmentStateCommand")
|
|
1417
|
-
.sc(UpdateJobShipmentState)
|
|
1431
|
+
.sc(UpdateJobShipmentState$)
|
|
1418
1432
|
.build() {
|
|
1419
1433
|
}
|
|
1420
1434
|
|
|
@@ -1426,7 +1440,7 @@ class UpdateLongTermPricingCommand extends smithyClient.Command
|
|
|
1426
1440
|
})
|
|
1427
1441
|
.s("AWSIESnowballJobManagementService", "UpdateLongTermPricing", {})
|
|
1428
1442
|
.n("SnowballClient", "UpdateLongTermPricingCommand")
|
|
1429
|
-
.sc(UpdateLongTermPricing)
|
|
1443
|
+
.sc(UpdateLongTermPricing$)
|
|
1430
1444
|
.build() {
|
|
1431
1445
|
}
|
|
1432
1446
|
|
|
@@ -1591,63 +1605,188 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1591
1605
|
enumerable: true,
|
|
1592
1606
|
get: function () { return smithyClient.Client; }
|
|
1593
1607
|
});
|
|
1608
|
+
exports.Address$ = Address$;
|
|
1594
1609
|
exports.AddressType = AddressType;
|
|
1610
|
+
exports.CancelCluster$ = CancelCluster$;
|
|
1595
1611
|
exports.CancelClusterCommand = CancelClusterCommand;
|
|
1612
|
+
exports.CancelClusterRequest$ = CancelClusterRequest$;
|
|
1613
|
+
exports.CancelClusterResult$ = CancelClusterResult$;
|
|
1614
|
+
exports.CancelJob$ = CancelJob$;
|
|
1596
1615
|
exports.CancelJobCommand = CancelJobCommand;
|
|
1597
|
-
exports.
|
|
1616
|
+
exports.CancelJobRequest$ = CancelJobRequest$;
|
|
1617
|
+
exports.CancelJobResult$ = CancelJobResult$;
|
|
1618
|
+
exports.ClusterLimitExceededException = ClusterLimitExceededException;
|
|
1619
|
+
exports.ClusterLimitExceededException$ = ClusterLimitExceededException$;
|
|
1620
|
+
exports.ClusterListEntry$ = ClusterListEntry$;
|
|
1621
|
+
exports.ClusterMetadata$ = ClusterMetadata$;
|
|
1598
1622
|
exports.ClusterState = ClusterState;
|
|
1599
|
-
exports.
|
|
1623
|
+
exports.CompatibleImage$ = CompatibleImage$;
|
|
1624
|
+
exports.ConflictException = ConflictException;
|
|
1625
|
+
exports.ConflictException$ = ConflictException$;
|
|
1626
|
+
exports.CreateAddress$ = CreateAddress$;
|
|
1600
1627
|
exports.CreateAddressCommand = CreateAddressCommand;
|
|
1628
|
+
exports.CreateAddressRequest$ = CreateAddressRequest$;
|
|
1629
|
+
exports.CreateAddressResult$ = CreateAddressResult$;
|
|
1630
|
+
exports.CreateCluster$ = CreateCluster$;
|
|
1601
1631
|
exports.CreateClusterCommand = CreateClusterCommand;
|
|
1632
|
+
exports.CreateClusterRequest$ = CreateClusterRequest$;
|
|
1633
|
+
exports.CreateClusterResult$ = CreateClusterResult$;
|
|
1634
|
+
exports.CreateJob$ = CreateJob$;
|
|
1602
1635
|
exports.CreateJobCommand = CreateJobCommand;
|
|
1636
|
+
exports.CreateJobRequest$ = CreateJobRequest$;
|
|
1637
|
+
exports.CreateJobResult$ = CreateJobResult$;
|
|
1638
|
+
exports.CreateLongTermPricing$ = CreateLongTermPricing$;
|
|
1603
1639
|
exports.CreateLongTermPricingCommand = CreateLongTermPricingCommand;
|
|
1640
|
+
exports.CreateLongTermPricingRequest$ = CreateLongTermPricingRequest$;
|
|
1641
|
+
exports.CreateLongTermPricingResult$ = CreateLongTermPricingResult$;
|
|
1642
|
+
exports.CreateReturnShippingLabel$ = CreateReturnShippingLabel$;
|
|
1604
1643
|
exports.CreateReturnShippingLabelCommand = CreateReturnShippingLabelCommand;
|
|
1644
|
+
exports.CreateReturnShippingLabelRequest$ = CreateReturnShippingLabelRequest$;
|
|
1645
|
+
exports.CreateReturnShippingLabelResult$ = CreateReturnShippingLabelResult$;
|
|
1646
|
+
exports.DataTransfer$ = DataTransfer$;
|
|
1647
|
+
exports.DependentService$ = DependentService$;
|
|
1648
|
+
exports.DescribeAddress$ = DescribeAddress$;
|
|
1605
1649
|
exports.DescribeAddressCommand = DescribeAddressCommand;
|
|
1650
|
+
exports.DescribeAddressRequest$ = DescribeAddressRequest$;
|
|
1651
|
+
exports.DescribeAddressResult$ = DescribeAddressResult$;
|
|
1652
|
+
exports.DescribeAddresses$ = DescribeAddresses$;
|
|
1606
1653
|
exports.DescribeAddressesCommand = DescribeAddressesCommand;
|
|
1654
|
+
exports.DescribeAddressesRequest$ = DescribeAddressesRequest$;
|
|
1655
|
+
exports.DescribeAddressesResult$ = DescribeAddressesResult$;
|
|
1656
|
+
exports.DescribeCluster$ = DescribeCluster$;
|
|
1607
1657
|
exports.DescribeClusterCommand = DescribeClusterCommand;
|
|
1658
|
+
exports.DescribeClusterRequest$ = DescribeClusterRequest$;
|
|
1659
|
+
exports.DescribeClusterResult$ = DescribeClusterResult$;
|
|
1660
|
+
exports.DescribeJob$ = DescribeJob$;
|
|
1608
1661
|
exports.DescribeJobCommand = DescribeJobCommand;
|
|
1662
|
+
exports.DescribeJobRequest$ = DescribeJobRequest$;
|
|
1663
|
+
exports.DescribeJobResult$ = DescribeJobResult$;
|
|
1664
|
+
exports.DescribeReturnShippingLabel$ = DescribeReturnShippingLabel$;
|
|
1609
1665
|
exports.DescribeReturnShippingLabelCommand = DescribeReturnShippingLabelCommand;
|
|
1666
|
+
exports.DescribeReturnShippingLabelRequest$ = DescribeReturnShippingLabelRequest$;
|
|
1667
|
+
exports.DescribeReturnShippingLabelResult$ = DescribeReturnShippingLabelResult$;
|
|
1668
|
+
exports.DeviceConfiguration$ = DeviceConfiguration$;
|
|
1610
1669
|
exports.DeviceServiceName = DeviceServiceName;
|
|
1611
|
-
exports.
|
|
1670
|
+
exports.EKSOnDeviceServiceConfiguration$ = EKSOnDeviceServiceConfiguration$;
|
|
1671
|
+
exports.Ec2AmiResource$ = Ec2AmiResource$;
|
|
1672
|
+
exports.Ec2RequestFailedException = Ec2RequestFailedException;
|
|
1673
|
+
exports.Ec2RequestFailedException$ = Ec2RequestFailedException$;
|
|
1674
|
+
exports.EventTriggerDefinition$ = EventTriggerDefinition$;
|
|
1675
|
+
exports.GetJobManifest$ = GetJobManifest$;
|
|
1612
1676
|
exports.GetJobManifestCommand = GetJobManifestCommand;
|
|
1677
|
+
exports.GetJobManifestRequest$ = GetJobManifestRequest$;
|
|
1678
|
+
exports.GetJobManifestResult$ = GetJobManifestResult$;
|
|
1679
|
+
exports.GetJobUnlockCode$ = GetJobUnlockCode$;
|
|
1613
1680
|
exports.GetJobUnlockCodeCommand = GetJobUnlockCodeCommand;
|
|
1681
|
+
exports.GetJobUnlockCodeRequest$ = GetJobUnlockCodeRequest$;
|
|
1682
|
+
exports.GetJobUnlockCodeResult$ = GetJobUnlockCodeResult$;
|
|
1683
|
+
exports.GetSnowballUsage$ = GetSnowballUsage$;
|
|
1614
1684
|
exports.GetSnowballUsageCommand = GetSnowballUsageCommand;
|
|
1685
|
+
exports.GetSnowballUsageRequest$ = GetSnowballUsageRequest$;
|
|
1686
|
+
exports.GetSnowballUsageResult$ = GetSnowballUsageResult$;
|
|
1687
|
+
exports.GetSoftwareUpdates$ = GetSoftwareUpdates$;
|
|
1615
1688
|
exports.GetSoftwareUpdatesCommand = GetSoftwareUpdatesCommand;
|
|
1689
|
+
exports.GetSoftwareUpdatesRequest$ = GetSoftwareUpdatesRequest$;
|
|
1690
|
+
exports.GetSoftwareUpdatesResult$ = GetSoftwareUpdatesResult$;
|
|
1691
|
+
exports.INDTaxDocuments$ = INDTaxDocuments$;
|
|
1616
1692
|
exports.ImpactLevel = ImpactLevel;
|
|
1617
|
-
exports.InvalidAddressException = InvalidAddressException
|
|
1618
|
-
exports.
|
|
1619
|
-
exports.
|
|
1620
|
-
exports.
|
|
1621
|
-
exports.
|
|
1693
|
+
exports.InvalidAddressException = InvalidAddressException;
|
|
1694
|
+
exports.InvalidAddressException$ = InvalidAddressException$;
|
|
1695
|
+
exports.InvalidInputCombinationException = InvalidInputCombinationException;
|
|
1696
|
+
exports.InvalidInputCombinationException$ = InvalidInputCombinationException$;
|
|
1697
|
+
exports.InvalidJobStateException = InvalidJobStateException;
|
|
1698
|
+
exports.InvalidJobStateException$ = InvalidJobStateException$;
|
|
1699
|
+
exports.InvalidNextTokenException = InvalidNextTokenException;
|
|
1700
|
+
exports.InvalidNextTokenException$ = InvalidNextTokenException$;
|
|
1701
|
+
exports.InvalidResourceException = InvalidResourceException;
|
|
1702
|
+
exports.InvalidResourceException$ = InvalidResourceException$;
|
|
1703
|
+
exports.JobListEntry$ = JobListEntry$;
|
|
1704
|
+
exports.JobLogs$ = JobLogs$;
|
|
1705
|
+
exports.JobMetadata$ = JobMetadata$;
|
|
1706
|
+
exports.JobResource$ = JobResource$;
|
|
1622
1707
|
exports.JobState = JobState;
|
|
1623
1708
|
exports.JobType = JobType;
|
|
1624
|
-
exports.KMSRequestFailedException = KMSRequestFailedException
|
|
1709
|
+
exports.KMSRequestFailedException = KMSRequestFailedException;
|
|
1710
|
+
exports.KMSRequestFailedException$ = KMSRequestFailedException$;
|
|
1711
|
+
exports.KeyRange$ = KeyRange$;
|
|
1712
|
+
exports.LambdaResource$ = LambdaResource$;
|
|
1713
|
+
exports.ListClusterJobs$ = ListClusterJobs$;
|
|
1625
1714
|
exports.ListClusterJobsCommand = ListClusterJobsCommand;
|
|
1715
|
+
exports.ListClusterJobsRequest$ = ListClusterJobsRequest$;
|
|
1716
|
+
exports.ListClusterJobsResult$ = ListClusterJobsResult$;
|
|
1717
|
+
exports.ListClusters$ = ListClusters$;
|
|
1626
1718
|
exports.ListClustersCommand = ListClustersCommand;
|
|
1719
|
+
exports.ListClustersRequest$ = ListClustersRequest$;
|
|
1720
|
+
exports.ListClustersResult$ = ListClustersResult$;
|
|
1721
|
+
exports.ListCompatibleImages$ = ListCompatibleImages$;
|
|
1627
1722
|
exports.ListCompatibleImagesCommand = ListCompatibleImagesCommand;
|
|
1723
|
+
exports.ListCompatibleImagesRequest$ = ListCompatibleImagesRequest$;
|
|
1724
|
+
exports.ListCompatibleImagesResult$ = ListCompatibleImagesResult$;
|
|
1725
|
+
exports.ListJobs$ = ListJobs$;
|
|
1628
1726
|
exports.ListJobsCommand = ListJobsCommand;
|
|
1727
|
+
exports.ListJobsRequest$ = ListJobsRequest$;
|
|
1728
|
+
exports.ListJobsResult$ = ListJobsResult$;
|
|
1729
|
+
exports.ListLongTermPricing$ = ListLongTermPricing$;
|
|
1629
1730
|
exports.ListLongTermPricingCommand = ListLongTermPricingCommand;
|
|
1731
|
+
exports.ListLongTermPricingRequest$ = ListLongTermPricingRequest$;
|
|
1732
|
+
exports.ListLongTermPricingResult$ = ListLongTermPricingResult$;
|
|
1733
|
+
exports.ListPickupLocations$ = ListPickupLocations$;
|
|
1630
1734
|
exports.ListPickupLocationsCommand = ListPickupLocationsCommand;
|
|
1735
|
+
exports.ListPickupLocationsRequest$ = ListPickupLocationsRequest$;
|
|
1736
|
+
exports.ListPickupLocationsResult$ = ListPickupLocationsResult$;
|
|
1737
|
+
exports.ListServiceVersions$ = ListServiceVersions$;
|
|
1631
1738
|
exports.ListServiceVersionsCommand = ListServiceVersionsCommand;
|
|
1739
|
+
exports.ListServiceVersionsRequest$ = ListServiceVersionsRequest$;
|
|
1740
|
+
exports.ListServiceVersionsResult$ = ListServiceVersionsResult$;
|
|
1741
|
+
exports.LongTermPricingListEntry$ = LongTermPricingListEntry$;
|
|
1632
1742
|
exports.LongTermPricingType = LongTermPricingType;
|
|
1743
|
+
exports.NFSOnDeviceServiceConfiguration$ = NFSOnDeviceServiceConfiguration$;
|
|
1744
|
+
exports.Notification$ = Notification$;
|
|
1745
|
+
exports.OnDeviceServiceConfiguration$ = OnDeviceServiceConfiguration$;
|
|
1746
|
+
exports.PickupDetails$ = PickupDetails$;
|
|
1633
1747
|
exports.RemoteManagement = RemoteManagement;
|
|
1634
|
-
exports.ReturnShippingLabelAlreadyExistsException = ReturnShippingLabelAlreadyExistsException
|
|
1748
|
+
exports.ReturnShippingLabelAlreadyExistsException = ReturnShippingLabelAlreadyExistsException;
|
|
1749
|
+
exports.ReturnShippingLabelAlreadyExistsException$ = ReturnShippingLabelAlreadyExistsException$;
|
|
1750
|
+
exports.S3OnDeviceServiceConfiguration$ = S3OnDeviceServiceConfiguration$;
|
|
1751
|
+
exports.S3Resource$ = S3Resource$;
|
|
1635
1752
|
exports.ServiceName = ServiceName;
|
|
1753
|
+
exports.ServiceVersion$ = ServiceVersion$;
|
|
1754
|
+
exports.Shipment$ = Shipment$;
|
|
1636
1755
|
exports.ShipmentState = ShipmentState;
|
|
1756
|
+
exports.ShippingDetails$ = ShippingDetails$;
|
|
1637
1757
|
exports.ShippingLabelStatus = ShippingLabelStatus;
|
|
1638
1758
|
exports.ShippingOption = ShippingOption;
|
|
1639
1759
|
exports.Snowball = Snowball;
|
|
1640
1760
|
exports.SnowballCapacity = SnowballCapacity;
|
|
1641
1761
|
exports.SnowballClient = SnowballClient;
|
|
1642
|
-
exports.SnowballServiceException = SnowballServiceException
|
|
1762
|
+
exports.SnowballServiceException = SnowballServiceException;
|
|
1763
|
+
exports.SnowballServiceException$ = SnowballServiceException$;
|
|
1643
1764
|
exports.SnowballType = SnowballType;
|
|
1765
|
+
exports.SnowconeDeviceConfiguration$ = SnowconeDeviceConfiguration$;
|
|
1644
1766
|
exports.StorageUnit = StorageUnit;
|
|
1767
|
+
exports.TGWOnDeviceServiceConfiguration$ = TGWOnDeviceServiceConfiguration$;
|
|
1768
|
+
exports.TargetOnDeviceService$ = TargetOnDeviceService$;
|
|
1769
|
+
exports.TaxDocuments$ = TaxDocuments$;
|
|
1645
1770
|
exports.TransferOption = TransferOption;
|
|
1646
|
-
exports.UnsupportedAddressException = UnsupportedAddressException
|
|
1771
|
+
exports.UnsupportedAddressException = UnsupportedAddressException;
|
|
1772
|
+
exports.UnsupportedAddressException$ = UnsupportedAddressException$;
|
|
1773
|
+
exports.UpdateCluster$ = UpdateCluster$;
|
|
1647
1774
|
exports.UpdateClusterCommand = UpdateClusterCommand;
|
|
1775
|
+
exports.UpdateClusterRequest$ = UpdateClusterRequest$;
|
|
1776
|
+
exports.UpdateClusterResult$ = UpdateClusterResult$;
|
|
1777
|
+
exports.UpdateJob$ = UpdateJob$;
|
|
1648
1778
|
exports.UpdateJobCommand = UpdateJobCommand;
|
|
1779
|
+
exports.UpdateJobRequest$ = UpdateJobRequest$;
|
|
1780
|
+
exports.UpdateJobResult$ = UpdateJobResult$;
|
|
1781
|
+
exports.UpdateJobShipmentState$ = UpdateJobShipmentState$;
|
|
1649
1782
|
exports.UpdateJobShipmentStateCommand = UpdateJobShipmentStateCommand;
|
|
1783
|
+
exports.UpdateJobShipmentStateRequest$ = UpdateJobShipmentStateRequest$;
|
|
1784
|
+
exports.UpdateJobShipmentStateResult$ = UpdateJobShipmentStateResult$;
|
|
1785
|
+
exports.UpdateLongTermPricing$ = UpdateLongTermPricing$;
|
|
1650
1786
|
exports.UpdateLongTermPricingCommand = UpdateLongTermPricingCommand;
|
|
1787
|
+
exports.UpdateLongTermPricingRequest$ = UpdateLongTermPricingRequest$;
|
|
1788
|
+
exports.UpdateLongTermPricingResult$ = UpdateLongTermPricingResult$;
|
|
1789
|
+
exports.WirelessConnection$ = WirelessConnection$;
|
|
1651
1790
|
exports.paginateDescribeAddresses = paginateDescribeAddresses;
|
|
1652
1791
|
exports.paginateListClusterJobs = paginateListClusterJobs;
|
|
1653
1792
|
exports.paginateListClusters = paginateListClusters;
|