@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.
Files changed (57) hide show
  1. package/dist-cjs/index.js +1532 -1313
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/GlacierClient.js +2 -0
  4. package/dist-es/commands/AbortMultipartUploadCommand.js +3 -9
  5. package/dist-es/commands/AbortVaultLockCommand.js +3 -9
  6. package/dist-es/commands/AddTagsToVaultCommand.js +3 -9
  7. package/dist-es/commands/CompleteMultipartUploadCommand.js +3 -9
  8. package/dist-es/commands/CompleteVaultLockCommand.js +3 -9
  9. package/dist-es/commands/CreateVaultCommand.js +3 -9
  10. package/dist-es/commands/DeleteArchiveCommand.js +3 -9
  11. package/dist-es/commands/DeleteVaultAccessPolicyCommand.js +3 -9
  12. package/dist-es/commands/DeleteVaultCommand.js +3 -9
  13. package/dist-es/commands/DeleteVaultNotificationsCommand.js +3 -9
  14. package/dist-es/commands/DescribeJobCommand.js +3 -9
  15. package/dist-es/commands/DescribeVaultCommand.js +3 -9
  16. package/dist-es/commands/GetDataRetrievalPolicyCommand.js +3 -9
  17. package/dist-es/commands/GetJobOutputCommand.js +3 -10
  18. package/dist-es/commands/GetVaultAccessPolicyCommand.js +3 -9
  19. package/dist-es/commands/GetVaultLockCommand.js +3 -9
  20. package/dist-es/commands/GetVaultNotificationsCommand.js +3 -9
  21. package/dist-es/commands/InitiateJobCommand.js +3 -9
  22. package/dist-es/commands/InitiateMultipartUploadCommand.js +3 -9
  23. package/dist-es/commands/InitiateVaultLockCommand.js +3 -9
  24. package/dist-es/commands/ListJobsCommand.js +3 -9
  25. package/dist-es/commands/ListMultipartUploadsCommand.js +3 -9
  26. package/dist-es/commands/ListPartsCommand.js +3 -9
  27. package/dist-es/commands/ListProvisionedCapacityCommand.js +3 -9
  28. package/dist-es/commands/ListTagsForVaultCommand.js +3 -9
  29. package/dist-es/commands/ListVaultsCommand.js +3 -9
  30. package/dist-es/commands/PurchaseProvisionedCapacityCommand.js +3 -9
  31. package/dist-es/commands/RemoveTagsFromVaultCommand.js +3 -9
  32. package/dist-es/commands/SetDataRetrievalPolicyCommand.js +3 -9
  33. package/dist-es/commands/SetVaultAccessPolicyCommand.js +3 -9
  34. package/dist-es/commands/SetVaultNotificationsCommand.js +3 -9
  35. package/dist-es/commands/UploadArchiveCommand.js +3 -10
  36. package/dist-es/commands/UploadMultipartPartCommand.js +3 -10
  37. package/dist-es/models/models_0.js +0 -9
  38. package/dist-es/runtimeConfig.shared.js +2 -0
  39. package/dist-es/schemas/schemas_0.js +1467 -0
  40. package/dist-types/GlacierClient.d.ts +10 -1
  41. package/dist-types/models/models_0.d.ts +0 -12
  42. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  43. package/dist-types/runtimeConfig.d.ts +1 -0
  44. package/dist-types/runtimeConfig.native.d.ts +1 -0
  45. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  46. package/dist-types/schemas/schemas_0.d.ts +130 -0
  47. package/dist-types/ts3.4/GlacierClient.d.ts +4 -0
  48. package/dist-types/ts3.4/models/models_0.d.ts +0 -9
  49. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  50. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  53. package/dist-types/ts3.4/schemas/schemas_0.d.ts +136 -0
  54. package/package.json +5 -5
  55. package/dist-es/protocols/Aws_restJson1.js +0 -1070
  56. package/dist-types/protocols/Aws_restJson1.d.ts +0 -299
  57. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -404
