@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.
Files changed (44) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Snowball.d.ts +429 -130
  3. package/dist-types/ts3.4/SnowballClient.d.ts +254 -98
  4. package/dist-types/ts3.4/commands/CancelClusterCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/CreateAddressCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +32 -17
  8. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/CreateLongTermPricingCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateReturnShippingLabelCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DescribeAddressCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/DescribeReturnShippingLabelCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/GetJobManifestCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/GetJobUnlockCodeCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/GetSnowballUsageCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/GetSoftwareUpdatesCommand.d.ts +36 -17
  20. package/dist-types/ts3.4/commands/ListClusterJobsCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/ListCompatibleImagesCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/ListLongTermPricingCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/UpdateJobShipmentStateCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/UpdateLongTermPricingCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/index.d.ts +25 -25
  30. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  31. package/dist-types/ts3.4/index.d.ts +6 -6
  32. package/dist-types/ts3.4/models/SnowballServiceException.d.ts +7 -6
  33. package/dist-types/ts3.4/models/index.d.ts +1 -1
  34. package/dist-types/ts3.4/models/models_0.d.ts +760 -963
  35. package/dist-types/ts3.4/pagination/DescribeAddressesPaginator.d.ts +11 -4
  36. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  37. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
  38. package/dist-types/ts3.4/pagination/index.d.ts +3 -3
  39. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +305 -77
  40. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  41. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  42. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  43. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  44. package/package.json +34 -34
