@aws-sdk/client-snowball 3.170.0 → 3.178.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.
Files changed (38) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/Snowball.d.ts +0 -25
  6. package/dist-types/ts3.4/SnowballClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/CancelClusterCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateAddressCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/CreateLongTermPricingCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/CreateReturnShippingLabelCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DescribeAddressCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DescribeReturnShippingLabelCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/GetJobManifestCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/GetJobUnlockCodeCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/GetSnowballUsageCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/GetSoftwareUpdatesCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/ListClusterJobsCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/ListCompatibleImagesCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/ListLongTermPricingCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/UpdateJobShipmentStateCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/UpdateLongTermPricingCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/models/SnowballServiceException.d.ts +0 -1
  33. package/dist-types/ts3.4/models/models_0.d.ts +0 -284
  34. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  35. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  36. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  37. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  38. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-snowball
9
+
10
+
11
+
12
+
13
+
14
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-snowball
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-snowball
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
32
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
33
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
34
34
  signingEscapePath?: boolean | undefined;
35
35
  systemClockOffset?: number | undefined;
36
36
  signingRegion?: string | undefined;
@@ -100,7 +100,6 @@ import {
100
100
  UpdateLongTermPricingCommandOutput,
101
101
  } from "./commands/UpdateLongTermPricingCommand";
102
102
  import { SnowballClient } from "./SnowballClient";
