@aws-sdk/client-snowball 3.1087.0 → 3.1089.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 (47) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Snowball.d.ts +93 -111
  3. package/dist-types/ts3.4/SnowballClient.d.ts +20 -45
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/CancelClusterCommand.d.ts +3 -5
  8. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +7 -5
  9. package/dist-types/ts3.4/commands/CreateAddressCommand.d.ts +3 -5
  10. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +3 -5
  11. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +4 -4
  12. package/dist-types/ts3.4/commands/CreateLongTermPricingCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateReturnShippingLabelCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/DescribeAddressCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +4 -10
  16. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/DescribeReturnShippingLabelCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/GetJobManifestCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/GetJobUnlockCodeCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/GetSnowballUsageCommand.d.ts +3 -8
  22. package/dist-types/ts3.4/commands/GetSoftwareUpdatesCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/ListClusterJobsCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -4
  25. package/dist-types/ts3.4/commands/ListCompatibleImagesCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +4 -4
  27. package/dist-types/ts3.4/commands/ListLongTermPricingCommand.d.ts +4 -9
  28. package/dist-types/ts3.4/commands/ListPickupLocationsCommand.d.ts +4 -9
  29. package/dist-types/ts3.4/commands/ListServiceVersionsCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +3 -5
  31. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +7 -5
  32. package/dist-types/ts3.4/commands/UpdateJobShipmentStateCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/UpdateLongTermPricingCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  35. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  36. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  37. package/dist-types/ts3.4/models/enums.d.ts +7 -14
  38. package/dist-types/ts3.4/models/errors.d.ts +10 -34
  39. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  40. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -4
  41. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  42. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  43. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  44. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  45. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  46. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  47. package/package.json +38 -38
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -40,10 +37,7 @@ import {
40
37
  CancelClusterCommandInput,
41
38
  CancelClusterCommandOutput,
42
39
  } from "./commands/CancelClusterCommand";
