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