@aws-sdk/client-snowball 3.337.0 → 3.341.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 (117) hide show
  1. package/dist-cjs/SnowballClient.js +2 -1
  2. package/dist-cjs/commands/CancelClusterCommand.js +2 -1
  3. package/dist-cjs/commands/CancelJobCommand.js +2 -1
  4. package/dist-cjs/commands/CreateAddressCommand.js +2 -1
  5. package/dist-cjs/commands/CreateClusterCommand.js +2 -1
  6. package/dist-cjs/commands/CreateJobCommand.js +2 -1
  7. package/dist-cjs/commands/CreateLongTermPricingCommand.js +2 -1
  8. package/dist-cjs/commands/CreateReturnShippingLabelCommand.js +2 -1
  9. package/dist-cjs/commands/DescribeAddressCommand.js +2 -1
  10. package/dist-cjs/commands/DescribeAddressesCommand.js +2 -1
  11. package/dist-cjs/commands/DescribeClusterCommand.js +2 -1
  12. package/dist-cjs/commands/DescribeJobCommand.js +2 -1
  13. package/dist-cjs/commands/DescribeReturnShippingLabelCommand.js +2 -1
  14. package/dist-cjs/commands/GetJobManifestCommand.js +2 -1
  15. package/dist-cjs/commands/GetJobUnlockCodeCommand.js +2 -1
  16. package/dist-cjs/commands/GetSnowballUsageCommand.js +2 -1
  17. package/dist-cjs/commands/GetSoftwareUpdatesCommand.js +2 -1
  18. package/dist-cjs/commands/ListClusterJobsCommand.js +2 -1
  19. package/dist-cjs/commands/ListClustersCommand.js +2 -1
  20. package/dist-cjs/commands/ListCompatibleImagesCommand.js +2 -1
  21. package/dist-cjs/commands/ListJobsCommand.js +2 -1
  22. package/dist-cjs/commands/ListLongTermPricingCommand.js +2 -1
  23. package/dist-cjs/commands/ListServiceVersionsCommand.js +2 -1
  24. package/dist-cjs/commands/UpdateClusterCommand.js +2 -1
  25. package/dist-cjs/commands/UpdateJobCommand.js +2 -1
  26. package/dist-cjs/commands/UpdateJobShipmentStateCommand.js +2 -1
  27. package/dist-cjs/commands/UpdateLongTermPricingCommand.js +2 -1
  28. package/dist-cjs/index.js +2 -2
  29. package/dist-cjs/models/SnowballServiceException.js +2 -1
  30. package/dist-es/SnowballClient.js +1 -0
  31. package/dist-es/commands/CancelClusterCommand.js +1 -0
  32. package/dist-es/commands/CancelJobCommand.js +1 -0
  33. package/dist-es/commands/CreateAddressCommand.js +1 -0
  34. package/dist-es/commands/CreateClusterCommand.js +1 -0
  35. package/dist-es/commands/CreateJobCommand.js +1 -0
  36. package/dist-es/commands/CreateLongTermPricingCommand.js +1 -0
  37. package/dist-es/commands/CreateReturnShippingLabelCommand.js +1 -0
  38. package/dist-es/commands/DescribeAddressCommand.js +1 -0
  39. package/dist-es/commands/DescribeAddressesCommand.js +1 -0
  40. package/dist-es/commands/DescribeClusterCommand.js +1 -0
  41. package/dist-es/commands/DescribeJobCommand.js +1 -0
  42. package/dist-es/commands/DescribeReturnShippingLabelCommand.js +1 -0
  43. package/dist-es/commands/GetJobManifestCommand.js +1 -0
  44. package/dist-es/commands/GetJobUnlockCodeCommand.js +1 -0
  45. package/dist-es/commands/GetSnowballUsageCommand.js +1 -0
  46. package/dist-es/commands/GetSoftwareUpdatesCommand.js +1 -0
  47. package/dist-es/commands/ListClusterJobsCommand.js +1 -0
  48. package/dist-es/commands/ListClustersCommand.js +1 -0
  49. package/dist-es/commands/ListCompatibleImagesCommand.js +1 -0
  50. package/dist-es/commands/ListJobsCommand.js +1 -0
  51. package/dist-es/commands/ListLongTermPricingCommand.js +1 -0
  52. package/dist-es/commands/ListServiceVersionsCommand.js +1 -0
  53. package/dist-es/commands/UpdateClusterCommand.js +1 -0
  54. package/dist-es/commands/UpdateJobCommand.js +1 -0
  55. package/dist-es/commands/UpdateJobShipmentStateCommand.js +1 -0
  56. package/dist-es/commands/UpdateLongTermPricingCommand.js +1 -0
  57. package/dist-es/index.js +2 -2
  58. package/dist-es/models/SnowballServiceException.js +1 -0
  59. package/dist-types/SnowballClient.d.ts +3 -3
  60. package/dist-types/commands/CancelClusterCommand.d.ts +4 -0
  61. package/dist-types/commands/CancelJobCommand.d.ts +4 -0
  62. package/dist-types/commands/CreateAddressCommand.d.ts +4 -0
  63. package/dist-types/commands/CreateClusterCommand.d.ts +4 -0
  64. package/dist-types/commands/CreateJobCommand.d.ts +4 -0
  65. package/dist-types/commands/CreateLongTermPricingCommand.d.ts +4 -0
  66. package/dist-types/commands/CreateReturnShippingLabelCommand.d.ts +4 -0
  67. package/dist-types/commands/DescribeAddressCommand.d.ts +4 -0
  68. package/dist-types/commands/DescribeAddressesCommand.d.ts +4 -0
  69. package/dist-types/commands/DescribeClusterCommand.d.ts +4 -0
  70. package/dist-types/commands/DescribeJobCommand.d.ts +4 -0
  71. package/dist-types/commands/DescribeReturnShippingLabelCommand.d.ts +4 -0
  72. package/dist-types/commands/GetJobManifestCommand.d.ts +4 -0
  73. package/dist-types/commands/GetJobUnlockCodeCommand.d.ts +4 -0
  74. package/dist-types/commands/GetSnowballUsageCommand.d.ts +4 -0
  75. package/dist-types/commands/GetSoftwareUpdatesCommand.d.ts +4 -0
  76. package/dist-types/commands/ListClusterJobsCommand.d.ts +4 -0
  77. package/dist-types/commands/ListClustersCommand.d.ts +4 -0
  78. package/dist-types/commands/ListCompatibleImagesCommand.d.ts +4 -0
  79. package/dist-types/commands/ListJobsCommand.d.ts +4 -0
  80. package/dist-types/commands/ListLongTermPricingCommand.d.ts +4 -0
  81. package/dist-types/commands/ListServiceVersionsCommand.d.ts +4 -0
  82. package/dist-types/commands/UpdateClusterCommand.d.ts +4 -0
  83. package/dist-types/commands/UpdateJobCommand.d.ts +4 -0
  84. package/dist-types/commands/UpdateJobShipmentStateCommand.d.ts +4 -0
  85. package/dist-types/commands/UpdateLongTermPricingCommand.d.ts +4 -0
  86. package/dist-types/index.d.ts +12 -2
  87. package/dist-types/models/SnowballServiceException.d.ts +1 -0
  88. package/dist-types/ts3.4/SnowballClient.d.ts +3 -3
  89. package/dist-types/ts3.4/commands/CancelClusterCommand.d.ts +1 -0
  90. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +1 -0
  91. package/dist-types/ts3.4/commands/CreateAddressCommand.d.ts +1 -0
  92. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +1 -0
  93. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +1 -0
  94. package/dist-types/ts3.4/commands/CreateLongTermPricingCommand.d.ts +1 -0
  95. package/dist-types/ts3.4/commands/CreateReturnShippingLabelCommand.d.ts +1 -0
  96. package/dist-types/ts3.4/commands/DescribeAddressCommand.d.ts +1 -0
  97. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +1 -0
  98. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/DescribeReturnShippingLabelCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/GetJobManifestCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/GetJobUnlockCodeCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/commands/GetSnowballUsageCommand.d.ts +1 -0
  104. package/dist-types/ts3.4/commands/GetSoftwareUpdatesCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/ListClusterJobsCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/commands/ListCompatibleImagesCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/ListLongTermPricingCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/ListServiceVersionsCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/UpdateJobShipmentStateCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/UpdateLongTermPricingCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/index.d.ts +2 -2
  116. package/dist-types/ts3.4/models/SnowballServiceException.d.ts +1 -0
  117. package/package.json +28 -28
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateJobCommand, se_UpdateJobCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateJobCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateJobShipmentStateCommand, se_UpdateJobShipmentStateCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateJobShipmentStateCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateLongTermPricingCommand, se_UpdateLongTermPricingCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateLongTermPricingCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./Snowball";
2
1
  export * from "./SnowballClient";
