@aws-sdk/client-glacier 3.169.0 → 3.170.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/dist-types/ts3.4/Glacier.d.ts +598 -170
- package/dist-types/ts3.4/GlacierClient.d.ts +336 -114
- package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/AbortVaultLockCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AddTagsToVaultCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CompleteVaultLockCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateVaultCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteVaultAccessPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteVaultCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteVaultNotificationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeVaultCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDataRetrievalPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetJobOutputCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetVaultAccessPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetVaultLockCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetVaultNotificationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/InitiateJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/InitiateMultipartUploadCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/InitiateVaultLockCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListProvisionedCapacityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForVaultCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListVaultsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PurchaseProvisionedCapacityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveTagsFromVaultCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/SetDataRetrievalPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SetVaultAccessPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SetVaultNotificationsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UploadArchiveCommand.d.ts +43 -24
- package/dist-types/ts3.4/commands/UploadMultipartPartCommand.d.ts +46 -24
- package/dist-types/ts3.4/commands/index.d.ts +33 -33
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/GlacierServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1700 -335
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMultipartUploadsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVaultsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +401 -101
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +73 -45
- package/dist-types/ts3.4/runtimeConfig.d.ts +73 -45
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +74 -44
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForVaultExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForVaultNotExists.d.ts +13 -7
- package/package.json +38 -38
|
@@ -1,114 +1,336 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
}
|
|
114
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
HttpRequest as __HttpRequest,
|
|
38
|
+
Logger as __Logger,
|
|
39
|
+
Provider as __Provider,
|
|
40
|
+
Provider,
|
|
41
|
+
RegionInfoProvider,
|
|
42
|
+
StreamCollector as __StreamCollector,
|
|
43
|
+
UrlParser as __UrlParser,
|
|
44
|
+
UserAgent as __UserAgent,
|
|
45
|
+
} from "@aws-sdk/types";
|
|
46
|
+
import {
|
|
47
|
+
AbortMultipartUploadCommandInput,
|
|
48
|
+
AbortMultipartUploadCommandOutput,
|
|
49
|
+
} from "./commands/AbortMultipartUploadCommand";
|
|
50
|
+
import {
|
|
51
|
+
AbortVaultLockCommandInput,
|
|
52
|
+
AbortVaultLockCommandOutput,
|
|
53
|
+
} from "./commands/AbortVaultLockCommand";
|
|
54
|
+
import {
|
|
55
|
+
AddTagsToVaultCommandInput,
|
|
56
|
+
AddTagsToVaultCommandOutput,
|
|
57
|
+
} from "./commands/AddTagsToVaultCommand";
|
|
58
|
+
import {
|
|
59
|
+
CompleteMultipartUploadCommandInput,
|
|
60
|
+
CompleteMultipartUploadCommandOutput,
|
|
61
|
+
} from "./commands/CompleteMultipartUploadCommand";
|
|
62
|
+
import {
|
|
63
|
+
CompleteVaultLockCommandInput,
|
|
64
|
+
CompleteVaultLockCommandOutput,
|
|
65
|
+
} from "./commands/CompleteVaultLockCommand";
|
|
66
|
+
import {
|
|
67
|
+
CreateVaultCommandInput,
|
|
68
|
+
CreateVaultCommandOutput,
|
|
69
|
+
} from "./commands/CreateVaultCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteArchiveCommandInput,
|
|
72
|
+
DeleteArchiveCommandOutput,
|
|
73
|
+
} from "./commands/DeleteArchiveCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteVaultAccessPolicyCommandInput,
|
|
76
|
+
DeleteVaultAccessPolicyCommandOutput,
|
|
77
|
+
} from "./commands/DeleteVaultAccessPolicyCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeleteVaultCommandInput,
|
|
80
|
+
DeleteVaultCommandOutput,
|
|
81
|
+
} from "./commands/DeleteVaultCommand";
|
|
82
|
+
import {
|
|
83
|
+
DeleteVaultNotificationsCommandInput,
|
|
84
|
+
DeleteVaultNotificationsCommandOutput,
|
|
85
|
+
} from "./commands/DeleteVaultNotificationsCommand";
|
|
86
|
+
import {
|
|
87
|
+
DescribeJobCommandInput,
|
|
88
|
+
DescribeJobCommandOutput,
|
|
89
|
+
} from "./commands/DescribeJobCommand";
|
|
90
|
+
import {
|
|
91
|
+
DescribeVaultCommandInput,
|
|
92
|
+
DescribeVaultCommandOutput,
|
|
93
|
+
} from "./commands/DescribeVaultCommand";
|
|
94
|
+
import {
|
|
95
|
+
GetDataRetrievalPolicyCommandInput,
|
|
96
|
+
GetDataRetrievalPolicyCommandOutput,
|
|
97
|
+
} from "./commands/GetDataRetrievalPolicyCommand";
|
|
98
|
+
import {
|
|
99
|
+
GetJobOutputCommandInput,
|
|
100
|
+
GetJobOutputCommandOutput,
|
|
101
|
+
} from "./commands/GetJobOutputCommand";
|
|
102
|
+
import {
|
|
103
|
+
GetVaultAccessPolicyCommandInput,
|
|
104
|
+
GetVaultAccessPolicyCommandOutput,
|
|
105
|
+
} from "./commands/GetVaultAccessPolicyCommand";
|
|
106
|
+
import {
|
|
107
|
+
GetVaultLockCommandInput,
|
|
108
|
+
GetVaultLockCommandOutput,
|
|
109
|
+
} from "./commands/GetVaultLockCommand";
|
|
110
|
+
import {
|
|
111
|
+
GetVaultNotificationsCommandInput,
|
|
112
|
+
GetVaultNotificationsCommandOutput,
|
|
113
|
+
} from "./commands/GetVaultNotificationsCommand";
|
|
114
|
+
import {
|
|
115
|
+
InitiateJobCommandInput,
|
|
116
|
+
InitiateJobCommandOutput,
|
|
117
|
+
} from "./commands/InitiateJobCommand";
|
|
118
|
+
import {
|
|
119
|
+
InitiateMultipartUploadCommandInput,
|
|
120
|
+
InitiateMultipartUploadCommandOutput,
|
|
121
|
+
} from "./commands/InitiateMultipartUploadCommand";
|
|
122
|
+
import {
|
|
123
|
+
InitiateVaultLockCommandInput,
|
|
124
|
+
InitiateVaultLockCommandOutput,
|
|
125
|
+
} from "./commands/InitiateVaultLockCommand";
|
|
126
|
+
import {
|
|
127
|
+
ListJobsCommandInput,
|
|
128
|
+
ListJobsCommandOutput,
|
|
129
|
+
} from "./commands/ListJobsCommand";
|
|
130
|
+
import {
|
|
131
|
+
ListMultipartUploadsCommandInput,
|
|
132
|
+
ListMultipartUploadsCommandOutput,
|
|
133
|
+
} from "./commands/ListMultipartUploadsCommand";
|
|
134
|
+
import {
|
|
135
|
+
ListPartsCommandInput,
|
|
136
|
+
ListPartsCommandOutput,
|
|
137
|
+
} from "./commands/ListPartsCommand";
|
|
138
|
+
import {
|
|
139
|
+
ListProvisionedCapacityCommandInput,
|
|
140
|
+
ListProvisionedCapacityCommandOutput,
|
|
141
|
+
} from "./commands/ListProvisionedCapacityCommand";
|
|
142
|
+
import {
|
|
143
|
+
ListTagsForVaultCommandInput,
|
|
144
|
+
ListTagsForVaultCommandOutput,
|
|
145
|
+
} from "./commands/ListTagsForVaultCommand";
|
|
146
|
+
import {
|
|
147
|
+
ListVaultsCommandInput,
|
|
148
|
+
ListVaultsCommandOutput,
|
|
149
|
+
} from "./commands/ListVaultsCommand";
|
|
150
|
+
import {
|
|
151
|
+
PurchaseProvisionedCapacityCommandInput,
|
|
152
|
+
PurchaseProvisionedCapacityCommandOutput,
|
|
153
|
+
} from "./commands/PurchaseProvisionedCapacityCommand";
|
|
154
|
+
import {
|
|
155
|
+
RemoveTagsFromVaultCommandInput,
|
|
156
|
+
RemoveTagsFromVaultCommandOutput,
|
|
157
|
+
} from "./commands/RemoveTagsFromVaultCommand";
|
|
158
|
+
import {
|
|
159
|
+
SetDataRetrievalPolicyCommandInput,
|
|
160
|
+
SetDataRetrievalPolicyCommandOutput,
|
|
161
|
+
} from "./commands/SetDataRetrievalPolicyCommand";
|
|
162
|
+
import {
|
|
163
|
+
SetVaultAccessPolicyCommandInput,
|
|
164
|
+
SetVaultAccessPolicyCommandOutput,
|
|
165
|
+
} from "./commands/SetVaultAccessPolicyCommand";
|
|
166
|
+
import {
|
|
167
|
+
SetVaultNotificationsCommandInput,
|
|
168
|
+
SetVaultNotificationsCommandOutput,
|
|
169
|
+
} from "./commands/SetVaultNotificationsCommand";
|
|
170
|
+
import {
|
|
171
|
+
UploadArchiveCommandInput,
|
|
172
|
+
UploadArchiveCommandOutput,
|
|
173
|
+
} from "./commands/UploadArchiveCommand";
|
|
174
|
+
import {
|
|
175
|
+
UploadMultipartPartCommandInput,
|
|
176
|
+
UploadMultipartPartCommandOutput,
|
|
177
|
+
} from "./commands/UploadMultipartPartCommand";
|
|
178
|
+
export declare type ServiceInputTypes =
|
|
179
|
+
| AbortMultipartUploadCommandInput
|
|
180
|
+
| AbortVaultLockCommandInput
|
|
181
|
+
| AddTagsToVaultCommandInput
|
|
182
|
+
| CompleteMultipartUploadCommandInput
|
|
183
|
+
| CompleteVaultLockCommandInput
|
|
184
|
+
| CreateVaultCommandInput
|
|
185
|
+
| DeleteArchiveCommandInput
|
|
186
|
+
| DeleteVaultAccessPolicyCommandInput
|
|
187
|
+
| DeleteVaultCommandInput
|
|
188
|
+
| DeleteVaultNotificationsCommandInput
|
|
189
|
+
| DescribeJobCommandInput
|
|
190
|
+
| DescribeVaultCommandInput
|
|
191
|
+
| GetDataRetrievalPolicyCommandInput
|
|
192
|
+
| GetJobOutputCommandInput
|
|
193
|
+
| GetVaultAccessPolicyCommandInput
|
|
194
|
+
| GetVaultLockCommandInput
|
|
195
|
+
| GetVaultNotificationsCommandInput
|
|
196
|
+
| InitiateJobCommandInput
|
|
197
|
+
| InitiateMultipartUploadCommandInput
|
|
198
|
+
| InitiateVaultLockCommandInput
|
|
199
|
+
| ListJobsCommandInput
|
|
200
|
+
| ListMultipartUploadsCommandInput
|
|
201
|
+
| ListPartsCommandInput
|
|
202
|
+
| ListProvisionedCapacityCommandInput
|
|
203
|
+
| ListTagsForVaultCommandInput
|
|
204
|
+
| ListVaultsCommandInput
|
|
205
|
+
| PurchaseProvisionedCapacityCommandInput
|
|
206
|
+
| RemoveTagsFromVaultCommandInput
|
|
207
|
+
| SetDataRetrievalPolicyCommandInput
|
|
208
|
+
| SetVaultAccessPolicyCommandInput
|
|
209
|
+
| SetVaultNotificationsCommandInput
|
|
210
|
+
| UploadArchiveCommandInput
|
|
211
|
+
| UploadMultipartPartCommandInput;
|
|
212
|
+
export declare type ServiceOutputTypes =
|
|
213
|
+
| AbortMultipartUploadCommandOutput
|
|
214
|
+
| AbortVaultLockCommandOutput
|
|
215
|
+
| AddTagsToVaultCommandOutput
|
|
216
|
+
| CompleteMultipartUploadCommandOutput
|
|
217
|
+
| CompleteVaultLockCommandOutput
|
|
218
|
+
| CreateVaultCommandOutput
|
|
219
|
+
| DeleteArchiveCommandOutput
|
|
220
|
+
| DeleteVaultAccessPolicyCommandOutput
|
|
221
|
+
| DeleteVaultCommandOutput
|
|
222
|
+
| DeleteVaultNotificationsCommandOutput
|
|
223
|
+
| DescribeJobCommandOutput
|
|
224
|
+
| DescribeVaultCommandOutput
|
|
225
|
+
| GetDataRetrievalPolicyCommandOutput
|
|
226
|
+
| GetJobOutputCommandOutput
|
|
227
|
+
| GetVaultAccessPolicyCommandOutput
|
|
228
|
+
| GetVaultLockCommandOutput
|
|
229
|
+
| GetVaultNotificationsCommandOutput
|
|
230
|
+
| InitiateJobCommandOutput
|
|
231
|
+
| InitiateMultipartUploadCommandOutput
|
|
232
|
+
| InitiateVaultLockCommandOutput
|
|
233
|
+
| ListJobsCommandOutput
|
|
234
|
+
| ListMultipartUploadsCommandOutput
|
|
235
|
+
| ListPartsCommandOutput
|
|
236
|
+
| ListProvisionedCapacityCommandOutput
|
|
237
|
+
| ListTagsForVaultCommandOutput
|
|
238
|
+
| ListVaultsCommandOutput
|
|
239
|
+
| PurchaseProvisionedCapacityCommandOutput
|
|
240
|
+
| RemoveTagsFromVaultCommandOutput
|
|
241
|
+
| SetDataRetrievalPolicyCommandOutput
|
|
242
|
+
| SetVaultAccessPolicyCommandOutput
|
|
243
|
+
| SetVaultNotificationsCommandOutput
|
|
244
|
+
| UploadArchiveCommandOutput
|
|
245
|
+
| UploadMultipartPartCommandOutput;
|
|
246
|
+
export interface ClientDefaults
|
|
247
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
248
|
+
requestHandler?: __HttpHandler;
|
|
249
|
+
|
|
250
|
+
sha256?: __HashConstructor;
|
|
251
|
+
|
|
252
|
+
urlParser?: __UrlParser;
|
|
253
|
+
|
|
254
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
255
|
+
|
|
256
|
+
streamCollector?: __StreamCollector;
|
|
257
|
+
|
|
258
|
+
base64Decoder?: __Decoder;
|
|
259
|
+
|
|
260
|
+
base64Encoder?: __Encoder;
|
|
261
|
+
|
|
262
|
+
utf8Decoder?: __Decoder;
|
|
263
|
+
|
|
264
|
+
utf8Encoder?: __Encoder;
|
|
265
|
+
|
|
266
|
+
runtime?: string;
|
|
267
|
+
|
|
268
|
+
disableHostPrefix?: boolean;
|
|
269
|
+
|
|
270
|
+
maxAttempts?: number | __Provider<number>;
|
|
271
|
+
|
|
272
|
+
retryMode?: string | __Provider<string>;
|
|
273
|
+
|
|
274
|
+
logger?: __Logger;
|
|
275
|
+
|
|
276
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
277
|
+
|
|
278
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
279
|
+
|
|
280
|
+
serviceId?: string;
|
|
281
|
+
|
|
282
|
+
region?: string | __Provider<string>;
|
|
283
|
+
|
|
284
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
285
|
+
|
|
286
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
287
|
+
|
|
288
|
+
bodyChecksumGenerator?: (
|
|
289
|
+
request: __HttpRequest,
|
|
290
|
+
options: {
|
|
291
|
+
sha256: __HashConstructor;
|
|
292
|
+
utf8Decoder: __Decoder;
|
|
293
|
+
}
|
|
294
|
+
) => Promise<[string, string]>;
|
|
295
|
+
|
|
296
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
297
|
+
|
|
298
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
299
|
+
}
|
|
300
|
+
declare type GlacierClientConfigType = Partial<
|
|
301
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
302
|
+
> &
|
|
303
|
+
ClientDefaults &
|
|
304
|
+
RegionInputConfig &
|
|
305
|
+
EndpointsInputConfig &
|
|
306
|
+
RetryInputConfig &
|
|
307
|
+
HostHeaderInputConfig &
|
|
308
|
+
AwsAuthInputConfig &
|
|
309
|
+
UserAgentInputConfig;
|
|
310
|
+
|
|
311
|
+
export interface GlacierClientConfig extends GlacierClientConfigType {}
|
|
312
|
+
declare type GlacierClientResolvedConfigType =
|
|
313
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
314
|
+
Required<ClientDefaults> &
|
|
315
|
+
RegionResolvedConfig &
|
|
316
|
+
EndpointsResolvedConfig &
|
|
317
|
+
RetryResolvedConfig &
|
|
318
|
+
HostHeaderResolvedConfig &
|
|
319
|
+
AwsAuthResolvedConfig &
|
|
320
|
+
UserAgentResolvedConfig;
|
|
321
|
+
|
|
322
|
+
export interface GlacierClientResolvedConfig
|
|
323
|
+
extends GlacierClientResolvedConfigType {}
|
|
324
|
+
|
|
325
|
+
export declare class GlacierClient extends __Client<
|
|
326
|
+
__HttpHandlerOptions,
|
|
327
|
+
ServiceInputTypes,
|
|
328
|
+
ServiceOutputTypes,
|
|
329
|
+
GlacierClientResolvedConfig
|
|
330
|
+
> {
|
|
331
|
+
readonly config: GlacierClientResolvedConfig;
|
|
332
|
+
constructor(configuration: GlacierClientConfig);
|
|
333
|
+
|
|
334
|
+
destroy(): void;
|
|
335
|
+
}
|
|
336
|
+
export {};
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlacierClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlacierClient";
|
|
13
|
+
import { AbortMultipartUploadInput } from "../models/models_0";
|
|
14
|
+
export interface AbortMultipartUploadCommandInput
|
|
15
|
+
extends AbortMultipartUploadInput {}
|
|
16
|
+
export interface AbortMultipartUploadCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class AbortMultipartUploadCommand extends $Command<
|
|
19
|
+
AbortMultipartUploadCommandInput,
|
|
20
|
+
AbortMultipartUploadCommandOutput,
|
|
21
|
+
GlacierClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: AbortMultipartUploadCommandInput;
|
|
24
|
+
constructor(input: AbortMultipartUploadCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: GlacierClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
AbortMultipartUploadCommandInput,
|
|
32
|
+
AbortMultipartUploadCommandOutput
|
|
33
|
+
>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlacierClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlacierClient";
|
|
13
|
+
import { AbortVaultLockInput } from "../models/models_0";
|
|
14
|
+
export interface AbortVaultLockCommandInput extends AbortVaultLockInput {}
|
|
15
|
+
export interface AbortVaultLockCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class AbortVaultLockCommand extends $Command<
|
|
18
|
+
AbortVaultLockCommandInput,
|
|
19
|
+
AbortVaultLockCommandOutput,
|
|
20
|
+
GlacierClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: AbortVaultLockCommandInput;
|
|
23
|
+
constructor(input: AbortVaultLockCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: GlacierClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<AbortVaultLockCommandInput, AbortVaultLockCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlacierClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlacierClient";
|
|
13
|
+
import { AddTagsToVaultInput } from "../models/models_0";
|
|
14
|
+
export interface AddTagsToVaultCommandInput extends AddTagsToVaultInput {}
|
|
15
|
+
export interface AddTagsToVaultCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class AddTagsToVaultCommand extends $Command<
|
|
18
|
+
AddTagsToVaultCommandInput,
|
|
19
|
+
AddTagsToVaultCommandOutput,
|
|
20
|
+
GlacierClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: AddTagsToVaultCommandInput;
|
|
23
|
+
constructor(input: AddTagsToVaultCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: GlacierClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<AddTagsToVaultCommandInput, AddTagsToVaultCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|