103
-
104
103
  export declare class Snowball extends SnowballClient {
105
104
  cancelCluster(
106
105
  args: CancelClusterCommandInput,
@@ -115,7 +114,6 @@ export declare class Snowball extends SnowballClient {
115
114
  options: __HttpHandlerOptions,
116
115
  cb: (err: any, data?: CancelClusterCommandOutput) => void
117
116
  ): void;
118
-
119
117
  cancelJob(
120
118
  args: CancelJobCommandInput,
121
119
  options?: __HttpHandlerOptions
@@ -129,7 +127,6 @@ export declare class Snowball extends SnowballClient {
129
127
  options: __HttpHandlerOptions,
130
128
  cb: (err: any, data?: CancelJobCommandOutput) => void
131
129
  ): void;
132
-
133
130
  createAddress(
134
131
  args: CreateAddressCommandInput,
135
132
  options?: __HttpHandlerOptions
@@ -143,7 +140,6 @@ export declare class Snowball extends SnowballClient {
143
140
  options: __HttpHandlerOptions,
144
141
  cb: (err: any, data?: CreateAddressCommandOutput) => void
145
142
  ): void;
146
-
147
143
  createCluster(
148
144
  args: CreateClusterCommandInput,
149
145
  options?: __HttpHandlerOptions
@@ -157,7 +153,6 @@ export declare class Snowball extends SnowballClient {
157
153
  options: __HttpHandlerOptions,
158
154
  cb: (err: any, data?: CreateClusterCommandOutput) => void
159
155
  ): void;
160
-
161
156
  createJob(
162
157
  args: CreateJobCommandInput,
163
158
  options?: __HttpHandlerOptions
@@ -171,7 +166,6 @@ export declare class Snowball extends SnowballClient {
171
166
  options: __HttpHandlerOptions,
172
167
  cb: (err: any, data?: CreateJobCommandOutput) => void
173
168
  ): void;
174
-
175
169
  createLongTermPricing(
176
170
  args: CreateLongTermPricingCommandInput,
177
171
  options?: __HttpHandlerOptions
@@ -185,7 +179,6 @@ export declare class Snowball extends SnowballClient {
185
179
  options: __HttpHandlerOptions,
186
180
  cb: (err: any, data?: CreateLongTermPricingCommandOutput) => void
187
181
  ): void;
188
-
189
182
  createReturnShippingLabel(
190
183
  args: CreateReturnShippingLabelCommandInput,
191
184
  options?: __HttpHandlerOptions
@@ -199,7 +192,6 @@ export declare class Snowball extends SnowballClient {
199
192
  options: __HttpHandlerOptions,
200
193
  cb: (err: any, data?: CreateReturnShippingLabelCommandOutput) => void
201
194
  ): void;
202
-
203
195
  describeAddress(
204
196
  args: DescribeAddressCommandInput,
205
197
  options?: __HttpHandlerOptions
@@ -213,7 +205,6 @@ export declare class Snowball extends SnowballClient {
213
205
  options: __HttpHandlerOptions,
214
206
  cb: (err: any, data?: DescribeAddressCommandOutput) => void
215
207
  ): void;
216
-
217
208
  describeAddresses(
218
209
  args: DescribeAddressesCommandInput,
219
210
  options?: __HttpHandlerOptions
@@ -227,7 +218,6 @@ export declare class Snowball extends SnowballClient {
227
218
  options: __HttpHandlerOptions,
228
219
  cb: (err: any, data?: DescribeAddressesCommandOutput) => void
229
220
  ): void;
230
-
231
221
  describeCluster(
232
222
  args: DescribeClusterCommandInput,
233
223
  options?: __HttpHandlerOptions
@@ -241,7 +231,6 @@ export declare class Snowball extends SnowballClient {
241
231
  options: __HttpHandlerOptions,
242
232
  cb: (err: any, data?: DescribeClusterCommandOutput) => void
243
233
  ): void;
244
-
245
234
  describeJob(
246
235
  args: DescribeJobCommandInput,
247
236
  options?: __HttpHandlerOptions
@@ -255,7 +244,6 @@ export declare class Snowball extends SnowballClient {
255
244
  options: __HttpHandlerOptions,
256
245
  cb: (err: any, data?: DescribeJobCommandOutput) => void
257
246
  ): void;
258
-
259
247
  describeReturnShippingLabel(
260
248
  args: DescribeReturnShippingLabelCommandInput,
261
249
  options?: __HttpHandlerOptions
@@ -269,7 +257,6 @@ export declare class Snowball extends SnowballClient {
269
257
  options: __HttpHandlerOptions,
270
258
  cb: (err: any, data?: DescribeReturnShippingLabelCommandOutput) => void
271
259
  ): void;
272
-
273
260
  getJobManifest(
274
261
  args: GetJobManifestCommandInput,
275
262
  options?: __HttpHandlerOptions
@@ -283,7 +270,6 @@ export declare class Snowball extends SnowballClient {
283
270
  options: __HttpHandlerOptions,
284
271
  cb: (err: any, data?: GetJobManifestCommandOutput) => void
285
272
  ): void;
286
-
287
273
  getJobUnlockCode(
288
274
  args: GetJobUnlockCodeCommandInput,
289
275
  options?: __HttpHandlerOptions
@@ -297,7 +283,6 @@ export declare class Snowball extends SnowballClient {
297
283
  options: __HttpHandlerOptions,
298
284
  cb: (err: any, data?: GetJobUnlockCodeCommandOutput) => void
299
285
  ): void;
300
-
301
286
  getSnowballUsage(
302
287
  args: GetSnowballUsageCommandInput,
303
288
  options?: __HttpHandlerOptions
@@ -311,7 +296,6 @@ export declare class Snowball extends SnowballClient {
311
296
  options: __HttpHandlerOptions,
312
297
  cb: (err: any, data?: GetSnowballUsageCommandOutput) => void
313
298
  ): void;
314
-
315
299
  getSoftwareUpdates(
316
300
  args: GetSoftwareUpdatesCommandInput,
317
301
  options?: __HttpHandlerOptions
@@ -325,7 +309,6 @@ export declare class Snowball extends SnowballClient {
325
309
  options: __HttpHandlerOptions,
326
310
  cb: (err: any, data?: GetSoftwareUpdatesCommandOutput) => void
327
311
  ): void;
328
-
329
312
  listClusterJobs(
330
313
  args: ListClusterJobsCommandInput,
331
314
  options?: __HttpHandlerOptions
@@ -339,7 +322,6 @@ export declare class Snowball extends SnowballClient {
339
322
  options: __HttpHandlerOptions,
340
323
  cb: (err: any, data?: ListClusterJobsCommandOutput) => void
341
324
  ): void;
342
-
343
325
  listClusters(
344
326
  args: ListClustersCommandInput,
345
327
  options?: __HttpHandlerOptions
@@ -353,7 +335,6 @@ export declare class Snowball extends SnowballClient {
353
335
  options: __HttpHandlerOptions,
354
336
  cb: (err: any, data?: ListClustersCommandOutput) => void
355
337
  ): void;
356
-
357
338
  listCompatibleImages(
358
339
  args: ListCompatibleImagesCommandInput,
359
340
  options?: __HttpHandlerOptions
@@ -367,7 +348,6 @@ export declare class Snowball extends SnowballClient {
367
348
  options: __HttpHandlerOptions,
368
349
  cb: (err: any, data?: ListCompatibleImagesCommandOutput) => void
369
350
  ): void;
370
-
371
351
  listJobs(
372
352
  args: ListJobsCommandInput,
373
353
  options?: __HttpHandlerOptions
@@ -381,7 +361,6 @@ export declare class Snowball extends SnowballClient {
381
361
  options: __HttpHandlerOptions,
382
362
  cb: (err: any, data?: ListJobsCommandOutput) => void
383
363
  ): void;
384
-
385
364
  listLongTermPricing(
386
365
  args: ListLongTermPricingCommandInput,
387
366
  options?: __HttpHandlerOptions
@@ -395,7 +374,6 @@ export declare class Snowball extends SnowballClient {
395
374
  options: __HttpHandlerOptions,
396
375
  cb: (err: any, data?: ListLongTermPricingCommandOutput) => void
397
376
  ): void;
398
-
399
377
  updateCluster(
400
378
  args: UpdateClusterCommandInput,
401
379
  options?: __HttpHandlerOptions
@@ -409,7 +387,6 @@ export declare class Snowball extends SnowballClient {
409
387
  options: __HttpHandlerOptions,
410
388
  cb: (err: any, data?: UpdateClusterCommandOutput) => void
411
389
  ): void;
412
-
413
390
  updateJob(
414
391
  args: UpdateJobCommandInput,
415
392
  options?: __HttpHandlerOptions
@@ -423,7 +400,6 @@ export declare class Snowball extends SnowballClient {
423
400
  options: __HttpHandlerOptions,
424
401
  cb: (err: any, data?: UpdateJobCommandOutput) => void
425
402
  ): void;
426
-
427
403
  updateJobShipmentState(
428
404
  args: UpdateJobShipmentStateCommandInput,
429
405
  options?: __HttpHandlerOptions
@@ -437,7 +413,6 @@ export declare class Snowball extends SnowballClient {
437
413
  options: __HttpHandlerOptions,
438
414
  cb: (err: any, data?: UpdateJobShipmentStateCommandOutput) => void
439
415
  ): void;
440
-
441
416
  updateLongTermPricing(
442
417
  args: UpdateLongTermPricingCommandInput,
443
418
  options?: __HttpHandlerOptions
@@ -197,47 +197,26 @@ export declare type ServiceOutputTypes =
197
197
  export interface ClientDefaults
198
198
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
199
199
  requestHandler?: __HttpHandler;
200
-
201
200
  sha256?: __HashConstructor;
202
-
203
201
  urlParser?: __UrlParser;
204
-
205
202
  bodyLengthChecker?: __BodyLengthCalculator;
206
-
207
203
  streamCollector?: __StreamCollector;
208
-
209
204
  base64Decoder?: __Decoder;
210
-
211
205
  base64Encoder?: __Encoder;
212
-
213
206
  utf8Decoder?: __Decoder;
214
-
215
207
  utf8Encoder?: __Encoder;
216
-
217
208
  runtime?: string;
218
-
219
209
  disableHostPrefix?: boolean;
220
-
221
210
  maxAttempts?: number | __Provider<number>;
222
-
223
211
  retryMode?: string | __Provider<string>;
224
-
225
212
  logger?: __Logger;
226
-
227
213
  useDualstackEndpoint?: boolean | __Provider<boolean>;
228
-
229
214
  useFipsEndpoint?: boolean | __Provider<boolean>;
230
-
231
215
  serviceId?: string;
232
-
233
216
  region?: string | __Provider<string>;
234
-
235
217
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
236
-
237
218
  regionInfoProvider?: RegionInfoProvider;
238
-
239
219
  defaultUserAgentProvider?: Provider<__UserAgent>;
240
-
241
220
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
242
221
  }
243
222
  declare type SnowballClientConfigType = Partial<
@@ -250,7 +229,6 @@ declare type SnowballClientConfigType = Partial<
250
229
  HostHeaderInputConfig &
251
230
  AwsAuthInputConfig &
252
231
  UserAgentInputConfig;
253
-
254
232
  export interface SnowballClientConfig extends SnowballClientConfigType {}
255
233
  declare type SnowballClientResolvedConfigType =
256
234
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -261,10 +239,8 @@ declare type SnowballClientResolvedConfigType =
261
239
  HostHeaderResolvedConfig &
262
240
  AwsAuthResolvedConfig &
263
241
  UserAgentResolvedConfig;
264
-
265
242
  export interface SnowballClientResolvedConfig
266
243
  extends SnowballClientResolvedConfigType {}
267
-
268
244
  export declare class SnowballClient extends __Client<
269
245
  __HttpHandlerOptions,
270
246
  ServiceInputTypes,
@@ -273,7 +249,6 @@ export declare class SnowballClient extends __Client<
273
249
  > {
274
250
  readonly config: SnowballClientResolvedConfig;
275
251
  constructor(configuration: SnowballClientConfig);
276
-
277
252
  destroy(): void;
278
253
  }
279
254
  export {};
@@ -15,7 +15,6 @@ export interface CancelClusterCommandInput extends CancelClusterRequest {}
15
15
  export interface CancelClusterCommandOutput
16
16
  extends CancelClusterResult,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CancelClusterCommand extends $Command<
20
19
  CancelClusterCommandInput,
21
20
  CancelClusterCommandOutput,
@@ -23,7 +22,6 @@ export declare class CancelClusterCommand extends $Command<
23
22
  > {
24
23
  readonly input: CancelClusterCommandInput;
25
24
  constructor(input: CancelClusterCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SnowballClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CancelJobCommandInput extends CancelJobRequest {}
15
15
  export interface CancelJobCommandOutput
16
16
  extends CancelJobResult,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CancelJobCommand extends $Command<
20
19
  CancelJobCommandInput,
21
20
  CancelJobCommandOutput,
@@ -23,7 +22,6 @@ export declare class CancelJobCommand extends $Command<
23
22
  > {
24
23
  readonly input: CancelJobCommandInput;
25
24
  constructor(input: CancelJobCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SnowballClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CreateAddressCommandInput extends CreateAddressRequest {}
15
15
  export interface CreateAddressCommandOutput
16
16
  extends CreateAddressResult,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreateAddressCommand extends $Command<
20
19
  CreateAddressCommandInput,
21
20
  CreateAddressCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreateAddressCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreateAddressCommandInput;
25
24
  constructor(input: CreateAddressCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SnowballClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CreateClusterCommandInput extends CreateClusterRequest {}
15
15
  export interface CreateClusterCommandOutput
16
16
  extends CreateClusterResult,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreateClusterCommand extends $Command<
20
19
  CreateClusterCommandInput,
21
20
  CreateClusterCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreateClusterCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreateClusterCommandInput;
25
24
  constructor(input: CreateClusterCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SnowballClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CreateJobCommandInput extends CreateJobRequest {}
15
15
  export interface CreateJobCommandOutput
16
16
  extends CreateJobResult,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreateJobCommand extends $Command<
20
19
  CreateJobCommandInput,
21
20
  CreateJobCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreateJobCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreateJobCommandInput;
25
24
  constructor(input: CreateJobCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SnowballClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateLongTermPricingCommandInput
19
19
  export interface CreateLongTermPricingCommandOutput
20
20
  extends CreateLongTermPricingResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateLongTermPricingCommand extends $Command<
24
23
  CreateLongTermPricingCommandInput,
25
24
  CreateLongTermPricingCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateLongTermPricingCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateLongTermPricingCommandInput;
29
28
  constructor(input: CreateLongTermPricingCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SnowballClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateReturnShippingLabelCommandInput
19
19
  export interface CreateReturnShippingLabelCommandOutput
20
20
  extends CreateReturnShippingLabelResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateReturnShippingLabelCommand extends $Command<
24
23
  CreateReturnShippingLabelCommandInput,
25
24
  CreateReturnShippingLabelCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateReturnShippingLabelCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateReturnShippingLabelCommandInput;
29
28
  constructor(input: CreateReturnShippingLabelCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SnowballClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeAddressCommandInput extends DescribeAddressRequest {}
18
18
  export interface DescribeAddressCommandOutput
19
19
  extends DescribeAddressResult,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeAddressCommand extends $Command<
23
22
  DescribeAddressCommandInput,
24
23
  DescribeAddressCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeAddressCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeAddressCommandInput;
28
27
  constructor(input: DescribeAddressCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: SnowballClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeAddressesCommandInput
19
19
  export interface DescribeAddressesCommandOutput
20
20
  extends DescribeAddressesResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeAddressesCommand extends $Command<
24
23
  DescribeAddressesCommandInput,
25
24
  DescribeAddressesCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeAddressesCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeAddressesCommandInput;
29
28
  constructor(input: DescribeAddressesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SnowballClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeClusterCommandInput extends DescribeClusterRequest {}
18
18
  export interface DescribeClusterCommandOutput
19
19
  extends DescribeClusterResult,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeClusterCommand extends $Command<
23
22
  DescribeClusterCommandInput,
24
23
  DescribeClusterCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeClusterCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeClusterCommandInput;
28
27
  constructor(input: DescribeClusterCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: SnowballClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DescribeJobCommandInput extends DescribeJobRequest {}
15
15
  export interface DescribeJobCommandOutput
16
16
  extends DescribeJobResult,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DescribeJobCommand extends $Command<
20
19
  DescribeJobCommandInput,
21
20
  DescribeJobCommandOutput,
@@ -23,7 +22,6 @@ export declare class DescribeJobCommand extends $Command<
23
22
  > {
24
23
  readonly input: DescribeJobCommandInput;
25
24
  constructor(input: DescribeJobCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SnowballClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeReturnShippingLabelCommandInput
19
19
  export interface DescribeReturnShippingLabelCommandOutput
20
20
  extends DescribeReturnShippingLabelResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeReturnShippingLabelCommand extends $Command<
24
23
  DescribeReturnShippingLabelCommandInput,
25
24
  DescribeReturnShippingLabelCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeReturnShippingLabelCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeReturnShippingLabelCommandInput;
29
28
  constructor(input: DescribeReturnShippingLabelCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SnowballClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetJobManifestCommandInput extends GetJobManifestRequest {}
18
18
  export interface GetJobManifestCommandOutput
19
19
  extends GetJobManifestResult,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetJobManifestCommand extends $Command<
23
22
  GetJobManifestCommandInput,
24
23
  GetJobManifestCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetJobManifestCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetJobManifestCommandInput;
28
27
  constructor(input: GetJobManifestCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: SnowballClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetJobUnlockCodeCommandInput extends GetJobUnlockCodeRequest {}
18
18
  export interface GetJobUnlockCodeCommandOutput
19
19
  extends GetJobUnlockCodeResult,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetJobUnlockCodeCommand extends $Command<
23
22
  GetJobUnlockCodeCommandInput,
24
23
  GetJobUnlockCodeCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetJobUnlockCodeCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetJobUnlockCodeCommandInput;
28
27
  constructor(input: GetJobUnlockCodeCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: SnowballClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetSnowballUsageCommandInput extends GetSnowballUsageRequest {}
18
18
  export interface GetSnowballUsageCommandOutput
19
19
  extends GetSnowballUsageResult,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetSnowballUsageCommand extends $Command<
23
22
  GetSnowballUsageCommandInput,
24
23
  GetSnowballUsageCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetSnowballUsageCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetSnowballUsageCommandInput;
28
27
  constructor(input: GetSnowballUsageCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: SnowballClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetSoftwareUpdatesCommandInput
19
19
  export interface GetSoftwareUpdatesCommandOutput
20
20
  extends GetSoftwareUpdatesResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetSoftwareUpdatesCommand extends $Command<
24
23
  GetSoftwareUpdatesCommandInput,
25
24
  GetSoftwareUpdatesCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetSoftwareUpdatesCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetSoftwareUpdatesCommandInput;
29
28
  constructor(input: GetSoftwareUpdatesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SnowballClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListClusterJobsCommandInput extends ListClusterJobsRequest {}
18
18
  export interface ListClusterJobsCommandOutput
19
19
  extends ListClusterJobsResult,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListClusterJobsCommand extends $Command<
23
22
  ListClusterJobsCommandInput,
24
23
  ListClusterJobsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListClusterJobsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListClusterJobsCommandInput;
28
27
  constructor(input: ListClusterJobsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: SnowballClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListClustersCommandInput extends ListClustersRequest {}
15
15
  export interface ListClustersCommandOutput
16
16
  extends ListClustersResult,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListClustersCommand extends $Command<
20
19
  ListClustersCommandInput,
21
20
  ListClustersCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListClustersCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListClustersCommandInput;
25
24
  constructor(input: ListClustersCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SnowballClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListCompatibleImagesCommandInput
19
19
  export interface ListCompatibleImagesCommandOutput
20
20
  extends ListCompatibleImagesResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListCompatibleImagesCommand extends $Command<
24
23
  ListCompatibleImagesCommandInput,
25
24
  ListCompatibleImagesCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListCompatibleImagesCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListCompatibleImagesCommandInput;
29
28
  constructor(input: ListCompatibleImagesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SnowballClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListJobsCommandInput extends ListJobsRequest {}
15
15
  export interface ListJobsCommandOutput
16
16
  extends ListJobsResult,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListJobsCommand extends $Command<
20
19
  ListJobsCommandInput,
21
20
  ListJobsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListJobsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListJobsCommandInput;
25
24
  constructor(input: ListJobsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SnowballClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListLongTermPricingCommandInput
19
19
  export interface ListLongTermPricingCommandOutput
20
20
  extends ListLongTermPricingResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListLongTermPricingCommand extends $Command<
24
23
  ListLongTermPricingCommandInput,
25
24
  ListLongTermPricingCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListLongTermPricingCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListLongTermPricingCommandInput;
29
28
  constructor(input: ListLongTermPricingCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SnowballClientResolvedConfig,