@aws-sdk/client-snowball 3.478.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CancelClusterCommand.js +18 -41
- package/dist-cjs/commands/CancelJobCommand.js +18 -41
- package/dist-cjs/commands/CreateAddressCommand.js +18 -41
- package/dist-cjs/commands/CreateClusterCommand.js +18 -41
- package/dist-cjs/commands/CreateJobCommand.js +18 -41
- package/dist-cjs/commands/CreateLongTermPricingCommand.js +18 -41
- package/dist-cjs/commands/CreateReturnShippingLabelCommand.js +18 -41
- package/dist-cjs/commands/DescribeAddressCommand.js +18 -41
- package/dist-cjs/commands/DescribeAddressesCommand.js +18 -41
- package/dist-cjs/commands/DescribeClusterCommand.js +18 -41
- package/dist-cjs/commands/DescribeJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeReturnShippingLabelCommand.js +18 -41
- package/dist-cjs/commands/GetJobManifestCommand.js +18 -41
- package/dist-cjs/commands/GetJobUnlockCodeCommand.js +18 -41
- package/dist-cjs/commands/GetSnowballUsageCommand.js +18 -41
- package/dist-cjs/commands/GetSoftwareUpdatesCommand.js +18 -41
- package/dist-cjs/commands/ListClusterJobsCommand.js +18 -41
- package/dist-cjs/commands/ListClustersCommand.js +18 -41
- package/dist-cjs/commands/ListCompatibleImagesCommand.js +18 -41
- package/dist-cjs/commands/ListJobsCommand.js +18 -41
- package/dist-cjs/commands/ListLongTermPricingCommand.js +18 -41
- package/dist-cjs/commands/ListPickupLocationsCommand.js +18 -41
- package/dist-cjs/commands/ListServiceVersionsCommand.js +18 -41
- package/dist-cjs/commands/UpdateClusterCommand.js +18 -41
- package/dist-cjs/commands/UpdateJobCommand.js +18 -41
- package/dist-cjs/commands/UpdateJobShipmentStateCommand.js +18 -41
- package/dist-cjs/commands/UpdateLongTermPricingCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-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 +9 -9
|
@@ -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 { CancelJobRequest, CancelJobResult } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface CancelJobCommandInput extends CancelJobRequest {}
|
|
|
17
11
|
export interface CancelJobCommandOutput
|
|
18
12
|
extends CancelJobResult,
|
|
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 CancelJobCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: CancelJobCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
CancelJobCommandInput,
|
|
19
|
+
CancelJobCommandOutput,
|
|
20
|
+
SnowballClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class CancelJobCommand extends CancelJobCommand_base {}
|
|
@@ -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 { CreateAddressRequest, CreateAddressResult } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface CreateAddressCommandInput extends CreateAddressRequest {}
|
|
|
17
11
|
export interface CreateAddressCommandOutput
|
|
18
12
|
extends CreateAddressResult,
|
|
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 CreateAddressCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: CreateAddressCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
CreateAddressCommandInput,
|
|
19
|
+
CreateAddressCommandOutput,
|
|
20
|
+
SnowballClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class CreateAddressCommand extends CreateAddressCommand_base {}
|
|
@@ -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 { CreateClusterRequest, CreateClusterResult } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface CreateClusterCommandInput extends CreateClusterRequest {}
|
|
|
17
11
|
export interface CreateClusterCommandOutput
|
|
18
12
|
extends CreateClusterResult,
|
|
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 CreateClusterCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: CreateClusterCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
CreateClusterCommandInput,
|
|
19
|
+
CreateClusterCommandOutput,
|
|
20
|
+
SnowballClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class CreateClusterCommand extends CreateClusterCommand_base {}
|
|
@@ -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 { CreateJobRequest, CreateJobResult } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface CreateJobCommandInput extends CreateJobRequest {}
|
|
|
17
11
|
export interface CreateJobCommandOutput
|
|
18
12
|
extends CreateJobResult,
|
|
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 CreateJobCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: CreateJobCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
CreateJobCommandInput,
|
|
19
|
+
CreateJobCommandOutput,
|
|
20
|
+
SnowballClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class CreateJobCommand extends CreateJobCommand_base {}
|
|
@@ -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 {
|
|
10
4
|
CreateLongTermPricingRequest,
|
|
11
5
|
CreateLongTermPricingResult,
|
|
@@ -21,22 +15,16 @@ export interface CreateLongTermPricingCommandInput
|
|
|
21
15
|
export interface CreateLongTermPricingCommandOutput
|
|
22
16
|
extends CreateLongTermPricingResult,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateLongTermPricingCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateLongTermPricingCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: SnowballClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateLongTermPricingCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateLongTermPricingCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateLongTermPricingCommandInput,
|
|
38
|
-
CreateLongTermPricingCommandOutput
|
|
23
|
+
CreateLongTermPricingCommandOutput,
|
|
24
|
+
SnowballClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateLongTermPricingCommand extends CreateLongTermPricingCommand_base {}
|
|
@@ -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 {
|
|
10
4
|
CreateReturnShippingLabelRequest,
|
|
11
5
|
CreateReturnShippingLabelResult,
|
|
@@ -21,22 +15,16 @@ export interface CreateReturnShippingLabelCommandInput
|
|
|
21
15
|
export interface CreateReturnShippingLabelCommandOutput
|
|
22
16
|
extends CreateReturnShippingLabelResult,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateReturnShippingLabelCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateReturnShippingLabelCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: SnowballClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateReturnShippingLabelCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateReturnShippingLabelCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateReturnShippingLabelCommandInput,
|
|
38
|
-
CreateReturnShippingLabelCommandOutput
|
|
23
|
+
CreateReturnShippingLabelCommandOutput,
|
|
24
|
+
SnowballClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateReturnShippingLabelCommand extends CreateReturnShippingLabelCommand_base {}
|
|
@@ -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 {
|
|
10
4
|
DescribeAddressRequest,
|
|
11
5
|
DescribeAddressResult,
|
|
@@ -20,19 +14,16 @@ export interface DescribeAddressCommandInput extends DescribeAddressRequest {}
|
|
|
20
14
|
export interface DescribeAddressCommandOutput
|
|
21
15
|
extends DescribeAddressResult,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const DescribeAddressCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DescribeAddressCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DescribeAddressCommandInput,
|
|
22
|
+
DescribeAddressCommandOutput,
|
|
23
|
+
SnowballClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DescribeAddressCommand extends DescribeAddressCommand_base {}
|
|
@@ -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 {
|
|
10
4
|
DescribeAddressesRequest,
|
|
11
5
|
DescribeAddressesResult,
|
|
@@ -21,19 +15,16 @@ export interface DescribeAddressesCommandInput
|
|
|
21
15
|
export interface DescribeAddressesCommandOutput
|
|
22
16
|
extends DescribeAddressesResult,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const DescribeAddressesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeAddressesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
DescribeAddressesCommandInput,
|
|
23
|
+
DescribeAddressesCommandOutput,
|
|
24
|
+
SnowballClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeAddressesCommand extends DescribeAddressesCommand_base {}
|
|
@@ -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 {
|
|
10
4
|
DescribeClusterRequest,
|
|
11
5
|
DescribeClusterResult,
|
|
@@ -20,19 +14,16 @@ export interface DescribeClusterCommandInput extends DescribeClusterRequest {}
|
|
|
20
14
|
export interface DescribeClusterCommandOutput
|
|
21
15
|
extends DescribeClusterResult,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const DescribeClusterCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DescribeClusterCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DescribeClusterCommandInput,
|
|
22
|
+
DescribeClusterCommandOutput,
|
|
23
|
+
SnowballClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DescribeClusterCommand extends DescribeClusterCommand_base {}
|
|
@@ -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 { DescribeJobRequest, DescribeJobResult } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface DescribeJobCommandInput extends DescribeJobRequest {}
|
|
|
17
11
|
export interface DescribeJobCommandOutput
|
|
18
12
|
extends DescribeJobResult,
|
|
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 DescribeJobCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: DescribeJobCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
DescribeJobCommandInput,
|
|
19
|
+
DescribeJobCommandOutput,
|
|
20
|
+
SnowballClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class DescribeJobCommand extends DescribeJobCommand_base {}
|
|
@@ -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 {
|
|
10
4
|
DescribeReturnShippingLabelRequest,
|
|
11
5
|
DescribeReturnShippingLabelResult,
|
|
@@ -21,22 +15,16 @@ export interface DescribeReturnShippingLabelCommandInput
|
|
|
21
15
|
export interface DescribeReturnShippingLabelCommandOutput
|
|
22
16
|
extends DescribeReturnShippingLabelResult,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DescribeReturnShippingLabelCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DescribeReturnShippingLabelCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: SnowballClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DescribeReturnShippingLabelCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeReturnShippingLabelCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DescribeReturnShippingLabelCommandInput,
|
|
38
|
-
DescribeReturnShippingLabelCommandOutput
|
|
23
|
+
DescribeReturnShippingLabelCommandOutput,
|
|
24
|
+
SnowballClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeReturnShippingLabelCommand extends DescribeReturnShippingLabelCommand_base {}
|
|
@@ -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 {
|
|
10
4
|
GetJobManifestRequest,
|
|
11
5
|
GetJobManifestResult,
|
|
@@ -20,19 +14,16 @@ export interface GetJobManifestCommandInput extends GetJobManifestRequest {}
|
|
|
20
14
|
export interface GetJobManifestCommandOutput
|
|
21
15
|
extends GetJobManifestResult,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const GetJobManifestCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: GetJobManifestCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
GetJobManifestCommandInput,
|
|
22
|
+
GetJobManifestCommandOutput,
|
|
23
|
+
SnowballClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class GetJobManifestCommand extends GetJobManifestCommand_base {}
|
|
@@ -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 {
|
|
10
4
|
GetJobUnlockCodeRequest,
|
|
11
5
|
GetJobUnlockCodeResult,
|
|
@@ -20,19 +14,16 @@ export interface GetJobUnlockCodeCommandInput extends GetJobUnlockCodeRequest {}
|
|
|
20
14
|
export interface GetJobUnlockCodeCommandOutput
|
|
21
15
|
extends GetJobUnlockCodeResult,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const GetJobUnlockCodeCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: GetJobUnlockCodeCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
GetJobUnlockCodeCommandInput,
|
|
22
|
+
GetJobUnlockCodeCommandOutput,
|
|
23
|
+
SnowballClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class GetJobUnlockCodeCommand extends GetJobUnlockCodeCommand_base {}
|
|
@@ -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 {
|
|
10
4
|
GetSnowballUsageRequest,
|
|
11
5
|
GetSnowballUsageResult,
|
|
@@ -20,19 +14,16 @@ export interface GetSnowballUsageCommandInput extends GetSnowballUsageRequest {}
|
|
|
20
14
|
export interface GetSnowballUsageCommandOutput
|
|
21
15
|
extends GetSnowballUsageResult,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const GetSnowballUsageCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: GetSnowballUsageCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
GetSnowballUsageCommandInput,
|
|
22
|
+
GetSnowballUsageCommandOutput,
|
|
23
|
+
SnowballClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class GetSnowballUsageCommand extends GetSnowballUsageCommand_base {}
|