@@ -1,98 +1,254 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { CancelClusterCommandInput, CancelClusterCommandOutput } from "./commands/CancelClusterCommand";
10
- import { CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand";
11
- import { CreateAddressCommandInput, CreateAddressCommandOutput } from "./commands/CreateAddressCommand";
12
- import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
13
- import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
14
- import { CreateLongTermPricingCommandInput, CreateLongTermPricingCommandOutput } from "./commands/CreateLongTermPricingCommand";
15
- import { CreateReturnShippingLabelCommandInput, CreateReturnShippingLabelCommandOutput } from "./commands/CreateReturnShippingLabelCommand";
16
- import { DescribeAddressCommandInput, DescribeAddressCommandOutput } from "./commands/DescribeAddressCommand";
17
- import { DescribeAddressesCommandInput, DescribeAddressesCommandOutput } from "./commands/DescribeAddressesCommand";
18
- import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
19
- import { DescribeJobCommandInput, DescribeJobCommandOutput } from "./commands/DescribeJobCommand";
20
- import { DescribeReturnShippingLabelCommandInput, DescribeReturnShippingLabelCommandOutput } from "./commands/DescribeReturnShippingLabelCommand";
21
- import { GetJobManifestCommandInput, GetJobManifestCommandOutput } from "./commands/GetJobManifestCommand";
22
- import { GetJobUnlockCodeCommandInput, GetJobUnlockCodeCommandOutput } from "./commands/GetJobUnlockCodeCommand";
23
- import { GetSnowballUsageCommandInput, GetSnowballUsageCommandOutput } from "./commands/GetSnowballUsageCommand";
24
- import { GetSoftwareUpdatesCommandInput, GetSoftwareUpdatesCommandOutput } from "./commands/GetSoftwareUpdatesCommand";
25
- import { ListClusterJobsCommandInput, ListClusterJobsCommandOutput } from "./commands/ListClusterJobsCommand";
26
- import { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
27
- import { ListCompatibleImagesCommandInput, ListCompatibleImagesCommandOutput } from "./commands/ListCompatibleImagesCommand";
28
- import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
29
- import { ListLongTermPricingCommandInput, ListLongTermPricingCommandOutput } from "./commands/ListLongTermPricingCommand";
30
- import { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "./commands/UpdateClusterCommand";
31
- import { UpdateJobCommandInput, UpdateJobCommandOutput } from "./commands/UpdateJobCommand";
32
- import { UpdateJobShipmentStateCommandInput, UpdateJobShipmentStateCommandOutput } from "./commands/UpdateJobShipmentStateCommand";
33
- import { UpdateLongTermPricingCommandInput, UpdateLongTermPricingCommandOutput } from "./commands/UpdateLongTermPricingCommand";
34
- export declare type ServiceInputTypes = CancelClusterCommandInput | CancelJobCommandInput | CreateAddressCommandInput | CreateClusterCommandInput | CreateJobCommandInput | CreateLongTermPricingCommandInput | CreateReturnShippingLabelCommandInput | DescribeAddressCommandInput | DescribeAddressesCommandInput | DescribeClusterCommandInput | DescribeJobCommandInput | DescribeReturnShippingLabelCommandInput | GetJobManifestCommandInput | GetJobUnlockCodeCommandInput | GetSnowballUsageCommandInput | GetSoftwareUpdatesCommandInput | ListClusterJobsCommandInput | ListClustersCommandInput | ListCompatibleImagesCommandInput | ListJobsCommandInput | ListLongTermPricingCommandInput | UpdateClusterCommandInput | UpdateJobCommandInput | UpdateJobShipmentStateCommandInput | UpdateLongTermPricingCommandInput;
35
- export declare type ServiceOutputTypes = CancelClusterCommandOutput | CancelJobCommandOutput | CreateAddressCommandOutput | CreateClusterCommandOutput | CreateJobCommandOutput | CreateLongTermPricingCommandOutput | CreateReturnShippingLabelCommandOutput | DescribeAddressCommandOutput | DescribeAddressesCommandOutput | DescribeClusterCommandOutput | DescribeJobCommandOutput | DescribeReturnShippingLabelCommandOutput | GetJobManifestCommandOutput | GetJobUnlockCodeCommandOutput | GetSnowballUsageCommandOutput | GetSoftwareUpdatesCommandOutput | ListClusterJobsCommandOutput | ListClustersCommandOutput | ListCompatibleImagesCommandOutput | ListJobsCommandOutput | ListLongTermPricingCommandOutput | UpdateClusterCommandOutput | UpdateJobCommandOutput | UpdateJobShipmentStateCommandOutput | UpdateLongTermPricingCommandOutput;
36
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
37
-
38
- requestHandler?: __HttpHandler;
39
-
40
- sha256?: __HashConstructor;
41
-
42
- urlParser?: __UrlParser;
43
-
44
- bodyLengthChecker?: __BodyLengthCalculator;
45
-
46
- streamCollector?: __StreamCollector;
47
-
48
- base64Decoder?: __Decoder;
49
-
50
- base64Encoder?: __Encoder;
51
-
52
- utf8Decoder?: __Decoder;
53
-
54
- utf8Encoder?: __Encoder;
55
-
56
- runtime?: string;
57
-
58
- disableHostPrefix?: boolean;
59
-
60
- maxAttempts?: number | __Provider<number>;
61
-
62
- retryMode?: string | __Provider<string>;
63
-
64
- logger?: __Logger;
65
-
66
- useDualstackEndpoint?: boolean | __Provider<boolean>;
67
-
68
- useFipsEndpoint?: boolean | __Provider<boolean>;
69
-
70
- serviceId?: string;
71
-
72
- region?: string | __Provider<string>;
73
-
74
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
75
-
76
- regionInfoProvider?: RegionInfoProvider;
77
-
78
- defaultUserAgentProvider?: Provider<__UserAgent>;
79
-
80
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
81
- }
82
- declare type SnowballClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
83
-
84
- export interface SnowballClientConfig extends SnowballClientConfigType {
85
- }
86
- declare type SnowballClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
87
-
88
- export interface SnowballClientResolvedConfig extends SnowballClientResolvedConfigType {
89
- }
90
-
91
- export declare class SnowballClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig> {
92
-
93
- readonly config: SnowballClientResolvedConfig;
94
- constructor(configuration: SnowballClientConfig);
95
-
96
- destroy(): void;
97
- }
98
- export {};
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CancelClusterRequest, CancelClusterResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
5
- export interface CancelClusterCommandInput extends CancelClusterRequest {
6
- }
7
- export interface CancelClusterCommandOutput extends CancelClusterResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CancelClusterCommand extends $Command<CancelClusterCommandInput, CancelClusterCommandOutput, SnowballClientResolvedConfig> {
11
- readonly input: CancelClusterCommandInput;
12
- constructor(input: CancelClusterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelClusterCommandInput, CancelClusterCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CancelJobRequest, CancelJobResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
5
- export interface CancelJobCommandInput extends CancelJobRequest {
6
- }
7
- export interface CancelJobCommandOutput extends CancelJobResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CancelJobCommand extends $Command<CancelJobCommandInput, CancelJobCommandOutput, SnowballClientResolvedConfig> {
11
- readonly input: CancelJobCommandInput;
12
- constructor(input: CancelJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelJobCommandInput, CancelJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateAddressRequest, CreateAddressResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
5
- export interface CreateAddressCommandInput extends CreateAddressRequest {
6
- }
7
- export interface CreateAddressCommandOutput extends CreateAddressResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAddressCommand extends $Command<CreateAddressCommandInput, CreateAddressCommandOutput, SnowballClientResolvedConfig> {
11
- readonly input: CreateAddressCommandInput;
12
- constructor(input: CreateAddressCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAddressCommandInput, CreateAddressCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateClusterRequest, CreateClusterResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
5
- export interface CreateClusterCommandInput extends CreateClusterRequest {
6
- }
7
- export interface CreateClusterCommandOutput extends CreateClusterResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateClusterCommand extends $Command<CreateClusterCommandInput, CreateClusterCommandOutput, SnowballClientResolvedConfig> {
11
- readonly input: CreateClusterCommandInput;
12
- constructor(input: CreateClusterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateClusterCommandInput, CreateClusterCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateJobRequest, CreateJobResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
5
- export interface CreateJobCommandInput extends CreateJobRequest {
6
- }
7
- export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateJobCommand extends $Command<CreateJobCommandInput, CreateJobCommandOutput, SnowballClientResolvedConfig> {
11
- readonly input: CreateJobCommandInput;
12
- constructor(input: CreateJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateJobCommandInput, CreateJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }