@aws-sdk/client-snowball 3.477.0 → 3.481.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 (141) 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-cjs/pagination/DescribeAddressesPaginator.js +2 -24
  30. package/dist-cjs/pagination/ListClusterJobsPaginator.js +2 -24
  31. package/dist-cjs/pagination/ListClustersPaginator.js +2 -24
  32. package/dist-cjs/pagination/ListCompatibleImagesPaginator.js +2 -24
  33. package/dist-cjs/pagination/ListJobsPaginator.js +2 -24
  34. package/dist-cjs/pagination/ListLongTermPricingPaginator.js +2 -24
  35. package/dist-cjs/pagination/ListPickupLocationsPaginator.js +2 -24
  36. package/dist-es/commands/CancelClusterCommand.js +18 -41
  37. package/dist-es/commands/CancelJobCommand.js +18 -41
  38. package/dist-es/commands/CreateAddressCommand.js +18 -41
  39. package/dist-es/commands/CreateClusterCommand.js +18 -41
  40. package/dist-es/commands/CreateJobCommand.js +18 -41
  41. package/dist-es/commands/CreateLongTermPricingCommand.js +18 -41
  42. package/dist-es/commands/CreateReturnShippingLabelCommand.js +18 -41
  43. package/dist-es/commands/DescribeAddressCommand.js +18 -41
  44. package/dist-es/commands/DescribeAddressesCommand.js +18 -41
  45. package/dist-es/commands/DescribeClusterCommand.js +18 -41
  46. package/dist-es/commands/DescribeJobCommand.js +18 -41
  47. package/dist-es/commands/DescribeReturnShippingLabelCommand.js +18 -41
  48. package/dist-es/commands/GetJobManifestCommand.js +18 -41
  49. package/dist-es/commands/GetJobUnlockCodeCommand.js +18 -41
  50. package/dist-es/commands/GetSnowballUsageCommand.js +18 -41
  51. package/dist-es/commands/GetSoftwareUpdatesCommand.js +18 -41
  52. package/dist-es/commands/ListClusterJobsCommand.js +18 -41
  53. package/dist-es/commands/ListClustersCommand.js +18 -41
  54. package/dist-es/commands/ListCompatibleImagesCommand.js +18 -41
  55. package/dist-es/commands/ListJobsCommand.js +18 -41
  56. package/dist-es/commands/ListLongTermPricingCommand.js +18 -41
  57. package/dist-es/commands/ListPickupLocationsCommand.js +18 -41
  58. package/dist-es/commands/ListServiceVersionsCommand.js +18 -41
  59. package/dist-es/commands/UpdateClusterCommand.js +18 -41
  60. package/dist-es/commands/UpdateJobCommand.js +18 -41
  61. package/dist-es/commands/UpdateJobShipmentStateCommand.js +18 -41
  62. package/dist-es/commands/UpdateLongTermPricingCommand.js +18 -41
  63. package/dist-es/endpoint/EndpointParameters.js +6 -0
  64. package/dist-es/pagination/DescribeAddressesPaginator.js +2 -23
  65. package/dist-es/pagination/ListClusterJobsPaginator.js +2 -23
  66. package/dist-es/pagination/ListClustersPaginator.js +2 -23
  67. package/dist-es/pagination/ListCompatibleImagesPaginator.js +2 -23
  68. package/dist-es/pagination/ListJobsPaginator.js +2 -23
  69. package/dist-es/pagination/ListLongTermPricingPaginator.js +2 -23
  70. package/dist-es/pagination/ListPickupLocationsPaginator.js +2 -23
  71. package/dist-types/commands/CancelClusterCommand.d.ts +6 -21
  72. package/dist-types/commands/CancelJobCommand.d.ts +6 -21
  73. package/dist-types/commands/CreateAddressCommand.d.ts +6 -21
  74. package/dist-types/commands/CreateClusterCommand.d.ts +6 -21
  75. package/dist-types/commands/CreateJobCommand.d.ts +6 -21
  76. package/dist-types/commands/CreateLongTermPricingCommand.d.ts +6 -21
  77. package/dist-types/commands/CreateReturnShippingLabelCommand.d.ts +6 -21
  78. package/dist-types/commands/DescribeAddressCommand.d.ts +6 -21
  79. package/dist-types/commands/DescribeAddressesCommand.d.ts +6 -21
  80. package/dist-types/commands/DescribeClusterCommand.d.ts +6 -21
  81. package/dist-types/commands/DescribeJobCommand.d.ts +6 -21
  82. package/dist-types/commands/DescribeReturnShippingLabelCommand.d.ts +6 -21
  83. package/dist-types/commands/GetJobManifestCommand.d.ts +6 -21
  84. package/dist-types/commands/GetJobUnlockCodeCommand.d.ts +6 -21
  85. package/dist-types/commands/GetSnowballUsageCommand.d.ts +6 -21
  86. package/dist-types/commands/GetSoftwareUpdatesCommand.d.ts +6 -21
  87. package/dist-types/commands/ListClusterJobsCommand.d.ts +6 -21
  88. package/dist-types/commands/ListClustersCommand.d.ts +6 -21
  89. package/dist-types/commands/ListCompatibleImagesCommand.d.ts +6 -21
  90. package/dist-types/commands/ListJobsCommand.d.ts +6 -21
  91. package/dist-types/commands/ListLongTermPricingCommand.d.ts +6 -21
  92. package/dist-types/commands/ListPickupLocationsCommand.d.ts +6 -21
  93. package/dist-types/commands/ListServiceVersionsCommand.d.ts +6 -21
  94. package/dist-types/commands/UpdateClusterCommand.d.ts +6 -21
  95. package/dist-types/commands/UpdateJobCommand.d.ts +6 -21
  96. package/dist-types/commands/UpdateJobShipmentStateCommand.d.ts +6 -21
  97. package/dist-types/commands/UpdateLongTermPricingCommand.d.ts +6 -21
  98. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  99. package/dist-types/pagination/DescribeAddressesPaginator.d.ts +1 -1
  100. package/dist-types/pagination/ListClusterJobsPaginator.d.ts +1 -1
  101. package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
  102. package/dist-types/pagination/ListCompatibleImagesPaginator.d.ts +1 -1
  103. package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
  104. package/dist-types/pagination/ListLongTermPricingPaginator.d.ts +1 -1
  105. package/dist-types/pagination/ListPickupLocationsPaginator.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/CancelClusterCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/CreateAddressCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/CreateLongTermPricingCommand.d.ts +12 -24
  112. package/dist-types/ts3.4/commands/CreateReturnShippingLabelCommand.d.ts +12 -24
  113. package/dist-types/ts3.4/commands/DescribeAddressCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/DescribeReturnShippingLabelCommand.d.ts +12 -24
  118. package/dist-types/ts3.4/commands/GetJobManifestCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/GetJobUnlockCodeCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/GetSnowballUsageCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/GetSoftwareUpdatesCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/ListClusterJobsCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/ListCompatibleImagesCommand.d.ts +12 -24
  125. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +14 -23
  126. package/dist-types/ts3.4/commands/ListLongTermPricingCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/ListPickupLocationsCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/ListServiceVersionsCommand.d.ts +14 -23
  129. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/UpdateJobShipmentStateCommand.d.ts +12 -24
  132. package/dist-types/ts3.4/commands/UpdateLongTermPricingCommand.d.ts +12 -24
  133. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  134. package/dist-types/ts3.4/pagination/DescribeAddressesPaginator.d.ts +3 -3
  135. package/dist-types/ts3.4/pagination/ListClusterJobsPaginator.d.ts +3 -3
  136. package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +3 -3
  137. package/dist-types/ts3.4/pagination/ListCompatibleImagesPaginator.d.ts +3 -3
  138. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +3 -3
  139. package/dist-types/ts3.4/pagination/ListLongTermPricingPaginator.d.ts +3 -3
  140. package/dist-types/ts3.4/pagination/ListPickupLocationsPaginator.d.ts +3 -3
  141. package/package.json +11 -10
