@aws-sdk/client-glacier 3.1077.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 +41 -333
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AbortMultipartUploadCommand.js +2 -14
- package/dist-es/commands/AbortVaultLockCommand.js +2 -14
- package/dist-es/commands/AddTagsToVaultCommand.js +2 -14
- package/dist-es/commands/CompleteMultipartUploadCommand.js +2 -14
- package/dist-es/commands/CompleteVaultLockCommand.js +2 -14
- package/dist-es/commands/CreateVaultCommand.js +2 -14
- package/dist-es/commands/DeleteArchiveCommand.js +2 -14
- package/dist-es/commands/DeleteVaultAccessPolicyCommand.js +2 -14
- package/dist-es/commands/DeleteVaultCommand.js +2 -14
- package/dist-es/commands/DeleteVaultNotificationsCommand.js +2 -14
- package/dist-es/commands/DescribeJobCommand.js +2 -14
- package/dist-es/commands/DescribeVaultCommand.js +2 -14
- package/dist-es/commands/GetDataRetrievalPolicyCommand.js +2 -14
- package/dist-es/commands/GetJobOutputCommand.js +2 -14
- package/dist-es/commands/GetVaultAccessPolicyCommand.js +2 -14
- package/dist-es/commands/GetVaultLockCommand.js +2 -14
- package/dist-es/commands/GetVaultNotificationsCommand.js +2 -14
- package/dist-es/commands/InitiateJobCommand.js +2 -14
- package/dist-es/commands/InitiateMultipartUploadCommand.js +2 -14
- package/dist-es/commands/InitiateVaultLockCommand.js +2 -14
- package/dist-es/commands/ListJobsCommand.js +2 -14
- package/dist-es/commands/ListMultipartUploadsCommand.js +2 -14
- package/dist-es/commands/ListPartsCommand.js +2 -14
- package/dist-es/commands/ListProvisionedCapacityCommand.js +2 -14
- package/dist-es/commands/ListTagsForVaultCommand.js +2 -14
- package/dist-es/commands/ListVaultsCommand.js +2 -14
- package/dist-es/commands/PurchaseProvisionedCapacityCommand.js +2 -14
- package/dist-es/commands/RemoveTagsFromVaultCommand.js +2 -14
- package/dist-es/commands/SetDataRetrievalPolicyCommand.js +2 -14
- package/dist-es/commands/SetVaultAccessPolicyCommand.js +2 -14
- package/dist-es/commands/SetVaultNotificationsCommand.js +2 -14
- package/dist-es/commands/UploadArchiveCommand.js +2 -14
- package/dist-es/commands/UploadMultipartPartCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -8
- package/dist-types/commands/AbortVaultLockCommand.d.ts +3 -8
- package/dist-types/commands/AddTagsToVaultCommand.d.ts +3 -8
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -8
- package/dist-types/commands/CompleteVaultLockCommand.d.ts +3 -8
- package/dist-types/commands/CreateVaultCommand.d.ts +3 -8
- package/dist-types/commands/DeleteArchiveCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVaultAccessPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVaultCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVaultNotificationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVaultCommand.d.ts +3 -8
- package/dist-types/commands/GetDataRetrievalPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetJobOutputCommand.d.ts +3 -8
- package/dist-types/commands/GetVaultAccessPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetVaultLockCommand.d.ts +3 -8
- package/dist-types/commands/GetVaultNotificationsCommand.d.ts +3 -8
- package/dist-types/commands/InitiateJobCommand.d.ts +3 -8
- package/dist-types/commands/InitiateMultipartUploadCommand.d.ts +3 -8
- package/dist-types/commands/InitiateVaultLockCommand.d.ts +3 -8
- package/dist-types/commands/ListJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +3 -8
- package/dist-types/commands/ListPartsCommand.d.ts +3 -8
- package/dist-types/commands/ListProvisionedCapacityCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForVaultCommand.d.ts +3 -8
- package/dist-types/commands/ListVaultsCommand.d.ts +3 -8
- package/dist-types/commands/PurchaseProvisionedCapacityCommand.d.ts +3 -8
- package/dist-types/commands/RemoveTagsFromVaultCommand.d.ts +3 -8
- package/dist-types/commands/SetDataRetrievalPolicyCommand.d.ts +3 -8
- package/dist-types/commands/SetVaultAccessPolicyCommand.d.ts +3 -8
- package/dist-types/commands/SetVaultNotificationsCommand.d.ts +3 -8
- package/dist-types/commands/UploadArchiveCommand.d.ts +3 -8
- package/dist-types/commands/UploadMultipartPartCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AbortVaultLockCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AddTagsToVaultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CompleteVaultLockCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVaultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVaultAccessPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVaultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVaultNotificationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVaultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataRetrievalPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetJobOutputCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetVaultAccessPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetVaultLockCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetVaultNotificationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InitiateJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InitiateMultipartUploadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InitiateVaultLockCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProvisionedCapacityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForVaultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVaultsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PurchaseProvisionedCapacityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveTagsFromVaultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetDataRetrievalPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetVaultAccessPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetVaultNotificationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UploadArchiveCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UploadMultipartPartCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +11 -11
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { ListVaultsInput, ListVaultsOutput } from "../models/models_0";
|
|
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 ListVaultsCommandInput extends ListVaultsInput {
|
|
|
22
19
|
export interface ListVaultsCommandOutput extends ListVaultsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListVaultsCommand_base: {
|
|
25
|
-
new (input: ListVaultsCommandInput): import("@smithy/core/client").CommandImpl<ListVaultsCommandInput, ListVaultsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListVaultsCommandInput): import("@smithy/core/client").CommandImpl<ListVaultsCommandInput, ListVaultsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListVaultsCommandInput): import("@smithy/core/client").CommandImpl<ListVaultsCommandInput, ListVaultsCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListVaultsCommandInput): import("@smithy/core/client").CommandImpl<ListVaultsCommandInput, ListVaultsCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation lists all vaults owned by the calling user's account. The list
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { PurchaseProvisionedCapacityInput, PurchaseProvisionedCapacityOutput } from "../models/models_0";
|
|
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 PurchaseProvisionedCapacityCommandInput extends PurchaseProvisi
|
|
|
22
19
|
export interface PurchaseProvisionedCapacityCommandOutput extends PurchaseProvisionedCapacityOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PurchaseProvisionedCapacityCommand_base: {
|
|
25
|
-
new (input: PurchaseProvisionedCapacityCommandInput): import("@smithy/core/client").CommandImpl<PurchaseProvisionedCapacityCommandInput, PurchaseProvisionedCapacityCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PurchaseProvisionedCapacityCommandInput): import("@smithy/core/client").CommandImpl<PurchaseProvisionedCapacityCommandInput, PurchaseProvisionedCapacityCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PurchaseProvisionedCapacityCommandInput): import("@smithy/core/client").CommandImpl<PurchaseProvisionedCapacityCommandInput, PurchaseProvisionedCapacityCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PurchaseProvisionedCapacityCommandInput): import("@smithy/core/client").CommandImpl<PurchaseProvisionedCapacityCommandInput, PurchaseProvisionedCapacityCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation purchases a provisioned capacity unit for an AWS account. </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
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { RemoveTagsFromVaultInput } from "../models/models_0";
|
|
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 RemoveTagsFromVaultCommandInput extends RemoveTagsFromVaultInpu
|
|
|
22
19
|
export interface RemoveTagsFromVaultCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RemoveTagsFromVaultCommand_base: {
|
|
25
|
-
new (input: RemoveTagsFromVaultCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsFromVaultCommandInput, RemoveTagsFromVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RemoveTagsFromVaultCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsFromVaultCommandInput, RemoveTagsFromVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RemoveTagsFromVaultCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsFromVaultCommandInput, RemoveTagsFromVaultCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RemoveTagsFromVaultCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsFromVaultCommandInput, RemoveTagsFromVaultCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation removes one or more tags from the set of tags attached to a vault. For
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { SetDataRetrievalPolicyInput } from "../models/models_0";
|
|
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 SetDataRetrievalPolicyCommandInput extends SetDataRetrievalPoli
|
|
|
22
19
|
export interface SetDataRetrievalPolicyCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const SetDataRetrievalPolicyCommand_base: {
|
|
25
|
-
new (input: SetDataRetrievalPolicyCommandInput): import("@smithy/core/client").CommandImpl<SetDataRetrievalPolicyCommandInput, SetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: SetDataRetrievalPolicyCommandInput): import("@smithy/core/client").CommandImpl<SetDataRetrievalPolicyCommandInput, SetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: SetDataRetrievalPolicyCommandInput): import("@smithy/core/client").CommandImpl<SetDataRetrievalPolicyCommandInput, SetDataRetrievalPolicyCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: SetDataRetrievalPolicyCommandInput): import("@smithy/core/client").CommandImpl<SetDataRetrievalPolicyCommandInput, SetDataRetrievalPolicyCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation sets and then enacts a data retrieval policy in the region 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
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { SetVaultAccessPolicyInput } from "../models/models_0";
|
|
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 SetVaultAccessPolicyCommandInput extends SetVaultAccessPolicyIn
|
|
|
22
19
|
export interface SetVaultAccessPolicyCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const SetVaultAccessPolicyCommand_base: {
|
|
25
|
-
new (input: SetVaultAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<SetVaultAccessPolicyCommandInput, SetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: SetVaultAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<SetVaultAccessPolicyCommandInput, SetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: SetVaultAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<SetVaultAccessPolicyCommandInput, SetVaultAccessPolicyCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: SetVaultAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<SetVaultAccessPolicyCommandInput, SetVaultAccessPolicyCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation configures an access policy for a vault and will overwrite an existing
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { SetVaultNotificationsInput } from "../models/models_0";
|
|
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 SetVaultNotificationsCommandInput extends SetVaultNotifications
|
|
|
22
19
|
export interface SetVaultNotificationsCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const SetVaultNotificationsCommand_base: {
|
|
25
|
-
new (input: SetVaultNotificationsCommandInput): import("@smithy/core/client").CommandImpl<SetVaultNotificationsCommandInput, SetVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: SetVaultNotificationsCommandInput): import("@smithy/core/client").CommandImpl<SetVaultNotificationsCommandInput, SetVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: SetVaultNotificationsCommandInput): import("@smithy/core/client").CommandImpl<SetVaultNotificationsCommandInput, SetVaultNotificationsCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: SetVaultNotificationsCommandInput): import("@smithy/core/client").CommandImpl<SetVaultNotificationsCommandInput, SetVaultNotificationsCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation configures notifications that will be sent when specific events happen
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadInputTypes } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { ArchiveCreationOutput, UploadArchiveInput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -23,11 +20,9 @@ export interface UploadArchiveCommandInput extends Omit<UploadArchiveInput, "bod
|
|
|
23
20
|
export interface UploadArchiveCommandOutput extends ArchiveCreationOutput, __MetadataBearer {
|
|
24
21
|
}
|
|
25
22
|
declare const UploadArchiveCommand_base: {
|
|
26
|
-
new (input: UploadArchiveCommandInput): import("@smithy/core/client").CommandImpl<UploadArchiveCommandInput, UploadArchiveCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
new (input: UploadArchiveCommandInput): import("@smithy/core/client").CommandImpl<UploadArchiveCommandInput, UploadArchiveCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
29
|
-
[x: string]: unknown;
|
|
30
|
-
};
|
|
23
|
+
new (input: UploadArchiveCommandInput): import("@smithy/core/client").CommandImpl<UploadArchiveCommandInput, UploadArchiveCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
new (input: UploadArchiveCommandInput): import("@smithy/core/client").CommandImpl<UploadArchiveCommandInput, UploadArchiveCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
31
26
|
};
|
|
32
27
|
/**
|
|
33
28
|
* <p>This operation adds an archive to a vault. This is a synchronous operation, and for a
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadInputTypes } from "@smithy/types";
|
|
3
|
-
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
2
|
import type { UploadMultipartPartInput, UploadMultipartPartOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -23,11 +20,9 @@ export interface UploadMultipartPartCommandInput extends Omit<UploadMultipartPar
|
|
|
23
20
|
export interface UploadMultipartPartCommandOutput extends UploadMultipartPartOutput, __MetadataBearer {
|
|
24
21
|
}
|
|
25
22
|
declare const UploadMultipartPartCommand_base: {
|
|
26
|
-
new (input: UploadMultipartPartCommandInput): import("@smithy/core/client").CommandImpl<UploadMultipartPartCommandInput, UploadMultipartPartCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
new (input: UploadMultipartPartCommandInput): import("@smithy/core/client").CommandImpl<UploadMultipartPartCommandInput, UploadMultipartPartCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
29
|
-
[x: string]: unknown;
|
|
30
|
-
};
|
|
23
|
+
new (input: UploadMultipartPartCommandInput): import("@smithy/core/client").CommandImpl<UploadMultipartPartCommandInput, UploadMultipartPartCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
new (input: UploadMultipartPartCommandInput): import("@smithy/core/client").CommandImpl<UploadMultipartPartCommandInput, UploadMultipartPartCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
31
26
|
};
|
|
32
27
|
/**
|
|
33
28
|
* <p>This operation uploads a part of an archive. You can upload archive parts in any
|
package/dist-types/index.d.ts
CHANGED
|
@@ -46,6 +46,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
46
46
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
47
47
|
export type { GlacierExtensionConfiguration } from "./extensionConfiguration";
|
|
48
48
|
export * from "./commands";
|
|
49
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
49
50
|
export * from "./schemas/schemas_0";
|
|
50
51
|
export * from "./pagination";
|
|
51
52
|
export * from "./waiters";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
GlacierClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./GlacierClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
GlacierClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
GlacierClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlacierClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlacierClient";
|
|
8
2
|
import { AbortMultipartUploadInput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface AbortMultipartUploadCommandInput
|
|
12
5
|
extends AbortMultipartUploadInput {}
|
|
13
6
|
export interface AbortMultipartUploadCommandOutput extends __MetadataBearer {}
|
|
@@ -17,22 +10,20 @@ declare const AbortMultipartUploadCommand_base: {
|
|
|
17
10
|
): import("@smithy/core/client").CommandImpl<
|
|
18
11
|
AbortMultipartUploadCommandInput,
|
|
19
12
|
AbortMultipartUploadCommandOutput,
|
|
20
|
-
GlacierClientResolvedConfig,
|
|
21
|
-
ServiceInputTypes,
|
|
22
|
-
ServiceOutputTypes
|
|
13
|
+
import("..").GlacierClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
23
16
|
>;
|
|
24
17
|
new (
|
|
25
18
|
input: AbortMultipartUploadCommandInput
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
AbortMultipartUploadCommandInput,
|
|
28
21
|
AbortMultipartUploadCommandOutput,
|
|
29
|
-
GlacierClientResolvedConfig,
|
|
30
|
-
ServiceInputTypes,
|
|
31
|
-
ServiceOutputTypes
|
|
22
|
+
import("..").GlacierClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
32
25
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
36
27
|
};
|
|
37
28
|
export declare class AbortMultipartUploadCommand extends AbortMultipartUploadCommand_base {
|
|
38
29
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlacierClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlacierClient";
|
|
8
2
|
import { AbortVaultLockInput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface AbortVaultLockCommandInput extends AbortVaultLockInput {}
|
|
12
5
|
export interface AbortVaultLockCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const AbortVaultLockCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const AbortVaultLockCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
AbortVaultLockCommandInput,
|
|
18
11
|
AbortVaultLockCommandOutput,
|
|
19
|
-
GlacierClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").GlacierClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: AbortVaultLockCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
AbortVaultLockCommandInput,
|
|
27
20
|
AbortVaultLockCommandOutput,
|
|
28
|
-
GlacierClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").GlacierClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class AbortVaultLockCommand extends AbortVaultLockCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlacierClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlacierClient";
|
|
8
2
|
import { AddTagsToVaultInput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface AddTagsToVaultCommandInput extends AddTagsToVaultInput {}
|
|
12
5
|
export interface AddTagsToVaultCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const AddTagsToVaultCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const AddTagsToVaultCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
AddTagsToVaultCommandInput,
|
|
18
11
|
AddTagsToVaultCommandOutput,
|
|
19
|
-
GlacierClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").GlacierClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: AddTagsToVaultCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
AddTagsToVaultCommandInput,
|
|
27
20
|
AddTagsToVaultCommandOutput,
|
|
28
|
-
GlacierClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").GlacierClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class AddTagsToVaultCommand extends AddTagsToVaultCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlacierClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlacierClient";
|
|
8
2
|
import {
|
|
9
3
|
ArchiveCreationOutput,
|
|
10
4
|
CompleteMultipartUploadInput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CompleteMultipartUploadCommandInput
|
|
15
8
|
extends CompleteMultipartUploadInput {}
|
|
16
9
|
export interface CompleteMultipartUploadCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CompleteMultipartUploadCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CompleteMultipartUploadCommandInput,
|
|
24
17
|
CompleteMultipartUploadCommandOutput,
|
|
25
|
-
GlacierClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GlacierClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CompleteMultipartUploadCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CompleteMultipartUploadCommandInput,
|
|
33
26
|
CompleteMultipartUploadCommandOutput,
|
|
34
|
-
GlacierClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").GlacierClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CompleteMultipartUploadCommand extends CompleteMultipartUploadCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlacierClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlacierClient";
|
|
8
2
|
import { CompleteVaultLockInput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface CompleteVaultLockCommandInput extends CompleteVaultLockInput {}
|
|
12
5
|
export interface CompleteVaultLockCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const CompleteVaultLockCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const CompleteVaultLockCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
CompleteVaultLockCommandInput,
|
|
18
11
|
CompleteVaultLockCommandOutput,
|
|
19
|
-
GlacierClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").GlacierClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: CompleteVaultLockCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
CompleteVaultLockCommandInput,
|
|
27
20
|
CompleteVaultLockCommandOutput,
|
|
28
|
-
GlacierClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").GlacierClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class CompleteVaultLockCommand extends CompleteVaultLockCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlacierClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlacierClient";
|
|
8
2
|
import { CreateVaultInput, CreateVaultOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface CreateVaultCommandInput extends CreateVaultInput {}
|
|
12
5
|
export interface CreateVaultCommandOutput
|
|
13
6
|
extends CreateVaultOutput,
|
|
@@ -18,22 +11,20 @@ declare const CreateVaultCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CreateVaultCommandInput,
|
|
20
13
|
CreateVaultCommandOutput,
|
|
21
|
-
GlacierClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").GlacierClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CreateVaultCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CreateVaultCommandInput,
|
|
29
22
|
CreateVaultCommandOutput,
|
|
30
|
-
GlacierClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").GlacierClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class CreateVaultCommand extends CreateVaultCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlacierClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlacierClient";
|
|
8
2
|
import { DeleteArchiveInput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteArchiveCommandInput extends DeleteArchiveInput {}
|
|
12
5
|
export interface DeleteArchiveCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const DeleteArchiveCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const DeleteArchiveCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
DeleteArchiveCommandInput,
|
|
18
11
|
DeleteArchiveCommandOutput,
|
|
19
|
-
GlacierClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").GlacierClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: DeleteArchiveCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
DeleteArchiveCommandInput,
|
|
27
20
|
DeleteArchiveCommandOutput,
|
|
28
|
-
GlacierClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").GlacierClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class DeleteArchiveCommand extends DeleteArchiveCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GlacierClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GlacierClient";
|
|
8
2
|
import { DeleteVaultAccessPolicyInput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteVaultAccessPolicyCommandInput
|
|
12
5
|
extends DeleteVaultAccessPolicyInput {}
|
|
13
6
|
export interface DeleteVaultAccessPolicyCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const DeleteVaultAccessPolicyCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteVaultAccessPolicyCommandInput,
|
|
20
13
|
DeleteVaultAccessPolicyCommandOutput,
|
|
21
|
-
GlacierClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").GlacierClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteVaultAccessPolicyCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteVaultAccessPolicyCommandInput,
|
|
29
22
|
DeleteVaultAccessPolicyCommandOutput,
|
|
30
|
-
GlacierClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").GlacierClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DeleteVaultAccessPolicyCommand extends DeleteVaultAccessPolicyCommand_base {
|
|
39
30
|
protected static __types: {
|