@aws-sdk/client-glacier 3.1086.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/Glacier.d.ts +112 -142
- package/dist-types/ts3.4/GlacierClient.d.ts +23 -54
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/AbortVaultLockCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/AddTagsToVaultCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CompleteVaultLockCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateVaultCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteVaultAccessPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteVaultCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteVaultNotificationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeVaultCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDataRetrievalPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetJobOutputCommand.d.ts +4 -8
- package/dist-types/ts3.4/commands/GetVaultAccessPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetVaultLockCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetVaultNotificationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/InitiateJobCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/InitiateMultipartUploadCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/InitiateVaultLockCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListProvisionedCapacityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForVaultCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListVaultsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PurchaseProvisionedCapacityCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveTagsFromVaultCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/SetDataRetrievalPolicyCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/SetVaultAccessPolicyCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/SetVaultNotificationsCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UploadArchiveCommand.d.ts +8 -11
- package/dist-types/ts3.4/commands/UploadMultipartPartCommand.d.ts +9 -17
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +3 -6
- package/dist-types/ts3.4/models/errors.d.ts +9 -27
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListVaultsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +11 -26
- package/dist-types/ts3.4/runtimeConfig.d.ts +10 -20
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +11 -26
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/dist-types/ts3.4/waiters/waitForVaultExists.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForVaultNotExists.d.ts +3 -5
- package/package.json +42 -42
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetVaultLockInput, GetVaultLockOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetVaultLockCommandInput extends GetVaultLockInput {}
|
|
5
|
-
export interface GetVaultLockCommandOutput
|
|
6
|
-
extends GetVaultLockOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetVaultLockCommandOutput extends GetVaultLockOutput, __MetadataBearer {}
|
|
8
6
|
declare const GetVaultLockCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetVaultLockCommandInput
|
|
8
|
+
input: GetVaultLockCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetVaultLockCommandInput,
|
|
13
11
|
GetVaultLockCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetVaultLockCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetVaultLockCommandInput
|
|
17
|
+
input: GetVaultLockCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetVaultLockCommandInput,
|
|
22
20
|
GetVaultLockCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetVaultNotificationsInput,
|
|
4
|
-
GetVaultNotificationsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetVaultNotificationsInput, GetVaultNotificationsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetVaultNotificationsCommandInput
|
|
8
|
-
extends GetVaultNotificationsInput {}
|
|
4
|
+
export interface GetVaultNotificationsCommandInput extends GetVaultNotificationsInput {}
|
|
9
5
|
export interface GetVaultNotificationsCommandOutput
|
|
10
|
-
extends GetVaultNotificationsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetVaultNotificationsOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetVaultNotificationsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetVaultNotificationsCommandInput
|
|
9
|
+
input: GetVaultNotificationsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetVaultNotificationsCommandInput,
|
|
17
12
|
GetVaultNotificationsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetVaultNotificationsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetVaultNotificationsCommandInput
|
|
18
|
+
input: GetVaultNotificationsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetVaultNotificationsCommandInput,
|
|
26
21
|
GetVaultNotificationsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { InitiateJobInput, InitiateJobOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface InitiateJobCommandInput extends InitiateJobInput {}
|
|
5
|
-
export interface InitiateJobCommandOutput
|
|
6
|
-
extends InitiateJobOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface InitiateJobCommandOutput extends InitiateJobOutput, __MetadataBearer {}
|
|
8
6
|
declare const InitiateJobCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: InitiateJobCommandInput
|
|
8
|
+
input: InitiateJobCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
InitiateJobCommandInput,
|
|
13
11
|
InitiateJobCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const InitiateJobCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: InitiateJobCommandInput
|
|
17
|
+
input: InitiateJobCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
InitiateJobCommandInput,
|
|
22
20
|
InitiateJobCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
InitiateMultipartUploadInput,
|
|
4
|
-
InitiateMultipartUploadOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { InitiateMultipartUploadInput, InitiateMultipartUploadOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface InitiateMultipartUploadCommandInput
|
|
8
|
-
extends InitiateMultipartUploadInput {}
|
|
4
|
+
export interface InitiateMultipartUploadCommandInput extends InitiateMultipartUploadInput {}
|
|
9
5
|
export interface InitiateMultipartUploadCommandOutput
|
|
10
|
-
extends InitiateMultipartUploadOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends InitiateMultipartUploadOutput, __MetadataBearer {}
|
|
12
7
|
declare const InitiateMultipartUploadCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: InitiateMultipartUploadCommandInput
|
|
9
|
+
input: InitiateMultipartUploadCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
InitiateMultipartUploadCommandInput,
|
|
17
12
|
InitiateMultipartUploadCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const InitiateMultipartUploadCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: InitiateMultipartUploadCommandInput
|
|
18
|
+
input: InitiateMultipartUploadCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
InitiateMultipartUploadCommandInput,
|
|
26
21
|
InitiateMultipartUploadCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
InitiateVaultLockInput,
|
|
4
|
-
InitiateVaultLockOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { InitiateVaultLockInput, InitiateVaultLockOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface InitiateVaultLockCommandInput extends InitiateVaultLockInput {}
|
|
8
|
-
export interface InitiateVaultLockCommandOutput
|
|
9
|
-
extends InitiateVaultLockOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface InitiateVaultLockCommandOutput extends InitiateVaultLockOutput, __MetadataBearer {}
|
|
11
6
|
declare const InitiateVaultLockCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: InitiateVaultLockCommandInput
|
|
8
|
+
input: InitiateVaultLockCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
InitiateVaultLockCommandInput,
|
|
16
11
|
InitiateVaultLockCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const InitiateVaultLockCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: InitiateVaultLockCommandInput
|
|
17
|
+
input: InitiateVaultLockCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
InitiateVaultLockCommandInput,
|
|
25
20
|
InitiateVaultLockCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListJobsInput, ListJobsOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListJobsCommandInput extends ListJobsInput {}
|
|
5
|
-
export interface ListJobsCommandOutput
|
|
6
|
-
extends ListJobsOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListJobsCommandOutput extends ListJobsOutput, __MetadataBearer {}
|
|
8
6
|
declare const ListJobsCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: ListJobsCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
ListJobsCommandInput,
|
|
11
11
|
ListJobsCommandOutput,
|
|
12
12
|
import("..").GlacierClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: ListJobsCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
ListJobsCommandInput,
|
|
18
20
|
ListJobsCommandOutput,
|
|
19
21
|
import("..").GlacierClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListMultipartUploadsInput,
|
|
4
|
-
ListMultipartUploadsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListMultipartUploadsInput, ListMultipartUploadsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListMultipartUploadsCommandInput
|
|
8
|
-
extends ListMultipartUploadsInput {}
|
|
4
|
+
export interface ListMultipartUploadsCommandInput extends ListMultipartUploadsInput {}
|
|
9
5
|
export interface ListMultipartUploadsCommandOutput
|
|
10
|
-
extends ListMultipartUploadsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListMultipartUploadsOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListMultipartUploadsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListMultipartUploadsCommandInput
|
|
9
|
+
input: ListMultipartUploadsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListMultipartUploadsCommandInput,
|
|
17
12
|
ListMultipartUploadsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListMultipartUploadsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListMultipartUploadsCommandInput
|
|
18
|
+
input: ListMultipartUploadsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListMultipartUploadsCommandInput,
|
|
26
21
|
ListMultipartUploadsCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListPartsInput, ListPartsOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListPartsCommandInput extends ListPartsInput {}
|
|
5
|
-
export interface ListPartsCommandOutput
|
|
6
|
-
extends ListPartsOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBearer {}
|
|
8
6
|
declare const ListPartsCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: ListPartsCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
ListPartsCommandInput,
|
|
11
11
|
ListPartsCommandOutput,
|
|
12
12
|
import("..").GlacierClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: ListPartsCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
ListPartsCommandInput,
|
|
18
20
|
ListPartsCommandOutput,
|
|
19
21
|
import("..").GlacierClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListProvisionedCapacityInput,
|
|
4
|
-
ListProvisionedCapacityOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListProvisionedCapacityInput, ListProvisionedCapacityOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListProvisionedCapacityCommandInput
|
|
8
|
-
extends ListProvisionedCapacityInput {}
|
|
4
|
+
export interface ListProvisionedCapacityCommandInput extends ListProvisionedCapacityInput {}
|
|
9
5
|
export interface ListProvisionedCapacityCommandOutput
|
|
10
|
-
extends ListProvisionedCapacityOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListProvisionedCapacityOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListProvisionedCapacityCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListProvisionedCapacityCommandInput
|
|
9
|
+
input: ListProvisionedCapacityCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListProvisionedCapacityCommandInput,
|
|
17
12
|
ListProvisionedCapacityCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListProvisionedCapacityCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListProvisionedCapacityCommandInput
|
|
18
|
+
input: ListProvisionedCapacityCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListProvisionedCapacityCommandInput,
|
|
26
21
|
ListProvisionedCapacityCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForVaultInput,
|
|
4
|
-
ListTagsForVaultOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForVaultInput, ListTagsForVaultOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListTagsForVaultCommandInput extends ListTagsForVaultInput {}
|
|
8
|
-
export interface ListTagsForVaultCommandOutput
|
|
9
|
-
extends ListTagsForVaultOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListTagsForVaultCommandOutput extends ListTagsForVaultOutput, __MetadataBearer {}
|
|
11
6
|
declare const ListTagsForVaultCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListTagsForVaultCommandInput
|
|
8
|
+
input: ListTagsForVaultCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListTagsForVaultCommandInput,
|
|
16
11
|
ListTagsForVaultCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListTagsForVaultCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListTagsForVaultCommandInput
|
|
17
|
+
input: ListTagsForVaultCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListTagsForVaultCommandInput,
|
|
25
20
|
ListTagsForVaultCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListVaultsInput, ListVaultsOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListVaultsCommandInput extends ListVaultsInput {}
|
|
5
|
-
export interface ListVaultsCommandOutput
|
|
6
|
-
extends ListVaultsOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListVaultsCommandOutput extends ListVaultsOutput, __MetadataBearer {}
|
|
8
6
|
declare const ListVaultsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListVaultsCommandInput
|
|
8
|
+
input: ListVaultsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListVaultsCommandInput,
|
|
13
11
|
ListVaultsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListVaultsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListVaultsCommandInput
|
|
17
|
+
input: ListVaultsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListVaultsCommandInput,
|
|
22
20
|
ListVaultsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PurchaseProvisionedCapacityOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PurchaseProvisionedCapacityCommandInput
|
|
8
|
-
extends PurchaseProvisionedCapacityInput {}
|
|
7
|
+
export interface PurchaseProvisionedCapacityCommandInput extends PurchaseProvisionedCapacityInput {}
|
|
9
8
|
export interface PurchaseProvisionedCapacityCommandOutput
|
|
10
|
-
extends PurchaseProvisionedCapacityOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PurchaseProvisionedCapacityOutput, __MetadataBearer {}
|
|
12
10
|
declare const PurchaseProvisionedCapacityCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PurchaseProvisionedCapacityCommandInput
|
|
12
|
+
input: PurchaseProvisionedCapacityCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PurchaseProvisionedCapacityCommandInput,
|
|
17
15
|
PurchaseProvisionedCapacityCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PurchaseProvisionedCapacityCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PurchaseProvisionedCapacityCommandInput
|
|
21
|
+
input: PurchaseProvisionedCapacityCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PurchaseProvisionedCapacityCommandInput,
|
|
26
24
|
PurchaseProvisionedCapacityCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { RemoveTagsFromVaultInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface RemoveTagsFromVaultCommandInput
|
|
5
|
-
extends RemoveTagsFromVaultInput {}
|
|
4
|
+
export interface RemoveTagsFromVaultCommandInput extends RemoveTagsFromVaultInput {}
|
|
6
5
|
export interface RemoveTagsFromVaultCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const RemoveTagsFromVaultCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: RemoveTagsFromVaultCommandInput
|
|
8
|
+
input: RemoveTagsFromVaultCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
RemoveTagsFromVaultCommandInput,
|
|
12
11
|
RemoveTagsFromVaultCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const RemoveTagsFromVaultCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: RemoveTagsFromVaultCommandInput
|
|
17
|
+
input: RemoveTagsFromVaultCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
RemoveTagsFromVaultCommandInput,
|
|
21
20
|
RemoveTagsFromVaultCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { SetDataRetrievalPolicyInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface SetDataRetrievalPolicyCommandInput
|
|
5
|
-
extends SetDataRetrievalPolicyInput {}
|
|
4
|
+
export interface SetDataRetrievalPolicyCommandInput extends SetDataRetrievalPolicyInput {}
|
|
6
5
|
export interface SetDataRetrievalPolicyCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const SetDataRetrievalPolicyCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: SetDataRetrievalPolicyCommandInput
|
|
8
|
+
input: SetDataRetrievalPolicyCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
SetDataRetrievalPolicyCommandInput,
|
|
12
11
|
SetDataRetrievalPolicyCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const SetDataRetrievalPolicyCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: SetDataRetrievalPolicyCommandInput
|
|
17
|
+
input: SetDataRetrievalPolicyCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
SetDataRetrievalPolicyCommandInput,
|
|
21
20
|
SetDataRetrievalPolicyCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { SetVaultAccessPolicyInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface SetVaultAccessPolicyCommandInput
|
|
5
|
-
extends SetVaultAccessPolicyInput {}
|
|
4
|
+
export interface SetVaultAccessPolicyCommandInput extends SetVaultAccessPolicyInput {}
|
|
6
5
|
export interface SetVaultAccessPolicyCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const SetVaultAccessPolicyCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: SetVaultAccessPolicyCommandInput
|
|
8
|
+
input: SetVaultAccessPolicyCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
SetVaultAccessPolicyCommandInput,
|
|
12
11
|
SetVaultAccessPolicyCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const SetVaultAccessPolicyCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: SetVaultAccessPolicyCommandInput
|
|
17
|
+
input: SetVaultAccessPolicyCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
SetVaultAccessPolicyCommandInput,
|
|
21
20
|
SetVaultAccessPolicyCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { SetVaultNotificationsInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface SetVaultNotificationsCommandInput
|
|
5
|
-
extends SetVaultNotificationsInput {}
|
|
4
|
+
export interface SetVaultNotificationsCommandInput extends SetVaultNotificationsInput {}
|
|
6
5
|
export interface SetVaultNotificationsCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const SetVaultNotificationsCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: SetVaultNotificationsCommandInput
|
|
8
|
+
input: SetVaultNotificationsCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
SetVaultNotificationsCommandInput,
|
|
12
11
|
SetVaultNotificationsCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const SetVaultNotificationsCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: SetVaultNotificationsCommandInput
|
|
17
|
+
input: SetVaultNotificationsCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
SetVaultNotificationsCommandInput,
|
|
21
20
|
SetVaultNotificationsCommandOutput,
|
|
@@ -1,19 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
MetadataBearer as __MetadataBearer,
|
|
3
|
-
StreamingBlobPayloadInputTypes,
|
|
4
|
-
} from "@smithy/types";
|
|
1
|
+
import { MetadataBearer as __MetadataBearer, StreamingBlobPayloadInputTypes } from "@smithy/types";
|
|
5
2
|
import { ArchiveCreationOutput, UploadArchiveInput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UploadArchiveCommandInput
|
|
8
|
-
|
|
4
|
+
export interface UploadArchiveCommandInput extends Pick<
|
|
5
|
+
UploadArchiveInput,
|
|
6
|
+
Exclude<keyof UploadArchiveInput, "body">
|
|
7
|
+
> {
|
|
9
8
|
body?: StreamingBlobPayloadInputTypes;
|
|
10
9
|
}
|
|
11
|
-
export interface UploadArchiveCommandOutput
|
|
12
|
-
extends ArchiveCreationOutput,
|
|
13
|
-
__MetadataBearer {}
|
|
10
|
+
export interface UploadArchiveCommandOutput extends ArchiveCreationOutput, __MetadataBearer {}
|
|
14
11
|
declare const UploadArchiveCommand_base: {
|
|
15
12
|
new (
|
|
16
|
-
input: UploadArchiveCommandInput
|
|
13
|
+
input: UploadArchiveCommandInput,
|
|
17
14
|
): import("@smithy/core/client").CommandImpl<
|
|
18
15
|
UploadArchiveCommandInput,
|
|
19
16
|
UploadArchiveCommandOutput,
|
|
@@ -22,7 +19,7 @@ declare const UploadArchiveCommand_base: {
|
|
|
22
19
|
import("..").ServiceOutputTypes
|
|
23
20
|
>;
|
|
24
21
|
new (
|
|
25
|
-
input: UploadArchiveCommandInput
|
|
22
|
+
input: UploadArchiveCommandInput,
|
|
26
23
|
): import("@smithy/core/client").CommandImpl<
|
|
27
24
|
UploadArchiveCommandInput,
|
|
28
25
|
UploadArchiveCommandOutput,
|
|
@@ -1,25 +1,17 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
StreamingBlobPayloadInputTypes,
|
|
4
|
-
} from "@smithy/types";
|
|
5
|
-
import {
|
|
6
|
-
UploadMultipartPartInput,
|
|
7
|
-
UploadMultipartPartOutput,
|
|
8
|
-
} from "../models/models_0";
|
|
1
|
+
import { MetadataBearer as __MetadataBearer, StreamingBlobPayloadInputTypes } from "@smithy/types";
|
|
2
|
+
import { UploadMultipartPartInput, UploadMultipartPartOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export interface UploadMultipartPartCommandInput
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
> {
|
|
4
|
+
export interface UploadMultipartPartCommandInput extends Pick<
|
|
5
|
+
UploadMultipartPartInput,
|
|
6
|
+
Exclude<keyof UploadMultipartPartInput, "body">
|
|
7
|
+
> {
|
|
15
8
|
body?: StreamingBlobPayloadInputTypes;
|
|
16
9
|
}
|
|
17
10
|
export interface UploadMultipartPartCommandOutput
|
|
18
|
-
extends UploadMultipartPartOutput,
|
|
19
|
-
__MetadataBearer {}
|
|
11
|
+
extends UploadMultipartPartOutput, __MetadataBearer {}
|
|
20
12
|
declare const UploadMultipartPartCommand_base: {
|
|
21
13
|
new (
|
|
22
|
-
input: UploadMultipartPartCommandInput
|
|
14
|
+
input: UploadMultipartPartCommandInput,
|
|
23
15
|
): import("@smithy/core/client").CommandImpl<
|
|
24
16
|
UploadMultipartPartCommandInput,
|
|
25
17
|
UploadMultipartPartCommandOutput,
|
|
@@ -28,7 +20,7 @@ declare const UploadMultipartPartCommand_base: {
|
|
|
28
20
|
import("..").ServiceOutputTypes
|
|
29
21
|
>;
|
|
30
22
|
new (
|
|
31
|
-
input: UploadMultipartPartCommandInput
|
|
23
|
+
input: UploadMultipartPartCommandInput,
|
|
32
24
|
): import("@smithy/core/client").CommandImpl<
|
|
33
25
|
UploadMultipartPartCommandInput,
|
|
34
26
|
UploadMultipartPartCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface GlacierExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -33,8 +33,7 @@ export declare const FileHeaderInfo: {
|
|
|
33
33
|
readonly None: "NONE";
|
|
34
34
|
readonly Use: "USE";
|
|
35
35
|
};
|
|
36
|
-
export type FileHeaderInfo =
|
|
37
|
-
(typeof FileHeaderInfo)[keyof typeof FileHeaderInfo];
|
|
36
|
+
export type FileHeaderInfo = (typeof FileHeaderInfo)[keyof typeof FileHeaderInfo];
|
|
38
37
|
export declare const QuoteFields: {
|
|
39
38
|
readonly Always: "ALWAYS";
|
|
40
39
|
readonly AsNeeded: "ASNEEDED";
|
|
@@ -44,8 +43,7 @@ export declare const EncryptionType: {
|
|
|
44
43
|
readonly KMS: "aws:kms";
|
|
45
44
|
readonly S3: "AES256";
|
|
46
45
|
};
|
|
47
|
-
export type EncryptionType =
|
|
48
|
-
(typeof EncryptionType)[keyof typeof EncryptionType];
|
|
46
|
+
export type EncryptionType = (typeof EncryptionType)[keyof typeof EncryptionType];
|
|
49
47
|
export declare const StorageClass: {
|
|
50
48
|
readonly ReducedRedundancy: "REDUCED_REDUNDANCY";
|
|
51
49
|
readonly Standard: "STANDARD";
|
|
@@ -55,8 +53,7 @@ export type StorageClass = (typeof StorageClass)[keyof typeof StorageClass];
|
|
|
55
53
|
export declare const ExpressionType: {
|
|
56
54
|
readonly SQL: "SQL";
|
|
57
55
|
};
|
|
58
|
-
export type ExpressionType =
|
|
59
|
-
(typeof ExpressionType)[keyof typeof ExpressionType];
|
|
56
|
+
export type ExpressionType = (typeof ExpressionType)[keyof typeof ExpressionType];
|
|
60
57
|
export declare const StatusCode: {
|
|
61
58
|
readonly Failed: "Failed";
|
|
62
59
|
readonly InProgress: "InProgress";
|