@aws-sdk/client-snowball 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Snowball.d.ts +429 -130
- package/dist-types/ts3.4/SnowballClient.d.ts +254 -98
- package/dist-types/ts3.4/commands/CancelClusterCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateAddressCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateLongTermPricingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateReturnShippingLabelCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAddressCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeReturnShippingLabelCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetJobManifestCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetJobUnlockCodeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetSnowballUsageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetSoftwareUpdatesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListClusterJobsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListCompatibleImagesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListLongTermPricingCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateJobShipmentStateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateLongTermPricingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +25 -25
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SnowballServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +760 -963
- package/dist-types/ts3.4/pagination/DescribeAddressesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +3 -3
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +305 -77
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,98 +1,254 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CancelClusterCommandInput,
|
|
47
|
+
CancelClusterCommandOutput,
|
|
48
|
+
} from "./commands/CancelClusterCommand";
|
|
49
|
+
import {
|
|
50
|
+
CancelJobCommandInput,
|
|
51
|
+
CancelJobCommandOutput,
|
|
52
|
+
} from "./commands/CancelJobCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateAddressCommandInput,
|
|
55
|
+
CreateAddressCommandOutput,
|
|
56
|
+
} from "./commands/CreateAddressCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateClusterCommandInput,
|
|
59
|
+
CreateClusterCommandOutput,
|
|
60
|
+
} from "./commands/CreateClusterCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateJobCommandInput,
|
|
63
|
+
CreateJobCommandOutput,
|
|
64
|
+
} from "./commands/CreateJobCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateLongTermPricingCommandInput,
|
|
67
|
+
CreateLongTermPricingCommandOutput,
|
|
68
|
+
} from "./commands/CreateLongTermPricingCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateReturnShippingLabelCommandInput,
|
|
71
|
+
CreateReturnShippingLabelCommandOutput,
|
|
72
|
+
} from "./commands/CreateReturnShippingLabelCommand";
|
|
73
|
+
import {
|
|
74
|
+
DescribeAddressCommandInput,
|
|
75
|
+
DescribeAddressCommandOutput,
|
|
76
|
+
} from "./commands/DescribeAddressCommand";
|
|
77
|
+
import {
|
|
78
|
+
DescribeAddressesCommandInput,
|
|
79
|
+
DescribeAddressesCommandOutput,
|
|
80
|
+
} from "./commands/DescribeAddressesCommand";
|
|
81
|
+
import {
|
|
82
|
+
DescribeClusterCommandInput,
|
|
83
|
+
DescribeClusterCommandOutput,
|
|
84
|
+
} from "./commands/DescribeClusterCommand";
|
|
85
|
+
import {
|
|
86
|
+
DescribeJobCommandInput,
|
|
87
|
+
DescribeJobCommandOutput,
|
|
88
|
+
} from "./commands/DescribeJobCommand";
|
|
89
|
+
import {
|
|
90
|
+
DescribeReturnShippingLabelCommandInput,
|
|
91
|
+
DescribeReturnShippingLabelCommandOutput,
|
|
92
|
+
} from "./commands/DescribeReturnShippingLabelCommand";
|
|
93
|
+
import {
|
|
94
|
+
GetJobManifestCommandInput,
|
|
95
|
+
GetJobManifestCommandOutput,
|
|
96
|
+
} from "./commands/GetJobManifestCommand";
|
|
97
|
+
import {
|
|
98
|
+
GetJobUnlockCodeCommandInput,
|
|
99
|
+
GetJobUnlockCodeCommandOutput,
|
|
100
|
+
} from "./commands/GetJobUnlockCodeCommand";
|
|
101
|
+
import {
|
|
102
|
+
GetSnowballUsageCommandInput,
|
|
103
|
+
GetSnowballUsageCommandOutput,
|
|
104
|
+
} from "./commands/GetSnowballUsageCommand";
|
|
105
|
+
import {
|
|
106
|
+
GetSoftwareUpdatesCommandInput,
|
|
107
|
+
GetSoftwareUpdatesCommandOutput,
|
|
108
|
+
} from "./commands/GetSoftwareUpdatesCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListClusterJobsCommandInput,
|
|
111
|
+
ListClusterJobsCommandOutput,
|
|
112
|
+
} from "./commands/ListClusterJobsCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListClustersCommandInput,
|
|
115
|
+
ListClustersCommandOutput,
|
|
116
|
+
} from "./commands/ListClustersCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListCompatibleImagesCommandInput,
|
|
119
|
+
ListCompatibleImagesCommandOutput,
|
|
120
|
+
} from "./commands/ListCompatibleImagesCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListJobsCommandInput,
|
|
123
|
+
ListJobsCommandOutput,
|
|
124
|
+
} from "./commands/ListJobsCommand";
|
|
125
|
+
import {
|
|
126
|
+
ListLongTermPricingCommandInput,
|
|
127
|
+
ListLongTermPricingCommandOutput,
|
|
128
|
+
} from "./commands/ListLongTermPricingCommand";
|
|
129
|
+
import {
|
|
130
|
+
UpdateClusterCommandInput,
|
|
131
|
+
UpdateClusterCommandOutput,
|
|
132
|
+
} from "./commands/UpdateClusterCommand";
|
|
133
|
+
import {
|
|
134
|
+
UpdateJobCommandInput,
|
|
135
|
+
UpdateJobCommandOutput,
|
|
136
|
+
} from "./commands/UpdateJobCommand";
|
|
137
|
+
import {
|
|
138
|
+
UpdateJobShipmentStateCommandInput,
|
|
139
|
+
UpdateJobShipmentStateCommandOutput,
|
|
140
|
+
} from "./commands/UpdateJobShipmentStateCommand";
|
|
141
|
+
import {
|
|
142
|
+
UpdateLongTermPricingCommandInput,
|
|
143
|
+
UpdateLongTermPricingCommandOutput,
|
|
144
|
+
} from "./commands/UpdateLongTermPricingCommand";
|
|
145
|
+
export declare type ServiceInputTypes =
|
|
146
|
+
| CancelClusterCommandInput
|
|
147
|
+
| CancelJobCommandInput
|
|
148
|
+
| CreateAddressCommandInput
|
|
149
|
+
| CreateClusterCommandInput
|
|
150
|
+
| CreateJobCommandInput
|
|
151
|
+
| CreateLongTermPricingCommandInput
|
|
152
|
+
| CreateReturnShippingLabelCommandInput
|
|
153
|
+
| DescribeAddressCommandInput
|
|
154
|
+
| DescribeAddressesCommandInput
|
|
155
|
+
| DescribeClusterCommandInput
|
|
156
|
+
| DescribeJobCommandInput
|
|
157
|
+
| DescribeReturnShippingLabelCommandInput
|
|
158
|
+
| GetJobManifestCommandInput
|
|
159
|
+
| GetJobUnlockCodeCommandInput
|
|
160
|
+
| GetSnowballUsageCommandInput
|
|
161
|
+
| GetSoftwareUpdatesCommandInput
|
|
162
|
+
| ListClusterJobsCommandInput
|
|
163
|
+
| ListClustersCommandInput
|
|
164
|
+
| ListCompatibleImagesCommandInput
|
|
165
|
+
| ListJobsCommandInput
|
|
166
|
+
| ListLongTermPricingCommandInput
|
|
167
|
+
| UpdateClusterCommandInput
|
|
168
|
+
| UpdateJobCommandInput
|
|
169
|
+
| UpdateJobShipmentStateCommandInput
|
|
170
|
+
| UpdateLongTermPricingCommandInput;
|
|
171
|
+
export declare type ServiceOutputTypes =
|
|
172
|
+
| CancelClusterCommandOutput
|
|
173
|
+
| CancelJobCommandOutput
|
|
174
|
+
| CreateAddressCommandOutput
|
|
175
|
+
| CreateClusterCommandOutput
|
|
176
|
+
| CreateJobCommandOutput
|
|
177
|
+
| CreateLongTermPricingCommandOutput
|
|
178
|
+
| CreateReturnShippingLabelCommandOutput
|
|
179
|
+
| DescribeAddressCommandOutput
|
|
180
|
+
| DescribeAddressesCommandOutput
|
|
181
|
+
| DescribeClusterCommandOutput
|
|
182
|
+
| DescribeJobCommandOutput
|
|
183
|
+
| DescribeReturnShippingLabelCommandOutput
|
|
184
|
+
| GetJobManifestCommandOutput
|
|
185
|
+
| GetJobUnlockCodeCommandOutput
|
|
186
|
+
| GetSnowballUsageCommandOutput
|
|
187
|
+
| GetSoftwareUpdatesCommandOutput
|
|
188
|
+
| ListClusterJobsCommandOutput
|
|
189
|
+
| ListClustersCommandOutput
|
|
190
|
+
| ListCompatibleImagesCommandOutput
|
|
191
|
+
| ListJobsCommandOutput
|
|
192
|
+
| ListLongTermPricingCommandOutput
|
|
193
|
+
| UpdateClusterCommandOutput
|
|
194
|
+
| UpdateJobCommandOutput
|
|
195
|
+
| UpdateJobShipmentStateCommandOutput
|
|
196
|
+
| UpdateLongTermPricingCommandOutput;
|
|
197
|
+
export interface ClientDefaults
|
|
198
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
199
|
+
requestHandler?: __HttpHandler;
|
|
200
|
+
sha256?: __HashConstructor;
|
|
201
|
+
urlParser?: __UrlParser;
|
|
202
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
203
|
+
streamCollector?: __StreamCollector;
|
|
204
|
+
base64Decoder?: __Decoder;
|
|
205
|
+
base64Encoder?: __Encoder;
|
|
206
|
+
utf8Decoder?: __Decoder;
|
|
207
|
+
utf8Encoder?: __Encoder;
|
|
208
|
+
runtime?: string;
|
|
209
|
+
disableHostPrefix?: boolean;
|
|
210
|
+
maxAttempts?: number | __Provider<number>;
|
|
211
|
+
retryMode?: string | __Provider<string>;
|
|
212
|
+
logger?: __Logger;
|
|
213
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
214
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
215
|
+
serviceId?: string;
|
|
216
|
+
region?: string | __Provider<string>;
|
|
217
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
218
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
219
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
220
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
221
|
+
}
|
|
222
|
+
declare type SnowballClientConfigType = Partial<
|
|
223
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
224
|
+
> &
|
|
225
|
+
ClientDefaults &
|
|
226
|
+
RegionInputConfig &
|
|
227
|
+
EndpointsInputConfig &
|
|
228
|
+
RetryInputConfig &
|
|
229
|
+
HostHeaderInputConfig &
|
|
230
|
+
AwsAuthInputConfig &
|
|
231
|
+
UserAgentInputConfig;
|
|
232
|
+
export interface SnowballClientConfig extends SnowballClientConfigType {}
|
|
233
|
+
declare type SnowballClientResolvedConfigType =
|
|
234
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
235
|
+
Required<ClientDefaults> &
|
|
236
|
+
RegionResolvedConfig &
|
|
237
|
+
EndpointsResolvedConfig &
|
|
238
|
+
RetryResolvedConfig &
|
|
239
|
+
HostHeaderResolvedConfig &
|
|
240
|
+
AwsAuthResolvedConfig &
|
|
241
|
+
UserAgentResolvedConfig;
|
|
242
|
+
export interface SnowballClientResolvedConfig
|
|
243
|
+
extends SnowballClientResolvedConfigType {}
|
|
244
|
+
export declare class SnowballClient extends __Client<
|
|
245
|
+
__HttpHandlerOptions,
|
|
246
|
+
ServiceInputTypes,
|
|
247
|
+
ServiceOutputTypes,
|
|
248
|
+
SnowballClientResolvedConfig
|
|
249
|
+
> {
|
|
250
|
+
readonly config: SnowballClientResolvedConfig;
|
|
251
|
+
constructor(configuration: SnowballClientConfig);
|
|
252
|
+
destroy(): void;
|
|
253
|
+
}
|
|
254
|
+
export {};
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { CancelClusterRequest, CancelClusterResult } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SnowballClientResolvedConfig,
|
|
13
|
+
} from "../SnowballClient";
|
|
14
|
+
export interface CancelClusterCommandInput extends CancelClusterRequest {}
|
|
15
|
+
export interface CancelClusterCommandOutput
|
|
16
|
+
extends CancelClusterResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CancelClusterCommand extends $Command<
|
|
19
|
+
CancelClusterCommandInput,
|
|
20
|
+
CancelClusterCommandOutput,
|
|
21
|
+
SnowballClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CancelClusterCommandInput;
|
|
24
|
+
constructor(input: CancelClusterCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: SnowballClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CancelClusterCommandInput, CancelClusterCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { CancelJobRequest, CancelJobResult } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SnowballClientResolvedConfig,
|
|
13
|
+
} from "../SnowballClient";
|
|
14
|
+
export interface CancelJobCommandInput extends CancelJobRequest {}
|
|
15
|
+
export interface CancelJobCommandOutput
|
|
16
|
+
extends CancelJobResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CancelJobCommand extends $Command<
|
|
19
|
+
CancelJobCommandInput,
|
|
20
|
+
CancelJobCommandOutput,
|
|
21
|
+
SnowballClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CancelJobCommandInput;
|
|
24
|
+
constructor(input: CancelJobCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: SnowballClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CancelJobCommandInput, CancelJobCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { CreateAddressRequest, CreateAddressResult } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SnowballClientResolvedConfig,
|
|
13
|
+
} from "../SnowballClient";
|
|
14
|
+
export interface CreateAddressCommandInput extends CreateAddressRequest {}
|
|
15
|
+
export interface CreateAddressCommandOutput
|
|
16
|
+
extends CreateAddressResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateAddressCommand extends $Command<
|
|
19
|
+
CreateAddressCommandInput,
|
|
20
|
+
CreateAddressCommandOutput,
|
|
21
|
+
SnowballClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateAddressCommandInput;
|
|
24
|
+
constructor(input: CreateAddressCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: SnowballClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateAddressCommandInput, CreateAddressCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { CreateClusterRequest, CreateClusterResult } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SnowballClientResolvedConfig,
|
|
13
|
+
} from "../SnowballClient";
|
|
14
|
+
export interface CreateClusterCommandInput extends CreateClusterRequest {}
|
|
15
|
+
export interface CreateClusterCommandOutput
|
|
16
|
+
extends CreateClusterResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateClusterCommand extends $Command<
|
|
19
|
+
CreateClusterCommandInput,
|
|
20
|
+
CreateClusterCommandOutput,
|
|
21
|
+
SnowballClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateClusterCommandInput;
|
|
24
|
+
constructor(input: CreateClusterCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: SnowballClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateClusterCommandInput, CreateClusterCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { CreateJobRequest, CreateJobResult } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SnowballClientResolvedConfig,
|
|
13
|
+
} from "../SnowballClient";
|
|
14
|
+
export interface CreateJobCommandInput extends CreateJobRequest {}
|
|
15
|
+
export interface CreateJobCommandOutput
|
|
16
|
+
extends CreateJobResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateJobCommand extends $Command<
|
|
19
|
+
CreateJobCommandInput,
|
|
20
|
+
CreateJobCommandOutput,
|
|
21
|
+
SnowballClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateJobCommandInput;
|
|
24
|
+
constructor(input: CreateJobCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: SnowballClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateJobCommandInput, CreateJobCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|