@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,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListJobsRequest, ListJobsResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListJobsCommandInput extends ListJobsRequest {
21
20
  */
22
21
  export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer {
23
22
  }
23
+ declare const ListJobsCommand_base: {
24
+ new (input: ListJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns an array of <code>JobListEntry</code> objects of the specified length. Each
@@ -96,23 +99,5 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer
96
99
  * ```
97
100
  *
98
101
  */
99
- export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, SnowballClientResolvedConfig> {
100
- readonly input: ListJobsCommandInput;
101
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
102
- /**
103
- * @public
104
- */
105
- constructor(input: ListJobsCommandInput);
106
- /**
107
- * @internal
108
- */
109
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListJobsCommandInput, ListJobsCommandOutput>;
110
- /**
111
- * @internal
112
- */
113
- private serialize;
114
- /**
115
- * @internal
116
- */
117
- private deserialize;
102
+ export declare class ListJobsCommand extends ListJobsCommand_base {
118
103
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListLongTermPricingRequest, ListLongTermPricingResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListLongTermPricingCommandInput extends ListLongTermPricingRequ
21
20
  */
22
21
  export interface ListLongTermPricingCommandOutput extends ListLongTermPricingResult, __MetadataBearer {
23
22
  }
23
+ declare const ListLongTermPricingCommand_base: {
24
+ new (input: ListLongTermPricingCommandInput): import("@smithy/smithy-client").CommandImpl<ListLongTermPricingCommandInput, ListLongTermPricingCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all long-term pricing types.</p>
@@ -77,23 +80,5 @@ export interface ListLongTermPricingCommandOutput extends ListLongTermPricingRes
77
80
  * <p>Base exception class for all service exceptions from Snowball service.</p>
78
81
  *
79
82
  */
80
- export declare class ListLongTermPricingCommand extends $Command<ListLongTermPricingCommandInput, ListLongTermPricingCommandOutput, SnowballClientResolvedConfig> {
81
- readonly input: ListLongTermPricingCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: ListLongTermPricingCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLongTermPricingCommandInput, ListLongTermPricingCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class ListLongTermPricingCommand extends ListLongTermPricingCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListPickupLocationsRequest, ListPickupLocationsResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListPickupLocationsCommandInput extends ListPickupLocationsRequ
21
20
  */
22
21
  export interface ListPickupLocationsCommandOutput extends ListPickupLocationsResult, __MetadataBearer {
23
22
  }
23
+ declare const ListPickupLocationsCommand_base: {
24
+ new (input: ListPickupLocationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPickupLocationsCommandInput, ListPickupLocationsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>A list of locations from which the customer can choose to pickup a device.</p>
@@ -101,23 +104,5 @@ export interface ListPickupLocationsCommandOutput extends ListPickupLocationsRes
101
104
  * ```
102
105
  *
103
106
  */
104
- export declare class ListPickupLocationsCommand extends $Command<ListPickupLocationsCommandInput, ListPickupLocationsCommandOutput, SnowballClientResolvedConfig> {
105
- readonly input: ListPickupLocationsCommandInput;
106
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
107
- /**
108
- * @public
109
- */
110
- constructor(input: ListPickupLocationsCommandInput);
111
- /**
112
- * @internal
113
- */
114
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPickupLocationsCommandInput, ListPickupLocationsCommandOutput>;
115
- /**
116
- * @internal
117
- */
118
- private serialize;
119
- /**
120
- * @internal
121
- */
122
- private deserialize;
107
+ export declare class ListPickupLocationsCommand extends ListPickupLocationsCommand_base {
123
108
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListServiceVersionsRequest, ListServiceVersionsResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListServiceVersionsCommandInput extends ListServiceVersionsRequ
21
20
  */
22
21
  export interface ListServiceVersionsCommandOutput extends ListServiceVersionsResult, __MetadataBearer {
23
22
  }
23
+ declare const ListServiceVersionsCommand_base: {
24
+ new (input: ListServiceVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceVersionsCommandInput, ListServiceVersionsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all supported versions for Snow on-device services. Returns an
@@ -85,23 +88,5 @@ export interface ListServiceVersionsCommandOutput extends ListServiceVersionsRes
85
88
  * <p>Base exception class for all service exceptions from Snowball service.</p>
86
89
  *
87
90
  */
88
- export declare class ListServiceVersionsCommand extends $Command<ListServiceVersionsCommandInput, ListServiceVersionsCommandOutput, SnowballClientResolvedConfig> {
89
- readonly input: ListServiceVersionsCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: ListServiceVersionsCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListServiceVersionsCommandInput, ListServiceVersionsCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class ListServiceVersionsCommand extends ListServiceVersionsCommand_base {
107
92
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdateClusterRequest, UpdateClusterResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateClusterCommandInput extends UpdateClusterRequest {
21
20
  */
22
21
  export interface UpdateClusterCommandOutput extends UpdateClusterResult, __MetadataBearer {
23
22
  }
23
+ declare const UpdateClusterCommand_base: {
24
+ new (input: UpdateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterCommandInput, UpdateClusterCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>While a cluster's <code>ClusterState</code> value is in the <code>AwaitingQuorum</code>
@@ -150,23 +153,5 @@ export interface UpdateClusterCommandOutput extends UpdateClusterResult, __Metad
150
153
  * ```
151
154
  *
152
155
  */
153
- export declare class UpdateClusterCommand extends $Command<UpdateClusterCommandInput, UpdateClusterCommandOutput, SnowballClientResolvedConfig> {
154
- readonly input: UpdateClusterCommandInput;
155
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
156
- /**
157
- * @public
158
- */
159
- constructor(input: UpdateClusterCommandInput);
160
- /**
161
- * @internal
162
- */
163
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateClusterCommandInput, UpdateClusterCommandOutput>;
164
- /**
165
- * @internal
166
- */
167
- private serialize;
168
- /**
169
- * @internal
170
- */
171
- private deserialize;
156
+ export declare class UpdateClusterCommand extends UpdateClusterCommand_base {
172
157
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdateJobRequest, UpdateJobResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateJobCommandInput extends UpdateJobRequest {
21
20
  */
22
21
  export interface UpdateJobCommandOutput extends UpdateJobResult, __MetadataBearer {
23
22
  }
23
+ declare const UpdateJobCommand_base: {
24
+ new (input: UpdateJobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateJobCommandInput, UpdateJobCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>While a job's <code>JobState</code> value is <code>New</code>, you can update some of
@@ -166,23 +169,5 @@ export interface UpdateJobCommandOutput extends UpdateJobResult, __MetadataBeare
166
169
  * ```
167
170
  *
168
171
  */
169
- export declare class UpdateJobCommand extends $Command<UpdateJobCommandInput, UpdateJobCommandOutput, SnowballClientResolvedConfig> {
170
- readonly input: UpdateJobCommandInput;
171
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
172
- /**
173
- * @public
174
- */
175
- constructor(input: UpdateJobCommandInput);
176
- /**
177
- * @internal
178
- */
179
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateJobCommandInput, UpdateJobCommandOutput>;
180
- /**
181
- * @internal
182
- */
183
- private serialize;
184
- /**
185
- * @internal
186
- */
187
- private deserialize;
172
+ export declare class UpdateJobCommand extends UpdateJobCommand_base {
188
173
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdateJobShipmentStateRequest, UpdateJobShipmentStateResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateJobShipmentStateCommandInput extends UpdateJobShipmentSta
21
20
  */
22
21
  export interface UpdateJobShipmentStateCommandOutput extends UpdateJobShipmentStateResult, __MetadataBearer {
23
22
  }
23
+ declare const UpdateJobShipmentStateCommand_base: {
24
+ new (input: UpdateJobShipmentStateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateJobShipmentStateCommandInput, UpdateJobShipmentStateCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the state when a shipment state changes to a different state.</p>
@@ -58,23 +61,5 @@ export interface UpdateJobShipmentStateCommandOutput extends UpdateJobShipmentSt
58
61
  * <p>Base exception class for all service exceptions from Snowball service.</p>
59
62
  *
60
63
  */
61
- export declare class UpdateJobShipmentStateCommand extends $Command<UpdateJobShipmentStateCommandInput, UpdateJobShipmentStateCommandOutput, SnowballClientResolvedConfig> {
62
- readonly input: UpdateJobShipmentStateCommandInput;
63
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
- /**
65
- * @public
66
- */
67
- constructor(input: UpdateJobShipmentStateCommandInput);
68
- /**
69
- * @internal
70
- */
71
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateJobShipmentStateCommandInput, UpdateJobShipmentStateCommandOutput>;
72
- /**
73
- * @internal
74
- */
75
- private serialize;
76
- /**
77
- * @internal
78
- */
79
- private deserialize;
64
+ export declare class UpdateJobShipmentStateCommand extends UpdateJobShipmentStateCommand_base {
80
65
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdateLongTermPricingRequest, UpdateLongTermPricingResult } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateLongTermPricingCommandInput extends UpdateLongTermPricing
21
20
  */
22
21
  export interface UpdateLongTermPricingCommandOutput extends UpdateLongTermPricingResult, __MetadataBearer {
23
22
  }
23
+ declare const UpdateLongTermPricingCommand_base: {
24
+ new (input: UpdateLongTermPricingCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLongTermPricingCommandInput, UpdateLongTermPricingCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the long-term pricing type.</p>
@@ -55,23 +58,5 @@ export interface UpdateLongTermPricingCommandOutput extends UpdateLongTermPricin
55
58
  * <p>Base exception class for all service exceptions from Snowball service.</p>
56
59
  *
57
60
  */
58
- export declare class UpdateLongTermPricingCommand extends $Command<UpdateLongTermPricingCommandInput, UpdateLongTermPricingCommandOutput, SnowballClientResolvedConfig> {
59
- readonly input: UpdateLongTermPricingCommandInput;
60
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
- /**
62
- * @public
63
- */
64
- constructor(input: UpdateLongTermPricingCommandInput);
65
- /**
66
- * @internal
67
- */
68
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLongTermPricingCommandInput, UpdateLongTermPricingCommandOutput>;
69
- /**
70
- * @internal
71
- */
72
- private serialize;
73
- /**
74
- * @internal
75
- */
76
- private deserialize;
61
+ export declare class UpdateLongTermPricingCommand extends UpdateLongTermPricingCommand_base {
77
62
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { SnowballPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeAddresses(config: SnowballPaginationConfiguration, input: DescribeAddressesCommandInput, ...additionalArguments: any): Paginator<DescribeAddressesCommandOutput>;
7
+ export declare const paginateDescribeAddresses: (config: SnowballPaginationConfiguration, input: DescribeAddressesCommandInput, ...rest: any[]) => Paginator<DescribeAddressesCommandOutput>;
@@ -4,4 +4,4 @@ import { SnowballPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListClusterJobs(config: SnowballPaginationConfiguration, input: ListClusterJobsCommandInput, ...additionalArguments: any): Paginator<ListClusterJobsCommandOutput>;
7
+ export declare const paginateListClusterJobs: (config: SnowballPaginationConfiguration, input: ListClusterJobsCommandInput, ...rest: any[]) => Paginator<ListClusterJobsCommandOutput>;
@@ -4,4 +4,4 @@ import { SnowballPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListClusters(config: SnowballPaginationConfiguration, input: ListClustersCommandInput, ...additionalArguments: any): Paginator<ListClustersCommandOutput>;
7
+ export declare const paginateListClusters: (config: SnowballPaginationConfiguration, input: ListClustersCommandInput, ...rest: any[]) => Paginator<ListClustersCommandOutput>;
@@ -4,4 +4,4 @@ import { SnowballPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListCompatibleImages(config: SnowballPaginationConfiguration, input: ListCompatibleImagesCommandInput, ...additionalArguments: any): Paginator<ListCompatibleImagesCommandOutput>;
7
+ export declare const paginateListCompatibleImages: (config: SnowballPaginationConfiguration, input: ListCompatibleImagesCommandInput, ...rest: any[]) => Paginator<ListCompatibleImagesCommandOutput>;
@@ -4,4 +4,4 @@ import { SnowballPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListJobs(config: SnowballPaginationConfiguration, input: ListJobsCommandInput, ...additionalArguments: any): Paginator<ListJobsCommandOutput>;
7
+ export declare const paginateListJobs: (config: SnowballPaginationConfiguration, input: ListJobsCommandInput, ...rest: any[]) => Paginator<ListJobsCommandOutput>;
@@ -4,4 +4,4 @@ import { SnowballPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListLongTermPricing(config: SnowballPaginationConfiguration, input: ListLongTermPricingCommandInput, ...additionalArguments: any): Paginator<ListLongTermPricingCommandOutput>;
7
+ export declare const paginateListLongTermPricing: (config: SnowballPaginationConfiguration, input: ListLongTermPricingCommandInput, ...rest: any[]) => Paginator<ListLongTermPricingCommandOutput>;
@@ -4,4 +4,4 @@ import { SnowballPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListPickupLocations(config: SnowballPaginationConfiguration, input: ListPickupLocationsCommandInput, ...additionalArguments: any): Paginator<ListPickupLocationsCommandOutput>;
7
+ export declare const paginateListPickupLocations: (config: SnowballPaginationConfiguration, input: ListPickupLocationsCommandInput, ...rest: any[]) => Paginator<ListPickupLocationsCommandOutput>;
@@ -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 { CancelClusterRequest, CancelClusterResult } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CancelClusterCommandInput extends CancelClusterRequest {}
17
11
  export interface CancelClusterCommandOutput
18
12
  extends CancelClusterResult,
19
13
  __MetadataBearer {}
20
- export declare class CancelClusterCommand extends $Command<
21
- CancelClusterCommandInput,
22
- CancelClusterCommandOutput,
23
- SnowballClientResolvedConfig
24
- > {
25
- readonly input: CancelClusterCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CancelClusterCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SnowballClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CancelClusterCommandInput, CancelClusterCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CancelClusterCommand_base: {
15
+ new (
16
+ input: CancelClusterCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CancelClusterCommandInput,
19
+ CancelClusterCommandOutput,
20
+ SnowballClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CancelClusterCommand extends CancelClusterCommand_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 { 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 {}