@@ -1,299 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SdkStreamSerdeContext as __SdkStreamSerdeContext, SerdeContext as __SerdeContext } from "@smithy/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
- /**
37
- * serializeAws_restJson1AbortMultipartUploadCommand
38
- */
39
- export declare const se_AbortMultipartUploadCommand: (input: AbortMultipartUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- /**
41
- * serializeAws_restJson1AbortVaultLockCommand
42
- */
43
- export declare const se_AbortVaultLockCommand: (input: AbortVaultLockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- /**
45
- * serializeAws_restJson1AddTagsToVaultCommand
46
- */
47
- export declare const se_AddTagsToVaultCommand: (input: AddTagsToVaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- /**
49
- * serializeAws_restJson1CompleteMultipartUploadCommand
50
- */
51
- export declare const se_CompleteMultipartUploadCommand: (input: CompleteMultipartUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- /**
53
- * serializeAws_restJson1CompleteVaultLockCommand
54
- */
55
- export declare const se_CompleteVaultLockCommand: (input: CompleteVaultLockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- /**
57
- * serializeAws_restJson1CreateVaultCommand
58
- */
59
- export declare const se_CreateVaultCommand: (input: CreateVaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- /**
61
- * serializeAws_restJson1DeleteArchiveCommand
62
- */
63
- export declare const se_DeleteArchiveCommand: (input: DeleteArchiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- /**
65
- * serializeAws_restJson1DeleteVaultCommand
66
- */
67
- export declare const se_DeleteVaultCommand: (input: DeleteVaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- /**
69
- * serializeAws_restJson1DeleteVaultAccessPolicyCommand
70
- */
71
- export declare const se_DeleteVaultAccessPolicyCommand: (input: DeleteVaultAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- /**
73
- * serializeAws_restJson1DeleteVaultNotificationsCommand
74
- */
75
- export declare const se_DeleteVaultNotificationsCommand: (input: DeleteVaultNotificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- /**
77
- * serializeAws_restJson1DescribeJobCommand
78
- */
79
- export declare const se_DescribeJobCommand: (input: DescribeJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- /**
81
- * serializeAws_restJson1DescribeVaultCommand
82
- */
83
- export declare const se_DescribeVaultCommand: (input: DescribeVaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_restJson1GetDataRetrievalPolicyCommand
86
- */
87
- export declare const se_GetDataRetrievalPolicyCommand: (input: GetDataRetrievalPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * serializeAws_restJson1GetJobOutputCommand
90
- */
91
- export declare const se_GetJobOutputCommand: (input: GetJobOutputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- /**
93
- * serializeAws_restJson1GetVaultAccessPolicyCommand
94
- */
95
- export declare const se_GetVaultAccessPolicyCommand: (input: GetVaultAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- /**
97
- * serializeAws_restJson1GetVaultLockCommand
98
- */
99
- export declare const se_GetVaultLockCommand: (input: GetVaultLockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- /**
101
- * serializeAws_restJson1GetVaultNotificationsCommand
102
- */
103
- export declare const se_GetVaultNotificationsCommand: (input: GetVaultNotificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- /**
105
- * serializeAws_restJson1InitiateJobCommand
106
- */
107
- export declare const se_InitiateJobCommand: (input: InitiateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- /**
109
- * serializeAws_restJson1InitiateMultipartUploadCommand
110
- */
111
- export declare const se_InitiateMultipartUploadCommand: (input: InitiateMultipartUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- /**
113
- * serializeAws_restJson1InitiateVaultLockCommand
114
- */
115
- export declare const se_InitiateVaultLockCommand: (input: InitiateVaultLockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- /**
117
- * serializeAws_restJson1ListJobsCommand
118
- */
119
- export declare const se_ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- /**
121
- * serializeAws_restJson1ListMultipartUploadsCommand
122
- */
123
- export declare const se_ListMultipartUploadsCommand: (input: ListMultipartUploadsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- /**
125
- * serializeAws_restJson1ListPartsCommand
126
- */
127
- export declare const se_ListPartsCommand: (input: ListPartsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- /**
129
- * serializeAws_restJson1ListProvisionedCapacityCommand
130
- */
131
- export declare const se_ListProvisionedCapacityCommand: (input: ListProvisionedCapacityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- /**
133
- * serializeAws_restJson1ListTagsForVaultCommand
134
- */
135
- export declare const se_ListTagsForVaultCommand: (input: ListTagsForVaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- /**
137
- * serializeAws_restJson1ListVaultsCommand
138
- */
139
- export declare const se_ListVaultsCommand: (input: ListVaultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- /**
141
- * serializeAws_restJson1PurchaseProvisionedCapacityCommand
142
- */
143
- export declare const se_PurchaseProvisionedCapacityCommand: (input: PurchaseProvisionedCapacityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- /**
145
- * serializeAws_restJson1RemoveTagsFromVaultCommand
146
- */
147
- export declare const se_RemoveTagsFromVaultCommand: (input: RemoveTagsFromVaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- /**
149
- * serializeAws_restJson1SetDataRetrievalPolicyCommand
150
- */
151
- export declare const se_SetDataRetrievalPolicyCommand: (input: SetDataRetrievalPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- /**
153
- * serializeAws_restJson1SetVaultAccessPolicyCommand
154
- */
155
- export declare const se_SetVaultAccessPolicyCommand: (input: SetVaultAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- /**
157
- * serializeAws_restJson1SetVaultNotificationsCommand
158
- */
159
- export declare const se_SetVaultNotificationsCommand: (input: SetVaultNotificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- /**
161
- * serializeAws_restJson1UploadArchiveCommand
162
- */
163
- export declare const se_UploadArchiveCommand: (input: UploadArchiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- /**
165
- * serializeAws_restJson1UploadMultipartPartCommand
166
- */
167
- export declare const se_UploadMultipartPartCommand: (input: UploadMultipartPartCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- /**
169
- * deserializeAws_restJson1AbortMultipartUploadCommand
170
- */
171
- export declare const de_AbortMultipartUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AbortMultipartUploadCommandOutput>;
172
- /**
173
- * deserializeAws_restJson1AbortVaultLockCommand
174
- */
175
- export declare const de_AbortVaultLockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AbortVaultLockCommandOutput>;
176
- /**
177
- * deserializeAws_restJson1AddTagsToVaultCommand
178
- */
179
- export declare const de_AddTagsToVaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsToVaultCommandOutput>;
180
- /**
181
- * deserializeAws_restJson1CompleteMultipartUploadCommand
182
- */
183
- export declare const de_CompleteMultipartUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CompleteMultipartUploadCommandOutput>;
184
- /**
185
- * deserializeAws_restJson1CompleteVaultLockCommand
186
- */
187
- export declare const de_CompleteVaultLockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CompleteVaultLockCommandOutput>;
188
- /**
189
- * deserializeAws_restJson1CreateVaultCommand
190
- */
191
- export declare const de_CreateVaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVaultCommandOutput>;
192
- /**
193
- * deserializeAws_restJson1DeleteArchiveCommand
194
- */
195
- export declare const de_DeleteArchiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteArchiveCommandOutput>;
196
- /**
197
- * deserializeAws_restJson1DeleteVaultCommand
198
- */
199
- export declare const de_DeleteVaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVaultCommandOutput>;
200
- /**
201
- * deserializeAws_restJson1DeleteVaultAccessPolicyCommand
202
- */
203
- export declare const de_DeleteVaultAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVaultAccessPolicyCommandOutput>;
204
- /**
205
- * deserializeAws_restJson1DeleteVaultNotificationsCommand
206
- */
207
- export declare const de_DeleteVaultNotificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVaultNotificationsCommandOutput>;
208
- /**
209
- * deserializeAws_restJson1DescribeJobCommand
210
- */
211
- export declare const de_DescribeJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeJobCommandOutput>;
212
- /**
213
- * deserializeAws_restJson1DescribeVaultCommand
214
- */
215
- export declare const de_DescribeVaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVaultCommandOutput>;
216
- /**
217
- * deserializeAws_restJson1GetDataRetrievalPolicyCommand
218
- */
219
- export declare const de_GetDataRetrievalPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataRetrievalPolicyCommandOutput>;
220
- /**
221
- * deserializeAws_restJson1GetJobOutputCommand
222
- */
223
- export declare const de_GetJobOutputCommand: (output: __HttpResponse, context: __SerdeContext & __SdkStreamSerdeContext) => Promise<GetJobOutputCommandOutput>;
224
- /**
225
- * deserializeAws_restJson1GetVaultAccessPolicyCommand
226
- */
227
- export declare const de_GetVaultAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVaultAccessPolicyCommandOutput>;
228
- /**
229
- * deserializeAws_restJson1GetVaultLockCommand
230
- */
231
- export declare const de_GetVaultLockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVaultLockCommandOutput>;
232
- /**
233
- * deserializeAws_restJson1GetVaultNotificationsCommand
234
- */
235
- export declare const de_GetVaultNotificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVaultNotificationsCommandOutput>;
236
- /**
237
- * deserializeAws_restJson1InitiateJobCommand
238
- */
239
- export declare const de_InitiateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InitiateJobCommandOutput>;
240
- /**
241
- * deserializeAws_restJson1InitiateMultipartUploadCommand
242
- */
243
- export declare const de_InitiateMultipartUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InitiateMultipartUploadCommandOutput>;
244
- /**
245
- * deserializeAws_restJson1InitiateVaultLockCommand
246
- */
247
- export declare const de_InitiateVaultLockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InitiateVaultLockCommandOutput>;
248
- /**
249
- * deserializeAws_restJson1ListJobsCommand
250
- */
251
- export declare const de_ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
252
- /**
253
- * deserializeAws_restJson1ListMultipartUploadsCommand
254
- */
255
- export declare const de_ListMultipartUploadsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMultipartUploadsCommandOutput>;
256
- /**
257
- * deserializeAws_restJson1ListPartsCommand
258
- */
259
- export declare const de_ListPartsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPartsCommandOutput>;
260
- /**
261
- * deserializeAws_restJson1ListProvisionedCapacityCommand
262
- */
263
- export declare const de_ListProvisionedCapacityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProvisionedCapacityCommandOutput>;
264
- /**
265
- * deserializeAws_restJson1ListTagsForVaultCommand
266
- */
267
- export declare const de_ListTagsForVaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForVaultCommandOutput>;
268
- /**
269
- * deserializeAws_restJson1ListVaultsCommand
270
- */
271
- export declare const de_ListVaultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVaultsCommandOutput>;
272
- /**
273
- * deserializeAws_restJson1PurchaseProvisionedCapacityCommand
274
- */
275
- export declare const de_PurchaseProvisionedCapacityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseProvisionedCapacityCommandOutput>;
276
- /**
277
- * deserializeAws_restJson1RemoveTagsFromVaultCommand
278
- */
279
- export declare const de_RemoveTagsFromVaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsFromVaultCommandOutput>;
280
- /**
281
- * deserializeAws_restJson1SetDataRetrievalPolicyCommand
282
- */
283
- export declare const de_SetDataRetrievalPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetDataRetrievalPolicyCommandOutput>;
284
- /**
285
- * deserializeAws_restJson1SetVaultAccessPolicyCommand
286
- */
287
- export declare const de_SetVaultAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetVaultAccessPolicyCommandOutput>;
288
- /**
289
- * deserializeAws_restJson1SetVaultNotificationsCommand
290
- */
291
- export declare const de_SetVaultNotificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetVaultNotificationsCommandOutput>;
292
- /**
293
- * deserializeAws_restJson1UploadArchiveCommand
294
- */
295
- export declare const de_UploadArchiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UploadArchiveCommandOutput>;
296
- /**
297
- * deserializeAws_restJson1UploadMultipartPartCommand
298
- */
299
- export declare const de_UploadMultipartPartCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UploadMultipartPartCommandOutput>;