@aws-sdk/client-snowball 3.1076.0 → 3.1078.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/index.js +38 -275
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CancelClusterCommand.js +2 -14
- package/dist-es/commands/CancelJobCommand.js +2 -14
- package/dist-es/commands/CreateAddressCommand.js +2 -14
- package/dist-es/commands/CreateClusterCommand.js +2 -14
- package/dist-es/commands/CreateJobCommand.js +2 -14
- package/dist-es/commands/CreateLongTermPricingCommand.js +2 -14
- package/dist-es/commands/CreateReturnShippingLabelCommand.js +2 -14
- package/dist-es/commands/DescribeAddressCommand.js +2 -14
- package/dist-es/commands/DescribeAddressesCommand.js +2 -14
- package/dist-es/commands/DescribeClusterCommand.js +2 -14
- package/dist-es/commands/DescribeJobCommand.js +2 -14
- package/dist-es/commands/DescribeReturnShippingLabelCommand.js +2 -14
- package/dist-es/commands/GetJobManifestCommand.js +2 -14
- package/dist-es/commands/GetJobUnlockCodeCommand.js +2 -14
- package/dist-es/commands/GetSnowballUsageCommand.js +2 -14
- package/dist-es/commands/GetSoftwareUpdatesCommand.js +2 -14
- package/dist-es/commands/ListClusterJobsCommand.js +2 -14
- package/dist-es/commands/ListClustersCommand.js +2 -14
- package/dist-es/commands/ListCompatibleImagesCommand.js +2 -14
- package/dist-es/commands/ListJobsCommand.js +2 -14
- package/dist-es/commands/ListLongTermPricingCommand.js +2 -14
- package/dist-es/commands/ListPickupLocationsCommand.js +2 -14
- package/dist-es/commands/ListServiceVersionsCommand.js +2 -14
- package/dist-es/commands/UpdateClusterCommand.js +2 -14
- package/dist-es/commands/UpdateJobCommand.js +2 -14
- package/dist-es/commands/UpdateJobShipmentStateCommand.js +2 -14
- package/dist-es/commands/UpdateLongTermPricingCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CancelClusterCommand.d.ts +3 -8
- package/dist-types/commands/CancelJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateAddressCommand.d.ts +3 -8
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -8
- package/dist-types/commands/CreateJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateLongTermPricingCommand.d.ts +3 -8
- package/dist-types/commands/CreateReturnShippingLabelCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAddressCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAddressesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeClusterCommand.d.ts +3 -8
- package/dist-types/commands/DescribeJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeReturnShippingLabelCommand.d.ts +3 -8
- package/dist-types/commands/GetJobManifestCommand.d.ts +3 -8
- package/dist-types/commands/GetJobUnlockCodeCommand.d.ts +3 -8
- package/dist-types/commands/GetSnowballUsageCommand.d.ts +3 -8
- package/dist-types/commands/GetSoftwareUpdatesCommand.d.ts +3 -8
- package/dist-types/commands/ListClusterJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListClustersCommand.d.ts +3 -8
- package/dist-types/commands/ListCompatibleImagesCommand.d.ts +3 -8
- package/dist-types/commands/ListJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListLongTermPricingCommand.d.ts +3 -8
- package/dist-types/commands/ListPickupLocationsCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceVersionsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateClusterCommand.d.ts +3 -8
- package/dist-types/commands/UpdateJobCommand.d.ts +3 -8
- package/dist-types/commands/UpdateJobShipmentStateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLongTermPricingCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CancelClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAddressCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLongTermPricingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateReturnShippingLabelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAddressCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeReturnShippingLabelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetJobManifestCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetJobUnlockCodeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSnowballUsageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSoftwareUpdatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClusterJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCompatibleImagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLongTermPricingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPickupLocationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateJobShipmentStateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLongTermPricingCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DescribeAddressesRequest, DescribeAddressesResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeAddressesCommandInput extends DescribeAddressesRequest
|
|
|
22
19
|
export interface DescribeAddressesCommandOutput extends DescribeAddressesResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeAddressesCommand_base: {
|
|
25
|
-
new (input: DescribeAddressesCommandInput): import("@smithy/core/client").CommandImpl<DescribeAddressesCommandInput, DescribeAddressesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeAddressesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeAddressesCommandInput, DescribeAddressesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeAddressesCommandInput): import("@smithy/core/client").CommandImpl<DescribeAddressesCommandInput, DescribeAddressesCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeAddressesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeAddressesCommandInput, DescribeAddressesCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a specified number of <code>ADDRESS</code> objects. Calling this API in one of
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DescribeClusterRequest, DescribeClusterResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeClusterCommandInput extends DescribeClusterRequest {
|
|
|
22
19
|
export interface DescribeClusterCommandOutput extends DescribeClusterResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeClusterCommand_base: {
|
|
25
|
-
new (input: DescribeClusterCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeClusterCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeClusterCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeClusterCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about a specific cluster including shipping information, cluster
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DescribeJobRequest, DescribeJobResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeJobCommandInput extends DescribeJobRequest {
|
|
|
22
19
|
export interface DescribeJobCommandOutput extends DescribeJobResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeJobCommand_base: {
|
|
25
|
-
new (input: DescribeJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about a specific job including shipping information, job status,
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DescribeReturnShippingLabelRequest, DescribeReturnShippingLabelResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeReturnShippingLabelCommandInput extends DescribeReturnS
|
|
|
22
19
|
export interface DescribeReturnShippingLabelCommandOutput extends DescribeReturnShippingLabelResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeReturnShippingLabelCommand_base: {
|
|
25
|
-
new (input: DescribeReturnShippingLabelCommandInput): import("@smithy/core/client").CommandImpl<DescribeReturnShippingLabelCommandInput, DescribeReturnShippingLabelCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeReturnShippingLabelCommandInput): import("@smithy/core/client").CommandImpl<DescribeReturnShippingLabelCommandInput, DescribeReturnShippingLabelCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeReturnShippingLabelCommandInput): import("@smithy/core/client").CommandImpl<DescribeReturnShippingLabelCommandInput, DescribeReturnShippingLabelCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeReturnShippingLabelCommandInput): import("@smithy/core/client").CommandImpl<DescribeReturnShippingLabelCommandInput, DescribeReturnShippingLabelCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Information on the shipping label of a Snow device that is being returned to Amazon Web Services.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetJobManifestRequest, GetJobManifestResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetJobManifestCommandInput extends GetJobManifestRequest {
|
|
|
22
19
|
export interface GetJobManifestCommandOutput extends GetJobManifestResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetJobManifestCommand_base: {
|
|
25
|
-
new (input: GetJobManifestCommandInput): import("@smithy/core/client").CommandImpl<GetJobManifestCommandInput, GetJobManifestCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetJobManifestCommandInput): import("@smithy/core/client").CommandImpl<GetJobManifestCommandInput, GetJobManifestCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetJobManifestCommandInput): import("@smithy/core/client").CommandImpl<GetJobManifestCommandInput, GetJobManifestCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetJobManifestCommandInput): import("@smithy/core/client").CommandImpl<GetJobManifestCommandInput, GetJobManifestCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a link to an Amazon S3 presigned URL for the manifest file associated with the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetJobUnlockCodeRequest, GetJobUnlockCodeResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetJobUnlockCodeCommandInput extends GetJobUnlockCodeRequest {
|
|
|
22
19
|
export interface GetJobUnlockCodeCommandOutput extends GetJobUnlockCodeResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetJobUnlockCodeCommand_base: {
|
|
25
|
-
new (input: GetJobUnlockCodeCommandInput): import("@smithy/core/client").CommandImpl<GetJobUnlockCodeCommandInput, GetJobUnlockCodeCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetJobUnlockCodeCommandInput): import("@smithy/core/client").CommandImpl<GetJobUnlockCodeCommandInput, GetJobUnlockCodeCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetJobUnlockCodeCommandInput): import("@smithy/core/client").CommandImpl<GetJobUnlockCodeCommandInput, GetJobUnlockCodeCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetJobUnlockCodeCommandInput): import("@smithy/core/client").CommandImpl<GetJobUnlockCodeCommandInput, GetJobUnlockCodeCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the <code>UnlockCode</code> code value for the specified job. A particular
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetSnowballUsageRequest, GetSnowballUsageResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetSnowballUsageCommandInput extends GetSnowballUsageRequest {
|
|
|
22
19
|
export interface GetSnowballUsageCommandOutput extends GetSnowballUsageResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSnowballUsageCommand_base: {
|
|
25
|
-
new (input: GetSnowballUsageCommandInput): import("@smithy/core/client").CommandImpl<GetSnowballUsageCommandInput, GetSnowballUsageCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetSnowballUsageCommandInput]): import("@smithy/core/client").CommandImpl<GetSnowballUsageCommandInput, GetSnowballUsageCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetSnowballUsageCommandInput): import("@smithy/core/client").CommandImpl<GetSnowballUsageCommandInput, GetSnowballUsageCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetSnowballUsageCommandInput]): import("@smithy/core/client").CommandImpl<GetSnowballUsageCommandInput, GetSnowballUsageCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about the Snow Family service limit for your account, and also the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetSoftwareUpdatesRequest, GetSoftwareUpdatesResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetSoftwareUpdatesCommandInput extends GetSoftwareUpdatesReques
|
|
|
22
19
|
export interface GetSoftwareUpdatesCommandOutput extends GetSoftwareUpdatesResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSoftwareUpdatesCommand_base: {
|
|
25
|
-
new (input: GetSoftwareUpdatesCommandInput): import("@smithy/core/client").CommandImpl<GetSoftwareUpdatesCommandInput, GetSoftwareUpdatesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetSoftwareUpdatesCommandInput): import("@smithy/core/client").CommandImpl<GetSoftwareUpdatesCommandInput, GetSoftwareUpdatesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetSoftwareUpdatesCommandInput): import("@smithy/core/client").CommandImpl<GetSoftwareUpdatesCommandInput, GetSoftwareUpdatesCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetSoftwareUpdatesCommandInput): import("@smithy/core/client").CommandImpl<GetSoftwareUpdatesCommandInput, GetSoftwareUpdatesCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns an Amazon S3 presigned URL for an update file associated with a specified
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListClusterJobsRequest, ListClusterJobsResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListClusterJobsCommandInput extends ListClusterJobsRequest {
|
|
|
22
19
|
export interface ListClusterJobsCommandOutput extends ListClusterJobsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListClusterJobsCommand_base: {
|
|
25
|
-
new (input: ListClusterJobsCommandInput): import("@smithy/core/client").CommandImpl<ListClusterJobsCommandInput, ListClusterJobsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListClusterJobsCommandInput): import("@smithy/core/client").CommandImpl<ListClusterJobsCommandInput, ListClusterJobsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListClusterJobsCommandInput): import("@smithy/core/client").CommandImpl<ListClusterJobsCommandInput, ListClusterJobsCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListClusterJobsCommandInput): import("@smithy/core/client").CommandImpl<ListClusterJobsCommandInput, ListClusterJobsCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns an array of <code>JobListEntry</code> objects of the specified length. Each
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListClustersRequest, ListClustersResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListClustersCommandInput extends ListClustersRequest {
|
|
|
22
19
|
export interface ListClustersCommandOutput extends ListClustersResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListClustersCommand_base: {
|
|
25
|
-
new (input: ListClustersCommandInput): import("@smithy/core/client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListClustersCommandInput]): import("@smithy/core/client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListClustersCommandInput): import("@smithy/core/client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListClustersCommandInput]): import("@smithy/core/client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns an array of <code>ClusterListEntry</code> objects of the specified length. Each
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListCompatibleImagesRequest, ListCompatibleImagesResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListCompatibleImagesCommandInput extends ListCompatibleImagesRe
|
|
|
22
19
|
export interface ListCompatibleImagesCommandOutput extends ListCompatibleImagesResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListCompatibleImagesCommand_base: {
|
|
25
|
-
new (input: ListCompatibleImagesCommandInput): import("@smithy/core/client").CommandImpl<ListCompatibleImagesCommandInput, ListCompatibleImagesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListCompatibleImagesCommandInput]): import("@smithy/core/client").CommandImpl<ListCompatibleImagesCommandInput, ListCompatibleImagesCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListCompatibleImagesCommandInput): import("@smithy/core/client").CommandImpl<ListCompatibleImagesCommandInput, ListCompatibleImagesCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListCompatibleImagesCommandInput]): import("@smithy/core/client").CommandImpl<ListCompatibleImagesCommandInput, ListCompatibleImagesCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This action returns a list of the different Amazon EC2-compatible Amazon Machine Images (AMIs)
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListJobsRequest, ListJobsResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListJobsCommandInput extends ListJobsRequest {
|
|
|
22
19
|
export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListJobsCommand_base: {
|
|
25
|
-
new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns an array of <code>JobListEntry</code> objects of the specified length. Each
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListLongTermPricingRequest, ListLongTermPricingResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListLongTermPricingCommandInput extends ListLongTermPricingRequ
|
|
|
22
19
|
export interface ListLongTermPricingCommandOutput extends ListLongTermPricingResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListLongTermPricingCommand_base: {
|
|
25
|
-
new (input: ListLongTermPricingCommandInput): import("@smithy/core/client").CommandImpl<ListLongTermPricingCommandInput, ListLongTermPricingCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListLongTermPricingCommandInput]): import("@smithy/core/client").CommandImpl<ListLongTermPricingCommandInput, ListLongTermPricingCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListLongTermPricingCommandInput): import("@smithy/core/client").CommandImpl<ListLongTermPricingCommandInput, ListLongTermPricingCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListLongTermPricingCommandInput]): import("@smithy/core/client").CommandImpl<ListLongTermPricingCommandInput, ListLongTermPricingCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all long-term pricing types.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListPickupLocationsRequest, ListPickupLocationsResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListPickupLocationsCommandInput extends ListPickupLocationsRequ
|
|
|
22
19
|
export interface ListPickupLocationsCommandOutput extends ListPickupLocationsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPickupLocationsCommand_base: {
|
|
25
|
-
new (input: ListPickupLocationsCommandInput): import("@smithy/core/client").CommandImpl<ListPickupLocationsCommandInput, ListPickupLocationsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListPickupLocationsCommandInput]): import("@smithy/core/client").CommandImpl<ListPickupLocationsCommandInput, ListPickupLocationsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPickupLocationsCommandInput): import("@smithy/core/client").CommandImpl<ListPickupLocationsCommandInput, ListPickupLocationsCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListPickupLocationsCommandInput]): import("@smithy/core/client").CommandImpl<ListPickupLocationsCommandInput, ListPickupLocationsCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>A list of locations from which the customer can choose to pickup a device.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListServiceVersionsRequest, ListServiceVersionsResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListServiceVersionsCommandInput extends ListServiceVersionsRequ
|
|
|
22
19
|
export interface ListServiceVersionsCommandOutput extends ListServiceVersionsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListServiceVersionsCommand_base: {
|
|
25
|
-
new (input: ListServiceVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListServiceVersionsCommandInput, ListServiceVersionsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListServiceVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListServiceVersionsCommandInput, ListServiceVersionsCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListServiceVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListServiceVersionsCommandInput, ListServiceVersionsCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListServiceVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListServiceVersionsCommandInput, ListServiceVersionsCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all supported versions for Snow on-device services. Returns an
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateClusterRequest, UpdateClusterResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateClusterCommandInput extends UpdateClusterRequest {
|
|
|
22
19
|
export interface UpdateClusterCommandOutput extends UpdateClusterResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateClusterCommand_base: {
|
|
25
|
-
new (input: UpdateClusterCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterCommandInput, UpdateClusterCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateClusterCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterCommandInput, UpdateClusterCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateClusterCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterCommandInput, UpdateClusterCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateClusterCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterCommandInput, UpdateClusterCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>While a cluster's <code>ClusterState</code> value is in the <code>AwaitingQuorum</code>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateJobRequest, UpdateJobResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateJobCommandInput extends UpdateJobRequest {
|
|
|
22
19
|
export interface UpdateJobCommandOutput extends UpdateJobResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateJobCommand_base: {
|
|
25
|
-
new (input: UpdateJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateJobCommandInput, UpdateJobCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateJobCommandInput, UpdateJobCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateJobCommandInput, UpdateJobCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateJobCommandInput, UpdateJobCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>While a job's <code>JobState</code> value is <code>New</code>, you can update some of
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateJobShipmentStateRequest, UpdateJobShipmentStateResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateJobShipmentStateCommandInput extends UpdateJobShipmentSta
|
|
|
22
19
|
export interface UpdateJobShipmentStateCommandOutput extends UpdateJobShipmentStateResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateJobShipmentStateCommand_base: {
|
|
25
|
-
new (input: UpdateJobShipmentStateCommandInput): import("@smithy/core/client").CommandImpl<UpdateJobShipmentStateCommandInput, UpdateJobShipmentStateCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateJobShipmentStateCommandInput): import("@smithy/core/client").CommandImpl<UpdateJobShipmentStateCommandInput, UpdateJobShipmentStateCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateJobShipmentStateCommandInput): import("@smithy/core/client").CommandImpl<UpdateJobShipmentStateCommandInput, UpdateJobShipmentStateCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateJobShipmentStateCommandInput): import("@smithy/core/client").CommandImpl<UpdateJobShipmentStateCommandInput, UpdateJobShipmentStateCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the state when a shipment state changes to a different state.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateLongTermPricingRequest, UpdateLongTermPricingResult } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateLongTermPricingCommandInput extends UpdateLongTermPricing
|
|
|
22
19
|
export interface UpdateLongTermPricingCommandOutput extends UpdateLongTermPricingResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateLongTermPricingCommand_base: {
|
|
25
|
-
new (input: UpdateLongTermPricingCommandInput): import("@smithy/core/client").CommandImpl<UpdateLongTermPricingCommandInput, UpdateLongTermPricingCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateLongTermPricingCommandInput): import("@smithy/core/client").CommandImpl<UpdateLongTermPricingCommandInput, UpdateLongTermPricingCommandOutput, SnowballClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateLongTermPricingCommandInput): import("@smithy/core/client").CommandImpl<UpdateLongTermPricingCommandInput, UpdateLongTermPricingCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateLongTermPricingCommandInput): import("@smithy/core/client").CommandImpl<UpdateLongTermPricingCommandInput, UpdateLongTermPricingCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the long-term pricing type.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
14
14
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
15
15
|
export type { SnowballExtensionConfiguration } from "./extensionConfiguration";
|
|
16
16
|
export * from "./commands";
|
|
17
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
17
18
|
export * from "./schemas/schemas_0";
|
|
18
19
|
export * from "./pagination";
|
|
19
20
|
export * from "./models/enums";
|
|
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
|
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
17
16
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
18
17
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
18
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
|
|
|
24
23
|
[setting: string]: unknown;
|
|
25
24
|
};
|
|
26
25
|
apiVersion: string;
|
|
26
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
29
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
|
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
15
|
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
18
17
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
19
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
|
|
|
26
25
|
[setting: string]: unknown;
|
|
27
26
|
};
|
|
28
27
|
apiVersion: string;
|
|
28
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
29
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
30
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -4,7 +4,6 @@ import type { SnowballClientConfig } from "./SnowballClient";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
8
7
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
8
|
cacheMiddleware?: boolean;
|
|
10
9
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
|
|
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: SnowballClientConfig) => {
|
|
|
13
12
|
[setting: string]: unknown;
|
|
14
13
|
};
|
|
15
14
|
apiVersion: string;
|
|
15
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
16
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
17
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
18
18
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|