@aws-sdk/client-snowball 3.335.0 → 3.338.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.
- package/dist-cjs/SnowballClient.js +2 -1
- package/dist-cjs/commands/CancelClusterCommand.js +2 -1
- package/dist-cjs/commands/CancelJobCommand.js +2 -1
- package/dist-cjs/commands/CreateAddressCommand.js +2 -1
- package/dist-cjs/commands/CreateClusterCommand.js +2 -1
- package/dist-cjs/commands/CreateJobCommand.js +2 -1
- package/dist-cjs/commands/CreateLongTermPricingCommand.js +2 -1
- package/dist-cjs/commands/CreateReturnShippingLabelCommand.js +2 -1
- package/dist-cjs/commands/DescribeAddressCommand.js +2 -1
- package/dist-cjs/commands/DescribeAddressesCommand.js +2 -1
- package/dist-cjs/commands/DescribeClusterCommand.js +2 -1
- package/dist-cjs/commands/DescribeJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeReturnShippingLabelCommand.js +2 -1
- package/dist-cjs/commands/GetJobManifestCommand.js +2 -1
- package/dist-cjs/commands/GetJobUnlockCodeCommand.js +2 -1
- package/dist-cjs/commands/GetSnowballUsageCommand.js +2 -1
- package/dist-cjs/commands/GetSoftwareUpdatesCommand.js +2 -1
- package/dist-cjs/commands/ListClusterJobsCommand.js +2 -1
- package/dist-cjs/commands/ListClustersCommand.js +2 -1
- package/dist-cjs/commands/ListCompatibleImagesCommand.js +2 -1
- package/dist-cjs/commands/ListJobsCommand.js +2 -1
- package/dist-cjs/commands/ListLongTermPricingCommand.js +2 -1
- package/dist-cjs/commands/ListServiceVersionsCommand.js +2 -1
- package/dist-cjs/commands/UpdateClusterCommand.js +2 -1
- package/dist-cjs/commands/UpdateJobCommand.js +2 -1
- package/dist-cjs/commands/UpdateJobShipmentStateCommand.js +2 -1
- package/dist-cjs/commands/UpdateLongTermPricingCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/SnowballServiceException.js +2 -1
- package/dist-es/SnowballClient.js +1 -0
- package/dist-es/commands/CancelClusterCommand.js +1 -0
- package/dist-es/commands/CancelJobCommand.js +1 -0
- package/dist-es/commands/CreateAddressCommand.js +1 -0
- package/dist-es/commands/CreateClusterCommand.js +1 -0
- package/dist-es/commands/CreateJobCommand.js +1 -0
- package/dist-es/commands/CreateLongTermPricingCommand.js +1 -0
- package/dist-es/commands/CreateReturnShippingLabelCommand.js +1 -0
- package/dist-es/commands/DescribeAddressCommand.js +1 -0
- package/dist-es/commands/DescribeAddressesCommand.js +1 -0
- package/dist-es/commands/DescribeClusterCommand.js +1 -0
- package/dist-es/commands/DescribeJobCommand.js +1 -0
- package/dist-es/commands/DescribeReturnShippingLabelCommand.js +1 -0
- package/dist-es/commands/GetJobManifestCommand.js +1 -0
- package/dist-es/commands/GetJobUnlockCodeCommand.js +1 -0
- package/dist-es/commands/GetSnowballUsageCommand.js +1 -0
- package/dist-es/commands/GetSoftwareUpdatesCommand.js +1 -0
- package/dist-es/commands/ListClusterJobsCommand.js +1 -0
- package/dist-es/commands/ListClustersCommand.js +1 -0
- package/dist-es/commands/ListCompatibleImagesCommand.js +1 -0
- package/dist-es/commands/ListJobsCommand.js +1 -0
- package/dist-es/commands/ListLongTermPricingCommand.js +1 -0
- package/dist-es/commands/ListServiceVersionsCommand.js +1 -0
- package/dist-es/commands/UpdateClusterCommand.js +1 -0
- package/dist-es/commands/UpdateJobCommand.js +1 -0
- package/dist-es/commands/UpdateJobShipmentStateCommand.js +1 -0
- package/dist-es/commands/UpdateLongTermPricingCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/SnowballServiceException.js +1 -0
- package/dist-types/SnowballClient.d.ts +3 -3
- package/dist-types/commands/CancelClusterCommand.d.ts +4 -0
- package/dist-types/commands/CancelJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateAddressCommand.d.ts +4 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +4 -0
- package/dist-types/commands/CreateJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateLongTermPricingCommand.d.ts +4 -0
- package/dist-types/commands/CreateReturnShippingLabelCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAddressCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAddressesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +4 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribeReturnShippingLabelCommand.d.ts +4 -0
- package/dist-types/commands/GetJobManifestCommand.d.ts +4 -0
- package/dist-types/commands/GetJobUnlockCodeCommand.d.ts +4 -0
- package/dist-types/commands/GetSnowballUsageCommand.d.ts +4 -0
- package/dist-types/commands/GetSoftwareUpdatesCommand.d.ts +4 -0
- package/dist-types/commands/ListClusterJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListClustersCommand.d.ts +4 -0
- package/dist-types/commands/ListCompatibleImagesCommand.d.ts +4 -0
- package/dist-types/commands/ListJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListLongTermPricingCommand.d.ts +4 -0
- package/dist-types/commands/ListServiceVersionsCommand.d.ts +4 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +4 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +4 -0
- package/dist-types/commands/UpdateJobShipmentStateCommand.d.ts +4 -0
- package/dist-types/commands/UpdateLongTermPricingCommand.d.ts +4 -0
- package/dist-types/index.d.ts +12 -2
- package/dist-types/models/SnowballServiceException.d.ts +1 -0
- package/dist-types/ts3.4/SnowballClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CancelClusterCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateAddressCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateLongTermPricingCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateReturnShippingLabelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAddressCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeReturnShippingLabelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetJobManifestCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetJobUnlockCodeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSnowballUsageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSoftwareUpdatesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListClusterJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListCompatibleImagesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListLongTermPricingCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListServiceVersionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateJobShipmentStateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateLongTermPricingCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/SnowballServiceException.d.ts +1 -0
- 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";
|
|
@@ -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
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
|
-
|
|
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";
|
|
@@ -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
|