@aws-sdk/client-cloudhsm 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/CloudHSM.d.ts +364 -105
- package/dist-types/ts3.4/CloudHSMClient.d.ts +249 -93
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateHapgCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateHsmCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateLunaClientCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteHapgCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteHsmCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteLunaClientCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeHapgCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeHsmCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeLunaClientCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListAvailableZonesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListHapgsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListHsmsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListLunaClientsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ModifyHapgCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyHsmCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyLunaClientCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +20 -20
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/CloudHSMServiceException.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 +478 -433
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +245 -62
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,433 +1,478 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { CloudHSMServiceException as __BaseException } from "./CloudHSMServiceException";
|
|
3
|
-
|
|
4
|
-
export interface Tag {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
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
|
-
export interface CreateHsmResponse {
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
export interface
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
export interface
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
export interface
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
export interface
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
export interface
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
export
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
export
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
export
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { CloudHSMServiceException as __BaseException } from "./CloudHSMServiceException";
|
|
3
|
+
|
|
4
|
+
export interface Tag {
|
|
5
|
+
Key: string | undefined;
|
|
6
|
+
|
|
7
|
+
Value: string | undefined;
|
|
8
|
+
}
|
|
9
|
+
export interface AddTagsToResourceRequest {
|
|
10
|
+
ResourceArn: string | undefined;
|
|
11
|
+
|
|
12
|
+
TagList: Tag[] | undefined;
|
|
13
|
+
}
|
|
14
|
+
export interface AddTagsToResourceResponse {
|
|
15
|
+
Status: string | undefined;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export declare class CloudHsmInternalException extends __BaseException {
|
|
19
|
+
readonly name: "CloudHsmInternalException";
|
|
20
|
+
readonly $fault: "server";
|
|
21
|
+
|
|
22
|
+
retryable?: boolean;
|
|
23
|
+
|
|
24
|
+
constructor(
|
|
25
|
+
opts: __ExceptionOptionType<CloudHsmInternalException, __BaseException>
|
|
26
|
+
);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export declare class CloudHsmServiceException extends __BaseException {
|
|
30
|
+
readonly name: "CloudHsmServiceException";
|
|
31
|
+
readonly $fault: "client";
|
|
32
|
+
|
|
33
|
+
retryable?: boolean;
|
|
34
|
+
|
|
35
|
+
constructor(
|
|
36
|
+
opts: __ExceptionOptionType<CloudHsmServiceException, __BaseException>
|
|
37
|
+
);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
41
|
+
readonly name: "InvalidRequestException";
|
|
42
|
+
readonly $fault: "client";
|
|
43
|
+
|
|
44
|
+
retryable?: boolean;
|
|
45
|
+
|
|
46
|
+
constructor(
|
|
47
|
+
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
48
|
+
);
|
|
49
|
+
}
|
|
50
|
+
export declare enum ClientVersion {
|
|
51
|
+
FIVE_ONE = "5.1",
|
|
52
|
+
FIVE_THREE = "5.3",
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export interface CreateHapgRequest {
|
|
56
|
+
Label: string | undefined;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export interface CreateHapgResponse {
|
|
60
|
+
HapgArn?: string;
|
|
61
|
+
}
|
|
62
|
+
export declare enum SubscriptionType {
|
|
63
|
+
PRODUCTION = "PRODUCTION",
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
export interface CreateHsmRequest {
|
|
67
|
+
SubnetId: string | undefined;
|
|
68
|
+
|
|
69
|
+
SshKey: string | undefined;
|
|
70
|
+
|
|
71
|
+
EniIp?: string;
|
|
72
|
+
|
|
73
|
+
IamRoleArn: string | undefined;
|
|
74
|
+
|
|
75
|
+
ExternalId?: string;
|
|
76
|
+
|
|
77
|
+
SubscriptionType: SubscriptionType | string | undefined;
|
|
78
|
+
|
|
79
|
+
ClientToken?: string;
|
|
80
|
+
|
|
81
|
+
SyslogIp?: string;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export interface CreateHsmResponse {
|
|
85
|
+
HsmArn?: string;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export interface CreateLunaClientRequest {
|
|
89
|
+
Label?: string;
|
|
90
|
+
|
|
91
|
+
Certificate: string | undefined;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
export interface CreateLunaClientResponse {
|
|
95
|
+
ClientArn?: string;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
export interface DeleteHapgRequest {
|
|
99
|
+
HapgArn: string | undefined;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
export interface DeleteHapgResponse {
|
|
103
|
+
Status: string | undefined;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
export interface DeleteHsmRequest {
|
|
107
|
+
HsmArn: string | undefined;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
export interface DeleteHsmResponse {
|
|
111
|
+
Status: string | undefined;
|
|
112
|
+
}
|
|
113
|
+
export interface DeleteLunaClientRequest {
|
|
114
|
+
ClientArn: string | undefined;
|
|
115
|
+
}
|
|
116
|
+
export interface DeleteLunaClientResponse {
|
|
117
|
+
Status: string | undefined;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
export interface DescribeHapgRequest {
|
|
121
|
+
HapgArn: string | undefined;
|
|
122
|
+
}
|
|
123
|
+
export declare enum CloudHsmObjectState {
|
|
124
|
+
DEGRADED = "DEGRADED",
|
|
125
|
+
READY = "READY",
|
|
126
|
+
UPDATING = "UPDATING",
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
export interface DescribeHapgResponse {
|
|
130
|
+
HapgArn?: string;
|
|
131
|
+
|
|
132
|
+
HapgSerial?: string;
|
|
133
|
+
|
|
134
|
+
HsmsLastActionFailed?: string[];
|
|
135
|
+
|
|
136
|
+
HsmsPendingDeletion?: string[];
|
|
137
|
+
|
|
138
|
+
HsmsPendingRegistration?: string[];
|
|
139
|
+
|
|
140
|
+
Label?: string;
|
|
141
|
+
|
|
142
|
+
LastModifiedTimestamp?: string;
|
|
143
|
+
|
|
144
|
+
PartitionSerialList?: string[];
|
|
145
|
+
|
|
146
|
+
State?: CloudHsmObjectState | string;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
export interface DescribeHsmRequest {
|
|
150
|
+
HsmArn?: string;
|
|
151
|
+
|
|
152
|
+
HsmSerialNumber?: string;
|
|
153
|
+
}
|
|
154
|
+
export declare enum HsmStatus {
|
|
155
|
+
DEGRADED = "DEGRADED",
|
|
156
|
+
PENDING = "PENDING",
|
|
157
|
+
RUNNING = "RUNNING",
|
|
158
|
+
SUSPENDED = "SUSPENDED",
|
|
159
|
+
TERMINATED = "TERMINATED",
|
|
160
|
+
TERMINATING = "TERMINATING",
|
|
161
|
+
UPDATING = "UPDATING",
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
export interface DescribeHsmResponse {
|
|
165
|
+
HsmArn?: string;
|
|
166
|
+
|
|
167
|
+
Status?: HsmStatus | string;
|
|
168
|
+
|
|
169
|
+
StatusDetails?: string;
|
|
170
|
+
|
|
171
|
+
AvailabilityZone?: string;
|
|
172
|
+
|
|
173
|
+
EniId?: string;
|
|
174
|
+
|
|
175
|
+
EniIp?: string;
|
|
176
|
+
|
|
177
|
+
SubscriptionType?: SubscriptionType | string;
|
|
178
|
+
|
|
179
|
+
SubscriptionStartDate?: string;
|
|
180
|
+
|
|
181
|
+
SubscriptionEndDate?: string;
|
|
182
|
+
|
|
183
|
+
VpcId?: string;
|
|
184
|
+
|
|
185
|
+
SubnetId?: string;
|
|
186
|
+
|
|
187
|
+
IamRoleArn?: string;
|
|
188
|
+
|
|
189
|
+
SerialNumber?: string;
|
|
190
|
+
|
|
191
|
+
VendorName?: string;
|
|
192
|
+
|
|
193
|
+
HsmType?: string;
|
|
194
|
+
|
|
195
|
+
SoftwareVersion?: string;
|
|
196
|
+
|
|
197
|
+
SshPublicKey?: string;
|
|
198
|
+
|
|
199
|
+
SshKeyLastUpdated?: string;
|
|
200
|
+
|
|
201
|
+
ServerCertUri?: string;
|
|
202
|
+
|
|
203
|
+
ServerCertLastUpdated?: string;
|
|
204
|
+
|
|
205
|
+
Partitions?: string[];
|
|
206
|
+
}
|
|
207
|
+
export interface DescribeLunaClientRequest {
|
|
208
|
+
ClientArn?: string;
|
|
209
|
+
|
|
210
|
+
CertificateFingerprint?: string;
|
|
211
|
+
}
|
|
212
|
+
export interface DescribeLunaClientResponse {
|
|
213
|
+
ClientArn?: string;
|
|
214
|
+
|
|
215
|
+
Certificate?: string;
|
|
216
|
+
|
|
217
|
+
CertificateFingerprint?: string;
|
|
218
|
+
|
|
219
|
+
LastModifiedTimestamp?: string;
|
|
220
|
+
|
|
221
|
+
Label?: string;
|
|
222
|
+
}
|
|
223
|
+
export interface GetConfigRequest {
|
|
224
|
+
ClientArn: string | undefined;
|
|
225
|
+
|
|
226
|
+
ClientVersion: ClientVersion | string | undefined;
|
|
227
|
+
|
|
228
|
+
HapgList: string[] | undefined;
|
|
229
|
+
}
|
|
230
|
+
export interface GetConfigResponse {
|
|
231
|
+
ConfigType?: string;
|
|
232
|
+
|
|
233
|
+
ConfigFile?: string;
|
|
234
|
+
|
|
235
|
+
ConfigCred?: string;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
export interface ListAvailableZonesRequest {}
|
|
239
|
+
export interface ListAvailableZonesResponse {
|
|
240
|
+
AZList?: string[];
|
|
241
|
+
}
|
|
242
|
+
export interface ListHapgsRequest {
|
|
243
|
+
NextToken?: string;
|
|
244
|
+
}
|
|
245
|
+
export interface ListHapgsResponse {
|
|
246
|
+
HapgList: string[] | undefined;
|
|
247
|
+
|
|
248
|
+
NextToken?: string;
|
|
249
|
+
}
|
|
250
|
+
export interface ListHsmsRequest {
|
|
251
|
+
NextToken?: string;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
export interface ListHsmsResponse {
|
|
255
|
+
HsmList?: string[];
|
|
256
|
+
|
|
257
|
+
NextToken?: string;
|
|
258
|
+
}
|
|
259
|
+
export interface ListLunaClientsRequest {
|
|
260
|
+
NextToken?: string;
|
|
261
|
+
}
|
|
262
|
+
export interface ListLunaClientsResponse {
|
|
263
|
+
ClientList: string[] | undefined;
|
|
264
|
+
|
|
265
|
+
NextToken?: string;
|
|
266
|
+
}
|
|
267
|
+
export interface ListTagsForResourceRequest {
|
|
268
|
+
ResourceArn: string | undefined;
|
|
269
|
+
}
|
|
270
|
+
export interface ListTagsForResourceResponse {
|
|
271
|
+
TagList: Tag[] | undefined;
|
|
272
|
+
}
|
|
273
|
+
export interface ModifyHapgRequest {
|
|
274
|
+
HapgArn: string | undefined;
|
|
275
|
+
|
|
276
|
+
Label?: string;
|
|
277
|
+
|
|
278
|
+
PartitionSerialList?: string[];
|
|
279
|
+
}
|
|
280
|
+
export interface ModifyHapgResponse {
|
|
281
|
+
HapgArn?: string;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
export interface ModifyHsmRequest {
|
|
285
|
+
HsmArn: string | undefined;
|
|
286
|
+
|
|
287
|
+
SubnetId?: string;
|
|
288
|
+
|
|
289
|
+
EniIp?: string;
|
|
290
|
+
|
|
291
|
+
IamRoleArn?: string;
|
|
292
|
+
|
|
293
|
+
ExternalId?: string;
|
|
294
|
+
|
|
295
|
+
SyslogIp?: string;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
export interface ModifyHsmResponse {
|
|
299
|
+
HsmArn?: string;
|
|
300
|
+
}
|
|
301
|
+
export interface ModifyLunaClientRequest {
|
|
302
|
+
ClientArn: string | undefined;
|
|
303
|
+
|
|
304
|
+
Certificate: string | undefined;
|
|
305
|
+
}
|
|
306
|
+
export interface ModifyLunaClientResponse {
|
|
307
|
+
ClientArn?: string;
|
|
308
|
+
}
|
|
309
|
+
export interface RemoveTagsFromResourceRequest {
|
|
310
|
+
ResourceArn: string | undefined;
|
|
311
|
+
|
|
312
|
+
TagKeyList: string[] | undefined;
|
|
313
|
+
}
|
|
314
|
+
export interface RemoveTagsFromResourceResponse {
|
|
315
|
+
Status: string | undefined;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
319
|
+
|
|
320
|
+
export declare const AddTagsToResourceRequestFilterSensitiveLog: (
|
|
321
|
+
obj: AddTagsToResourceRequest
|
|
322
|
+
) => any;
|
|
323
|
+
|
|
324
|
+
export declare const AddTagsToResourceResponseFilterSensitiveLog: (
|
|
325
|
+
obj: AddTagsToResourceResponse
|
|
326
|
+
) => any;
|
|
327
|
+
|
|
328
|
+
export declare const CreateHapgRequestFilterSensitiveLog: (
|
|
329
|
+
obj: CreateHapgRequest
|
|
330
|
+
) => any;
|
|
331
|
+
|
|
332
|
+
export declare const CreateHapgResponseFilterSensitiveLog: (
|
|
333
|
+
obj: CreateHapgResponse
|
|
334
|
+
) => any;
|
|
335
|
+
|
|
336
|
+
export declare const CreateHsmRequestFilterSensitiveLog: (
|
|
337
|
+
obj: CreateHsmRequest
|
|
338
|
+
) => any;
|
|
339
|
+
|
|
340
|
+
export declare const CreateHsmResponseFilterSensitiveLog: (
|
|
341
|
+
obj: CreateHsmResponse
|
|
342
|
+
) => any;
|
|
343
|
+
|
|
344
|
+
export declare const CreateLunaClientRequestFilterSensitiveLog: (
|
|
345
|
+
obj: CreateLunaClientRequest
|
|
346
|
+
) => any;
|
|
347
|
+
|
|
348
|
+
export declare const CreateLunaClientResponseFilterSensitiveLog: (
|
|
349
|
+
obj: CreateLunaClientResponse
|
|
350
|
+
) => any;
|
|
351
|
+
|
|
352
|
+
export declare const DeleteHapgRequestFilterSensitiveLog: (
|
|
353
|
+
obj: DeleteHapgRequest
|
|
354
|
+
) => any;
|
|
355
|
+
|
|
356
|
+
export declare const DeleteHapgResponseFilterSensitiveLog: (
|
|
357
|
+
obj: DeleteHapgResponse
|
|
358
|
+
) => any;
|
|
359
|
+
|
|
360
|
+
export declare const DeleteHsmRequestFilterSensitiveLog: (
|
|
361
|
+
obj: DeleteHsmRequest
|
|
362
|
+
) => any;
|
|
363
|
+
|
|
364
|
+
export declare const DeleteHsmResponseFilterSensitiveLog: (
|
|
365
|
+
obj: DeleteHsmResponse
|
|
366
|
+
) => any;
|
|
367
|
+
|
|
368
|
+
export declare const DeleteLunaClientRequestFilterSensitiveLog: (
|
|
369
|
+
obj: DeleteLunaClientRequest
|
|
370
|
+
) => any;
|
|
371
|
+
|
|
372
|
+
export declare const DeleteLunaClientResponseFilterSensitiveLog: (
|
|
373
|
+
obj: DeleteLunaClientResponse
|
|
374
|
+
) => any;
|
|
375
|
+
|
|
376
|
+
export declare const DescribeHapgRequestFilterSensitiveLog: (
|
|
377
|
+
obj: DescribeHapgRequest
|
|
378
|
+
) => any;
|
|
379
|
+
|
|
380
|
+
export declare const DescribeHapgResponseFilterSensitiveLog: (
|
|
381
|
+
obj: DescribeHapgResponse
|
|
382
|
+
) => any;
|
|
383
|
+
|
|
384
|
+
export declare const DescribeHsmRequestFilterSensitiveLog: (
|
|
385
|
+
obj: DescribeHsmRequest
|
|
386
|
+
) => any;
|
|
387
|
+
|
|
388
|
+
export declare const DescribeHsmResponseFilterSensitiveLog: (
|
|
389
|
+
obj: DescribeHsmResponse
|
|
390
|
+
) => any;
|
|
391
|
+
|
|
392
|
+
export declare const DescribeLunaClientRequestFilterSensitiveLog: (
|
|
393
|
+
obj: DescribeLunaClientRequest
|
|
394
|
+
) => any;
|
|
395
|
+
|
|
396
|
+
export declare const DescribeLunaClientResponseFilterSensitiveLog: (
|
|
397
|
+
obj: DescribeLunaClientResponse
|
|
398
|
+
) => any;
|
|
399
|
+
|
|
400
|
+
export declare const GetConfigRequestFilterSensitiveLog: (
|
|
401
|
+
obj: GetConfigRequest
|
|
402
|
+
) => any;
|
|
403
|
+
|
|
404
|
+
export declare const GetConfigResponseFilterSensitiveLog: (
|
|
405
|
+
obj: GetConfigResponse
|
|
406
|
+
) => any;
|
|
407
|
+
|
|
408
|
+
export declare const ListAvailableZonesRequestFilterSensitiveLog: (
|
|
409
|
+
obj: ListAvailableZonesRequest
|
|
410
|
+
) => any;
|
|
411
|
+
|
|
412
|
+
export declare const ListAvailableZonesResponseFilterSensitiveLog: (
|
|
413
|
+
obj: ListAvailableZonesResponse
|
|
414
|
+
) => any;
|
|
415
|
+
|
|
416
|
+
export declare const ListHapgsRequestFilterSensitiveLog: (
|
|
417
|
+
obj: ListHapgsRequest
|
|
418
|
+
) => any;
|
|
419
|
+
|
|
420
|
+
export declare const ListHapgsResponseFilterSensitiveLog: (
|
|
421
|
+
obj: ListHapgsResponse
|
|
422
|
+
) => any;
|
|
423
|
+
|
|
424
|
+
export declare const ListHsmsRequestFilterSensitiveLog: (
|
|
425
|
+
obj: ListHsmsRequest
|
|
426
|
+
) => any;
|
|
427
|
+
|
|
428
|
+
export declare const ListHsmsResponseFilterSensitiveLog: (
|
|
429
|
+
obj: ListHsmsResponse
|
|
430
|
+
) => any;
|
|
431
|
+
|
|
432
|
+
export declare const ListLunaClientsRequestFilterSensitiveLog: (
|
|
433
|
+
obj: ListLunaClientsRequest
|
|
434
|
+
) => any;
|
|
435
|
+
|
|
436
|
+
export declare const ListLunaClientsResponseFilterSensitiveLog: (
|
|
437
|
+
obj: ListLunaClientsResponse
|
|
438
|
+
) => any;
|
|
439
|
+
|
|
440
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
441
|
+
obj: ListTagsForResourceRequest
|
|
442
|
+
) => any;
|
|
443
|
+
|
|
444
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
445
|
+
obj: ListTagsForResourceResponse
|
|
446
|
+
) => any;
|
|
447
|
+
|
|
448
|
+
export declare const ModifyHapgRequestFilterSensitiveLog: (
|
|
449
|
+
obj: ModifyHapgRequest
|
|
450
|
+
) => any;
|
|
451
|
+
|
|
452
|
+
export declare const ModifyHapgResponseFilterSensitiveLog: (
|
|
453
|
+
obj: ModifyHapgResponse
|
|
454
|
+
) => any;
|
|
455
|
+
|
|
456
|
+
export declare const ModifyHsmRequestFilterSensitiveLog: (
|
|
457
|
+
obj: ModifyHsmRequest
|
|
458
|
+
) => any;
|
|
459
|
+
|
|
460
|
+
export declare const ModifyHsmResponseFilterSensitiveLog: (
|
|
461
|
+
obj: ModifyHsmResponse
|
|
462
|
+
) => any;
|
|
463
|
+
|
|
464
|
+
export declare const ModifyLunaClientRequestFilterSensitiveLog: (
|
|
465
|
+
obj: ModifyLunaClientRequest
|
|
466
|
+
) => any;
|
|
467
|
+
|
|
468
|
+
export declare const ModifyLunaClientResponseFilterSensitiveLog: (
|
|
469
|
+
obj: ModifyLunaClientResponse
|
|
470
|
+
) => any;
|
|
471
|
+
|
|
472
|
+
export declare const RemoveTagsFromResourceRequestFilterSensitiveLog: (
|
|
473
|
+
obj: RemoveTagsFromResourceRequest
|
|
474
|
+
) => any;
|
|
475
|
+
|
|
476
|
+
export declare const RemoveTagsFromResourceResponseFilterSensitiveLog: (
|
|
477
|
+
obj: RemoveTagsFromResourceResponse
|
|
478
|
+
) => any;
|