2
+ export * from "./Snowball";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { SnowballServiceException } from "./models/SnowballServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class SnowballServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -35,6 +35,7 @@ import { UpdateJobCommandInput, UpdateJobCommandOutput } from "./commands/Update
35
35
  import { UpdateJobShipmentStateCommandInput, UpdateJobShipmentStateCommandOutput } from "./commands/UpdateJobShipmentStateCommand";
36
36
  import { UpdateLongTermPricingCommandInput, UpdateLongTermPricingCommandOutput } from "./commands/UpdateLongTermPricingCommand";
37
37
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
38
+ export { __Client };
38
39
  /**
39
40
  * @public
40
41
  */
@@ -149,7 +150,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
149
150
  /**
150
151
  * @public
151
152
  */
152
- type SnowballClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
153
+ export type SnowballClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
153
154
  /**
154
155
  * @public
155
156
  *
@@ -160,7 +161,7 @@ export interface SnowballClientConfig extends SnowballClientConfigType {
160
161
  /**
161
162
  * @public
162
163
  */
163
- type SnowballClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
164
+ export type SnowballClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
164
165
  /**
165
166
  * @public
166
167
  *
@@ -190,4 +191,3 @@ export declare class SnowballClient extends __Client<__HttpHandlerOptions, Servi
190
191
  */
