@aws-sdk/client-snowball 3.478.0 → 3.484.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 (113) hide show
  1. package/dist-cjs/commands/CancelClusterCommand.js +18 -41
  2. package/dist-cjs/commands/CancelJobCommand.js +18 -41
  3. package/dist-cjs/commands/CreateAddressCommand.js +18 -41
  4. package/dist-cjs/commands/CreateClusterCommand.js +18 -41
  5. package/dist-cjs/commands/CreateJobCommand.js +18 -41
  6. package/dist-cjs/commands/CreateLongTermPricingCommand.js +18 -41
  7. package/dist-cjs/commands/CreateReturnShippingLabelCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeAddressCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeAddressesCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeClusterCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeJobCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeReturnShippingLabelCommand.js +18 -41
  13. package/dist-cjs/commands/GetJobManifestCommand.js +18 -41
  14. package/dist-cjs/commands/GetJobUnlockCodeCommand.js +18 -41
  15. package/dist-cjs/commands/GetSnowballUsageCommand.js +18 -41
  16. package/dist-cjs/commands/GetSoftwareUpdatesCommand.js +18 -41
  17. package/dist-cjs/commands/ListClusterJobsCommand.js +18 -41
  18. package/dist-cjs/commands/ListClustersCommand.js +18 -41
  19. package/dist-cjs/commands/ListCompatibleImagesCommand.js +18 -41
  20. package/dist-cjs/commands/ListJobsCommand.js +18 -41
  21. package/dist-cjs/commands/ListLongTermPricingCommand.js +18 -41
  22. package/dist-cjs/commands/ListPickupLocationsCommand.js +18 -41
  23. package/dist-cjs/commands/ListServiceVersionsCommand.js +18 -41
  24. package/dist-cjs/commands/UpdateClusterCommand.js +18 -41
  25. package/dist-cjs/commands/UpdateJobCommand.js +18 -41
  26. package/dist-cjs/commands/UpdateJobShipmentStateCommand.js +18 -41
  27. package/dist-cjs/commands/UpdateLongTermPricingCommand.js +18 -41
  28. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  29. package/dist-es/commands/CancelClusterCommand.js +18 -41
  30. package/dist-es/commands/CancelJobCommand.js +18 -41
  31. package/dist-es/commands/CreateAddressCommand.js +18 -41
  32. package/dist-es/commands/CreateClusterCommand.js +18 -41
  33. package/dist-es/commands/CreateJobCommand.js +18 -41
  34. package/dist-es/commands/CreateLongTermPricingCommand.js +18 -41
  35. package/dist-es/commands/CreateReturnShippingLabelCommand.js +18 -41
  36. package/dist-es/commands/DescribeAddressCommand.js +18 -41
  37. package/dist-es/commands/DescribeAddressesCommand.js +18 -41
  38. package/dist-es/commands/DescribeClusterCommand.js +18 -41
  39. package/dist-es/commands/DescribeJobCommand.js +18 -41
  40. package/dist-es/commands/DescribeReturnShippingLabelCommand.js +18 -41
  41. package/dist-es/commands/GetJobManifestCommand.js +18 -41
  42. package/dist-es/commands/GetJobUnlockCodeCommand.js +18 -41
  43. package/dist-es/commands/GetSnowballUsageCommand.js +18 -41
  44. package/dist-es/commands/GetSoftwareUpdatesCommand.js +18 -41
  45. package/dist-es/commands/ListClusterJobsCommand.js +18 -41
  46. package/dist-es/commands/ListClustersCommand.js +18 -41
  47. package/dist-es/commands/ListCompatibleImagesCommand.js +18 -41
  48. package/dist-es/commands/ListJobsCommand.js +18 -41
  49. package/dist-es/commands/ListLongTermPricingCommand.js +18 -41
  50. package/dist-es/commands/ListPickupLocationsCommand.js +18 -41
  51. package/dist-es/commands/ListServiceVersionsCommand.js +18 -41
  52. package/dist-es/commands/UpdateClusterCommand.js +18 -41
  53. package/dist-es/commands/UpdateJobCommand.js +18 -41
  54. package/dist-es/commands/UpdateJobShipmentStateCommand.js +18 -41
  55. package/dist-es/commands/UpdateLongTermPricingCommand.js +18 -41
  56. package/dist-es/endpoint/EndpointParameters.js +6 -0
  57. package/dist-types/commands/CancelClusterCommand.d.ts +6 -21
  58. package/dist-types/commands/CancelJobCommand.d.ts +6 -21
  59. package/dist-types/commands/CreateAddressCommand.d.ts +6 -21
  60. package/dist-types/commands/CreateClusterCommand.d.ts +6 -21
  61. package/dist-types/commands/CreateJobCommand.d.ts +6 -21
  62. package/dist-types/commands/CreateLongTermPricingCommand.d.ts +6 -21
  63. package/dist-types/commands/CreateReturnShippingLabelCommand.d.ts +6 -21
  64. package/dist-types/commands/DescribeAddressCommand.d.ts +6 -21
  65. package/dist-types/commands/DescribeAddressesCommand.d.ts +6 -21
  66. package/dist-types/commands/DescribeClusterCommand.d.ts +6 -21
  67. package/dist-types/commands/DescribeJobCommand.d.ts +6 -21
  68. package/dist-types/commands/DescribeReturnShippingLabelCommand.d.ts +6 -21
  69. package/dist-types/commands/GetJobManifestCommand.d.ts +6 -21
  70. package/dist-types/commands/GetJobUnlockCodeCommand.d.ts +6 -21
  71. package/dist-types/commands/GetSnowballUsageCommand.d.ts +6 -21
  72. package/dist-types/commands/GetSoftwareUpdatesCommand.d.ts +6 -21
  73. package/dist-types/commands/ListClusterJobsCommand.d.ts +6 -21
  74. package/dist-types/commands/ListClustersCommand.d.ts +6 -21
  75. package/dist-types/commands/ListCompatibleImagesCommand.d.ts +6 -21
  76. package/dist-types/commands/ListJobsCommand.d.ts +6 -21
  77. package/dist-types/commands/ListLongTermPricingCommand.d.ts +6 -21
  78. package/dist-types/commands/ListPickupLocationsCommand.d.ts +6 -21
  79. package/dist-types/commands/ListServiceVersionsCommand.d.ts +6 -21
  80. package/dist-types/commands/UpdateClusterCommand.d.ts +6 -21
  81. package/dist-types/commands/UpdateJobCommand.d.ts +6 -21
  82. package/dist-types/commands/UpdateJobShipmentStateCommand.d.ts +6 -21
  83. package/dist-types/commands/UpdateLongTermPricingCommand.d.ts +6 -21
  84. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  85. package/dist-types/ts3.4/commands/CancelClusterCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/CreateAddressCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/CreateLongTermPricingCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/CreateReturnShippingLabelCommand.d.ts +12 -24
  92. package/dist-types/ts3.4/commands/DescribeAddressCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/DescribeReturnShippingLabelCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/GetJobManifestCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/GetJobUnlockCodeCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/GetSnowballUsageCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/GetSoftwareUpdatesCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/ListClusterJobsCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/ListCompatibleImagesCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/ListLongTermPricingCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/ListPickupLocationsCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/ListServiceVersionsCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/UpdateJobShipmentStateCommand.d.ts +12 -24
  111. package/dist-types/ts3.4/commands/UpdateLongTermPricingCommand.d.ts +12 -24
  112. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  113. package/package.json +11 -11
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { CancelJobRequest, CancelJobResult } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CancelJobCommandInput extends CancelJobRequest {}
17
11
  export interface CancelJobCommandOutput
