@aws-sdk/client-glacier 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +98 -100
- package/dist-cjs/models/GlacierServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +10 -12
- package/dist-es/Glacier.js +1 -1
- package/dist-es/GlacierClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AbortMultipartUploadCommand.js +2 -2
- package/dist-es/commands/AbortVaultLockCommand.js +2 -2
- package/dist-es/commands/AddTagsToVaultCommand.js +2 -2
- package/dist-es/commands/CompleteMultipartUploadCommand.js +2 -2
- package/dist-es/commands/CompleteVaultLockCommand.js +2 -2
- package/dist-es/commands/CreateVaultCommand.js +2 -2
- package/dist-es/commands/DeleteArchiveCommand.js +2 -2
- package/dist-es/commands/DeleteVaultAccessPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteVaultCommand.js +2 -2
- package/dist-es/commands/DeleteVaultNotificationsCommand.js +2 -2
- package/dist-es/commands/DescribeJobCommand.js +2 -2
- package/dist-es/commands/DescribeVaultCommand.js +2 -2
- package/dist-es/commands/GetDataRetrievalPolicyCommand.js +2 -2
- package/dist-es/commands/GetJobOutputCommand.js +2 -2
- package/dist-es/commands/GetVaultAccessPolicyCommand.js +2 -2
- package/dist-es/commands/GetVaultLockCommand.js +2 -2
- package/dist-es/commands/GetVaultNotificationsCommand.js +2 -2
- package/dist-es/commands/InitiateJobCommand.js +2 -2
- package/dist-es/commands/InitiateMultipartUploadCommand.js +2 -2
- package/dist-es/commands/InitiateVaultLockCommand.js +2 -2
- package/dist-es/commands/ListJobsCommand.js +2 -2
- package/dist-es/commands/ListMultipartUploadsCommand.js +2 -2
- package/dist-es/commands/ListPartsCommand.js +2 -2
- package/dist-es/commands/ListProvisionedCapacityCommand.js +2 -2
- package/dist-es/commands/ListTagsForVaultCommand.js +2 -2
- package/dist-es/commands/ListVaultsCommand.js +2 -2
- package/dist-es/commands/PurchaseProvisionedCapacityCommand.js +2 -2
- package/dist-es/commands/RemoveTagsFromVaultCommand.js +2 -2
- package/dist-es/commands/SetDataRetrievalPolicyCommand.js +2 -2
- package/dist-es/commands/SetVaultAccessPolicyCommand.js +2 -2
- package/dist-es/commands/SetVaultNotificationsCommand.js +2 -2
- package/dist-es/commands/UploadArchiveCommand.js +2 -2
- package/dist-es/commands/UploadMultipartPartCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/GlacierServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -5
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForVaultExists.js +1 -1
- package/dist-es/waiters/waitForVaultNotExists.js +1 -1
- package/dist-types/Glacier.d.ts +1 -1
- package/dist-types/GlacierClient.d.ts +5 -5
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +6 -4
- package/dist-types/commands/AbortVaultLockCommand.d.ts +6 -4
- package/dist-types/commands/AddTagsToVaultCommand.d.ts +6 -4
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +6 -4
- package/dist-types/commands/CompleteVaultLockCommand.d.ts +6 -4
- package/dist-types/commands/CreateVaultCommand.d.ts +6 -4
- package/dist-types/commands/DeleteArchiveCommand.d.ts +6 -4
- package/dist-types/commands/DeleteVaultAccessPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteVaultCommand.d.ts +6 -4
- package/dist-types/commands/DeleteVaultNotificationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeJobCommand.d.ts +6 -4
- package/dist-types/commands/DescribeVaultCommand.d.ts +6 -4
- package/dist-types/commands/GetDataRetrievalPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetJobOutputCommand.d.ts +6 -4
- package/dist-types/commands/GetVaultAccessPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetVaultLockCommand.d.ts +6 -4
- package/dist-types/commands/GetVaultNotificationsCommand.d.ts +6 -4
- package/dist-types/commands/InitiateJobCommand.d.ts +6 -4
- package/dist-types/commands/InitiateMultipartUploadCommand.d.ts +6 -4
- package/dist-types/commands/InitiateVaultLockCommand.d.ts +6 -4
- package/dist-types/commands/ListJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +6 -4
- package/dist-types/commands/ListPartsCommand.d.ts +6 -4
- package/dist-types/commands/ListProvisionedCapacityCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForVaultCommand.d.ts +6 -4
- package/dist-types/commands/ListVaultsCommand.d.ts +6 -4
- package/dist-types/commands/PurchaseProvisionedCapacityCommand.d.ts +6 -4
- package/dist-types/commands/RemoveTagsFromVaultCommand.d.ts +6 -4
- package/dist-types/commands/SetDataRetrievalPolicyCommand.d.ts +6 -4
- package/dist-types/commands/SetVaultAccessPolicyCommand.d.ts +6 -4
- package/dist-types/commands/SetVaultNotificationsCommand.d.ts +6 -4
- package/dist-types/commands/UploadArchiveCommand.d.ts +6 -4
- package/dist-types/commands/UploadMultipartPartCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/GlacierServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- 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/ts3.4/Glacier.d.ts +1 -1
- package/dist-types/ts3.4/GlacierClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AbortVaultLockCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddTagsToVaultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CompleteVaultLockCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateVaultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteVaultAccessPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteVaultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteVaultNotificationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeVaultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataRetrievalPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetJobOutputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetVaultAccessPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetVaultLockCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetVaultNotificationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InitiateJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InitiateMultipartUploadCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InitiateVaultLockCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListProvisionedCapacityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForVaultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListVaultsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PurchaseProvisionedCapacityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveTagsFromVaultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetDataRetrievalPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetVaultAccessPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetVaultNotificationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UploadArchiveCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UploadMultipartPartCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/GlacierServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- 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 +3 -3
- package/dist-types/ts3.4/waiters/waitForVaultExists.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForVaultNotExists.d.ts +1 -1
- package/dist-types/waiters/waitForVaultExists.d.ts +1 -1
- package/dist-types/waiters/waitForVaultNotExists.d.ts +1 -1
- package/package.json +16 -39
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GlacierClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface DeleteVaultCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const DeleteVaultCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: DeleteVaultCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
DeleteVaultCommandInput,
|
|
18
18
|
DeleteVaultCommandOutput,
|
|
19
19
|
GlacierClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const DeleteVaultCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: DeleteVaultCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
DeleteVaultCommandInput,
|
|
27
27
|
DeleteVaultCommandOutput,
|
|
28
28
|
GlacierClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class DeleteVaultCommand extends DeleteVaultCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GlacierClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DeleteVaultNotificationsCommandOutput
|
|
|
15
15
|
declare const DeleteVaultNotificationsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteVaultNotificationsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteVaultNotificationsCommandInput,
|
|
20
20
|
DeleteVaultNotificationsCommandOutput,
|
|
21
21
|
GlacierClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteVaultNotificationsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteVaultNotificationsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteVaultNotificationsCommandInput,
|
|
29
29
|
DeleteVaultNotificationsCommandOutput,
|
|
30
30
|
GlacierClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteVaultNotificationsCommand extends DeleteVaultNotificationsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GlacierClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DescribeJobCommandOutput
|
|
|
15
15
|
declare const DescribeJobCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DescribeJobCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DescribeJobCommandInput,
|
|
20
20
|
DescribeJobCommandOutput,
|
|
21
21
|
GlacierClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DescribeJobCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DescribeJobCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DescribeJobCommandInput,
|
|
29
29
|
DescribeJobCommandOutput,
|
|
30
30
|
GlacierClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DescribeJobCommand extends DescribeJobCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GlacierClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DescribeVaultCommandOutput
|
|
|
15
15
|
declare const DescribeVaultCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DescribeVaultCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DescribeVaultCommandInput,
|
|
20
20
|
DescribeVaultCommandOutput,
|
|
21
21
|
GlacierClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DescribeVaultCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DescribeVaultCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DescribeVaultCommandInput,
|
|
29
29
|
DescribeVaultCommandOutput,
|
|
30
30
|
GlacierClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DescribeVaultCommand extends DescribeVaultCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GlacierClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetDataRetrievalPolicyCommandOutput
|
|
|
19
19
|
declare const GetDataRetrievalPolicyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetDataRetrievalPolicyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetDataRetrievalPolicyCommandInput,
|
|
24
24
|
GetDataRetrievalPolicyCommandOutput,
|
|
25
25
|
GlacierClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetDataRetrievalPolicyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetDataRetrievalPolicyCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetDataRetrievalPolicyCommandInput,
|
|
33
33
|
GetDataRetrievalPolicyCommandOutput,
|
|
34
34
|
GlacierClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetDataRetrievalPolicyCommand extends GetDataRetrievalPolicyCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import {
|
|
3
3
|
MetadataBearer as __MetadataBearer,
|
|
4
4
|
StreamingBlobPayloadOutputTypes,
|
|
@@ -20,7 +20,7 @@ export interface GetJobOutputCommandOutput
|
|
|
20
20
|
declare const GetJobOutputCommand_base: {
|
|
21
21
|
new (
|
|
22
22
|
input: GetJobOutputCommandInput
|
|
23
|
-
): import("@smithy/
|
|
23
|
+
): import("@smithy/core/client").CommandImpl<
|
|
24
24
|
GetJobOutputCommandInput,
|
|
25
25
|
GetJobOutputCommandOutput,
|
|
26
26
|
GlacierClientResolvedConfig,
|
|
@@ -29,14 +29,16 @@ declare const GetJobOutputCommand_base: {
|
|
|
29
29
|
>;
|
|
30
30
|
new (
|
|
31
31
|
input: GetJobOutputCommandInput
|
|
32
|
-
): import("@smithy/
|
|
32
|
+
): import("@smithy/core/client").CommandImpl<
|
|
33
33
|
GetJobOutputCommandInput,
|
|
34
34
|
GetJobOutputCommandOutput,
|
|
35
35
|
GlacierClientResolvedConfig,
|
|
36
36
|
ServiceInputTypes,
|
|
37
37
|
ServiceOutputTypes
|
|
38
38
|
>;
|
|
39
|
-
getEndpointParameterInstructions():
|
|
39
|
+
getEndpointParameterInstructions(): {
|
|
40
|
+
[x: string]: unknown;
|
|
41
|
+
};
|
|
40
42
|
};
|
|
41
43
|
export declare class GetJobOutputCommand extends GetJobOutputCommand_base {
|
|
42
44
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GlacierClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetVaultAccessPolicyCommandOutput
|
|
|
19
19
|
declare const GetVaultAccessPolicyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetVaultAccessPolicyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetVaultAccessPolicyCommandInput,
|
|
24
24
|
GetVaultAccessPolicyCommandOutput,
|
|
25
25
|
GlacierClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetVaultAccessPolicyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetVaultAccessPolicyCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetVaultAccessPolicyCommandInput,
|
|
33
33
|
GetVaultAccessPolicyCommandOutput,
|
|
34
34
|
GlacierClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetVaultAccessPolicyCommand extends GetVaultAccessPolicyCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GlacierClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface GetVaultLockCommandOutput
|
|
|
15
15
|
declare const GetVaultLockCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetVaultLockCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetVaultLockCommandInput,
|
|
20
20
|
GetVaultLockCommandOutput,
|
|
21
21
|
GlacierClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetVaultLockCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetVaultLockCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetVaultLockCommandInput,
|
|
29
29
|
GetVaultLockCommandOutput,
|
|
30
30
|
GlacierClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetVaultLockCommand extends GetVaultLockCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GlacierClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetVaultNotificationsCommandOutput
|
|
|
19
19
|
declare const GetVaultNotificationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetVaultNotificationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetVaultNotificationsCommandInput,
|
|
24
24
|
GetVaultNotificationsCommandOutput,
|
|
25
25
|
GlacierClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetVaultNotificationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetVaultNotificationsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetVaultNotificationsCommandInput,
|
|
33
33
|
GetVaultNotificationsCommandOutput,
|
|
34
34
|
GlacierClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetVaultNotificationsCommand extends GetVaultNotificationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GlacierClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface InitiateJobCommandOutput
|
|
|
15
15
|
declare const InitiateJobCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: InitiateJobCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
InitiateJobCommandInput,
|
|
20
20
|
InitiateJobCommandOutput,
|
|
21
21
|
GlacierClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const InitiateJobCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: InitiateJobCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
InitiateJobCommandInput,
|
|
29
29
|
InitiateJobCommandOutput,
|
|
30
30
|
GlacierClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class InitiateJobCommand extends InitiateJobCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GlacierClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface InitiateMultipartUploadCommandOutput
|
|
|
19
19
|
declare const InitiateMultipartUploadCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: InitiateMultipartUploadCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
InitiateMultipartUploadCommandInput,
|
|
24
24
|
InitiateMultipartUploadCommandOutput,
|
|
25
25
|
GlacierClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const InitiateMultipartUploadCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: InitiateMultipartUploadCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
InitiateMultipartUploadCommandInput,
|
|
33
33
|
InitiateMultipartUploadCommandOutput,
|
|
34
34
|
GlacierClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class InitiateMultipartUploadCommand extends InitiateMultipartUploadCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GlacierClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface InitiateVaultLockCommandOutput
|
|
|
18
18
|
declare const InitiateVaultLockCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: InitiateVaultLockCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
InitiateVaultLockCommandInput,
|
|
23
23
|
InitiateVaultLockCommandOutput,
|
|
24
24
|
GlacierClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const InitiateVaultLockCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: InitiateVaultLockCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
InitiateVaultLockCommandInput,
|
|
32
32
|
InitiateVaultLockCommandOutput,
|
|
33
33
|
GlacierClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class InitiateVaultLockCommand extends InitiateVaultLockCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GlacierClientResolvedConfig,
|
|
@@ -13,25 +13,23 @@ export interface ListJobsCommandOutput
|
|
|
13
13
|
extends ListJobsOutput,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const ListJobsCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: ListJobsCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
ListJobsCommandInput,
|
|
20
18
|
ListJobsCommandOutput,
|
|
21
19
|
GlacierClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: ListJobsCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
ListJobsCommandInput,
|
|
29
25
|
ListJobsCommandOutput,
|
|
30
26
|
GlacierClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class ListJobsCommand extends ListJobsCommand_base {
|
|
37
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GlacierClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListMultipartUploadsCommandOutput
|
|
|
19
19
|
declare const ListMultipartUploadsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListMultipartUploadsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListMultipartUploadsCommandInput,
|
|
24
24
|
ListMultipartUploadsCommandOutput,
|
|
25
25
|
GlacierClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListMultipartUploadsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListMultipartUploadsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListMultipartUploadsCommandInput,
|
|
33
33
|
ListMultipartUploadsCommandOutput,
|
|
34
34
|
GlacierClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListMultipartUploadsCommand extends ListMultipartUploadsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GlacierClientResolvedConfig,
|
|
@@ -13,25 +13,23 @@ export interface ListPartsCommandOutput
|
|
|
13
13
|
extends ListPartsOutput,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const ListPartsCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: ListPartsCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: ListPartsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
ListPartsCommandInput,
|
|
20
18
|
ListPartsCommandOutput,
|
|
21
19
|
GlacierClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: ListPartsCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: ListPartsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
ListPartsCommandInput,
|
|
29
25
|
ListPartsCommandOutput,
|
|
30
26
|
GlacierClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class ListPartsCommand extends ListPartsCommand_base {
|
|
37
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GlacierClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListProvisionedCapacityCommandOutput
|
|
|
19
19
|
declare const ListProvisionedCapacityCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListProvisionedCapacityCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListProvisionedCapacityCommandInput,
|
|
24
24
|
ListProvisionedCapacityCommandOutput,
|
|
25
25
|
GlacierClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListProvisionedCapacityCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListProvisionedCapacityCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListProvisionedCapacityCommandInput,
|
|
33
33
|
ListProvisionedCapacityCommandOutput,
|
|
34
34
|
GlacierClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListProvisionedCapacityCommand extends ListProvisionedCapacityCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GlacierClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListTagsForVaultCommandOutput
|
|
|
18
18
|
declare const ListTagsForVaultCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListTagsForVaultCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListTagsForVaultCommandInput,
|
|
23
23
|
ListTagsForVaultCommandOutput,
|
|
24
24
|
GlacierClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListTagsForVaultCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListTagsForVaultCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListTagsForVaultCommandInput,
|
|
32
32
|
ListTagsForVaultCommandOutput,
|
|
33
33
|
GlacierClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListTagsForVaultCommand extends ListTagsForVaultCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GlacierClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface ListVaultsCommandOutput
|
|
|
15
15
|
declare const ListVaultsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListVaultsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListVaultsCommandInput,
|
|
20
20
|
ListVaultsCommandOutput,
|
|
21
21
|
GlacierClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListVaultsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ListVaultsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListVaultsCommandInput,
|
|
29
29
|
ListVaultsCommandOutput,
|
|
30
30
|
GlacierClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListVaultsCommand extends ListVaultsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GlacierClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface PurchaseProvisionedCapacityCommandOutput
|
|
|
19
19
|
declare const PurchaseProvisionedCapacityCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PurchaseProvisionedCapacityCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PurchaseProvisionedCapacityCommandInput,
|
|
24
24
|
PurchaseProvisionedCapacityCommandOutput,
|
|
25
25
|
GlacierClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PurchaseProvisionedCapacityCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PurchaseProvisionedCapacityCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PurchaseProvisionedCapacityCommandInput,
|
|
33
33
|
PurchaseProvisionedCapacityCommandOutput,
|
|
34
34
|
GlacierClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class PurchaseProvisionedCapacityCommand extends PurchaseProvisionedCapacityCommand_base {
|
|
41
43
|
protected static __types: {
|