@aws-sdk/client-snowball 3.529.1 → 3.535.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-types/Snowball.d.ts +9 -1
- package/dist-types/SnowballClient.d.ts +1 -1
- package/dist-types/commands/CancelClusterCommand.d.ts +2 -1
- package/dist-types/commands/CancelJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateAddressCommand.d.ts +2 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
- package/dist-types/commands/CreateJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateLongTermPricingCommand.d.ts +2 -1
- package/dist-types/commands/CreateReturnShippingLabelCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAddressCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +2 -1
- package/dist-types/commands/DescribeJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReturnShippingLabelCommand.d.ts +2 -1
- package/dist-types/commands/GetJobManifestCommand.d.ts +2 -1
- package/dist-types/commands/GetJobUnlockCodeCommand.d.ts +2 -1
- package/dist-types/commands/GetSnowballUsageCommand.d.ts +2 -1
- package/dist-types/commands/GetSoftwareUpdatesCommand.d.ts +2 -1
- package/dist-types/commands/ListClusterJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListClustersCommand.d.ts +2 -1
- package/dist-types/commands/ListCompatibleImagesCommand.d.ts +2 -1
- package/dist-types/commands/ListJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListLongTermPricingCommand.d.ts +2 -1
- package/dist-types/commands/ListPickupLocationsCommand.d.ts +2 -1
- package/dist-types/commands/ListServiceVersionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -1
- package/dist-types/commands/UpdateJobCommand.d.ts +2 -1
- package/dist-types/commands/UpdateJobShipmentStateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLongTermPricingCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +314 -314
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/Snowball.d.ts +8 -0
- package/dist-types/ts3.4/commands/CancelClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAddressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLongTermPricingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateReturnShippingLabelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAddressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReturnShippingLabelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetJobManifestCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetJobUnlockCodeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSnowballUsageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSoftwareUpdatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListClusterJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCompatibleImagesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListLongTermPricingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPickupLocationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListServiceVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateJobShipmentStateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateLongTermPricingCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
|
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@smithy/types").Decoder;
|
|
14
|
-
base64Encoder:
|
|
14
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
15
15
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
16
|
-
utf8Encoder:
|
|
16
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
17
17
|
disableHostPrefix: boolean;
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -5,7 +5,7 @@ import { SnowballClientConfig } from "./SnowballClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
|
|
6
6
|
apiVersion: string;
|
|
7
7
|
base64Decoder: import("@smithy/types").Decoder;
|
|
8
|
-
base64Encoder:
|
|
8
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger | undefined;
|
|
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
|
|
|
17
17
|
serviceId: string;
|
|
18
18
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
19
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
20
|
-
utf8Encoder:
|
|
20
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
21
21
|
};
|
|
@@ -161,6 +161,7 @@ export interface Snowball {
|
|
|
161
161
|
options: __HttpHandlerOptions,
|
|
162
162
|
cb: (err: any, data?: CreateClusterCommandOutput) => void
|
|
163
163
|
): void;
|
|
164
|
+
createJob(): Promise<CreateJobCommandOutput>;
|
|
164
165
|
createJob(
|
|
165
166
|
args: CreateJobCommandInput,
|
|
166
167
|
options?: __HttpHandlerOptions
|
|
@@ -213,6 +214,7 @@ export interface Snowball {
|
|
|
213
214
|
options: __HttpHandlerOptions,
|
|
214
215
|
cb: (err: any, data?: DescribeAddressCommandOutput) => void
|
|
215
216
|
): void;
|
|
217
|
+
describeAddresses(): Promise<DescribeAddressesCommandOutput>;
|
|
216
218
|
describeAddresses(
|
|
217
219
|
args: DescribeAddressesCommandInput,
|
|
218
220
|
options?: __HttpHandlerOptions
|
|
@@ -291,6 +293,7 @@ export interface Snowball {
|
|
|
291
293
|
options: __HttpHandlerOptions,
|
|
292
294
|
cb: (err: any, data?: GetJobUnlockCodeCommandOutput) => void
|
|
293
295
|
): void;
|
|
296
|
+
getSnowballUsage(): Promise<GetSnowballUsageCommandOutput>;
|
|
294
297
|
getSnowballUsage(
|
|
295
298
|
args: GetSnowballUsageCommandInput,
|
|
296
299
|
options?: __HttpHandlerOptions
|
|
@@ -330,6 +333,7 @@ export interface Snowball {
|
|
|
330
333
|
options: __HttpHandlerOptions,
|
|
331
334
|
cb: (err: any, data?: ListClusterJobsCommandOutput) => void
|
|
332
335
|
): void;
|
|
336
|
+
listClusters(): Promise<ListClustersCommandOutput>;
|
|
333
337
|
listClusters(
|
|
334
338
|
args: ListClustersCommandInput,
|
|
335
339
|
options?: __HttpHandlerOptions
|
|
@@ -343,6 +347,7 @@ export interface Snowball {
|
|
|
343
347
|
options: __HttpHandlerOptions,
|
|
344
348
|
cb: (err: any, data?: ListClustersCommandOutput) => void
|
|
345
349
|
): void;
|
|
350
|
+
listCompatibleImages(): Promise<ListCompatibleImagesCommandOutput>;
|
|
346
351
|
listCompatibleImages(
|
|
347
352
|
args: ListCompatibleImagesCommandInput,
|
|
348
353
|
options?: __HttpHandlerOptions
|
|
@@ -356,6 +361,7 @@ export interface Snowball {
|
|
|
356
361
|
options: __HttpHandlerOptions,
|
|
357
362
|
cb: (err: any, data?: ListCompatibleImagesCommandOutput) => void
|
|
358
363
|
): void;
|
|
364
|
+
listJobs(): Promise<ListJobsCommandOutput>;
|
|
359
365
|
listJobs(
|
|
360
366
|
args: ListJobsCommandInput,
|
|
361
367
|
options?: __HttpHandlerOptions
|
|
@@ -369,6 +375,7 @@ export interface Snowball {
|
|
|
369
375
|
options: __HttpHandlerOptions,
|
|
370
376
|
cb: (err: any, data?: ListJobsCommandOutput) => void
|
|
371
377
|
): void;
|
|
378
|
+
listLongTermPricing(): Promise<ListLongTermPricingCommandOutput>;
|
|
372
379
|
listLongTermPricing(
|
|
373
380
|
args: ListLongTermPricingCommandInput,
|
|
374
381
|
options?: __HttpHandlerOptions
|
|
@@ -382,6 +389,7 @@ export interface Snowball {
|
|
|
382
389
|
options: __HttpHandlerOptions,
|
|
383
390
|
cb: (err: any, data?: ListLongTermPricingCommandOutput) => void
|
|
384
391
|
): void;
|
|
392
|
+
listPickupLocations(): Promise<ListPickupLocationsCommandOutput>;
|
|
385
393
|
listPickupLocations(
|
|
386
394
|
args: ListPickupLocationsCommandInput,
|
|
387
395
|
options?: __HttpHandlerOptions
|
|
@@ -21,6 +21,15 @@ declare const CancelClusterCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CancelClusterCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CancelClusterCommandInput,
|
|
28
|
+
CancelClusterCommandOutput,
|
|
29
|
+
SnowballClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CancelClusterCommand extends CancelClusterCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CancelJobCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CancelJobCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CancelJobCommandInput,
|
|
28
|
+
CancelJobCommandOutput,
|
|
29
|
+
SnowballClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CancelJobCommand extends CancelJobCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateAddressCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateAddressCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateAddressCommandInput,
|
|
28
|
+
CreateAddressCommandOutput,
|
|
29
|
+
SnowballClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateAddressCommand extends CreateAddressCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateClusterCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateClusterCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateClusterCommandInput,
|
|
28
|
+
CreateClusterCommandOutput,
|
|
29
|
+
SnowballClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateClusterCommand extends CreateClusterCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateJobCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [CreateJobCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateJobCommandInput,
|
|
28
|
+
CreateJobCommandOutput,
|
|
29
|
+
SnowballClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateJobCommand extends CreateJobCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateLongTermPricingCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateLongTermPricingCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateLongTermPricingCommandInput,
|
|
32
|
+
CreateLongTermPricingCommandOutput,
|
|
33
|
+
SnowballClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateLongTermPricingCommand extends CreateLongTermPricingCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateReturnShippingLabelCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateReturnShippingLabelCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateReturnShippingLabelCommandInput,
|
|
32
|
+
CreateReturnShippingLabelCommandOutput,
|
|
33
|
+
SnowballClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateReturnShippingLabelCommand extends CreateReturnShippingLabelCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeAddressCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribeAddressCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeAddressCommandInput,
|
|
31
|
+
DescribeAddressCommandOutput,
|
|
32
|
+
SnowballClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeAddressCommand extends DescribeAddressCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeAddressesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeAddressesCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeAddressesCommandInput,
|
|
32
|
+
DescribeAddressesCommandOutput,
|
|
33
|
+
SnowballClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeAddressesCommand extends DescribeAddressesCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeClusterCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribeClusterCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeClusterCommandInput,
|
|
31
|
+
DescribeClusterCommandOutput,
|
|
32
|
+
SnowballClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeClusterCommand extends DescribeClusterCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DescribeJobCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DescribeJobCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DescribeJobCommandInput,
|
|
28
|
+
DescribeJobCommandOutput,
|
|
29
|
+
SnowballClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DescribeJobCommand extends DescribeJobCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeReturnShippingLabelCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeReturnShippingLabelCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeReturnShippingLabelCommandInput,
|
|
32
|
+
DescribeReturnShippingLabelCommandOutput,
|
|
33
|
+
SnowballClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeReturnShippingLabelCommand extends DescribeReturnShippingLabelCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const GetJobManifestCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: GetJobManifestCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetJobManifestCommandInput,
|
|
31
|
+
GetJobManifestCommandOutput,
|
|
32
|
+
SnowballClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class GetJobManifestCommand extends GetJobManifestCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const GetJobUnlockCodeCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: GetJobUnlockCodeCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetJobUnlockCodeCommandInput,
|
|
31
|
+
GetJobUnlockCodeCommandOutput,
|
|
32
|
+
SnowballClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class GetJobUnlockCodeCommand extends GetJobUnlockCodeCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const GetSnowballUsageCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [GetSnowballUsageCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetSnowballUsageCommandInput,
|
|
31
|
+
GetSnowballUsageCommandOutput,
|
|
32
|
+
SnowballClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class GetSnowballUsageCommand extends GetSnowballUsageCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetSoftwareUpdatesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetSoftwareUpdatesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetSoftwareUpdatesCommandInput,
|
|
32
|
+
GetSoftwareUpdatesCommandOutput,
|
|
33
|
+
SnowballClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetSoftwareUpdatesCommand extends GetSoftwareUpdatesCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListClusterJobsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: ListClusterJobsCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListClusterJobsCommandInput,
|
|
31
|
+
ListClusterJobsCommandOutput,
|
|
32
|
+
SnowballClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListClusterJobsCommand extends ListClusterJobsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListClustersCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [ListClustersCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListClustersCommandInput,
|
|
28
|
+
ListClustersCommandOutput,
|
|
29
|
+
SnowballClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListClustersCommand extends ListClustersCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListCompatibleImagesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListCompatibleImagesCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListCompatibleImagesCommandInput,
|
|
32
|
+
ListCompatibleImagesCommandOutput,
|
|
33
|
+
SnowballClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListCompatibleImagesCommand extends ListCompatibleImagesCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListJobsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [ListJobsCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListJobsCommandInput,
|
|
28
|
+
ListJobsCommandOutput,
|
|
29
|
+
SnowballClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListJobsCommand extends ListJobsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListLongTermPricingCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListLongTermPricingCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListLongTermPricingCommandInput,
|
|
32
|
+
ListLongTermPricingCommandOutput,
|
|
33
|
+
SnowballClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListLongTermPricingCommand extends ListLongTermPricingCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListPickupLocationsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListPickupLocationsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListPickupLocationsCommandInput,
|
|
32
|
+
ListPickupLocationsCommandOutput,
|
|
33
|
+
SnowballClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListPickupLocationsCommand extends ListPickupLocationsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListServiceVersionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListServiceVersionsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListServiceVersionsCommandInput,
|
|
32
|
+
ListServiceVersionsCommandOutput,
|
|
33
|
+
SnowballClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListServiceVersionsCommand extends ListServiceVersionsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const UpdateClusterCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: UpdateClusterCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
UpdateClusterCommandInput,
|
|
28
|
+
UpdateClusterCommandOutput,
|
|
29
|
+
SnowballClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class UpdateClusterCommand extends UpdateClusterCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const UpdateJobCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: UpdateJobCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
UpdateJobCommandInput,
|
|
28
|
+
UpdateJobCommandOutput,
|
|
29
|
+
SnowballClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class UpdateJobCommand extends UpdateJobCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateJobShipmentStateCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateJobShipmentStateCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateJobShipmentStateCommandInput,
|
|
32
|
+
UpdateJobShipmentStateCommandOutput,
|
|
33
|
+
SnowballClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateJobShipmentStateCommand extends UpdateJobShipmentStateCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateLongTermPricingCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateLongTermPricingCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateLongTermPricingCommandInput,
|
|
32
|
+
UpdateLongTermPricingCommandOutput,
|
|
33
|
+
SnowballClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateLongTermPricingCommand extends UpdateLongTermPricingCommand_base {}
|
|
@@ -25,9 +25,9 @@ export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
|
|
|
25
25
|
apiVersion: string;
|
|
26
26
|
urlParser: import("@smithy/types").UrlParser;
|
|
27
27
|
base64Decoder: import("@smithy/types").Decoder;
|
|
28
|
-
base64Encoder:
|
|
28
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
29
29
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
30
|
-
utf8Encoder:
|
|
30
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
31
31
|
disableHostPrefix: boolean;
|
|
32
32
|
serviceId: string;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
@@ -29,9 +29,9 @@ export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
|
|
|
29
29
|
apiVersion: string;
|
|
30
30
|
urlParser: import("@smithy/types").UrlParser;
|
|
31
31
|
base64Decoder: import("@smithy/types").Decoder;
|
|
32
|
-
base64Encoder:
|
|
32
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
33
33
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
34
|
-
utf8Encoder:
|
|
34
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
35
35
|
disableHostPrefix: boolean;
|
|
36
36
|
serviceId: string;
|
|
37
37
|
logger: import("@smithy/types").Logger;
|
|
@@ -13,9 +13,9 @@ export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
|
|
|
13
13
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
14
14
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
15
15
|
base64Decoder: import("@smithy/types").Decoder;
|
|
16
|
-
base64Encoder:
|
|
16
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
17
17
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
18
|
-
utf8Encoder:
|
|
18
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
19
19
|
disableHostPrefix: boolean;
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -2,7 +2,7 @@ import { SnowballClientConfig } from "./SnowballClient";
|
|
|
2
2
|
export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
|
|
3
3
|
apiVersion: string;
|
|
4
4
|
base64Decoder: import("@smithy/types").Decoder;
|
|
5
|
-
base64Encoder:
|
|
5
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
6
6
|
disableHostPrefix: boolean;
|
|
7
7
|
endpointProvider: (
|
|
8
8
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
|
|
|
17
17
|
serviceId: string;
|
|
18
18
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
19
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
20
|
-
utf8Encoder:
|
|
20
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
21
21
|
};
|