43
- import {
44
- CancelJobCommandInput,
45
- CancelJobCommandOutput,
46
- } from "./commands/CancelJobCommand";
40
+ import { CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand";
47
41
  import {
48
42
  CreateAddressCommandInput,
49
43
  CreateAddressCommandOutput,
@@ -52,10 +46,7 @@ import {
52
46
  CreateClusterCommandInput,
53
47
  CreateClusterCommandOutput,
54
48
  } from "./commands/CreateClusterCommand";
55
- import {
56
- CreateJobCommandInput,
57
- CreateJobCommandOutput,
58
- } from "./commands/CreateJobCommand";
49
+ import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
59
50
  import {
60
51
  CreateLongTermPricingCommandInput,
61
52
  CreateLongTermPricingCommandOutput,
@@ -76,10 +67,7 @@ import {
76
67
  DescribeClusterCommandInput,
77
68
  DescribeClusterCommandOutput,
78
69
  } from "./commands/DescribeClusterCommand";
79
- import {
80
- DescribeJobCommandInput,
81
- DescribeJobCommandOutput,
82
- } from "./commands/DescribeJobCommand";
70
+ import { DescribeJobCommandInput, DescribeJobCommandOutput } from "./commands/DescribeJobCommand";
83
71
  import {
84
72
  DescribeReturnShippingLabelCommandInput,
85
73
  DescribeReturnShippingLabelCommandOutput,
@@ -112,10 +100,7 @@ import {
112
100
  ListCompatibleImagesCommandInput,
113
101
  ListCompatibleImagesCommandOutput,
114
102
  } from "./commands/ListCompatibleImagesCommand";
115
- import {
116
- ListJobsCommandInput,
117
- ListJobsCommandOutput,
118
- } from "./commands/ListJobsCommand";
103
+ import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
119
104
  import {
120
105
  ListLongTermPricingCommandInput,
121
106
  ListLongTermPricingCommandOutput,
@@ -132,10 +117,7 @@ import {
132
117
  UpdateClusterCommandInput,
133
118
  UpdateClusterCommandOutput,
134
119
  } from "./commands/UpdateClusterCommand";
135
- import {
136
- UpdateJobCommandInput,
137
- UpdateJobCommandOutput,
138
- } from "./commands/UpdateJobCommand";
120
+ import { UpdateJobCommandInput, UpdateJobCommandOutput } from "./commands/UpdateJobCommand";
139
121
  import {
140
122
  UpdateJobShipmentStateCommandInput,
141
123
  UpdateJobShipmentStateCommandOutput,
@@ -207,8 +189,7 @@ export type ServiceOutputTypes =
207
189
  | UpdateJobCommandOutput
208
190
  | UpdateJobShipmentStateCommandOutput
209
191
  | UpdateLongTermPricingCommandOutput;
210
- export interface ClientDefaults
211
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
192
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
212
193
  requestHandler?: __HttpHandlerUserInput;
213
194
  sha256?: __ChecksumConstructor | __HashConstructor;
214
195
  urlParser?: __UrlParser;
@@ -233,9 +214,7 @@ export interface ClientDefaults
233
214
  extensions?: RuntimeExtension[];
234
215
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
235
216
  }
236
- export type SnowballClientConfigType = Partial<
237
- __SmithyConfiguration<__HttpHandlerOptions>
238
- > &
217
+ export type SnowballClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
239
218
  ClientDefaults &
240
219
  UserAgentInputConfig &
241
220
  RetryInputConfig &
@@ -245,19 +224,17 @@ export type SnowballClientConfigType = Partial<
245
224
  HttpAuthSchemeInputConfig &
246
225
  ClientInputEndpointParameters;
247
226
  export interface SnowballClientConfig extends SnowballClientConfigType {}
248
- export type SnowballClientResolvedConfigType =
249
- __SmithyResolvedConfiguration<__HttpHandlerOptions> &
250
- Required<ClientDefaults> &
251
- RuntimeExtensionsConfig &
252
- UserAgentResolvedConfig &
253
- RetryResolvedConfig &
254
- RegionResolvedConfig &
255
- HostHeaderResolvedConfig &
256
- EndpointResolvedConfig<EndpointParameters> &
257
- HttpAuthSchemeResolvedConfig &
258
- ClientResolvedEndpointParameters;
259
- export interface SnowballClientResolvedConfig
260
- extends SnowballClientResolvedConfigType {}
227
+ export type SnowballClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
228
+ Required<ClientDefaults> &
229
+ RuntimeExtensionsConfig &
230
+ UserAgentResolvedConfig &
231
+ RetryResolvedConfig &
232
+ RegionResolvedConfig &
233
+ HostHeaderResolvedConfig &
234
+ EndpointResolvedConfig<EndpointParameters> &
235
+ HttpAuthSchemeResolvedConfig &
236
+ ClientResolvedEndpointParameters;
237
+ export interface SnowballClientResolvedConfig extends SnowballClientResolvedConfigType {}
261
238
  export declare class SnowballClient extends __Client<
262
239
  __HttpHandlerOptions,
263
240
  ServiceInputTypes,
@@ -265,8 +242,6 @@ export declare class SnowballClient extends __Client<
265
242
  SnowballClientResolvedConfig
266
243
  > {
267
244
  readonly config: SnowballClientResolvedConfig;
268
- constructor(
269
- ...[configuration]: __CheckOptionalClientConfig<SnowballClientConfig>
270
- );
245
+ constructor(...[configuration]: __CheckOptionalClientConfig<SnowballClientConfig>);
271
246
  destroy(): void;
272
247
  }
@@ -7,17 +7,10 @@ import { SnowballHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: SnowballHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: SnowballHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): SnowballHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { SnowballClientResolvedConfig } from "../SnowballClient";
15
- export interface SnowballHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface SnowballHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface SnowballHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- SnowballClientResolvedConfig,
22
- HandlerExecutionContext,
23
- SnowballHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface SnowballHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ SnowballClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ SnowballHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultSnowballHttpAuthSchemeParametersProvider: (
27
25
  config: SnowballClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<SnowballHttpAuthSchemeParameters>;
31
- export interface SnowballHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<SnowballHttpAuthSchemeParameters> {}
29
+ export interface SnowballHttpAuthSchemeProvider extends HttpAuthSchemeProvider<SnowballHttpAuthSchemeParameters> {}
33
30
  export declare const defaultSnowballHttpAuthSchemeProvider: SnowballHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: SnowballHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: SnowballHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceOutputTypes,
5
5
  SnowballClientResolvedConfig,
6
6
  } from "./SnowballClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  SnowballClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CancelClusterRequest, CancelClusterResult } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CancelClusterCommandInput extends CancelClusterRequest {}
5
- export interface CancelClusterCommandOutput
6
- extends CancelClusterResult,
7
- __MetadataBearer {}
5
+ export interface CancelClusterCommandOutput extends CancelClusterResult, __MetadataBearer {}
8
6
  declare const CancelClusterCommand_base: {
9
7
  new (
10
- input: CancelClusterCommandInput
8
+ input: CancelClusterCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CancelClusterCommandInput,
13
11
  CancelClusterCommandOutput,
@@ -16,7 +14,7 @@ declare const CancelClusterCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CancelClusterCommandInput
17
+ input: CancelClusterCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CancelClusterCommandInput,
22
20
  CancelClusterCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CancelJobRequest, CancelJobResult } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CancelJobCommandInput extends CancelJobRequest {}
5
- export interface CancelJobCommandOutput
6
- extends CancelJobResult,
7
- __MetadataBearer {}
5
+ export interface CancelJobCommandOutput extends CancelJobResult, __MetadataBearer {}
8
6
  declare const CancelJobCommand_base: {
9
- new (input: CancelJobCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: CancelJobCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  CancelJobCommandInput,
11
11
  CancelJobCommandOutput,
12
12
  import("..").SnowballClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: CancelJobCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: CancelJobCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  CancelJobCommandInput,
18
20
  CancelJobCommandOutput,
19
21
  import("..").SnowballClientResolvedConfig,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateAddressRequest, CreateAddressResult } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateAddressCommandInput extends CreateAddressRequest {}
5
- export interface CreateAddressCommandOutput
6
- extends CreateAddressResult,
7
- __MetadataBearer {}
5
+ export interface CreateAddressCommandOutput extends CreateAddressResult, __MetadataBearer {}
8
6
  declare const CreateAddressCommand_base: {
9
7
  new (
10
- input: CreateAddressCommandInput
8
+ input: CreateAddressCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateAddressCommandInput,
13
11
  CreateAddressCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateAddressCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateAddressCommandInput
17
+ input: CreateAddressCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateAddressCommandInput,
22
20
  CreateAddressCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateClusterRequest, CreateClusterResult } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateClusterCommandInput extends CreateClusterRequest {}
5
- export interface CreateClusterCommandOutput
6
- extends CreateClusterResult,
7
- __MetadataBearer {}
5
+ export interface CreateClusterCommandOutput extends CreateClusterResult, __MetadataBearer {}
8
6
  declare const CreateClusterCommand_base: {
9
7
  new (
10
- input: CreateClusterCommandInput
8
+ input: CreateClusterCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateClusterCommandInput,
13
11
  CreateClusterCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateClusterCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateClusterCommandInput
17
+ input: CreateClusterCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateClusterCommandInput,
22
20
  CreateClusterCommandOutput,
@@ -2,11 +2,11 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateJobRequest, CreateJobResult } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateJobCommandInput extends CreateJobRequest {}
5
- export interface CreateJobCommandOutput
6
- extends CreateJobResult,
7
- __MetadataBearer {}
5
+ export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBearer {}
8
6
  declare const CreateJobCommand_base: {
9
- new (input: CreateJobCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: CreateJobCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  CreateJobCommandInput,
11
11
  CreateJobCommandOutput,
12
12
  import("..").SnowballClientResolvedConfig,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateLongTermPricingRequest,
4
- CreateLongTermPricingResult,
5
- } from "../models/models_0";
2
+ import { CreateLongTermPricingRequest, CreateLongTermPricingResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateLongTermPricingCommandInput
8
- extends CreateLongTermPricingRequest {}
4
+ export interface CreateLongTermPricingCommandInput extends CreateLongTermPricingRequest {}
9
5
  export interface CreateLongTermPricingCommandOutput
10
- extends CreateLongTermPricingResult,
11
- __MetadataBearer {}
6
+ extends CreateLongTermPricingResult, __MetadataBearer {}
12
7
  declare const CreateLongTermPricingCommand_base: {
13
8
  new (
14
- input: CreateLongTermPricingCommandInput
9
+ input: CreateLongTermPricingCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateLongTermPricingCommandInput,
17
12
  CreateLongTermPricingCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateLongTermPricingCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateLongTermPricingCommandInput
18
+ input: CreateLongTermPricingCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateLongTermPricingCommandInput,
26
21
  CreateLongTermPricingCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateReturnShippingLabelResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateReturnShippingLabelCommandInput
8
- extends CreateReturnShippingLabelRequest {}
7
+ export interface CreateReturnShippingLabelCommandInput extends CreateReturnShippingLabelRequest {}
9
8
  export interface CreateReturnShippingLabelCommandOutput
10
- extends CreateReturnShippingLabelResult,
11
- __MetadataBearer {}
9
+ extends CreateReturnShippingLabelResult, __MetadataBearer {}
12
10
  declare const CreateReturnShippingLabelCommand_base: {
13
11
  new (
14
- input: CreateReturnShippingLabelCommandInput
12
+ input: CreateReturnShippingLabelCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateReturnShippingLabelCommandInput,
17
15
  CreateReturnShippingLabelCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateReturnShippingLabelCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateReturnShippingLabelCommandInput
21
+ input: CreateReturnShippingLabelCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateReturnShippingLabelCommandInput,
26
24
  CreateReturnShippingLabelCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeAddressRequest,
4
- DescribeAddressResult,
5
- } from "../models/models_0";
2
+ import { DescribeAddressRequest, DescribeAddressResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DescribeAddressCommandInput extends DescribeAddressRequest {}
8
- export interface DescribeAddressCommandOutput
9
- extends DescribeAddressResult,
10
- __MetadataBearer {}
5
+ export interface DescribeAddressCommandOutput extends DescribeAddressResult, __MetadataBearer {}
11
6
  declare const DescribeAddressCommand_base: {
12
7
  new (
13
- input: DescribeAddressCommandInput
8
+ input: DescribeAddressCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DescribeAddressCommandInput,
16
11
  DescribeAddressCommandOutput,
@@ -19,7 +14,7 @@ declare const DescribeAddressCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DescribeAddressCommandInput
17
+ input: DescribeAddressCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DescribeAddressCommandInput,
25
20
  DescribeAddressCommandOutput,
@@ -1,17 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeAddressesRequest,
4
- DescribeAddressesResult,
5
- } from "../models/models_0";
2
+ import { DescribeAddressesRequest, DescribeAddressesResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeAddressesCommandInput
8
- extends DescribeAddressesRequest {}
9
- export interface DescribeAddressesCommandOutput
10
- extends DescribeAddressesResult,
11
- __MetadataBearer {}
4
+ export interface DescribeAddressesCommandInput extends DescribeAddressesRequest {}
5
+ export interface DescribeAddressesCommandOutput extends DescribeAddressesResult, __MetadataBearer {}
12
6
  declare const DescribeAddressesCommand_base: {
13
7
  new (
14
- input: DescribeAddressesCommandInput
8
+ input: DescribeAddressesCommandInput,
15
9
  ): import("@smithy/core/client").CommandImpl<
16
10
  DescribeAddressesCommandInput,
17
11
  DescribeAddressesCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeClusterRequest,
4
- DescribeClusterResult,
5
- } from "../models/models_0";
2
+ import { DescribeClusterRequest, DescribeClusterResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DescribeClusterCommandInput extends DescribeClusterRequest {}
8
- export interface DescribeClusterCommandOutput
9
- extends DescribeClusterResult,
10
- __MetadataBearer {}
5
+ export interface DescribeClusterCommandOutput extends DescribeClusterResult, __MetadataBearer {}
11
6
  declare const DescribeClusterCommand_base: {
12
7
  new (
13
- input: DescribeClusterCommandInput
8
+ input: DescribeClusterCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DescribeClusterCommandInput,
16
11
  DescribeClusterCommandOutput,
@@ -19,7 +14,7 @@ declare const DescribeClusterCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DescribeClusterCommandInput
17
+ input: DescribeClusterCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DescribeClusterCommandInput,
25
20
  DescribeClusterCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DescribeJobRequest, DescribeJobResult } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface DescribeJobCommandInput extends DescribeJobRequest {}
5
- export interface DescribeJobCommandOutput
6
- extends DescribeJobResult,
7
- __MetadataBearer {}
5
+ export interface DescribeJobCommandOutput extends DescribeJobResult, __MetadataBearer {}
8
6
  declare const DescribeJobCommand_base: {
9
7
  new (
10
- input: DescribeJobCommandInput
8
+ input: DescribeJobCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DescribeJobCommandInput,
13
11
  DescribeJobCommandOutput,
@@ -16,7 +14,7 @@ declare const DescribeJobCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DescribeJobCommandInput
17
+ input: DescribeJobCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DescribeJobCommandInput,
22
20
  DescribeJobCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeReturnShippingLabelResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeReturnShippingLabelCommandInput
8
- extends DescribeReturnShippingLabelRequest {}
7
+ export interface DescribeReturnShippingLabelCommandInput extends DescribeReturnShippingLabelRequest {}
9
8
  export interface DescribeReturnShippingLabelCommandOutput
10
- extends DescribeReturnShippingLabelResult,
11
- __MetadataBearer {}
9
+ extends DescribeReturnShippingLabelResult, __MetadataBearer {}
12
10
  declare const DescribeReturnShippingLabelCommand_base: {
13
11
  new (
14
- input: DescribeReturnShippingLabelCommandInput
12
+ input: DescribeReturnShippingLabelCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeReturnShippingLabelCommandInput,
17
15
  DescribeReturnShippingLabelCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeReturnShippingLabelCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeReturnShippingLabelCommandInput
21
+ input: DescribeReturnShippingLabelCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeReturnShippingLabelCommandInput,
26
24
  DescribeReturnShippingLabelCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetJobManifestRequest,
4
- GetJobManifestResult,
5
- } from "../models/models_0";
2
+ import { GetJobManifestRequest, GetJobManifestResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetJobManifestCommandInput extends GetJobManifestRequest {}
8
- export interface GetJobManifestCommandOutput
9
- extends GetJobManifestResult,
10
- __MetadataBearer {}
5
+ export interface GetJobManifestCommandOutput extends GetJobManifestResult, __MetadataBearer {}
11
6
  declare const GetJobManifestCommand_base: {
12
7
  new (
13
- input: GetJobManifestCommandInput
8
+ input: GetJobManifestCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetJobManifestCommandInput,
16
11
  GetJobManifestCommandOutput,
@@ -19,7 +14,7 @@ declare const GetJobManifestCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetJobManifestCommandInput
17
+ input: GetJobManifestCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetJobManifestCommandInput,
25
20
  GetJobManifestCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetJobUnlockCodeRequest,
4
- GetJobUnlockCodeResult,
5
- } from "../models/models_0";
2
+ import { GetJobUnlockCodeRequest, GetJobUnlockCodeResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetJobUnlockCodeCommandInput extends GetJobUnlockCodeRequest {}
8
- export interface GetJobUnlockCodeCommandOutput
9
- extends GetJobUnlockCodeResult,
10
- __MetadataBearer {}
5
+ export interface GetJobUnlockCodeCommandOutput extends GetJobUnlockCodeResult, __MetadataBearer {}
11
6
  declare const GetJobUnlockCodeCommand_base: {
12
7
  new (
13
- input: GetJobUnlockCodeCommandInput
8
+ input: GetJobUnlockCodeCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetJobUnlockCodeCommandInput,
16
11
  GetJobUnlockCodeCommandOutput,
@@ -19,7 +14,7 @@ declare const GetJobUnlockCodeCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetJobUnlockCodeCommandInput
17
+ input: GetJobUnlockCodeCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetJobUnlockCodeCommandInput,
25
20
  GetJobUnlockCodeCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetSnowballUsageRequest,
4
- GetSnowballUsageResult,
5
- } from "../models/models_0";
2
+ import { GetSnowballUsageRequest, GetSnowballUsageResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetSnowballUsageCommandInput extends GetSnowballUsageRequest {}
8
- export interface GetSnowballUsageCommandOutput
9
- extends GetSnowballUsageResult,
10
- __MetadataBearer {}
5
+ export interface GetSnowballUsageCommandOutput extends GetSnowballUsageResult, __MetadataBearer {}
11
6
  declare const GetSnowballUsageCommand_base: {
12
7
  new (
13
- input: GetSnowballUsageCommandInput
8
+ input: GetSnowballUsageCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetSnowballUsageCommandInput,
16
11
  GetSnowballUsageCommandOutput,