@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.
- package/dist-cjs/commands/CancelClusterCommand.js +18 -41
- package/dist-cjs/commands/CancelJobCommand.js +18 -41
- package/dist-cjs/commands/CreateAddressCommand.js +18 -41
- package/dist-cjs/commands/CreateClusterCommand.js +18 -41
- package/dist-cjs/commands/CreateJobCommand.js +18 -41
- package/dist-cjs/commands/CreateLongTermPricingCommand.js +18 -41
- package/dist-cjs/commands/CreateReturnShippingLabelCommand.js +18 -41
- package/dist-cjs/commands/DescribeAddressCommand.js +18 -41
- package/dist-cjs/commands/DescribeAddressesCommand.js +18 -41
- package/dist-cjs/commands/DescribeClusterCommand.js +18 -41
- package/dist-cjs/commands/DescribeJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeReturnShippingLabelCommand.js +18 -41
- package/dist-cjs/commands/GetJobManifestCommand.js +18 -41
- package/dist-cjs/commands/GetJobUnlockCodeCommand.js +18 -41
- package/dist-cjs/commands/GetSnowballUsageCommand.js +18 -41
- package/dist-cjs/commands/GetSoftwareUpdatesCommand.js +18 -41
- package/dist-cjs/commands/ListClusterJobsCommand.js +18 -41
- package/dist-cjs/commands/ListClustersCommand.js +18 -41
- package/dist-cjs/commands/ListCompatibleImagesCommand.js +18 -41
- package/dist-cjs/commands/ListJobsCommand.js +18 -41
- package/dist-cjs/commands/ListLongTermPricingCommand.js +18 -41
- package/dist-cjs/commands/ListPickupLocationsCommand.js +18 -41
- package/dist-cjs/commands/ListServiceVersionsCommand.js +18 -41
- package/dist-cjs/commands/UpdateClusterCommand.js +18 -41
- package/dist-cjs/commands/UpdateJobCommand.js +18 -41
- package/dist-cjs/commands/UpdateJobShipmentStateCommand.js +18 -41
- package/dist-cjs/commands/UpdateLongTermPricingCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/DescribeAddressesPaginator.js +2 -24
- package/dist-cjs/pagination/ListClusterJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListClustersPaginator.js +2 -24
- package/dist-cjs/pagination/ListCompatibleImagesPaginator.js +2 -24
- package/dist-cjs/pagination/ListJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListLongTermPricingPaginator.js +2 -24
- package/dist-cjs/pagination/ListPickupLocationsPaginator.js +2 -24
- package/dist-es/commands/CancelClusterCommand.js +18 -41
- package/dist-es/commands/CancelJobCommand.js +18 -41
- package/dist-es/commands/CreateAddressCommand.js +18 -41
- package/dist-es/commands/CreateClusterCommand.js +18 -41
- package/dist-es/commands/CreateJobCommand.js +18 -41
- package/dist-es/commands/CreateLongTermPricingCommand.js +18 -41
- package/dist-es/commands/CreateReturnShippingLabelCommand.js +18 -41
- package/dist-es/commands/DescribeAddressCommand.js +18 -41
- package/dist-es/commands/DescribeAddressesCommand.js +18 -41
- package/dist-es/commands/DescribeClusterCommand.js +18 -41
- package/dist-es/commands/DescribeJobCommand.js +18 -41
- package/dist-es/commands/DescribeReturnShippingLabelCommand.js +18 -41
- package/dist-es/commands/GetJobManifestCommand.js +18 -41
- package/dist-es/commands/GetJobUnlockCodeCommand.js +18 -41
- package/dist-es/commands/GetSnowballUsageCommand.js +18 -41
- package/dist-es/commands/GetSoftwareUpdatesCommand.js +18 -41
- package/dist-es/commands/ListClusterJobsCommand.js +18 -41
- package/dist-es/commands/ListClustersCommand.js +18 -41
- package/dist-es/commands/ListCompatibleImagesCommand.js +18 -41
- package/dist-es/commands/ListJobsCommand.js +18 -41
- package/dist-es/commands/ListLongTermPricingCommand.js +18 -41
- package/dist-es/commands/ListPickupLocationsCommand.js +18 -41
- package/dist-es/commands/ListServiceVersionsCommand.js +18 -41
- package/dist-es/commands/UpdateClusterCommand.js +18 -41
- package/dist-es/commands/UpdateJobCommand.js +18 -41
- package/dist-es/commands/UpdateJobShipmentStateCommand.js +18 -41
- package/dist-es/commands/UpdateLongTermPricingCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/DescribeAddressesPaginator.js +2 -23
- package/dist-es/pagination/ListClusterJobsPaginator.js +2 -23
- package/dist-es/pagination/ListClustersPaginator.js +2 -23
- package/dist-es/pagination/ListCompatibleImagesPaginator.js +2 -23
- package/dist-es/pagination/ListJobsPaginator.js +2 -23
- package/dist-es/pagination/ListLongTermPricingPaginator.js +2 -23
- package/dist-es/pagination/ListPickupLocationsPaginator.js +2 -23
- package/dist-types/commands/CancelClusterCommand.d.ts +6 -21
- package/dist-types/commands/CancelJobCommand.d.ts +6 -21
- package/dist-types/commands/CreateAddressCommand.d.ts +6 -21
- package/dist-types/commands/CreateClusterCommand.d.ts +6 -21
- package/dist-types/commands/CreateJobCommand.d.ts +6 -21
- package/dist-types/commands/CreateLongTermPricingCommand.d.ts +6 -21
- package/dist-types/commands/CreateReturnShippingLabelCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAddressCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAddressesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeClusterCommand.d.ts +6 -21
- package/dist-types/commands/DescribeJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeReturnShippingLabelCommand.d.ts +6 -21
- package/dist-types/commands/GetJobManifestCommand.d.ts +6 -21
- package/dist-types/commands/GetJobUnlockCodeCommand.d.ts +6 -21
- package/dist-types/commands/GetSnowballUsageCommand.d.ts +6 -21
- package/dist-types/commands/GetSoftwareUpdatesCommand.d.ts +6 -21
- package/dist-types/commands/ListClusterJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListClustersCommand.d.ts +6 -21
- package/dist-types/commands/ListCompatibleImagesCommand.d.ts +6 -21
- package/dist-types/commands/ListJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListLongTermPricingCommand.d.ts +6 -21
- package/dist-types/commands/ListPickupLocationsCommand.d.ts +6 -21
- package/dist-types/commands/ListServiceVersionsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateClusterCommand.d.ts +6 -21
- package/dist-types/commands/UpdateJobCommand.d.ts +6 -21
- package/dist-types/commands/UpdateJobShipmentStateCommand.d.ts +6 -21
- package/dist-types/commands/UpdateLongTermPricingCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/DescribeAddressesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCompatibleImagesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLongTermPricingPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPickupLocationsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateAddressCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateLongTermPricingCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateReturnShippingLabelCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAddressCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeReturnShippingLabelCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetJobManifestCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetJobUnlockCodeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSnowballUsageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSoftwareUpdatesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListClusterJobsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListCompatibleImagesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListLongTermPricingCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListPickupLocationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListServiceVersionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateJobShipmentStateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateLongTermPricingCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/DescribeAddressesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListClusterJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListCompatibleImagesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListLongTermPricingPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPickupLocationsPaginator.d.ts +3 -3
- 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 {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateLongTermPricingRequest, CreateLongTermPricingResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateLongTermPricingCommandInput extends CreateLongTermPricing
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateLongTermPricingCommandOutput extends CreateLongTermPricingResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateLongTermPricingCommand_base: {
|
|
24
|
+
new (input: CreateLongTermPricingCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLongTermPricingCommandInput, CreateLongTermPricingCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a job with the long-term usage option for a device. The long-term usage is a
|
|
@@ -59,23 +62,5 @@ export interface CreateLongTermPricingCommandOutput extends CreateLongTermPricin
|
|
|
59
62
|
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
60
63
|
*
|
|
61
64
|
*/
|
|
62
|
-
export declare class CreateLongTermPricingCommand extends
|
|
63
|
-
readonly input: CreateLongTermPricingCommandInput;
|
|
64
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
-
/**
|
|
66
|
-
* @public
|
|
67
|
-
*/
|
|
68
|
-
constructor(input: CreateLongTermPricingCommandInput);
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLongTermPricingCommandInput, CreateLongTermPricingCommandOutput>;
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
private serialize;
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
private deserialize;
|
|
65
|
+
export declare class CreateLongTermPricingCommand extends CreateLongTermPricingCommand_base {
|
|
81
66
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateReturnShippingLabelRequest, CreateReturnShippingLabelResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateReturnShippingLabelCommandInput extends CreateReturnShipp
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateReturnShippingLabelCommandOutput extends CreateReturnShippingLabelResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateReturnShippingLabelCommand_base: {
|
|
24
|
+
new (input: CreateReturnShippingLabelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReturnShippingLabelCommandInput, CreateReturnShippingLabelCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a shipping label that will be used to return the Snow device to Amazon Web Services.</p>
|
|
@@ -72,23 +75,5 @@ export interface CreateReturnShippingLabelCommandOutput extends CreateReturnShip
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class CreateReturnShippingLabelCommand extends
|
|
76
|
-
readonly input: CreateReturnShippingLabelCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: CreateReturnShippingLabelCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateReturnShippingLabelCommandInput, CreateReturnShippingLabelCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class CreateReturnShippingLabelCommand extends CreateReturnShippingLabelCommand_base {
|
|
94
79
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeAddressRequest, DescribeAddressResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeAddressCommandInput extends DescribeAddressRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeAddressCommandOutput extends DescribeAddressResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeAddressCommand_base: {
|
|
24
|
+
new (input: DescribeAddressCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAddressCommandInput, DescribeAddressCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Takes an <code>AddressId</code> and returns specific details about that address in the
|
|
@@ -98,23 +101,5 @@ export interface DescribeAddressCommandOutput extends DescribeAddressResult, __M
|
|
|
98
101
|
* ```
|
|
99
102
|
*
|
|
100
103
|
*/
|
|
101
|
-
export declare class DescribeAddressCommand extends
|
|
102
|
-
readonly input: DescribeAddressCommandInput;
|
|
103
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
104
|
-
/**
|
|
105
|
-
* @public
|
|
106
|
-
*/
|
|
107
|
-
constructor(input: DescribeAddressCommandInput);
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAddressCommandInput, DescribeAddressCommandOutput>;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private serialize;
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
private deserialize;
|
|
104
|
+
export declare class DescribeAddressCommand extends DescribeAddressCommand_base {
|
|
120
105
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeAddressesRequest, DescribeAddressesResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeAddressesCommandInput extends DescribeAddressesRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeAddressesCommandOutput extends DescribeAddressesResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeAddressesCommand_base: {
|
|
24
|
+
new (input: DescribeAddressesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAddressesCommandInput, DescribeAddressesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a specified number of <code>ADDRESS</code> objects. Calling this API in one of
|
|
@@ -108,23 +111,5 @@ export interface DescribeAddressesCommandOutput extends DescribeAddressesResult,
|
|
|
108
111
|
* ```
|
|
109
112
|
*
|
|
110
113
|
*/
|
|
111
|
-
export declare class DescribeAddressesCommand extends
|
|
112
|
-
readonly input: DescribeAddressesCommandInput;
|
|
113
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
114
|
-
/**
|
|
115
|
-
* @public
|
|
116
|
-
*/
|
|
117
|
-
constructor(input: DescribeAddressesCommandInput);
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAddressesCommandInput, DescribeAddressesCommandOutput>;
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
|
-
private serialize;
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
|
-
private deserialize;
|
|
114
|
+
export declare class DescribeAddressesCommand extends DescribeAddressesCommand_base {
|
|
130
115
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeClusterRequest, DescribeClusterResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeClusterCommandInput extends DescribeClusterRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeClusterCommandOutput extends DescribeClusterResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeClusterCommand_base: {
|
|
24
|
+
new (input: DescribeClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about a specific cluster including shipping information, cluster
|
|
@@ -172,23 +175,5 @@ export interface DescribeClusterCommandOutput extends DescribeClusterResult, __M
|
|
|
172
175
|
* ```
|
|
173
176
|
*
|
|
174
177
|
*/
|
|
175
|
-
export declare class DescribeClusterCommand extends
|
|
176
|
-
readonly input: DescribeClusterCommandInput;
|
|
177
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
178
|
-
/**
|
|
179
|
-
* @public
|
|
180
|
-
*/
|
|
181
|
-
constructor(input: DescribeClusterCommandInput);
|
|
182
|
-
/**
|
|
183
|
-
* @internal
|
|
184
|
-
*/
|
|
185
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeClusterCommandInput, DescribeClusterCommandOutput>;
|
|
186
|
-
/**
|
|
187
|
-
* @internal
|
|
188
|
-
*/
|
|
189
|
-
private serialize;
|
|
190
|
-
/**
|
|
191
|
-
* @internal
|
|
192
|
-
*/
|
|
193
|
-
private deserialize;
|
|
178
|
+
export declare class DescribeClusterCommand extends DescribeClusterCommand_base {
|
|
194
179
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeJobRequest, DescribeJobResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeJobCommandInput extends DescribeJobRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeJobCommandOutput extends DescribeJobResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeJobCommand_base: {
|
|
24
|
+
new (input: DescribeJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about a specific job including shipping information, job status,
|
|
@@ -343,23 +346,5 @@ export interface DescribeJobCommandOutput extends DescribeJobResult, __MetadataB
|
|
|
343
346
|
* ```
|
|
344
347
|
*
|
|
345
348
|
*/
|
|
346
|
-
export declare class DescribeJobCommand extends
|
|
347
|
-
readonly input: DescribeJobCommandInput;
|
|
348
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
349
|
-
/**
|
|
350
|
-
* @public
|
|
351
|
-
*/
|
|
352
|
-
constructor(input: DescribeJobCommandInput);
|
|
353
|
-
/**
|
|
354
|
-
* @internal
|
|
355
|
-
*/
|
|
356
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeJobCommandInput, DescribeJobCommandOutput>;
|
|
357
|
-
/**
|
|
358
|
-
* @internal
|
|
359
|
-
*/
|
|
360
|
-
private serialize;
|
|
361
|
-
/**
|
|
362
|
-
* @internal
|
|
363
|
-
*/
|
|
364
|
-
private deserialize;
|
|
349
|
+
export declare class DescribeJobCommand extends DescribeJobCommand_base {
|
|
365
350
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeReturnShippingLabelRequest, DescribeReturnShippingLabelResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeReturnShippingLabelCommandInput extends DescribeReturnS
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeReturnShippingLabelCommandOutput extends DescribeReturnShippingLabelResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeReturnShippingLabelCommand_base: {
|
|
24
|
+
new (input: DescribeReturnShippingLabelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReturnShippingLabelCommandInput, DescribeReturnShippingLabelCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Information on the shipping label of a Snow device that is being returned to Amazon Web Services.</p>
|
|
@@ -65,23 +68,5 @@ export interface DescribeReturnShippingLabelCommandOutput extends DescribeReturn
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class DescribeReturnShippingLabelCommand extends
|
|
69
|
-
readonly input: DescribeReturnShippingLabelCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: DescribeReturnShippingLabelCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReturnShippingLabelCommandInput, DescribeReturnShippingLabelCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class DescribeReturnShippingLabelCommand extends DescribeReturnShippingLabelCommand_base {
|
|
87
72
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetJobManifestRequest, GetJobManifestResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetJobManifestCommandInput extends GetJobManifestRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetJobManifestCommandOutput extends GetJobManifestResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetJobManifestCommand_base: {
|
|
24
|
+
new (input: GetJobManifestCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobManifestCommandInput, GetJobManifestCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a link to an Amazon S3 presigned URL for the manifest file associated with the
|
|
@@ -96,23 +99,5 @@ export interface GetJobManifestCommandOutput extends GetJobManifestResult, __Met
|
|
|
96
99
|
* ```
|
|
97
100
|
*
|
|
98
101
|
*/
|
|
99
|
-
export declare class GetJobManifestCommand extends
|
|
100
|
-
readonly input: GetJobManifestCommandInput;
|
|
101
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
102
|
-
/**
|
|
103
|
-
* @public
|
|
104
|
-
*/
|
|
105
|
-
constructor(input: GetJobManifestCommandInput);
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetJobManifestCommandInput, GetJobManifestCommandOutput>;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private serialize;
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
private deserialize;
|
|
102
|
+
export declare class GetJobManifestCommand extends GetJobManifestCommand_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 {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetJobUnlockCodeRequest, GetJobUnlockCodeResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetJobUnlockCodeCommandInput extends GetJobUnlockCodeRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetJobUnlockCodeCommandOutput extends GetJobUnlockCodeResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetJobUnlockCodeCommand_base: {
|
|
24
|
+
new (input: GetJobUnlockCodeCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobUnlockCodeCommandInput, GetJobUnlockCodeCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the <code>UnlockCode</code> code value for the specified job. A particular
|
|
@@ -91,23 +94,5 @@ export interface GetJobUnlockCodeCommandOutput extends GetJobUnlockCodeResult, _
|
|
|
91
94
|
* ```
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class GetJobUnlockCodeCommand extends
|
|
95
|
-
readonly input: GetJobUnlockCodeCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: GetJobUnlockCodeCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetJobUnlockCodeCommandInput, GetJobUnlockCodeCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class GetJobUnlockCodeCommand extends GetJobUnlockCodeCommand_base {
|
|
113
98
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetSnowballUsageRequest, GetSnowballUsageResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetSnowballUsageCommandInput extends GetSnowballUsageRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetSnowballUsageCommandOutput extends GetSnowballUsageResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetSnowballUsageCommand_base: {
|
|
24
|
+
new (input: GetSnowballUsageCommandInput): import("@smithy/smithy-client").CommandImpl<GetSnowballUsageCommandInput, GetSnowballUsageCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about the Snow Family service limit for your account, and also the
|
|
@@ -70,23 +73,5 @@ export interface GetSnowballUsageCommandOutput extends GetSnowballUsageResult, _
|
|
|
70
73
|
* ```
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class GetSnowballUsageCommand extends
|
|
74
|
-
readonly input: GetSnowballUsageCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: GetSnowballUsageCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSnowballUsageCommandInput, GetSnowballUsageCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class GetSnowballUsageCommand extends GetSnowballUsageCommand_base {
|
|
92
77
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetSoftwareUpdatesRequest, GetSoftwareUpdatesResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetSoftwareUpdatesCommandInput extends GetSoftwareUpdatesReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetSoftwareUpdatesCommandOutput extends GetSoftwareUpdatesResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetSoftwareUpdatesCommand_base: {
|
|
24
|
+
new (input: GetSoftwareUpdatesCommandInput): import("@smithy/smithy-client").CommandImpl<GetSoftwareUpdatesCommandInput, GetSoftwareUpdatesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns an Amazon S3 presigned URL for an update file associated with a specified
|
|
@@ -60,23 +63,5 @@ export interface GetSoftwareUpdatesCommandOutput extends GetSoftwareUpdatesResul
|
|
|
60
63
|
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
61
64
|
*
|
|
62
65
|
*/
|
|
63
|
-
export declare class GetSoftwareUpdatesCommand extends
|
|
64
|
-
readonly input: GetSoftwareUpdatesCommandInput;
|
|
65
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
-
/**
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
constructor(input: GetSoftwareUpdatesCommandInput);
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSoftwareUpdatesCommandInput, GetSoftwareUpdatesCommandOutput>;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private serialize;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private deserialize;
|
|
66
|
+
export declare class GetSoftwareUpdatesCommand extends GetSoftwareUpdatesCommand_base {
|
|
82
67
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListClusterJobsRequest, ListClusterJobsResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListClusterJobsCommandInput extends ListClusterJobsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListClusterJobsCommandOutput extends ListClusterJobsResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListClusterJobsCommand_base: {
|
|
24
|
+
new (input: ListClusterJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListClusterJobsCommandInput, ListClusterJobsCommandOutput, 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
|
|
@@ -137,23 +140,5 @@ export interface ListClusterJobsCommandOutput extends ListClusterJobsResult, __M
|
|
|
137
140
|
* ```
|
|
138
141
|
*
|
|
139
142
|
*/
|
|
140
|
-
export declare class ListClusterJobsCommand extends
|
|
141
|
-
readonly input: ListClusterJobsCommandInput;
|
|
142
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
143
|
-
/**
|
|
144
|
-
* @public
|
|
145
|
-
*/
|
|
146
|
-
constructor(input: ListClusterJobsCommandInput);
|
|
147
|
-
/**
|
|
148
|
-
* @internal
|
|
149
|
-
*/
|
|
150
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListClusterJobsCommandInput, ListClusterJobsCommandOutput>;
|
|
151
|
-
/**
|
|
152
|
-
* @internal
|
|
153
|
-
*/
|
|
154
|
-
private serialize;
|
|
155
|
-
/**
|
|
156
|
-
* @internal
|
|
157
|
-
*/
|
|
158
|
-
private deserialize;
|
|
143
|
+
export declare class ListClusterJobsCommand extends ListClusterJobsCommand_base {
|
|
159
144
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListClustersRequest, ListClustersResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListClustersCommandInput extends ListClustersRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListClustersCommandOutput extends ListClustersResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListClustersCommand_base: {
|
|
24
|
+
new (input: ListClustersCommandInput): import("@smithy/smithy-client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns an array of <code>ClusterListEntry</code> objects of the specified length. Each
|
|
@@ -88,23 +91,5 @@ export interface ListClustersCommandOutput extends ListClustersResult, __Metadat
|
|
|
88
91
|
* ```
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class ListClustersCommand extends
|
|
92
|
-
readonly input: ListClustersCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: ListClustersCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListClustersCommandInput, ListClustersCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class ListClustersCommand extends ListClustersCommand_base {
|
|
110
95
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListCompatibleImagesRequest, ListCompatibleImagesResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListCompatibleImagesCommandInput extends ListCompatibleImagesRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListCompatibleImagesCommandOutput extends ListCompatibleImagesResult, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListCompatibleImagesCommand_base: {
|
|
24
|
+
new (input: ListCompatibleImagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCompatibleImagesCommandInput, ListCompatibleImagesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>This action returns a list of the different Amazon EC2-compatible Amazon Machine Images (AMIs)
|
|
@@ -70,23 +73,5 @@ export interface ListCompatibleImagesCommandOutput extends ListCompatibleImagesR
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from Snowball service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class ListCompatibleImagesCommand extends
|
|
74
|
-
readonly input: ListCompatibleImagesCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: ListCompatibleImagesCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCompatibleImagesCommandInput, ListCompatibleImagesCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class ListCompatibleImagesCommand extends ListCompatibleImagesCommand_base {
|
|
92
77
|
}
|