191
192
  destroy(): void;
192
193
  }
193
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CancelClusterRequest, CancelClusterResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CancelJobRequest, CancelJobResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateAddressRequest, CreateAddressResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateClusterRequest, CreateClusterResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateJobRequest, CreateJobResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateLongTermPricingRequest, CreateLongTermPricingResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateReturnShippingLabelRequest, CreateReturnShippingLabelResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeAddressRequest, DescribeAddressResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeAddressesRequest, DescribeAddressesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeClusterRequest, DescribeClusterResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeJobRequest, DescribeJobResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeReturnShippingLabelRequest, DescribeReturnShippingLabelResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetJobManifestRequest, GetJobManifestResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetJobUnlockCodeRequest, GetJobUnlockCodeResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetSnowballUsageRequest, GetSnowballUsageResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetSoftwareUpdatesRequest, GetSoftwareUpdatesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListClusterJobsRequest, ListClusterJobsResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListClustersRequest, ListClustersResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListCompatibleImagesRequest, ListCompatibleImagesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListJobsRequest, ListJobsResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListLongTermPricingRequest, ListLongTermPricingResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListServiceVersionsRequest, ListServiceVersionsResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateClusterRequest, UpdateClusterResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateJobRequest, UpdateJobResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateJobShipmentStateRequest, UpdateJobShipmentStateResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateLongTermPricingRequest, UpdateLongTermPricingResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,16 @@
1
- export * from "./Snowball";
1
+ /**
2
+ * <p>The Amazon Web Services Snow Family provides a petabyte-scale data transport solution that uses
3
+ * secure devices to transfer large amounts of data between your on-premises data centers and
4
+ * Amazon Simple Storage Service (Amazon S3). The Snow Family commands described here provide access to the same
5
+ * functionality that is available in the Amazon Web Services Snow Family Management Console, which enables you to create
6
+ * and manage jobs for a Snow Family device. To transfer data locally with a Snow Family device,
7
+ * you'll need to use the Snowball Edge client or the Amazon S3 API Interface for Snowball or OpsHub for Snow Family. For more information, see the <a href="https://docs.aws.amazon.com/AWSImportExport/latest/ug/api-reference.html">User Guide</a>.</p>
8
+ *
9
+ * @packageDocumentation
10
+ */
2
11
  export * from "./SnowballClient";
12
+ export * from "./Snowball";
3
13
  export * from "./commands";
4
- export * from "./models";
5
14
  export * from "./pagination";
15
+ export * from "./models";
6
16
  export { SnowballServiceException } from "./models/SnowballServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -155,6 +155,7 @@ import {
155
155
  ClientResolvedEndpointParameters,
156
156
  EndpointParameters,
157
157
  } from "./endpoint/EndpointParameters";
158
+ export { __Client };
158
159
  export type ServiceInputTypes =
159
160
  | CancelClusterCommandInput
160
161
  | CancelJobCommandInput
@@ -233,7 +234,7 @@ export interface ClientDefaults
233
234
  logger?: __Logger;
234
235
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
235
236
  }
236
- type SnowballClientConfigType = Partial<
237
+ export type SnowballClientConfigType = Partial<
237
238
  __SmithyConfiguration<__HttpHandlerOptions>
238
239
  > &
239
240
  ClientDefaults &
@@ -245,7 +246,7 @@ type SnowballClientConfigType = Partial<
245
246
  UserAgentInputConfig &
246
247
  ClientInputEndpointParameters;
247
248
  export interface SnowballClientConfig extends SnowballClientConfigType {}
248
- type SnowballClientResolvedConfigType =
249
+ export type SnowballClientResolvedConfigType =
249
250
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
250
251
  Required<ClientDefaults> &
251
252
  RegionResolvedConfig &