@@ -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 {}
@@ -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
  GetSoftwareUpdatesRequest,
11
5
  GetSoftwareUpdatesResult,
@@ -21,19 +15,16 @@ export interface GetSoftwareUpdatesCommandInput
21
15
  export interface GetSoftwareUpdatesCommandOutput
22
16
  extends GetSoftwareUpdatesResult,
23
17
  __MetadataBearer {}
24
- export declare class GetSoftwareUpdatesCommand extends $Command<
25
- GetSoftwareUpdatesCommandInput,
26
- GetSoftwareUpdatesCommandOutput,
27
- SnowballClientResolvedConfig
28
- > {
29
- readonly input: GetSoftwareUpdatesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetSoftwareUpdatesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SnowballClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetSoftwareUpdatesCommandInput, GetSoftwareUpdatesCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetSoftwareUpdatesCommand_base: {
19
+ new (
20
+ input: GetSoftwareUpdatesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetSoftwareUpdatesCommandInput,
23
+ GetSoftwareUpdatesCommandOutput,
24
+ SnowballClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetSoftwareUpdatesCommand extends GetSoftwareUpdatesCommand_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
  ListClusterJobsRequest,
11
5
  ListClusterJobsResult,
@@ -20,19 +14,16 @@ export interface ListClusterJobsCommandInput extends ListClusterJobsRequest {}
20
14
  export interface ListClusterJobsCommandOutput
21
15
  extends ListClusterJobsResult,
22
16
  __MetadataBearer {}
23
- export declare class ListClusterJobsCommand extends $Command<
24
- ListClusterJobsCommandInput,
25
- ListClusterJobsCommandOutput,
26
- SnowballClientResolvedConfig
27
- > {
28
- readonly input: ListClusterJobsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListClusterJobsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SnowballClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListClusterJobsCommandInput, ListClusterJobsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListClusterJobsCommand_base: {
18
+ new (
19
+ input: ListClusterJobsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListClusterJobsCommandInput,
22
+ ListClusterJobsCommandOutput,
23
+ SnowballClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListClusterJobsCommand extends ListClusterJobsCommand_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 { ListClustersRequest, ListClustersResult } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListClustersCommandInput extends ListClustersRequest {}
17
11
  export interface ListClustersCommandOutput
18
12
  extends ListClustersResult,
19
13
  __MetadataBearer {}
20
- export declare class ListClustersCommand extends $Command<
21
- ListClustersCommandInput,
22
- ListClustersCommandOutput,
23
- SnowballClientResolvedConfig
24
- > {
25
- readonly input: ListClustersCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListClustersCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SnowballClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListClustersCommandInput, ListClustersCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListClustersCommand_base: {
15
+ new (
16
+ input: ListClustersCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListClustersCommandInput,
19
+ ListClustersCommandOutput,
20
+ SnowballClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListClustersCommand extends ListClustersCommand_base {}