@aws-sdk/client-glacier 3.303.0 → 3.309.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 (71) hide show
  1. package/dist-cjs/commands/AbortMultipartUploadCommand.js +2 -2
  2. package/dist-cjs/commands/AbortVaultLockCommand.js +2 -2
  3. package/dist-cjs/commands/AddTagsToVaultCommand.js +2 -2
  4. package/dist-cjs/commands/CompleteMultipartUploadCommand.js +2 -2
  5. package/dist-cjs/commands/CompleteVaultLockCommand.js +2 -2
  6. package/dist-cjs/commands/CreateVaultCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteArchiveCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteVaultAccessPolicyCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteVaultCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteVaultNotificationsCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeJobCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeVaultCommand.js +2 -2
  13. package/dist-cjs/commands/GetDataRetrievalPolicyCommand.js +2 -2
  14. package/dist-cjs/commands/GetJobOutputCommand.js +2 -2
  15. package/dist-cjs/commands/GetVaultAccessPolicyCommand.js +2 -2
  16. package/dist-cjs/commands/GetVaultLockCommand.js +2 -2
  17. package/dist-cjs/commands/GetVaultNotificationsCommand.js +2 -2
  18. package/dist-cjs/commands/InitiateJobCommand.js +2 -2
  19. package/dist-cjs/commands/InitiateMultipartUploadCommand.js +2 -2
  20. package/dist-cjs/commands/InitiateVaultLockCommand.js +2 -2
  21. package/dist-cjs/commands/ListJobsCommand.js +2 -2
  22. package/dist-cjs/commands/ListMultipartUploadsCommand.js +2 -2
  23. package/dist-cjs/commands/ListPartsCommand.js +2 -2
  24. package/dist-cjs/commands/ListProvisionedCapacityCommand.js +2 -2
  25. package/dist-cjs/commands/ListTagsForVaultCommand.js +2 -2
  26. package/dist-cjs/commands/ListVaultsCommand.js +2 -2
  27. package/dist-cjs/commands/PurchaseProvisionedCapacityCommand.js +2 -2
  28. package/dist-cjs/commands/RemoveTagsFromVaultCommand.js +2 -2
  29. package/dist-cjs/commands/SetDataRetrievalPolicyCommand.js +2 -2
  30. package/dist-cjs/commands/SetVaultAccessPolicyCommand.js +2 -2
  31. package/dist-cjs/commands/SetVaultNotificationsCommand.js +2 -2
  32. package/dist-cjs/commands/UploadArchiveCommand.js +2 -2
  33. package/dist-cjs/commands/UploadMultipartPartCommand.js +2 -2
  34. package/dist-cjs/protocols/Aws_restJson1.js +453 -467
  35. package/dist-es/commands/AbortMultipartUploadCommand.js +3 -3
  36. package/dist-es/commands/AbortVaultLockCommand.js +3 -3
  37. package/dist-es/commands/AddTagsToVaultCommand.js +3 -3
  38. package/dist-es/commands/CompleteMultipartUploadCommand.js +3 -3
  39. package/dist-es/commands/CompleteVaultLockCommand.js +3 -3
  40. package/dist-es/commands/CreateVaultCommand.js +3 -3
  41. package/dist-es/commands/DeleteArchiveCommand.js +3 -3
  42. package/dist-es/commands/DeleteVaultAccessPolicyCommand.js +3 -3
  43. package/dist-es/commands/DeleteVaultCommand.js +3 -3
  44. package/dist-es/commands/DeleteVaultNotificationsCommand.js +3 -3
  45. package/dist-es/commands/DescribeJobCommand.js +3 -3
  46. package/dist-es/commands/DescribeVaultCommand.js +3 -3
  47. package/dist-es/commands/GetDataRetrievalPolicyCommand.js +3 -3
  48. package/dist-es/commands/GetJobOutputCommand.js +3 -3
  49. package/dist-es/commands/GetVaultAccessPolicyCommand.js +3 -3
  50. package/dist-es/commands/GetVaultLockCommand.js +3 -3
  51. package/dist-es/commands/GetVaultNotificationsCommand.js +3 -3
  52. package/dist-es/commands/InitiateJobCommand.js +3 -3
  53. package/dist-es/commands/InitiateMultipartUploadCommand.js +3 -3
  54. package/dist-es/commands/InitiateVaultLockCommand.js +3 -3
  55. package/dist-es/commands/ListJobsCommand.js +3 -3
  56. package/dist-es/commands/ListMultipartUploadsCommand.js +3 -3
  57. package/dist-es/commands/ListPartsCommand.js +3 -3
  58. package/dist-es/commands/ListProvisionedCapacityCommand.js +3 -3
  59. package/dist-es/commands/ListTagsForVaultCommand.js +3 -3
  60. package/dist-es/commands/ListVaultsCommand.js +3 -3
  61. package/dist-es/commands/PurchaseProvisionedCapacityCommand.js +3 -3
  62. package/dist-es/commands/RemoveTagsFromVaultCommand.js +3 -3
  63. package/dist-es/commands/SetDataRetrievalPolicyCommand.js +3 -3
  64. package/dist-es/commands/SetVaultAccessPolicyCommand.js +3 -3
  65. package/dist-es/commands/SetVaultNotificationsCommand.js +3 -3
  66. package/dist-es/commands/UploadArchiveCommand.js +3 -3
  67. package/dist-es/commands/UploadMultipartPartCommand.js +3 -3
  68. package/dist-es/protocols/Aws_restJson1.js +385 -399
  69. package/dist-types/protocols/Aws_restJson1.d.ts +264 -66
  70. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +66 -66
  71. package/package.json +35 -35
@@ -33,69 +33,267 @@ import { SetVaultAccessPolicyCommandInput, SetVaultAccessPolicyCommandOutput } f
33
33
  import { SetVaultNotificationsCommandInput, SetVaultNotificationsCommandOutput } from "../commands/SetVaultNotificationsCommand";
34
34
  import { UploadArchiveCommandInput, UploadArchiveCommandOutput } from "../commands/UploadArchiveCommand";
35
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 & __SdkStreamSerdeContext) => 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>;
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>;