@aws-sdk/client-glacier 3.927.0 → 3.929.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 +1532 -1313
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/GlacierClient.js +2 -0
- package/dist-es/commands/AbortMultipartUploadCommand.js +3 -9
- package/dist-es/commands/AbortVaultLockCommand.js +3 -9
- package/dist-es/commands/AddTagsToVaultCommand.js +3 -9
- package/dist-es/commands/CompleteMultipartUploadCommand.js +3 -9
- package/dist-es/commands/CompleteVaultLockCommand.js +3 -9
- package/dist-es/commands/CreateVaultCommand.js +3 -9
- package/dist-es/commands/DeleteArchiveCommand.js +3 -9
- package/dist-es/commands/DeleteVaultAccessPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteVaultCommand.js +3 -9
- package/dist-es/commands/DeleteVaultNotificationsCommand.js +3 -9
- package/dist-es/commands/DescribeJobCommand.js +3 -9
- package/dist-es/commands/DescribeVaultCommand.js +3 -9
- package/dist-es/commands/GetDataRetrievalPolicyCommand.js +3 -9
- package/dist-es/commands/GetJobOutputCommand.js +3 -10
- package/dist-es/commands/GetVaultAccessPolicyCommand.js +3 -9
- package/dist-es/commands/GetVaultLockCommand.js +3 -9
- package/dist-es/commands/GetVaultNotificationsCommand.js +3 -9
- package/dist-es/commands/InitiateJobCommand.js +3 -9
- package/dist-es/commands/InitiateMultipartUploadCommand.js +3 -9
- package/dist-es/commands/InitiateVaultLockCommand.js +3 -9
- package/dist-es/commands/ListJobsCommand.js +3 -9
- package/dist-es/commands/ListMultipartUploadsCommand.js +3 -9
- package/dist-es/commands/ListPartsCommand.js +3 -9
- package/dist-es/commands/ListProvisionedCapacityCommand.js +3 -9
- package/dist-es/commands/ListTagsForVaultCommand.js +3 -9
- package/dist-es/commands/ListVaultsCommand.js +3 -9
- package/dist-es/commands/PurchaseProvisionedCapacityCommand.js +3 -9
- package/dist-es/commands/RemoveTagsFromVaultCommand.js +3 -9
- package/dist-es/commands/SetDataRetrievalPolicyCommand.js +3 -9
- package/dist-es/commands/SetVaultAccessPolicyCommand.js +3 -9
- package/dist-es/commands/SetVaultNotificationsCommand.js +3 -9
- package/dist-es/commands/UploadArchiveCommand.js +3 -10
- package/dist-es/commands/UploadMultipartPartCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1467 -0
- package/dist-types/GlacierClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -12
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +130 -0
- package/dist-types/ts3.4/GlacierClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -9
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +136 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_restJson1.js +0 -1070
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -299
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -404
|
@@ -1,404 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import {
|
|
6
|
-
SdkStreamSerdeContext as __SdkStreamSerdeContext,
|
|
7
|
-
SerdeContext as __SerdeContext,
|
|
8
|
-
} from "@smithy/types";
|
|
9
|
-
import {
|
|
10
|
-
AbortMultipartUploadCommandInput,
|
|
11
|
-
AbortMultipartUploadCommandOutput,
|
|
12
|
-
} from "../commands/AbortMultipartUploadCommand";
|
|
13
|
-
import {
|
|
14
|
-
AbortVaultLockCommandInput,
|
|
15
|
-
AbortVaultLockCommandOutput,
|
|
16
|
-
} from "../commands/AbortVaultLockCommand";
|
|
17
|
-
import {
|
|
18
|
-
AddTagsToVaultCommandInput,
|
|
19
|
-
AddTagsToVaultCommandOutput,
|
|
20
|
-
} from "../commands/AddTagsToVaultCommand";
|
|
21
|
-
import {
|
|
22
|
-
CompleteMultipartUploadCommandInput,
|
|
23
|
-
CompleteMultipartUploadCommandOutput,
|
|
24
|
-
} from "../commands/CompleteMultipartUploadCommand";
|
|
25
|
-
import {
|
|
26
|
-
CompleteVaultLockCommandInput,
|
|
27
|
-
CompleteVaultLockCommandOutput,
|
|
28
|
-
} from "../commands/CompleteVaultLockCommand";
|
|
29
|
-
import {
|
|
30
|
-
CreateVaultCommandInput,
|
|
31
|
-
CreateVaultCommandOutput,
|
|
32
|
-
} from "../commands/CreateVaultCommand";
|
|
33
|
-
import {
|
|
34
|
-
DeleteArchiveCommandInput,
|
|
35
|
-
DeleteArchiveCommandOutput,
|
|
36
|
-
} from "../commands/DeleteArchiveCommand";
|
|
37
|
-
import {
|
|
38
|
-
DeleteVaultAccessPolicyCommandInput,
|
|
39
|
-
DeleteVaultAccessPolicyCommandOutput,
|
|
40
|
-
} from "../commands/DeleteVaultAccessPolicyCommand";
|
|
41
|
-
import {
|
|
42
|
-
DeleteVaultCommandInput,
|
|
43
|
-
DeleteVaultCommandOutput,
|
|
44
|
-
} from "../commands/DeleteVaultCommand";
|
|
45
|
-
import {
|
|
46
|
-
DeleteVaultNotificationsCommandInput,
|
|
47
|
-
DeleteVaultNotificationsCommandOutput,
|
|
48
|
-
} from "../commands/DeleteVaultNotificationsCommand";
|
|
49
|
-
import {
|
|
50
|
-
DescribeJobCommandInput,
|
|
51
|
-
DescribeJobCommandOutput,
|
|
52
|
-
} from "../commands/DescribeJobCommand";
|
|
53
|
-
import {
|
|
54
|
-
DescribeVaultCommandInput,
|
|
55
|
-
DescribeVaultCommandOutput,
|
|
56
|
-
} from "../commands/DescribeVaultCommand";
|
|
57
|
-
import {
|
|
58
|
-
GetDataRetrievalPolicyCommandInput,
|
|
59
|
-
GetDataRetrievalPolicyCommandOutput,
|
|
60
|
-
} from "../commands/GetDataRetrievalPolicyCommand";
|
|
61
|
-
import {
|
|
62
|
-
GetJobOutputCommandInput,
|
|
63
|
-
GetJobOutputCommandOutput,
|
|
64
|
-
} from "../commands/GetJobOutputCommand";
|
|
65
|
-
import {
|
|
66
|
-
GetVaultAccessPolicyCommandInput,
|
|
67
|
-
GetVaultAccessPolicyCommandOutput,
|
|
68
|
-
} from "../commands/GetVaultAccessPolicyCommand";
|
|
69
|
-
import {
|
|
70
|
-
GetVaultLockCommandInput,
|
|
71
|
-
GetVaultLockCommandOutput,
|
|
72
|
-
} from "../commands/GetVaultLockCommand";
|
|
73
|
-
import {
|
|
74
|
-
GetVaultNotificationsCommandInput,
|
|
75
|
-
GetVaultNotificationsCommandOutput,
|
|
76
|
-
} from "../commands/GetVaultNotificationsCommand";
|
|
77
|
-
import {
|
|
78
|
-
InitiateJobCommandInput,
|
|
79
|
-
InitiateJobCommandOutput,
|
|
80
|
-
} from "../commands/InitiateJobCommand";
|
|
81
|
-
import {
|
|
82
|
-
InitiateMultipartUploadCommandInput,
|
|
83
|
-
InitiateMultipartUploadCommandOutput,
|
|
84
|
-
} from "../commands/InitiateMultipartUploadCommand";
|
|
85
|
-
import {
|
|
86
|
-
InitiateVaultLockCommandInput,
|
|
87
|
-
InitiateVaultLockCommandOutput,
|
|
88
|
-
} from "../commands/InitiateVaultLockCommand";
|
|
89
|
-
import {
|
|
90
|
-
ListJobsCommandInput,
|
|
91
|
-
ListJobsCommandOutput,
|
|
92
|
-
} from "../commands/ListJobsCommand";
|
|
93
|
-
import {
|
|
94
|
-
ListMultipartUploadsCommandInput,
|
|
95
|
-
ListMultipartUploadsCommandOutput,
|
|
96
|
-
} from "../commands/ListMultipartUploadsCommand";
|
|
97
|
-
import {
|
|
98
|
-
ListPartsCommandInput,
|
|
99
|
-
ListPartsCommandOutput,
|
|
100
|
-
} from "../commands/ListPartsCommand";
|
|
101
|
-
import {
|
|
102
|
-
ListProvisionedCapacityCommandInput,
|
|
103
|
-
ListProvisionedCapacityCommandOutput,
|
|
104
|
-
} from "../commands/ListProvisionedCapacityCommand";
|
|
105
|
-
import {
|
|
106
|
-
ListTagsForVaultCommandInput,
|
|
107
|
-
ListTagsForVaultCommandOutput,
|
|
108
|
-
} from "../commands/ListTagsForVaultCommand";
|
|
109
|
-
import {
|
|
110
|
-
ListVaultsCommandInput,
|
|
111
|
-
ListVaultsCommandOutput,
|
|
112
|
-
} from "../commands/ListVaultsCommand";
|
|
113
|
-
import {
|
|
114
|
-
PurchaseProvisionedCapacityCommandInput,
|
|
115
|
-
PurchaseProvisionedCapacityCommandOutput,
|
|
116
|
-
} from "../commands/PurchaseProvisionedCapacityCommand";
|
|
117
|
-
import {
|
|
118
|
-
RemoveTagsFromVaultCommandInput,
|
|
119
|
-
RemoveTagsFromVaultCommandOutput,
|
|
120
|
-
} from "../commands/RemoveTagsFromVaultCommand";
|
|
121
|
-
import {
|
|
122
|
-
SetDataRetrievalPolicyCommandInput,
|
|
123
|
-
SetDataRetrievalPolicyCommandOutput,
|
|
124
|
-
} from "../commands/SetDataRetrievalPolicyCommand";
|
|
125
|
-
import {
|
|
126
|
-
SetVaultAccessPolicyCommandInput,
|
|
127
|
-
SetVaultAccessPolicyCommandOutput,
|
|
128
|
-
} from "../commands/SetVaultAccessPolicyCommand";
|
|
129
|
-
import {
|
|
130
|
-
SetVaultNotificationsCommandInput,
|
|
131
|
-
SetVaultNotificationsCommandOutput,
|
|
132
|
-
} from "../commands/SetVaultNotificationsCommand";
|
|
133
|
-
import {
|
|
134
|
-
UploadArchiveCommandInput,
|
|
135
|
-
UploadArchiveCommandOutput,
|
|
136
|
-
} from "../commands/UploadArchiveCommand";
|
|
137
|
-
import {
|
|
138
|
-
UploadMultipartPartCommandInput,
|
|
139
|
-
UploadMultipartPartCommandOutput,
|
|
140
|
-
} from "../commands/UploadMultipartPartCommand";
|
|
141
|
-
export declare const se_AbortMultipartUploadCommand: (
|
|
142
|
-
input: AbortMultipartUploadCommandInput,
|
|
143
|
-
context: __SerdeContext
|
|
144
|
-
) => Promise<__HttpRequest>;
|
|
145
|
-
export declare const se_AbortVaultLockCommand: (
|
|
146
|
-
input: AbortVaultLockCommandInput,
|
|
147
|
-
context: __SerdeContext
|
|
148
|
-
) => Promise<__HttpRequest>;
|
|
149
|
-
export declare const se_AddTagsToVaultCommand: (
|
|
150
|
-
input: AddTagsToVaultCommandInput,
|
|
151
|
-
context: __SerdeContext
|
|
152
|
-
) => Promise<__HttpRequest>;
|
|
153
|
-
export declare const se_CompleteMultipartUploadCommand: (
|
|
154
|
-
input: CompleteMultipartUploadCommandInput,
|
|
155
|
-
context: __SerdeContext
|
|
156
|
-
) => Promise<__HttpRequest>;
|
|
157
|
-
export declare const se_CompleteVaultLockCommand: (
|
|
158
|
-
input: CompleteVaultLockCommandInput,
|
|
159
|
-
context: __SerdeContext
|
|
160
|
-
) => Promise<__HttpRequest>;
|
|
161
|
-
export declare const se_CreateVaultCommand: (
|
|
162
|
-
input: CreateVaultCommandInput,
|
|
163
|
-
context: __SerdeContext
|
|
164
|
-
) => Promise<__HttpRequest>;
|
|
165
|
-
export declare const se_DeleteArchiveCommand: (
|
|
166
|
-
input: DeleteArchiveCommandInput,
|
|
167
|
-
context: __SerdeContext
|
|
168
|
-
) => Promise<__HttpRequest>;
|
|
169
|
-
export declare const se_DeleteVaultCommand: (
|
|
170
|
-
input: DeleteVaultCommandInput,
|
|
171
|
-
context: __SerdeContext
|
|
172
|
-
) => Promise<__HttpRequest>;
|
|
173
|
-
export declare const se_DeleteVaultAccessPolicyCommand: (
|
|
174
|
-
input: DeleteVaultAccessPolicyCommandInput,
|
|
175
|
-
context: __SerdeContext
|
|
176
|
-
) => Promise<__HttpRequest>;
|
|
177
|
-
export declare const se_DeleteVaultNotificationsCommand: (
|
|
178
|
-
input: DeleteVaultNotificationsCommandInput,
|
|
179
|
-
context: __SerdeContext
|
|
180
|
-
) => Promise<__HttpRequest>;
|
|
181
|
-
export declare const se_DescribeJobCommand: (
|
|
182
|
-
input: DescribeJobCommandInput,
|
|
183
|
-
context: __SerdeContext
|
|
184
|
-
) => Promise<__HttpRequest>;
|
|
185
|
-
export declare const se_DescribeVaultCommand: (
|
|
186
|
-
input: DescribeVaultCommandInput,
|
|
187
|
-
context: __SerdeContext
|
|
188
|
-
) => Promise<__HttpRequest>;
|
|
189
|
-
export declare const se_GetDataRetrievalPolicyCommand: (
|
|
190
|
-
input: GetDataRetrievalPolicyCommandInput,
|
|
191
|
-
context: __SerdeContext
|
|
192
|
-
) => Promise<__HttpRequest>;
|
|
193
|
-
export declare const se_GetJobOutputCommand: (
|
|
194
|
-
input: GetJobOutputCommandInput,
|
|
195
|
-
context: __SerdeContext
|
|
196
|
-
) => Promise<__HttpRequest>;
|
|
197
|
-
export declare const se_GetVaultAccessPolicyCommand: (
|
|
198
|
-
input: GetVaultAccessPolicyCommandInput,
|
|
199
|
-
context: __SerdeContext
|
|
200
|
-
) => Promise<__HttpRequest>;
|
|
201
|
-
export declare const se_GetVaultLockCommand: (
|
|
202
|
-
input: GetVaultLockCommandInput,
|
|
203
|
-
context: __SerdeContext
|
|
204
|
-
) => Promise<__HttpRequest>;
|
|
205
|
-
export declare const se_GetVaultNotificationsCommand: (
|
|
206
|
-
input: GetVaultNotificationsCommandInput,
|
|
207
|
-
context: __SerdeContext
|
|
208
|
-
) => Promise<__HttpRequest>;
|
|
209
|
-
export declare const se_InitiateJobCommand: (
|
|
210
|
-
input: InitiateJobCommandInput,
|
|
211
|
-
context: __SerdeContext
|
|
212
|
-
) => Promise<__HttpRequest>;
|
|
213
|
-
export declare const se_InitiateMultipartUploadCommand: (
|
|
214
|
-
input: InitiateMultipartUploadCommandInput,
|
|
215
|
-
context: __SerdeContext
|
|
216
|
-
) => Promise<__HttpRequest>;
|
|
217
|
-
export declare const se_InitiateVaultLockCommand: (
|
|
218
|
-
input: InitiateVaultLockCommandInput,
|
|
219
|
-
context: __SerdeContext
|
|
220
|
-
) => Promise<__HttpRequest>;
|
|
221
|
-
export declare const se_ListJobsCommand: (
|
|
222
|
-
input: ListJobsCommandInput,
|
|
223
|
-
context: __SerdeContext
|
|
224
|
-
) => Promise<__HttpRequest>;
|
|
225
|
-
export declare const se_ListMultipartUploadsCommand: (
|
|
226
|
-
input: ListMultipartUploadsCommandInput,
|
|
227
|
-
context: __SerdeContext
|
|
228
|
-
) => Promise<__HttpRequest>;
|
|
229
|
-
export declare const se_ListPartsCommand: (
|
|
230
|
-
input: ListPartsCommandInput,
|
|
231
|
-
context: __SerdeContext
|
|
232
|
-
) => Promise<__HttpRequest>;
|
|
233
|
-
export declare const se_ListProvisionedCapacityCommand: (
|
|
234
|
-
input: ListProvisionedCapacityCommandInput,
|
|
235
|
-
context: __SerdeContext
|
|
236
|
-
) => Promise<__HttpRequest>;
|
|
237
|
-
export declare const se_ListTagsForVaultCommand: (
|
|
238
|
-
input: ListTagsForVaultCommandInput,
|
|
239
|
-
context: __SerdeContext
|
|
240
|
-
) => Promise<__HttpRequest>;
|
|
241
|
-
export declare const se_ListVaultsCommand: (
|
|
242
|
-
input: ListVaultsCommandInput,
|
|
243
|
-
context: __SerdeContext
|
|
244
|
-
) => Promise<__HttpRequest>;
|
|
245
|
-
export declare const se_PurchaseProvisionedCapacityCommand: (
|
|
246
|
-
input: PurchaseProvisionedCapacityCommandInput,
|
|
247
|
-
context: __SerdeContext
|
|
248
|
-
) => Promise<__HttpRequest>;
|
|
249
|
-
export declare const se_RemoveTagsFromVaultCommand: (
|
|
250
|
-
input: RemoveTagsFromVaultCommandInput,
|
|
251
|
-
context: __SerdeContext
|
|
252
|
-
) => Promise<__HttpRequest>;
|
|
253
|
-
export declare const se_SetDataRetrievalPolicyCommand: (
|
|
254
|
-
input: SetDataRetrievalPolicyCommandInput,
|
|
255
|
-
context: __SerdeContext
|
|
256
|
-
) => Promise<__HttpRequest>;
|
|
257
|
-
export declare const se_SetVaultAccessPolicyCommand: (
|
|
258
|
-
input: SetVaultAccessPolicyCommandInput,
|
|
259
|
-
context: __SerdeContext
|
|
260
|
-
) => Promise<__HttpRequest>;
|
|
261
|
-
export declare const se_SetVaultNotificationsCommand: (
|
|
262
|
-
input: SetVaultNotificationsCommandInput,
|
|
263
|
-
context: __SerdeContext
|
|
264
|
-
) => Promise<__HttpRequest>;
|
|
265
|
-
export declare const se_UploadArchiveCommand: (
|
|
266
|
-
input: UploadArchiveCommandInput,
|
|
267
|
-
context: __SerdeContext
|
|
268
|
-
) => Promise<__HttpRequest>;
|
|
269
|
-
export declare const se_UploadMultipartPartCommand: (
|
|
270
|
-
input: UploadMultipartPartCommandInput,
|
|
271
|
-
context: __SerdeContext
|
|
272
|
-
) => Promise<__HttpRequest>;
|
|
273
|
-
export declare const de_AbortMultipartUploadCommand: (
|
|
274
|
-
output: __HttpResponse,
|
|
275
|
-
context: __SerdeContext
|
|
276
|
-
) => Promise<AbortMultipartUploadCommandOutput>;
|
|
277
|
-
export declare const de_AbortVaultLockCommand: (
|
|
278
|
-
output: __HttpResponse,
|
|
279
|
-
context: __SerdeContext
|
|
280
|
-
) => Promise<AbortVaultLockCommandOutput>;
|
|
281
|
-
export declare const de_AddTagsToVaultCommand: (
|
|
282
|
-
output: __HttpResponse,
|
|
283
|
-
context: __SerdeContext
|
|
284
|
-
) => Promise<AddTagsToVaultCommandOutput>;
|
|
285
|
-
export declare const de_CompleteMultipartUploadCommand: (
|
|
286
|
-
output: __HttpResponse,
|
|
287
|
-
context: __SerdeContext
|
|
288
|
-
) => Promise<CompleteMultipartUploadCommandOutput>;
|
|
289
|
-
export declare const de_CompleteVaultLockCommand: (
|
|
290
|
-
output: __HttpResponse,
|
|
291
|
-
context: __SerdeContext
|
|
292
|
-
) => Promise<CompleteVaultLockCommandOutput>;
|
|
293
|
-
export declare const de_CreateVaultCommand: (
|
|
294
|
-
output: __HttpResponse,
|
|
295
|
-
context: __SerdeContext
|
|
296
|
-
) => Promise<CreateVaultCommandOutput>;
|
|
297
|
-
export declare const de_DeleteArchiveCommand: (
|
|
298
|
-
output: __HttpResponse,
|
|
299
|
-
context: __SerdeContext
|
|
300
|
-
) => Promise<DeleteArchiveCommandOutput>;
|
|
301
|
-
export declare const de_DeleteVaultCommand: (
|
|
302
|
-
output: __HttpResponse,
|
|
303
|
-
context: __SerdeContext
|
|
304
|
-
) => Promise<DeleteVaultCommandOutput>;
|
|
305
|
-
export declare const de_DeleteVaultAccessPolicyCommand: (
|
|
306
|
-
output: __HttpResponse,
|
|
307
|
-
context: __SerdeContext
|
|
308
|
-
) => Promise<DeleteVaultAccessPolicyCommandOutput>;
|
|
309
|
-
export declare const de_DeleteVaultNotificationsCommand: (
|
|
310
|
-
output: __HttpResponse,
|
|
311
|
-
context: __SerdeContext
|
|
312
|
-
) => Promise<DeleteVaultNotificationsCommandOutput>;
|
|
313
|
-
export declare const de_DescribeJobCommand: (
|
|
314
|
-
output: __HttpResponse,
|
|
315
|
-
context: __SerdeContext
|
|
316
|
-
) => Promise<DescribeJobCommandOutput>;
|
|
317
|
-
export declare const de_DescribeVaultCommand: (
|
|
318
|
-
output: __HttpResponse,
|
|
319
|
-
context: __SerdeContext
|
|
320
|
-
) => Promise<DescribeVaultCommandOutput>;
|
|
321
|
-
export declare const de_GetDataRetrievalPolicyCommand: (
|
|
322
|
-
output: __HttpResponse,
|
|
323
|
-
context: __SerdeContext
|
|
324
|
-
) => Promise<GetDataRetrievalPolicyCommandOutput>;
|
|
325
|
-
export declare const de_GetJobOutputCommand: (
|
|
326
|
-
output: __HttpResponse,
|
|
327
|
-
context: __SerdeContext & __SdkStreamSerdeContext
|
|
328
|
-
) => Promise<GetJobOutputCommandOutput>;
|
|
329
|
-
export declare const de_GetVaultAccessPolicyCommand: (
|
|
330
|
-
output: __HttpResponse,
|
|
331
|
-
context: __SerdeContext
|
|
332
|
-
) => Promise<GetVaultAccessPolicyCommandOutput>;
|
|
333
|
-
export declare const de_GetVaultLockCommand: (
|
|
334
|
-
output: __HttpResponse,
|
|
335
|
-
context: __SerdeContext
|
|
336
|
-
) => Promise<GetVaultLockCommandOutput>;
|
|
337
|
-
export declare const de_GetVaultNotificationsCommand: (
|
|
338
|
-
output: __HttpResponse,
|
|
339
|
-
context: __SerdeContext
|
|
340
|
-
) => Promise<GetVaultNotificationsCommandOutput>;
|
|
341
|
-
export declare const de_InitiateJobCommand: (
|
|
342
|
-
output: __HttpResponse,
|
|
343
|
-
context: __SerdeContext
|
|
344
|
-
) => Promise<InitiateJobCommandOutput>;
|
|
345
|
-
export declare const de_InitiateMultipartUploadCommand: (
|
|
346
|
-
output: __HttpResponse,
|
|
347
|
-
context: __SerdeContext
|
|
348
|
-
) => Promise<InitiateMultipartUploadCommandOutput>;
|
|
349
|
-
export declare const de_InitiateVaultLockCommand: (
|
|
350
|
-
output: __HttpResponse,
|
|
351
|
-
context: __SerdeContext
|
|
352
|
-
) => Promise<InitiateVaultLockCommandOutput>;
|
|
353
|
-
export declare const de_ListJobsCommand: (
|
|
354
|
-
output: __HttpResponse,
|
|
355
|
-
context: __SerdeContext
|
|
356
|
-
) => Promise<ListJobsCommandOutput>;
|
|
357
|
-
export declare const de_ListMultipartUploadsCommand: (
|
|
358
|
-
output: __HttpResponse,
|
|
359
|
-
context: __SerdeContext
|
|
360
|
-
) => Promise<ListMultipartUploadsCommandOutput>;
|
|
361
|
-
export declare const de_ListPartsCommand: (
|
|
362
|
-
output: __HttpResponse,
|
|
363
|
-
context: __SerdeContext
|
|
364
|
-
) => Promise<ListPartsCommandOutput>;
|
|
365
|
-
export declare const de_ListProvisionedCapacityCommand: (
|
|
366
|
-
output: __HttpResponse,
|
|
367
|
-
context: __SerdeContext
|
|
368
|
-
) => Promise<ListProvisionedCapacityCommandOutput>;
|
|
369
|
-
export declare const de_ListTagsForVaultCommand: (
|
|
370
|
-
output: __HttpResponse,
|
|
371
|
-
context: __SerdeContext
|
|
372
|
-
) => Promise<ListTagsForVaultCommandOutput>;
|
|
373
|
-
export declare const de_ListVaultsCommand: (
|
|
374
|
-
output: __HttpResponse,
|
|
375
|
-
context: __SerdeContext
|
|
376
|
-
) => Promise<ListVaultsCommandOutput>;
|
|
377
|
-
export declare const de_PurchaseProvisionedCapacityCommand: (
|
|
378
|
-
output: __HttpResponse,
|
|
379
|
-
context: __SerdeContext
|
|
380
|
-
) => Promise<PurchaseProvisionedCapacityCommandOutput>;
|
|
381
|
-
export declare const de_RemoveTagsFromVaultCommand: (
|
|
382
|
-
output: __HttpResponse,
|
|
383
|
-
context: __SerdeContext
|
|
384
|
-
) => Promise<RemoveTagsFromVaultCommandOutput>;
|
|
385
|
-
export declare const de_SetDataRetrievalPolicyCommand: (
|
|
386
|
-
output: __HttpResponse,
|
|
387
|
-
context: __SerdeContext
|
|
388
|
-
) => Promise<SetDataRetrievalPolicyCommandOutput>;
|
|
389
|
-
export declare const de_SetVaultAccessPolicyCommand: (
|
|
390
|
-
output: __HttpResponse,
|
|
391
|
-
context: __SerdeContext
|
|
392
|
-
) => Promise<SetVaultAccessPolicyCommandOutput>;
|
|
393
|
-
export declare const de_SetVaultNotificationsCommand: (
|
|
394
|
-
output: __HttpResponse,
|
|
395
|
-
context: __SerdeContext
|
|
396
|
-
) => Promise<SetVaultNotificationsCommandOutput>;
|
|
397
|
-
export declare const de_UploadArchiveCommand: (
|
|
398
|
-
output: __HttpResponse,
|
|
399
|
-
context: __SerdeContext
|
|
400
|
-
) => Promise<UploadArchiveCommandOutput>;
|
|
401
|
-
export declare const de_UploadMultipartPartCommand: (
|
|
402
|
-
output: __HttpResponse,
|
|
403
|
-
context: __SerdeContext
|
|
404
|
-
) => Promise<UploadMultipartPartCommandOutput>;
|