@aws-sdk/client-secrets-manager 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/SecretsManager.d.ts +400 -115
- package/dist-types/ts3.4/SecretsManagerClient.d.ts +262 -95
- package/dist-types/ts3.4/commands/CancelRotateSecretCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateSecretCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSecretCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeSecretCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetRandomPasswordCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSecretValueCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListSecretVersionIdsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSecretsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutSecretValueCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveRegionsFromReplicationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ReplicateSecretToRegionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RestoreSecretCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RotateSecretCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopReplicationToReplicaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateSecretCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateSecretVersionStageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ValidateResourcePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +22 -22
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SecretsManagerServiceException.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 +745 -670
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListSecretVersionIdsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSecretsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +3 -3
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +269 -68
- 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,670 +1,745 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { SecretsManagerServiceException as __BaseException } from "./SecretsManagerServiceException";
|
|
3
|
-
|
|
4
|
-
export interface ReplicaRegionType {
|
|
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
|
-
|
|
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
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
export declare class
|
|
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
|
-
|
|
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
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
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
|
-
export declare class PublicPolicyException extends __BaseException {
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
}
|
|
416
|
-
export interface PutSecretValueRequest {
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
}
|
|
458
|
-
export interface
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
export
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
export
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { SecretsManagerServiceException as __BaseException } from "./SecretsManagerServiceException";
|
|
3
|
+
|
|
4
|
+
export interface ReplicaRegionType {
|
|
5
|
+
Region?: string;
|
|
6
|
+
|
|
7
|
+
KmsKeyId?: string;
|
|
8
|
+
}
|
|
9
|
+
export interface CancelRotateSecretRequest {
|
|
10
|
+
SecretId: string | undefined;
|
|
11
|
+
}
|
|
12
|
+
export interface CancelRotateSecretResponse {
|
|
13
|
+
ARN?: string;
|
|
14
|
+
|
|
15
|
+
Name?: string;
|
|
16
|
+
|
|
17
|
+
VersionId?: string;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export declare class InternalServiceError extends __BaseException {
|
|
21
|
+
readonly name: "InternalServiceError";
|
|
22
|
+
readonly $fault: "server";
|
|
23
|
+
Message?: string;
|
|
24
|
+
|
|
25
|
+
constructor(
|
|
26
|
+
opts: __ExceptionOptionType<InternalServiceError, __BaseException>
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export declare class InvalidParameterException extends __BaseException {
|
|
31
|
+
readonly name: "InvalidParameterException";
|
|
32
|
+
readonly $fault: "client";
|
|
33
|
+
Message?: string;
|
|
34
|
+
|
|
35
|
+
constructor(
|
|
36
|
+
opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
|
|
37
|
+
);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
41
|
+
readonly name: "InvalidRequestException";
|
|
42
|
+
readonly $fault: "client";
|
|
43
|
+
Message?: string;
|
|
44
|
+
|
|
45
|
+
constructor(
|
|
46
|
+
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
47
|
+
);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
51
|
+
readonly name: "ResourceNotFoundException";
|
|
52
|
+
readonly $fault: "client";
|
|
53
|
+
Message?: string;
|
|
54
|
+
|
|
55
|
+
constructor(
|
|
56
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
57
|
+
);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export interface Tag {
|
|
61
|
+
Key?: string;
|
|
62
|
+
|
|
63
|
+
Value?: string;
|
|
64
|
+
}
|
|
65
|
+
export interface CreateSecretRequest {
|
|
66
|
+
Name: string | undefined;
|
|
67
|
+
|
|
68
|
+
ClientRequestToken?: string;
|
|
69
|
+
|
|
70
|
+
Description?: string;
|
|
71
|
+
|
|
72
|
+
KmsKeyId?: string;
|
|
73
|
+
|
|
74
|
+
SecretBinary?: Uint8Array;
|
|
75
|
+
|
|
76
|
+
SecretString?: string;
|
|
77
|
+
|
|
78
|
+
Tags?: Tag[];
|
|
79
|
+
|
|
80
|
+
AddReplicaRegions?: ReplicaRegionType[];
|
|
81
|
+
|
|
82
|
+
ForceOverwriteReplicaSecret?: boolean;
|
|
83
|
+
}
|
|
84
|
+
export declare enum StatusType {
|
|
85
|
+
Failed = "Failed",
|
|
86
|
+
InProgress = "InProgress",
|
|
87
|
+
InSync = "InSync",
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export interface ReplicationStatusType {
|
|
91
|
+
Region?: string;
|
|
92
|
+
|
|
93
|
+
KmsKeyId?: string;
|
|
94
|
+
|
|
95
|
+
Status?: StatusType | string;
|
|
96
|
+
|
|
97
|
+
StatusMessage?: string;
|
|
98
|
+
|
|
99
|
+
LastAccessedDate?: Date;
|
|
100
|
+
}
|
|
101
|
+
export interface CreateSecretResponse {
|
|
102
|
+
ARN?: string;
|
|
103
|
+
|
|
104
|
+
Name?: string;
|
|
105
|
+
|
|
106
|
+
VersionId?: string;
|
|
107
|
+
|
|
108
|
+
ReplicationStatus?: ReplicationStatusType[];
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
export declare class DecryptionFailure extends __BaseException {
|
|
112
|
+
readonly name: "DecryptionFailure";
|
|
113
|
+
readonly $fault: "client";
|
|
114
|
+
Message?: string;
|
|
115
|
+
|
|
116
|
+
constructor(opts: __ExceptionOptionType<DecryptionFailure, __BaseException>);
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
export declare class EncryptionFailure extends __BaseException {
|
|
120
|
+
readonly name: "EncryptionFailure";
|
|
121
|
+
readonly $fault: "client";
|
|
122
|
+
Message?: string;
|
|
123
|
+
|
|
124
|
+
constructor(opts: __ExceptionOptionType<EncryptionFailure, __BaseException>);
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
export declare class LimitExceededException extends __BaseException {
|
|
128
|
+
readonly name: "LimitExceededException";
|
|
129
|
+
readonly $fault: "client";
|
|
130
|
+
Message?: string;
|
|
131
|
+
|
|
132
|
+
constructor(
|
|
133
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
134
|
+
);
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
export declare class MalformedPolicyDocumentException extends __BaseException {
|
|
138
|
+
readonly name: "MalformedPolicyDocumentException";
|
|
139
|
+
readonly $fault: "client";
|
|
140
|
+
Message?: string;
|
|
141
|
+
|
|
142
|
+
constructor(
|
|
143
|
+
opts: __ExceptionOptionType<
|
|
144
|
+
MalformedPolicyDocumentException,
|
|
145
|
+
__BaseException
|
|
146
|
+
>
|
|
147
|
+
);
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
export declare class PreconditionNotMetException extends __BaseException {
|
|
151
|
+
readonly name: "PreconditionNotMetException";
|
|
152
|
+
readonly $fault: "client";
|
|
153
|
+
Message?: string;
|
|
154
|
+
|
|
155
|
+
constructor(
|
|
156
|
+
opts: __ExceptionOptionType<PreconditionNotMetException, __BaseException>
|
|
157
|
+
);
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
export declare class ResourceExistsException extends __BaseException {
|
|
161
|
+
readonly name: "ResourceExistsException";
|
|
162
|
+
readonly $fault: "client";
|
|
163
|
+
Message?: string;
|
|
164
|
+
|
|
165
|
+
constructor(
|
|
166
|
+
opts: __ExceptionOptionType<ResourceExistsException, __BaseException>
|
|
167
|
+
);
|
|
168
|
+
}
|
|
169
|
+
export interface DeleteResourcePolicyRequest {
|
|
170
|
+
SecretId: string | undefined;
|
|
171
|
+
}
|
|
172
|
+
export interface DeleteResourcePolicyResponse {
|
|
173
|
+
ARN?: string;
|
|
174
|
+
|
|
175
|
+
Name?: string;
|
|
176
|
+
}
|
|
177
|
+
export interface DeleteSecretRequest {
|
|
178
|
+
SecretId: string | undefined;
|
|
179
|
+
|
|
180
|
+
RecoveryWindowInDays?: number;
|
|
181
|
+
|
|
182
|
+
ForceDeleteWithoutRecovery?: boolean;
|
|
183
|
+
}
|
|
184
|
+
export interface DeleteSecretResponse {
|
|
185
|
+
ARN?: string;
|
|
186
|
+
|
|
187
|
+
Name?: string;
|
|
188
|
+
|
|
189
|
+
DeletionDate?: Date;
|
|
190
|
+
}
|
|
191
|
+
export interface DescribeSecretRequest {
|
|
192
|
+
SecretId: string | undefined;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
export interface RotationRulesType {
|
|
196
|
+
AutomaticallyAfterDays?: number;
|
|
197
|
+
|
|
198
|
+
Duration?: string;
|
|
199
|
+
|
|
200
|
+
ScheduleExpression?: string;
|
|
201
|
+
}
|
|
202
|
+
export interface DescribeSecretResponse {
|
|
203
|
+
ARN?: string;
|
|
204
|
+
|
|
205
|
+
Name?: string;
|
|
206
|
+
|
|
207
|
+
Description?: string;
|
|
208
|
+
|
|
209
|
+
KmsKeyId?: string;
|
|
210
|
+
|
|
211
|
+
RotationEnabled?: boolean;
|
|
212
|
+
|
|
213
|
+
RotationLambdaARN?: string;
|
|
214
|
+
|
|
215
|
+
RotationRules?: RotationRulesType;
|
|
216
|
+
|
|
217
|
+
LastRotatedDate?: Date;
|
|
218
|
+
|
|
219
|
+
LastChangedDate?: Date;
|
|
220
|
+
|
|
221
|
+
LastAccessedDate?: Date;
|
|
222
|
+
|
|
223
|
+
DeletedDate?: Date;
|
|
224
|
+
|
|
225
|
+
Tags?: Tag[];
|
|
226
|
+
|
|
227
|
+
VersionIdsToStages?: Record<string, string[]>;
|
|
228
|
+
|
|
229
|
+
OwningService?: string;
|
|
230
|
+
|
|
231
|
+
CreatedDate?: Date;
|
|
232
|
+
|
|
233
|
+
PrimaryRegion?: string;
|
|
234
|
+
|
|
235
|
+
ReplicationStatus?: ReplicationStatusType[];
|
|
236
|
+
}
|
|
237
|
+
export declare type FilterNameStringType =
|
|
238
|
+
| "all"
|
|
239
|
+
| "description"
|
|
240
|
+
| "name"
|
|
241
|
+
| "primary-region"
|
|
242
|
+
| "tag-key"
|
|
243
|
+
| "tag-value";
|
|
244
|
+
|
|
245
|
+
export interface Filter {
|
|
246
|
+
Key?: FilterNameStringType | string;
|
|
247
|
+
|
|
248
|
+
Values?: string[];
|
|
249
|
+
}
|
|
250
|
+
export interface GetRandomPasswordRequest {
|
|
251
|
+
PasswordLength?: number;
|
|
252
|
+
|
|
253
|
+
ExcludeCharacters?: string;
|
|
254
|
+
|
|
255
|
+
ExcludeNumbers?: boolean;
|
|
256
|
+
|
|
257
|
+
ExcludePunctuation?: boolean;
|
|
258
|
+
|
|
259
|
+
ExcludeUppercase?: boolean;
|
|
260
|
+
|
|
261
|
+
ExcludeLowercase?: boolean;
|
|
262
|
+
|
|
263
|
+
IncludeSpace?: boolean;
|
|
264
|
+
|
|
265
|
+
RequireEachIncludedType?: boolean;
|
|
266
|
+
}
|
|
267
|
+
export interface GetRandomPasswordResponse {
|
|
268
|
+
RandomPassword?: string;
|
|
269
|
+
}
|
|
270
|
+
export interface GetResourcePolicyRequest {
|
|
271
|
+
SecretId: string | undefined;
|
|
272
|
+
}
|
|
273
|
+
export interface GetResourcePolicyResponse {
|
|
274
|
+
ARN?: string;
|
|
275
|
+
|
|
276
|
+
Name?: string;
|
|
277
|
+
|
|
278
|
+
ResourcePolicy?: string;
|
|
279
|
+
}
|
|
280
|
+
export interface GetSecretValueRequest {
|
|
281
|
+
SecretId: string | undefined;
|
|
282
|
+
|
|
283
|
+
VersionId?: string;
|
|
284
|
+
|
|
285
|
+
VersionStage?: string;
|
|
286
|
+
}
|
|
287
|
+
export interface GetSecretValueResponse {
|
|
288
|
+
ARN?: string;
|
|
289
|
+
|
|
290
|
+
Name?: string;
|
|
291
|
+
|
|
292
|
+
VersionId?: string;
|
|
293
|
+
|
|
294
|
+
SecretBinary?: Uint8Array;
|
|
295
|
+
|
|
296
|
+
SecretString?: string;
|
|
297
|
+
|
|
298
|
+
VersionStages?: string[];
|
|
299
|
+
|
|
300
|
+
CreatedDate?: Date;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
export declare class InvalidNextTokenException extends __BaseException {
|
|
304
|
+
readonly name: "InvalidNextTokenException";
|
|
305
|
+
readonly $fault: "client";
|
|
306
|
+
Message?: string;
|
|
307
|
+
|
|
308
|
+
constructor(
|
|
309
|
+
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
310
|
+
);
|
|
311
|
+
}
|
|
312
|
+
export declare enum SortOrderType {
|
|
313
|
+
asc = "asc",
|
|
314
|
+
desc = "desc",
|
|
315
|
+
}
|
|
316
|
+
export interface ListSecretsRequest {
|
|
317
|
+
MaxResults?: number;
|
|
318
|
+
|
|
319
|
+
NextToken?: string;
|
|
320
|
+
|
|
321
|
+
Filters?: Filter[];
|
|
322
|
+
|
|
323
|
+
SortOrder?: SortOrderType | string;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
export interface SecretListEntry {
|
|
327
|
+
ARN?: string;
|
|
328
|
+
|
|
329
|
+
Name?: string;
|
|
330
|
+
|
|
331
|
+
Description?: string;
|
|
332
|
+
|
|
333
|
+
KmsKeyId?: string;
|
|
334
|
+
|
|
335
|
+
RotationEnabled?: boolean;
|
|
336
|
+
|
|
337
|
+
RotationLambdaARN?: string;
|
|
338
|
+
|
|
339
|
+
RotationRules?: RotationRulesType;
|
|
340
|
+
|
|
341
|
+
LastRotatedDate?: Date;
|
|
342
|
+
|
|
343
|
+
LastChangedDate?: Date;
|
|
344
|
+
|
|
345
|
+
LastAccessedDate?: Date;
|
|
346
|
+
|
|
347
|
+
DeletedDate?: Date;
|
|
348
|
+
|
|
349
|
+
Tags?: Tag[];
|
|
350
|
+
|
|
351
|
+
SecretVersionsToStages?: Record<string, string[]>;
|
|
352
|
+
|
|
353
|
+
OwningService?: string;
|
|
354
|
+
|
|
355
|
+
CreatedDate?: Date;
|
|
356
|
+
|
|
357
|
+
PrimaryRegion?: string;
|
|
358
|
+
}
|
|
359
|
+
export interface ListSecretsResponse {
|
|
360
|
+
SecretList?: SecretListEntry[];
|
|
361
|
+
|
|
362
|
+
NextToken?: string;
|
|
363
|
+
}
|
|
364
|
+
export interface ListSecretVersionIdsRequest {
|
|
365
|
+
SecretId: string | undefined;
|
|
366
|
+
|
|
367
|
+
MaxResults?: number;
|
|
368
|
+
|
|
369
|
+
NextToken?: string;
|
|
370
|
+
|
|
371
|
+
IncludeDeprecated?: boolean;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
export interface SecretVersionsListEntry {
|
|
375
|
+
VersionId?: string;
|
|
376
|
+
|
|
377
|
+
VersionStages?: string[];
|
|
378
|
+
|
|
379
|
+
LastAccessedDate?: Date;
|
|
380
|
+
|
|
381
|
+
CreatedDate?: Date;
|
|
382
|
+
|
|
383
|
+
KmsKeyIds?: string[];
|
|
384
|
+
}
|
|
385
|
+
export interface ListSecretVersionIdsResponse {
|
|
386
|
+
Versions?: SecretVersionsListEntry[];
|
|
387
|
+
|
|
388
|
+
NextToken?: string;
|
|
389
|
+
|
|
390
|
+
ARN?: string;
|
|
391
|
+
|
|
392
|
+
Name?: string;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
export declare class PublicPolicyException extends __BaseException {
|
|
396
|
+
readonly name: "PublicPolicyException";
|
|
397
|
+
readonly $fault: "client";
|
|
398
|
+
Message?: string;
|
|
399
|
+
|
|
400
|
+
constructor(
|
|
401
|
+
opts: __ExceptionOptionType<PublicPolicyException, __BaseException>
|
|
402
|
+
);
|
|
403
|
+
}
|
|
404
|
+
export interface PutResourcePolicyRequest {
|
|
405
|
+
SecretId: string | undefined;
|
|
406
|
+
|
|
407
|
+
ResourcePolicy: string | undefined;
|
|
408
|
+
|
|
409
|
+
BlockPublicPolicy?: boolean;
|
|
410
|
+
}
|
|
411
|
+
export interface PutResourcePolicyResponse {
|
|
412
|
+
ARN?: string;
|
|
413
|
+
|
|
414
|
+
Name?: string;
|
|
415
|
+
}
|
|
416
|
+
export interface PutSecretValueRequest {
|
|
417
|
+
SecretId: string | undefined;
|
|
418
|
+
|
|
419
|
+
ClientRequestToken?: string;
|
|
420
|
+
|
|
421
|
+
SecretBinary?: Uint8Array;
|
|
422
|
+
|
|
423
|
+
SecretString?: string;
|
|
424
|
+
|
|
425
|
+
VersionStages?: string[];
|
|
426
|
+
}
|
|
427
|
+
export interface PutSecretValueResponse {
|
|
428
|
+
ARN?: string;
|
|
429
|
+
|
|
430
|
+
Name?: string;
|
|
431
|
+
|
|
432
|
+
VersionId?: string;
|
|
433
|
+
|
|
434
|
+
VersionStages?: string[];
|
|
435
|
+
}
|
|
436
|
+
export interface RemoveRegionsFromReplicationRequest {
|
|
437
|
+
SecretId: string | undefined;
|
|
438
|
+
|
|
439
|
+
RemoveReplicaRegions: string[] | undefined;
|
|
440
|
+
}
|
|
441
|
+
export interface RemoveRegionsFromReplicationResponse {
|
|
442
|
+
ARN?: string;
|
|
443
|
+
|
|
444
|
+
ReplicationStatus?: ReplicationStatusType[];
|
|
445
|
+
}
|
|
446
|
+
export interface ReplicateSecretToRegionsRequest {
|
|
447
|
+
SecretId: string | undefined;
|
|
448
|
+
|
|
449
|
+
AddReplicaRegions: ReplicaRegionType[] | undefined;
|
|
450
|
+
|
|
451
|
+
ForceOverwriteReplicaSecret?: boolean;
|
|
452
|
+
}
|
|
453
|
+
export interface ReplicateSecretToRegionsResponse {
|
|
454
|
+
ARN?: string;
|
|
455
|
+
|
|
456
|
+
ReplicationStatus?: ReplicationStatusType[];
|
|
457
|
+
}
|
|
458
|
+
export interface RestoreSecretRequest {
|
|
459
|
+
SecretId: string | undefined;
|
|
460
|
+
}
|
|
461
|
+
export interface RestoreSecretResponse {
|
|
462
|
+
ARN?: string;
|
|
463
|
+
|
|
464
|
+
Name?: string;
|
|
465
|
+
}
|
|
466
|
+
export interface RotateSecretRequest {
|
|
467
|
+
SecretId: string | undefined;
|
|
468
|
+
|
|
469
|
+
ClientRequestToken?: string;
|
|
470
|
+
|
|
471
|
+
RotationLambdaARN?: string;
|
|
472
|
+
|
|
473
|
+
RotationRules?: RotationRulesType;
|
|
474
|
+
|
|
475
|
+
RotateImmediately?: boolean;
|
|
476
|
+
}
|
|
477
|
+
export interface RotateSecretResponse {
|
|
478
|
+
ARN?: string;
|
|
479
|
+
|
|
480
|
+
Name?: string;
|
|
481
|
+
|
|
482
|
+
VersionId?: string;
|
|
483
|
+
}
|
|
484
|
+
export interface StopReplicationToReplicaRequest {
|
|
485
|
+
SecretId: string | undefined;
|
|
486
|
+
}
|
|
487
|
+
export interface StopReplicationToReplicaResponse {
|
|
488
|
+
ARN?: string;
|
|
489
|
+
}
|
|
490
|
+
export interface TagResourceRequest {
|
|
491
|
+
SecretId: string | undefined;
|
|
492
|
+
|
|
493
|
+
Tags: Tag[] | undefined;
|
|
494
|
+
}
|
|
495
|
+
export interface UntagResourceRequest {
|
|
496
|
+
SecretId: string | undefined;
|
|
497
|
+
|
|
498
|
+
TagKeys: string[] | undefined;
|
|
499
|
+
}
|
|
500
|
+
export interface UpdateSecretRequest {
|
|
501
|
+
SecretId: string | undefined;
|
|
502
|
+
|
|
503
|
+
ClientRequestToken?: string;
|
|
504
|
+
|
|
505
|
+
Description?: string;
|
|
506
|
+
|
|
507
|
+
KmsKeyId?: string;
|
|
508
|
+
|
|
509
|
+
SecretBinary?: Uint8Array;
|
|
510
|
+
|
|
511
|
+
SecretString?: string;
|
|
512
|
+
}
|
|
513
|
+
export interface UpdateSecretResponse {
|
|
514
|
+
ARN?: string;
|
|
515
|
+
|
|
516
|
+
Name?: string;
|
|
517
|
+
|
|
518
|
+
VersionId?: string;
|
|
519
|
+
}
|
|
520
|
+
export interface UpdateSecretVersionStageRequest {
|
|
521
|
+
SecretId: string | undefined;
|
|
522
|
+
|
|
523
|
+
VersionStage: string | undefined;
|
|
524
|
+
|
|
525
|
+
RemoveFromVersionId?: string;
|
|
526
|
+
|
|
527
|
+
MoveToVersionId?: string;
|
|
528
|
+
}
|
|
529
|
+
export interface UpdateSecretVersionStageResponse {
|
|
530
|
+
ARN?: string;
|
|
531
|
+
|
|
532
|
+
Name?: string;
|
|
533
|
+
}
|
|
534
|
+
export interface ValidateResourcePolicyRequest {
|
|
535
|
+
SecretId?: string;
|
|
536
|
+
|
|
537
|
+
ResourcePolicy: string | undefined;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
export interface ValidationErrorsEntry {
|
|
541
|
+
CheckName?: string;
|
|
542
|
+
|
|
543
|
+
ErrorMessage?: string;
|
|
544
|
+
}
|
|
545
|
+
export interface ValidateResourcePolicyResponse {
|
|
546
|
+
PolicyValidationPassed?: boolean;
|
|
547
|
+
|
|
548
|
+
ValidationErrors?: ValidationErrorsEntry[];
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
export declare const ReplicaRegionTypeFilterSensitiveLog: (
|
|
552
|
+
obj: ReplicaRegionType
|
|
553
|
+
) => any;
|
|
554
|
+
|
|
555
|
+
export declare const CancelRotateSecretRequestFilterSensitiveLog: (
|
|
556
|
+
obj: CancelRotateSecretRequest
|
|
557
|
+
) => any;
|
|
558
|
+
|
|
559
|
+
export declare const CancelRotateSecretResponseFilterSensitiveLog: (
|
|
560
|
+
obj: CancelRotateSecretResponse
|
|
561
|
+
) => any;
|
|
562
|
+
|
|
563
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
564
|
+
|
|
565
|
+
export declare const CreateSecretRequestFilterSensitiveLog: (
|
|
566
|
+
obj: CreateSecretRequest
|
|
567
|
+
) => any;
|
|
568
|
+
|
|
569
|
+
export declare const ReplicationStatusTypeFilterSensitiveLog: (
|
|
570
|
+
obj: ReplicationStatusType
|
|
571
|
+
) => any;
|
|
572
|
+
|
|
573
|
+
export declare const CreateSecretResponseFilterSensitiveLog: (
|
|
574
|
+
obj: CreateSecretResponse
|
|
575
|
+
) => any;
|
|
576
|
+
|
|
577
|
+
export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (
|
|
578
|
+
obj: DeleteResourcePolicyRequest
|
|
579
|
+
) => any;
|
|
580
|
+
|
|
581
|
+
export declare const DeleteResourcePolicyResponseFilterSensitiveLog: (
|
|
582
|
+
obj: DeleteResourcePolicyResponse
|
|
583
|
+
) => any;
|
|
584
|
+
|
|
585
|
+
export declare const DeleteSecretRequestFilterSensitiveLog: (
|
|
586
|
+
obj: DeleteSecretRequest
|
|
587
|
+
) => any;
|
|
588
|
+
|
|
589
|
+
export declare const DeleteSecretResponseFilterSensitiveLog: (
|
|
590
|
+
obj: DeleteSecretResponse
|
|
591
|
+
) => any;
|
|
592
|
+
|
|
593
|
+
export declare const DescribeSecretRequestFilterSensitiveLog: (
|
|
594
|
+
obj: DescribeSecretRequest
|
|
595
|
+
) => any;
|
|
596
|
+
|
|
597
|
+
export declare const RotationRulesTypeFilterSensitiveLog: (
|
|
598
|
+
obj: RotationRulesType
|
|
599
|
+
) => any;
|
|
600
|
+
|
|
601
|
+
export declare const DescribeSecretResponseFilterSensitiveLog: (
|
|
602
|
+
obj: DescribeSecretResponse
|
|
603
|
+
) => any;
|
|
604
|
+
|
|
605
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
606
|
+
|
|
607
|
+
export declare const GetRandomPasswordRequestFilterSensitiveLog: (
|
|
608
|
+
obj: GetRandomPasswordRequest
|
|
609
|
+
) => any;
|
|
610
|
+
|
|
611
|
+
export declare const GetRandomPasswordResponseFilterSensitiveLog: (
|
|
612
|
+
obj: GetRandomPasswordResponse
|
|
613
|
+
) => any;
|
|
614
|
+
|
|
615
|
+
export declare const GetResourcePolicyRequestFilterSensitiveLog: (
|
|
616
|
+
obj: GetResourcePolicyRequest
|
|
617
|
+
) => any;
|
|
618
|
+
|
|
619
|
+
export declare const GetResourcePolicyResponseFilterSensitiveLog: (
|
|
620
|
+
obj: GetResourcePolicyResponse
|
|
621
|
+
) => any;
|
|
622
|
+
|
|
623
|
+
export declare const GetSecretValueRequestFilterSensitiveLog: (
|
|
624
|
+
obj: GetSecretValueRequest
|
|
625
|
+
) => any;
|
|
626
|
+
|
|
627
|
+
export declare const GetSecretValueResponseFilterSensitiveLog: (
|
|
628
|
+
obj: GetSecretValueResponse
|
|
629
|
+
) => any;
|
|
630
|
+
|
|
631
|
+
export declare const ListSecretsRequestFilterSensitiveLog: (
|
|
632
|
+
obj: ListSecretsRequest
|
|
633
|
+
) => any;
|
|
634
|
+
|
|
635
|
+
export declare const SecretListEntryFilterSensitiveLog: (
|
|
636
|
+
obj: SecretListEntry
|
|
637
|
+
) => any;
|
|
638
|
+
|
|
639
|
+
export declare const ListSecretsResponseFilterSensitiveLog: (
|
|
640
|
+
obj: ListSecretsResponse
|
|
641
|
+
) => any;
|
|
642
|
+
|
|
643
|
+
export declare const ListSecretVersionIdsRequestFilterSensitiveLog: (
|
|
644
|
+
obj: ListSecretVersionIdsRequest
|
|
645
|
+
) => any;
|
|
646
|
+
|
|
647
|
+
export declare const SecretVersionsListEntryFilterSensitiveLog: (
|
|
648
|
+
obj: SecretVersionsListEntry
|
|
649
|
+
) => any;
|
|
650
|
+
|
|
651
|
+
export declare const ListSecretVersionIdsResponseFilterSensitiveLog: (
|
|
652
|
+
obj: ListSecretVersionIdsResponse
|
|
653
|
+
) => any;
|
|
654
|
+
|
|
655
|
+
export declare const PutResourcePolicyRequestFilterSensitiveLog: (
|
|
656
|
+
obj: PutResourcePolicyRequest
|
|
657
|
+
) => any;
|
|
658
|
+
|
|
659
|
+
export declare const PutResourcePolicyResponseFilterSensitiveLog: (
|
|
660
|
+
obj: PutResourcePolicyResponse
|
|
661
|
+
) => any;
|
|
662
|
+
|
|
663
|
+
export declare const PutSecretValueRequestFilterSensitiveLog: (
|
|
664
|
+
obj: PutSecretValueRequest
|
|
665
|
+
) => any;
|
|
666
|
+
|
|
667
|
+
export declare const PutSecretValueResponseFilterSensitiveLog: (
|
|
668
|
+
obj: PutSecretValueResponse
|
|
669
|
+
) => any;
|
|
670
|
+
|
|
671
|
+
export declare const RemoveRegionsFromReplicationRequestFilterSensitiveLog: (
|
|
672
|
+
obj: RemoveRegionsFromReplicationRequest
|
|
673
|
+
) => any;
|
|
674
|
+
|
|
675
|
+
export declare const RemoveRegionsFromReplicationResponseFilterSensitiveLog: (
|
|
676
|
+
obj: RemoveRegionsFromReplicationResponse
|
|
677
|
+
) => any;
|
|
678
|
+
|
|
679
|
+
export declare const ReplicateSecretToRegionsRequestFilterSensitiveLog: (
|
|
680
|
+
obj: ReplicateSecretToRegionsRequest
|
|
681
|
+
) => any;
|
|
682
|
+
|
|
683
|
+
export declare const ReplicateSecretToRegionsResponseFilterSensitiveLog: (
|
|
684
|
+
obj: ReplicateSecretToRegionsResponse
|
|
685
|
+
) => any;
|
|
686
|
+
|
|
687
|
+
export declare const RestoreSecretRequestFilterSensitiveLog: (
|
|
688
|
+
obj: RestoreSecretRequest
|
|
689
|
+
) => any;
|
|
690
|
+
|
|
691
|
+
export declare const RestoreSecretResponseFilterSensitiveLog: (
|
|
692
|
+
obj: RestoreSecretResponse
|
|
693
|
+
) => any;
|
|
694
|
+
|
|
695
|
+
export declare const RotateSecretRequestFilterSensitiveLog: (
|
|
696
|
+
obj: RotateSecretRequest
|
|
697
|
+
) => any;
|
|
698
|
+
|
|
699
|
+
export declare const RotateSecretResponseFilterSensitiveLog: (
|
|
700
|
+
obj: RotateSecretResponse
|
|
701
|
+
) => any;
|
|
702
|
+
|
|
703
|
+
export declare const StopReplicationToReplicaRequestFilterSensitiveLog: (
|
|
704
|
+
obj: StopReplicationToReplicaRequest
|
|
705
|
+
) => any;
|
|
706
|
+
|
|
707
|
+
export declare const StopReplicationToReplicaResponseFilterSensitiveLog: (
|
|
708
|
+
obj: StopReplicationToReplicaResponse
|
|
709
|
+
) => any;
|
|
710
|
+
|
|
711
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
712
|
+
obj: TagResourceRequest
|
|
713
|
+
) => any;
|
|
714
|
+
|
|
715
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
716
|
+
obj: UntagResourceRequest
|
|
717
|
+
) => any;
|
|
718
|
+
|
|
719
|
+
export declare const UpdateSecretRequestFilterSensitiveLog: (
|
|
720
|
+
obj: UpdateSecretRequest
|
|
721
|
+
) => any;
|
|
722
|
+
|
|
723
|
+
export declare const UpdateSecretResponseFilterSensitiveLog: (
|
|
724
|
+
obj: UpdateSecretResponse
|
|
725
|
+
) => any;
|
|
726
|
+
|
|
727
|
+
export declare const UpdateSecretVersionStageRequestFilterSensitiveLog: (
|
|
728
|
+
obj: UpdateSecretVersionStageRequest
|
|
729
|
+
) => any;
|
|
730
|
+
|
|
731
|
+
export declare const UpdateSecretVersionStageResponseFilterSensitiveLog: (
|
|
732
|
+
obj: UpdateSecretVersionStageResponse
|
|
733
|
+
) => any;
|
|
734
|
+
|
|
735
|
+
export declare const ValidateResourcePolicyRequestFilterSensitiveLog: (
|
|
736
|
+
obj: ValidateResourcePolicyRequest
|
|
737
|
+
) => any;
|
|
738
|
+
|
|
739
|
+
export declare const ValidationErrorsEntryFilterSensitiveLog: (
|
|
740
|
+
obj: ValidationErrorsEntry
|
|
741
|
+
) => any;
|
|
742
|
+
|
|
743
|
+
export declare const ValidateResourcePolicyResponseFilterSensitiveLog: (
|
|
744
|
+
obj: ValidateResourcePolicyResponse
|
|
745
|
+
) => any;
|