@aws-sdk/client-glacier 3.49.0 → 3.50.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/CHANGELOG.md +8 -0
- package/package.json +29 -29
- package/dist-types/ts3.4/Glacier.d.ts +0 -170
- package/dist-types/ts3.4/GlacierClient.d.ts +0 -114
- package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AbortVaultLockCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AddTagsToVaultCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CompleteVaultLockCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVaultCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVaultAccessPolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVaultCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVaultNotificationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVaultCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetDataRetrievalPolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetJobOutputCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetVaultAccessPolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetVaultLockCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetVaultNotificationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/InitiateJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/InitiateMultipartUploadCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/InitiateVaultLockCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListProvisionedCapacityCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForVaultCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListVaultsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PurchaseProvisionedCapacityCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RemoveTagsFromVaultCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SetDataRetrievalPolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SetVaultAccessPolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SetVaultNotificationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UploadArchiveCommand.d.ts +0 -24
- package/dist-types/ts3.4/commands/UploadMultipartPartCommand.d.ts +0 -24
- package/dist-types/ts3.4/commands/index.d.ts +0 -33
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -6
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1119
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListMultipartUploadsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListVaultsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -5
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -101
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -45
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -45
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -44
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
- package/dist-types/ts3.4/waiters/index.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForVaultExists.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForVaultNotExists.d.ts +0 -7
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { Glacier } from "../Glacier";
|
|
3
|
-
import { GlacierClient } from "../GlacierClient";
|
|
4
|
-
export interface GlacierPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
-
client: Glacier | GlacierClient;
|
|
6
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
|
|
3
|
-
import { GlacierPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListJobs(config: GlacierPaginationConfiguration, input: ListJobsCommandInput, ...additionalArguments: any): Paginator<ListJobsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput } from "../commands/ListMultipartUploadsCommand";
|
|
3
|
-
import { GlacierPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListMultipartUploads(config: GlacierPaginationConfiguration, input: ListMultipartUploadsCommandInput, ...additionalArguments: any): Paginator<ListMultipartUploadsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListPartsCommandInput, ListPartsCommandOutput } from "../commands/ListPartsCommand";
|
|
3
|
-
import { GlacierPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListParts(config: GlacierPaginationConfiguration, input: ListPartsCommandInput, ...additionalArguments: any): Paginator<ListPartsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListVaultsCommandInput, ListVaultsCommandOutput } from "../commands/ListVaultsCommand";
|
|
3
|
-
import { GlacierPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListVaults(config: GlacierPaginationConfiguration, input: ListVaultsCommandInput, ...additionalArguments: any): Paginator<ListVaultsCommandOutput>;
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
-
import { AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput } from "../commands/AbortMultipartUploadCommand";
|
|
4
|
-
import { AbortVaultLockCommandInput, AbortVaultLockCommandOutput } from "../commands/AbortVaultLockCommand";
|
|
5
|
-
import { AddTagsToVaultCommandInput, AddTagsToVaultCommandOutput } from "../commands/AddTagsToVaultCommand";
|
|
6
|
-
import { CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput } from "../commands/CompleteMultipartUploadCommand";
|
|
7
|
-
import { CompleteVaultLockCommandInput, CompleteVaultLockCommandOutput } from "../commands/CompleteVaultLockCommand";
|
|
8
|
-
import { CreateVaultCommandInput, CreateVaultCommandOutput } from "../commands/CreateVaultCommand";
|
|
9
|
-
import { DeleteArchiveCommandInput, DeleteArchiveCommandOutput } from "../commands/DeleteArchiveCommand";
|
|
10
|
-
import { DeleteVaultAccessPolicyCommandInput, DeleteVaultAccessPolicyCommandOutput } from "../commands/DeleteVaultAccessPolicyCommand";
|
|
11
|
-
import { DeleteVaultCommandInput, DeleteVaultCommandOutput } from "../commands/DeleteVaultCommand";
|
|
12
|
-
import { DeleteVaultNotificationsCommandInput, DeleteVaultNotificationsCommandOutput } from "../commands/DeleteVaultNotificationsCommand";
|
|
13
|
-
import { DescribeJobCommandInput, DescribeJobCommandOutput } from "../commands/DescribeJobCommand";
|
|
14
|
-
import { DescribeVaultCommandInput, DescribeVaultCommandOutput } from "../commands/DescribeVaultCommand";
|
|
15
|
-
import { GetDataRetrievalPolicyCommandInput, GetDataRetrievalPolicyCommandOutput } from "../commands/GetDataRetrievalPolicyCommand";
|
|
16
|
-
import { GetJobOutputCommandInput, GetJobOutputCommandOutput } from "../commands/GetJobOutputCommand";
|
|
17
|
-
import { GetVaultAccessPolicyCommandInput, GetVaultAccessPolicyCommandOutput } from "../commands/GetVaultAccessPolicyCommand";
|
|
18
|
-
import { GetVaultLockCommandInput, GetVaultLockCommandOutput } from "../commands/GetVaultLockCommand";
|
|
19
|
-
import { GetVaultNotificationsCommandInput, GetVaultNotificationsCommandOutput } from "../commands/GetVaultNotificationsCommand";
|
|
20
|
-
import { InitiateJobCommandInput, InitiateJobCommandOutput } from "../commands/InitiateJobCommand";
|
|
21
|
-
import { InitiateMultipartUploadCommandInput, InitiateMultipartUploadCommandOutput } from "../commands/InitiateMultipartUploadCommand";
|
|
22
|
-
import { InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput } from "../commands/InitiateVaultLockCommand";
|
|
23
|
-
import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
|
|
24
|
-
import { ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput } from "../commands/ListMultipartUploadsCommand";
|
|
25
|
-
import { ListPartsCommandInput, ListPartsCommandOutput } from "../commands/ListPartsCommand";
|
|
26
|
-
import { ListProvisionedCapacityCommandInput, ListProvisionedCapacityCommandOutput } from "../commands/ListProvisionedCapacityCommand";
|
|
27
|
-
import { ListTagsForVaultCommandInput, ListTagsForVaultCommandOutput } from "../commands/ListTagsForVaultCommand";
|
|
28
|
-
import { ListVaultsCommandInput, ListVaultsCommandOutput } from "../commands/ListVaultsCommand";
|
|
29
|
-
import { PurchaseProvisionedCapacityCommandInput, PurchaseProvisionedCapacityCommandOutput } from "../commands/PurchaseProvisionedCapacityCommand";
|
|
30
|
-
import { RemoveTagsFromVaultCommandInput, RemoveTagsFromVaultCommandOutput } from "../commands/RemoveTagsFromVaultCommand";
|
|
31
|
-
import { SetDataRetrievalPolicyCommandInput, SetDataRetrievalPolicyCommandOutput } from "../commands/SetDataRetrievalPolicyCommand";
|
|
32
|
-
import { SetVaultAccessPolicyCommandInput, SetVaultAccessPolicyCommandOutput } from "../commands/SetVaultAccessPolicyCommand";
|
|
33
|
-
import { SetVaultNotificationsCommandInput, SetVaultNotificationsCommandOutput } from "../commands/SetVaultNotificationsCommand";
|
|
34
|
-
import { UploadArchiveCommandInput, UploadArchiveCommandOutput } from "../commands/UploadArchiveCommand";
|
|
35
|
-
import { UploadMultipartPartCommandInput, UploadMultipartPartCommandOutput } from "../commands/UploadMultipartPartCommand";
|
|
36
|
-
export declare const serializeAws_restJson1AbortMultipartUploadCommand: (input: AbortMultipartUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
-
export declare const serializeAws_restJson1AbortVaultLockCommand: (input: AbortVaultLockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
-
export declare const serializeAws_restJson1AddTagsToVaultCommand: (input: AddTagsToVaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
-
export declare const serializeAws_restJson1CompleteMultipartUploadCommand: (input: CompleteMultipartUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
-
export declare const serializeAws_restJson1CompleteVaultLockCommand: (input: CompleteVaultLockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
-
export declare const serializeAws_restJson1CreateVaultCommand: (input: CreateVaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
-
export declare const serializeAws_restJson1DeleteArchiveCommand: (input: DeleteArchiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
export declare const serializeAws_restJson1DeleteVaultCommand: (input: DeleteVaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
-
export declare const serializeAws_restJson1DeleteVaultAccessPolicyCommand: (input: DeleteVaultAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
-
export declare const serializeAws_restJson1DeleteVaultNotificationsCommand: (input: DeleteVaultNotificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
export declare const serializeAws_restJson1DescribeJobCommand: (input: DescribeJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
export declare const serializeAws_restJson1DescribeVaultCommand: (input: DescribeVaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
-
export declare const serializeAws_restJson1GetDataRetrievalPolicyCommand: (input: GetDataRetrievalPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
-
export declare const serializeAws_restJson1GetJobOutputCommand: (input: GetJobOutputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
export declare const serializeAws_restJson1GetVaultAccessPolicyCommand: (input: GetVaultAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
export declare const serializeAws_restJson1GetVaultLockCommand: (input: GetVaultLockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
-
export declare const serializeAws_restJson1GetVaultNotificationsCommand: (input: GetVaultNotificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
-
export declare const serializeAws_restJson1InitiateJobCommand: (input: InitiateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
export declare const serializeAws_restJson1InitiateMultipartUploadCommand: (input: InitiateMultipartUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
export declare const serializeAws_restJson1InitiateVaultLockCommand: (input: InitiateVaultLockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
-
export declare const serializeAws_restJson1ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
-
export declare const serializeAws_restJson1ListMultipartUploadsCommand: (input: ListMultipartUploadsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
-
export declare const serializeAws_restJson1ListPartsCommand: (input: ListPartsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
export declare const serializeAws_restJson1ListProvisionedCapacityCommand: (input: ListProvisionedCapacityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
-
export declare const serializeAws_restJson1ListTagsForVaultCommand: (input: ListTagsForVaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
-
export declare const serializeAws_restJson1ListVaultsCommand: (input: ListVaultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
-
export declare const serializeAws_restJson1PurchaseProvisionedCapacityCommand: (input: PurchaseProvisionedCapacityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
export declare const serializeAws_restJson1RemoveTagsFromVaultCommand: (input: RemoveTagsFromVaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
-
export declare const serializeAws_restJson1SetDataRetrievalPolicyCommand: (input: SetDataRetrievalPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
-
export declare const serializeAws_restJson1SetVaultAccessPolicyCommand: (input: SetVaultAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
-
export declare const serializeAws_restJson1SetVaultNotificationsCommand: (input: SetVaultNotificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
-
export declare const serializeAws_restJson1UploadArchiveCommand: (input: UploadArchiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
-
export declare const serializeAws_restJson1UploadMultipartPartCommand: (input: UploadMultipartPartCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
-
export declare const deserializeAws_restJson1AbortMultipartUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AbortMultipartUploadCommandOutput>;
|
|
70
|
-
export declare const deserializeAws_restJson1AbortVaultLockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AbortVaultLockCommandOutput>;
|
|
71
|
-
export declare const deserializeAws_restJson1AddTagsToVaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsToVaultCommandOutput>;
|
|
72
|
-
export declare const deserializeAws_restJson1CompleteMultipartUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CompleteMultipartUploadCommandOutput>;
|
|
73
|
-
export declare const deserializeAws_restJson1CompleteVaultLockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CompleteVaultLockCommandOutput>;
|
|
74
|
-
export declare const deserializeAws_restJson1CreateVaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVaultCommandOutput>;
|
|
75
|
-
export declare const deserializeAws_restJson1DeleteArchiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteArchiveCommandOutput>;
|
|
76
|
-
export declare const deserializeAws_restJson1DeleteVaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVaultCommandOutput>;
|
|
77
|
-
export declare const deserializeAws_restJson1DeleteVaultAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVaultAccessPolicyCommandOutput>;
|
|
78
|
-
export declare const deserializeAws_restJson1DeleteVaultNotificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVaultNotificationsCommandOutput>;
|
|
79
|
-
export declare const deserializeAws_restJson1DescribeJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeJobCommandOutput>;
|
|
80
|
-
export declare const deserializeAws_restJson1DescribeVaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVaultCommandOutput>;
|
|
81
|
-
export declare const deserializeAws_restJson1GetDataRetrievalPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataRetrievalPolicyCommandOutput>;
|
|
82
|
-
export declare const deserializeAws_restJson1GetJobOutputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobOutputCommandOutput>;
|
|
83
|
-
export declare const deserializeAws_restJson1GetVaultAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVaultAccessPolicyCommandOutput>;
|
|
84
|
-
export declare const deserializeAws_restJson1GetVaultLockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVaultLockCommandOutput>;
|
|
85
|
-
export declare const deserializeAws_restJson1GetVaultNotificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVaultNotificationsCommandOutput>;
|
|
86
|
-
export declare const deserializeAws_restJson1InitiateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InitiateJobCommandOutput>;
|
|
87
|
-
export declare const deserializeAws_restJson1InitiateMultipartUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InitiateMultipartUploadCommandOutput>;
|
|
88
|
-
export declare const deserializeAws_restJson1InitiateVaultLockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InitiateVaultLockCommandOutput>;
|
|
89
|
-
export declare const deserializeAws_restJson1ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
|
|
90
|
-
export declare const deserializeAws_restJson1ListMultipartUploadsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMultipartUploadsCommandOutput>;
|
|
91
|
-
export declare const deserializeAws_restJson1ListPartsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPartsCommandOutput>;
|
|
92
|
-
export declare const deserializeAws_restJson1ListProvisionedCapacityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProvisionedCapacityCommandOutput>;
|
|
93
|
-
export declare const deserializeAws_restJson1ListTagsForVaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForVaultCommandOutput>;
|
|
94
|
-
export declare const deserializeAws_restJson1ListVaultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVaultsCommandOutput>;
|
|
95
|
-
export declare const deserializeAws_restJson1PurchaseProvisionedCapacityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseProvisionedCapacityCommandOutput>;
|
|
96
|
-
export declare const deserializeAws_restJson1RemoveTagsFromVaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsFromVaultCommandOutput>;
|
|
97
|
-
export declare const deserializeAws_restJson1SetDataRetrievalPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetDataRetrievalPolicyCommandOutput>;
|
|
98
|
-
export declare const deserializeAws_restJson1SetVaultAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetVaultAccessPolicyCommandOutput>;
|
|
99
|
-
export declare const deserializeAws_restJson1SetVaultNotificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetVaultNotificationsCommandOutput>;
|
|
100
|
-
export declare const deserializeAws_restJson1UploadArchiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UploadArchiveCommandOutput>;
|
|
101
|
-
export declare const deserializeAws_restJson1UploadMultipartPartCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UploadMultipartPartCommandOutput>;
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { GlacierClientConfig } from "./GlacierClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
5
|
-
runtime: string;
|
|
6
|
-
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyChecksumGenerator: (request: import("@aws-sdk/types").HttpRequest, options: {
|
|
10
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
11
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
12
|
-
}) => Promise<[
|
|
13
|
-
string,
|
|
14
|
-
string
|
|
15
|
-
]>;
|
|
16
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
17
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
18
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
19
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
20
|
-
region: string | import("@aws-sdk/types").Provider<any>;
|
|
21
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
22
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
23
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
24
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
25
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
26
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
27
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
28
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
29
|
-
apiVersion: string;
|
|
30
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
31
|
-
disableHostPrefix: boolean;
|
|
32
|
-
logger: import("@aws-sdk/types").Logger;
|
|
33
|
-
serviceId: string;
|
|
34
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
35
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
36
|
-
tls?: boolean | undefined;
|
|
37
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
38
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
39
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
40
|
-
signingEscapePath?: boolean | undefined;
|
|
41
|
-
systemClockOffset?: number | undefined;
|
|
42
|
-
signingRegion?: string | undefined;
|
|
43
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
44
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
45
|
-
};
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { GlacierClientConfig } from "./GlacierClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
5
|
-
runtime: string;
|
|
6
|
-
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyChecksumGenerator: (request: import("@aws-sdk/types").HttpRequest, options: {
|
|
10
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
11
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
12
|
-
}) => Promise<[
|
|
13
|
-
string,
|
|
14
|
-
string
|
|
15
|
-
]>;
|
|
16
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
17
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
18
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
19
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
20
|
-
region: string | import("@aws-sdk/types").Provider<string>;
|
|
21
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
22
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
23
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
24
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
25
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
26
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
27
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
28
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
29
|
-
apiVersion: string;
|
|
30
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
31
|
-
disableHostPrefix: boolean;
|
|
32
|
-
logger: import("@aws-sdk/types").Logger;
|
|
33
|
-
serviceId: string;
|
|
34
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
35
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
36
|
-
tls?: boolean | undefined;
|
|
37
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
38
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
39
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
40
|
-
signingEscapePath?: boolean | undefined;
|
|
41
|
-
systemClockOffset?: number | undefined;
|
|
42
|
-
signingRegion?: string | undefined;
|
|
43
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
44
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
45
|
-
};
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { GlacierClientConfig } from "./GlacierClient";
|
|
2
|
-
|
|
3
|
-
export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
4
|
-
runtime: string;
|
|
5
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
6
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
|
-
apiVersion: string;
|
|
8
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
13
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
-
disableHostPrefix: boolean;
|
|
16
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
|
-
logger: import("@aws-sdk/types").Logger;
|
|
19
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
|
-
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
-
bodyChecksumGenerator: (request: import("@aws-sdk/types").HttpRequest, options: {
|
|
26
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
27
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
28
|
-
}) => Promise<[
|
|
29
|
-
string,
|
|
30
|
-
string
|
|
31
|
-
]>;
|
|
32
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
33
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
34
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
35
|
-
tls?: boolean | undefined;
|
|
36
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
37
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
38
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
39
|
-
signingEscapePath?: boolean | undefined;
|
|
40
|
-
systemClockOffset?: number | undefined;
|
|
41
|
-
signingRegion?: string | undefined;
|
|
42
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
43
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
44
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
-
import { GlacierClientConfig } from "./GlacierClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
5
|
-
apiVersion: string;
|
|
6
|
-
disableHostPrefix: boolean;
|
|
7
|
-
logger: __Logger;
|
|
8
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
9
|
-
serviceId: string;
|
|
10
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
-
import { DescribeVaultCommandInput } from "../commands/DescribeVaultCommand";
|
|
3
|
-
import { GlacierClient } from "../GlacierClient";
|
|
4
|
-
|
|
5
|
-
export declare const waitForVaultExists: (params: WaiterConfiguration<GlacierClient>, input: DescribeVaultCommandInput) => Promise<WaiterResult>;
|
|
6
|
-
|
|
7
|
-
export declare const waitUntilVaultExists: (params: WaiterConfiguration<GlacierClient>, input: DescribeVaultCommandInput) => Promise<WaiterResult>;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
-
import { DescribeVaultCommandInput } from "../commands/DescribeVaultCommand";
|
|
3
|
-
import { GlacierClient } from "../GlacierClient";
|
|
4
|
-
|
|
5
|
-
export declare const waitForVaultNotExists: (params: WaiterConfiguration<GlacierClient>, input: DescribeVaultCommandInput) => Promise<WaiterResult>;
|
|
6
|
-
|
|
7
|
-
export declare const waitUntilVaultNotExists: (params: WaiterConfiguration<GlacierClient>, input: DescribeVaultCommandInput) => Promise<WaiterResult>;
|