18
12
  extends CancelJobResult,
19
13
  __MetadataBearer {}
20
- export declare class CancelJobCommand extends $Command<
21
- CancelJobCommandInput,
22
- CancelJobCommandOutput,
23
- SnowballClientResolvedConfig
24
- > {
25
- readonly input: CancelJobCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CancelJobCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SnowballClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CancelJobCommandInput, CancelJobCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CancelJobCommand_base: {
15
+ new (
16
+ input: CancelJobCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CancelJobCommandInput,
19
+ CancelJobCommandOutput,
20
+ SnowballClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CancelJobCommand extends CancelJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { CreateAddressRequest, CreateAddressResult } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CreateAddressCommandInput extends CreateAddressRequest {}
17
11
  export interface CreateAddressCommandOutput
18
12
  extends CreateAddressResult,
19
13
  __MetadataBearer {}
20
- export declare class CreateAddressCommand extends $Command<
21
- CreateAddressCommandInput,
22
- CreateAddressCommandOutput,
23
- SnowballClientResolvedConfig
24
- > {
25
- readonly input: CreateAddressCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateAddressCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SnowballClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateAddressCommandInput, CreateAddressCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateAddressCommand_base: {
15
+ new (
16
+ input: CreateAddressCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateAddressCommandInput,
19
+ CreateAddressCommandOutput,
20
+ SnowballClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateAddressCommand extends CreateAddressCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { CreateClusterRequest, CreateClusterResult } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CreateClusterCommandInput extends CreateClusterRequest {}
17
11
  export interface CreateClusterCommandOutput
18
12
  extends CreateClusterResult,
19
13
  __MetadataBearer {}
20
- export declare class CreateClusterCommand extends $Command<
21
- CreateClusterCommandInput,
22
- CreateClusterCommandOutput,
23
- SnowballClientResolvedConfig
24
- > {
25
- readonly input: CreateClusterCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateClusterCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SnowballClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateClusterCommandInput, CreateClusterCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateClusterCommand_base: {
15
+ new (
16
+ input: CreateClusterCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateClusterCommandInput,
19
+ CreateClusterCommandOutput,
20
+ SnowballClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateClusterCommand extends CreateClusterCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { CreateJobRequest, CreateJobResult } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CreateJobCommandInput extends CreateJobRequest {}
17
11
  export interface CreateJobCommandOutput
18
12
  extends CreateJobResult,
19
13
  __MetadataBearer {}
20
- export declare class CreateJobCommand extends $Command<
21
- CreateJobCommandInput,
22
- CreateJobCommandOutput,
23
- SnowballClientResolvedConfig
24
- > {
25
- readonly input: CreateJobCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateJobCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SnowballClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateJobCommandInput, CreateJobCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateJobCommand_base: {
15
+ new (
16
+ input: CreateJobCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateJobCommandInput,
19
+ CreateJobCommandOutput,
20
+ SnowballClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateJobCommand extends CreateJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateLongTermPricingRequest,
11
5
  CreateLongTermPricingResult,
@@ -21,22 +15,16 @@ export interface CreateLongTermPricingCommandInput
21
15
  export interface CreateLongTermPricingCommandOutput
22
16
  extends CreateLongTermPricingResult,
23
17
  __MetadataBearer {}
24
- export declare class CreateLongTermPricingCommand extends $Command<
25
- CreateLongTermPricingCommandInput,
26
- CreateLongTermPricingCommandOutput,
27
- SnowballClientResolvedConfig
28
- > {
29
- readonly input: CreateLongTermPricingCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateLongTermPricingCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SnowballClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateLongTermPricingCommand_base: {
19
+ new (
20
+ input: CreateLongTermPricingCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateLongTermPricingCommandInput,
38
- CreateLongTermPricingCommandOutput
23
+ CreateLongTermPricingCommandOutput,
24
+ SnowballClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateLongTermPricingCommand extends CreateLongTermPricingCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateReturnShippingLabelRequest,
11
5
  CreateReturnShippingLabelResult,
@@ -21,22 +15,16 @@ export interface CreateReturnShippingLabelCommandInput
21
15
  export interface CreateReturnShippingLabelCommandOutput
22
16
  extends CreateReturnShippingLabelResult,
23
17
  __MetadataBearer {}
24
- export declare class CreateReturnShippingLabelCommand extends $Command<
25
- CreateReturnShippingLabelCommandInput,
26
- CreateReturnShippingLabelCommandOutput,
27
- SnowballClientResolvedConfig
28
- > {
29
- readonly input: CreateReturnShippingLabelCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateReturnShippingLabelCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SnowballClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateReturnShippingLabelCommand_base: {
19
+ new (
20
+ input: CreateReturnShippingLabelCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateReturnShippingLabelCommandInput,
38
- CreateReturnShippingLabelCommandOutput
23
+ CreateReturnShippingLabelCommandOutput,
24
+ SnowballClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateReturnShippingLabelCommand extends CreateReturnShippingLabelCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeAddressRequest,
11
5
  DescribeAddressResult,
@@ -20,19 +14,16 @@ export interface DescribeAddressCommandInput extends DescribeAddressRequest {}
20
14
  export interface DescribeAddressCommandOutput
21
15
  extends DescribeAddressResult,
22
16
  __MetadataBearer {}
23
- export declare class DescribeAddressCommand extends $Command<
24
- DescribeAddressCommandInput,
25
- DescribeAddressCommandOutput,
26
- SnowballClientResolvedConfig
27
- > {
28
- readonly input: DescribeAddressCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeAddressCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SnowballClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeAddressCommandInput, DescribeAddressCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeAddressCommand_base: {
18
+ new (
19
+ input: DescribeAddressCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeAddressCommandInput,
22
+ DescribeAddressCommandOutput,
23
+ SnowballClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeAddressCommand extends DescribeAddressCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeAddressesRequest,
11
5
  DescribeAddressesResult,
@@ -21,19 +15,16 @@ export interface DescribeAddressesCommandInput
21
15
  export interface DescribeAddressesCommandOutput
22
16
  extends DescribeAddressesResult,
23
17
  __MetadataBearer {}
24
- export declare class DescribeAddressesCommand extends $Command<
25
- DescribeAddressesCommandInput,
26
- DescribeAddressesCommandOutput,
27
- SnowballClientResolvedConfig
28
- > {
29
- readonly input: DescribeAddressesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeAddressesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SnowballClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DescribeAddressesCommandInput, DescribeAddressesCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DescribeAddressesCommand_base: {
19
+ new (
20
+ input: DescribeAddressesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeAddressesCommandInput,
23
+ DescribeAddressesCommandOutput,
24
+ SnowballClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeAddressesCommand extends DescribeAddressesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeClusterRequest,
11
5
  DescribeClusterResult,
@@ -20,19 +14,16 @@ export interface DescribeClusterCommandInput extends DescribeClusterRequest {}
20
14
  export interface DescribeClusterCommandOutput
21
15
  extends DescribeClusterResult,
22
16
  __MetadataBearer {}
23
- export declare class DescribeClusterCommand extends $Command<
24
- DescribeClusterCommandInput,
25
- DescribeClusterCommandOutput,
26
- SnowballClientResolvedConfig
27
- > {
28
- readonly input: DescribeClusterCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeClusterCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SnowballClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeClusterCommandInput, DescribeClusterCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeClusterCommand_base: {
18
+ new (
19
+ input: DescribeClusterCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeClusterCommandInput,
22
+ DescribeClusterCommandOutput,
23
+ SnowballClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeClusterCommand extends DescribeClusterCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DescribeJobRequest, DescribeJobResult } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DescribeJobCommandInput extends DescribeJobRequest {}
17
11
  export interface DescribeJobCommandOutput
18
12
  extends DescribeJobResult,
19
13
  __MetadataBearer {}
20
- export declare class DescribeJobCommand extends $Command<
21
- DescribeJobCommandInput,
22
- DescribeJobCommandOutput,
23
- SnowballClientResolvedConfig
24
- > {
25
- readonly input: DescribeJobCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DescribeJobCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SnowballClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DescribeJobCommandInput, DescribeJobCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DescribeJobCommand_base: {
15
+ new (
16
+ input: DescribeJobCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DescribeJobCommandInput,
19
+ DescribeJobCommandOutput,
20
+ SnowballClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DescribeJobCommand extends DescribeJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeReturnShippingLabelRequest,
11
5
  DescribeReturnShippingLabelResult,
@@ -21,22 +15,16 @@ export interface DescribeReturnShippingLabelCommandInput
21
15
  export interface DescribeReturnShippingLabelCommandOutput
22
16
  extends DescribeReturnShippingLabelResult,
23
17
  __MetadataBearer {}
24
- export declare class DescribeReturnShippingLabelCommand extends $Command<
25
- DescribeReturnShippingLabelCommandInput,
26
- DescribeReturnShippingLabelCommandOutput,
27
- SnowballClientResolvedConfig
28
- > {
29
- readonly input: DescribeReturnShippingLabelCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeReturnShippingLabelCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SnowballClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeReturnShippingLabelCommand_base: {
19
+ new (
20
+ input: DescribeReturnShippingLabelCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeReturnShippingLabelCommandInput,
38
- DescribeReturnShippingLabelCommandOutput
23
+ DescribeReturnShippingLabelCommandOutput,
24
+ SnowballClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeReturnShippingLabelCommand extends DescribeReturnShippingLabelCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetJobManifestRequest,
11
5
  GetJobManifestResult,
@@ -20,19 +14,16 @@ export interface GetJobManifestCommandInput extends GetJobManifestRequest {}
20
14
  export interface GetJobManifestCommandOutput
21
15
  extends GetJobManifestResult,
22
16
  __MetadataBearer {}
23
- export declare class GetJobManifestCommand extends $Command<
24
- GetJobManifestCommandInput,
25
- GetJobManifestCommandOutput,
26
- SnowballClientResolvedConfig
27
- > {
28
- readonly input: GetJobManifestCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetJobManifestCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SnowballClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetJobManifestCommandInput, GetJobManifestCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetJobManifestCommand_base: {
18
+ new (
19
+ input: GetJobManifestCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetJobManifestCommandInput,
22
+ GetJobManifestCommandOutput,
23
+ SnowballClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetJobManifestCommand extends GetJobManifestCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetJobUnlockCodeRequest,
11
5
  GetJobUnlockCodeResult,
@@ -20,19 +14,16 @@ export interface GetJobUnlockCodeCommandInput extends GetJobUnlockCodeRequest {}
20
14
  export interface GetJobUnlockCodeCommandOutput
21
15
  extends GetJobUnlockCodeResult,
22
16
  __MetadataBearer {}
23
- export declare class GetJobUnlockCodeCommand extends $Command<
24
- GetJobUnlockCodeCommandInput,
25
- GetJobUnlockCodeCommandOutput,
26
- SnowballClientResolvedConfig
27
- > {
28
- readonly input: GetJobUnlockCodeCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetJobUnlockCodeCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SnowballClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetJobUnlockCodeCommandInput, GetJobUnlockCodeCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetJobUnlockCodeCommand_base: {
18
+ new (
19
+ input: GetJobUnlockCodeCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetJobUnlockCodeCommandInput,
22
+ GetJobUnlockCodeCommandOutput,
23
+ SnowballClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetJobUnlockCodeCommand extends GetJobUnlockCodeCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetSnowballUsageRequest,
11
5
  GetSnowballUsageResult,
@@ -20,19 +14,16 @@ export interface GetSnowballUsageCommandInput extends GetSnowballUsageRequest {}
20
14
  export interface GetSnowballUsageCommandOutput
21
15
  extends GetSnowballUsageResult,
22
16
  __MetadataBearer {}
23
- export declare class GetSnowballUsageCommand extends $Command<
24
- GetSnowballUsageCommandInput,
25
- GetSnowballUsageCommandOutput,
26
- SnowballClientResolvedConfig
27
- > {
28
- readonly input: GetSnowballUsageCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetSnowballUsageCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SnowballClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetSnowballUsageCommandInput, GetSnowballUsageCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetSnowballUsageCommand_base: {
18
+ new (
19
+ input: GetSnowballUsageCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetSnowballUsageCommandInput,
22
+ GetSnowballUsageCommandOutput,
23
+ SnowballClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetSnowballUsageCommand extends GetSnowballUsageCommand_base {}