@@ -267,4 +268,3 @@ export declare class SnowballClient extends __Client<
267
268
  constructor(configuration: SnowballClientConfig);
268
269
  destroy(): void;
269
270
  }
270
- export {};
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SnowballClientResolvedConfig,
14
14
  } from "../SnowballClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CancelClusterCommandInput extends CancelClusterRequest {}
16
17
  export interface CancelClusterCommandOutput
17
18
  extends CancelClusterResult,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SnowballClientResolvedConfig,
14
14
  } from "../SnowballClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CancelJobCommandInput extends CancelJobRequest {}
16
17
  export interface CancelJobCommandOutput
17
18
  extends CancelJobResult,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SnowballClientResolvedConfig,
14
14
  } from "../SnowballClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateAddressCommandInput extends CreateAddressRequest {}
16
17
  export interface CreateAddressCommandOutput
17
18
  extends CreateAddressResult,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SnowballClientResolvedConfig,
14
14
  } from "../SnowballClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateClusterCommandInput extends CreateClusterRequest {}
16
17
  export interface CreateClusterCommandOutput
17
18
  extends CreateClusterResult,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SnowballClientResolvedConfig,
14
14
  } from "../SnowballClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateJobCommandInput extends CreateJobRequest {}
16
17
  export interface CreateJobCommandOutput
17
18
  extends CreateJobResult,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SnowballClientResolvedConfig,
17
17
  } from "../SnowballClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateLongTermPricingCommandInput
19
20
  extends CreateLongTermPricingRequest {}
20
21
  export interface CreateLongTermPricingCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SnowballClientResolvedConfig,
17
17
  } from "../SnowballClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateReturnShippingLabelCommandInput
19
20
  extends CreateReturnShippingLabelRequest {}
20
21
  export interface CreateReturnShippingLabelCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SnowballClientResolvedConfig,
17
17
  } from "../SnowballClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeAddressCommandInput extends DescribeAddressRequest {}
19
20
  export interface DescribeAddressCommandOutput
20
21
  extends DescribeAddressResult,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SnowballClientResolvedConfig,
17
17
  } from "../SnowballClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeAddressesCommandInput
19
20
  extends DescribeAddressesRequest {}
20
21
  export interface DescribeAddressesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SnowballClientResolvedConfig,
17
17
  } from "../SnowballClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeClusterCommandInput extends DescribeClusterRequest {}
19
20
  export interface DescribeClusterCommandOutput
20
21
  extends DescribeClusterResult,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SnowballClientResolvedConfig,
14
14
  } from "../SnowballClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DescribeJobCommandInput extends DescribeJobRequest {}
16
17
  export interface DescribeJobCommandOutput
17
18
  extends DescribeJobResult,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SnowballClientResolvedConfig,
17
17
  } from "../SnowballClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeReturnShippingLabelCommandInput
19
20
  extends DescribeReturnShippingLabelRequest {}
20
21
  export interface DescribeReturnShippingLabelCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SnowballClientResolvedConfig,
17
17
  } from "../SnowballClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetJobManifestCommandInput extends GetJobManifestRequest {}
19
20
  export interface GetJobManifestCommandOutput
20
21
  extends GetJobManifestResult,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SnowballClientResolvedConfig,
17
17
  } from "../SnowballClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetJobUnlockCodeCommandInput extends GetJobUnlockCodeRequest {}
19
20
  export interface GetJobUnlockCodeCommandOutput
20
21
  extends GetJobUnlockCodeResult,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SnowballClientResolvedConfig,
17
17
  } from "../SnowballClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetSnowballUsageCommandInput extends GetSnowballUsageRequest {}
19
20
  export interface GetSnowballUsageCommandOutput
20
21
  extends GetSnowballUsageResult,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SnowballClientResolvedConfig,
17
17
  } from "../SnowballClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetSoftwareUpdatesCommandInput
19
20
  extends GetSoftwareUpdatesRequest {}
20
21
  export interface GetSoftwareUpdatesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SnowballClientResolvedConfig,
17
17
  } from "../SnowballClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListClusterJobsCommandInput extends ListClusterJobsRequest {}
19
20
  export interface ListClusterJobsCommandOutput
20
21
  extends ListClusterJobsResult,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SnowballClientResolvedConfig,
14
14
  } from "../SnowballClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListClustersCommandInput extends ListClustersRequest {}
16
17
  export interface ListClustersCommandOutput
17
18
  extends ListClustersResult,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SnowballClientResolvedConfig,
17
17
  } from "../SnowballClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListCompatibleImagesCommandInput
19
20
  extends ListCompatibleImagesRequest {}
20
21
  export interface ListCompatibleImagesCommandOutput