@aws-sdk/client-secrets-manager 3.131.0 → 3.137.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 +11 -0
- package/dist-cjs/commands/CancelRotateSecretCommand.js +2 -2
- package/dist-cjs/commands/CreateSecretCommand.js +2 -2
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteSecretCommand.js +2 -2
- package/dist-cjs/commands/DescribeSecretCommand.js +2 -2
- package/dist-cjs/commands/GetRandomPasswordCommand.js +2 -2
- package/dist-cjs/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/GetSecretValueCommand.js +2 -2
- package/dist-cjs/commands/ListSecretVersionIdsCommand.js +2 -2
- package/dist-cjs/commands/ListSecretsCommand.js +2 -2
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/PutSecretValueCommand.js +2 -2
- package/dist-cjs/commands/RemoveRegionsFromReplicationCommand.js +2 -2
- package/dist-cjs/commands/ReplicateSecretToRegionsCommand.js +2 -2
- package/dist-cjs/commands/RestoreSecretCommand.js +2 -2
- package/dist-cjs/commands/RotateSecretCommand.js +2 -2
- package/dist-cjs/commands/StopReplicationToReplicaCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateSecretCommand.js +2 -2
- package/dist-cjs/commands/UpdateSecretVersionStageCommand.js +2 -2
- package/dist-cjs/commands/ValidateResourcePolicyCommand.js +2 -2
- package/dist-cjs/models/models_0.js +211 -311
- package/dist-es/commands/CancelRotateSecretCommand.js +3 -3
- package/dist-es/commands/CreateSecretCommand.js +3 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
- package/dist-es/commands/DeleteSecretCommand.js +3 -3
- package/dist-es/commands/DescribeSecretCommand.js +3 -3
- package/dist-es/commands/GetRandomPasswordCommand.js +3 -3
- package/dist-es/commands/GetResourcePolicyCommand.js +3 -3
- package/dist-es/commands/GetSecretValueCommand.js +3 -3
- package/dist-es/commands/ListSecretVersionIdsCommand.js +3 -3
- package/dist-es/commands/ListSecretsCommand.js +3 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
- package/dist-es/commands/PutSecretValueCommand.js +3 -3
- package/dist-es/commands/RemoveRegionsFromReplicationCommand.js +3 -3
- package/dist-es/commands/ReplicateSecretToRegionsCommand.js +3 -3
- package/dist-es/commands/RestoreSecretCommand.js +3 -3
- package/dist-es/commands/RotateSecretCommand.js +3 -3
- package/dist-es/commands/StopReplicationToReplicaCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateSecretCommand.js +3 -3
- package/dist-es/commands/UpdateSecretVersionStageCommand.js +3 -3
- package/dist-es/commands/ValidateResourcePolicyCommand.js +3 -3
- package/dist-es/models/models_0.js +50 -200
- package/dist-types/models/models_0.d.ts +200 -300
- package/dist-types/ts3.4/models/models_0.d.ts +100 -200
- package/package.json +6 -6
|
@@ -13,12 +13,6 @@ export interface ReplicaRegionType {
|
|
|
13
13
|
*/
|
|
14
14
|
KmsKeyId?: string;
|
|
15
15
|
}
|
|
16
|
-
export declare namespace ReplicaRegionType {
|
|
17
|
-
/**
|
|
18
|
-
* @internal
|
|
19
|
-
*/
|
|
20
|
-
const filterSensitiveLog: (obj: ReplicaRegionType) => any;
|
|
21
|
-
}
|
|
22
16
|
export interface CancelRotateSecretRequest {
|
|
23
17
|
/**
|
|
24
18
|
* <p>The ARN or name of the secret.</p>
|
|
@@ -27,12 +21,6 @@ export interface CancelRotateSecretRequest {
|
|
|
27
21
|
*/
|
|
28
22
|
SecretId: string | undefined;
|
|
29
23
|
}
|
|
30
|
-
export declare namespace CancelRotateSecretRequest {
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
const filterSensitiveLog: (obj: CancelRotateSecretRequest) => any;
|
|
35
|
-
}
|
|
36
24
|
export interface CancelRotateSecretResponse {
|
|
37
25
|
/**
|
|
38
26
|
* <p>The ARN of the secret.</p>
|
|
@@ -51,12 +39,6 @@ export interface CancelRotateSecretResponse {
|
|
|
51
39
|
*/
|
|
52
40
|
VersionId?: string;
|
|
53
41
|
}
|
|
54
|
-
export declare namespace CancelRotateSecretResponse {
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
const filterSensitiveLog: (obj: CancelRotateSecretResponse) => any;
|
|
59
|
-
}
|
|
60
42
|
/**
|
|
61
43
|
* <p>An error occurred on the server side.</p>
|
|
62
44
|
*/
|
|
@@ -129,12 +111,6 @@ export interface Tag {
|
|
|
129
111
|
*/
|
|
130
112
|
Value?: string;
|
|
131
113
|
}
|
|
132
|
-
export declare namespace Tag {
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
137
|
-
}
|
|
138
114
|
export interface CreateSecretRequest {
|
|
139
115
|
/**
|
|
140
116
|
* <p>The name of the new secret.</p>
|
|
@@ -273,12 +249,6 @@ export interface CreateSecretRequest {
|
|
|
273
249
|
*/
|
|
274
250
|
ForceOverwriteReplicaSecret?: boolean;
|
|
275
251
|
}
|
|
276
|
-
export declare namespace CreateSecretRequest {
|
|
277
|
-
/**
|
|
278
|
-
* @internal
|
|
279
|
-
*/
|
|
280
|
-
const filterSensitiveLog: (obj: CreateSecretRequest) => any;
|
|
281
|
-
}
|
|
282
252
|
export declare enum StatusType {
|
|
283
253
|
Failed = "Failed",
|
|
284
254
|
InProgress = "InProgress",
|
|
@@ -310,12 +280,6 @@ export interface ReplicationStatusType {
|
|
|
310
280
|
*/
|
|
311
281
|
LastAccessedDate?: Date;
|
|
312
282
|
}
|
|
313
|
-
export declare namespace ReplicationStatusType {
|
|
314
|
-
/**
|
|
315
|
-
* @internal
|
|
316
|
-
*/
|
|
317
|
-
const filterSensitiveLog: (obj: ReplicationStatusType) => any;
|
|
318
|
-
}
|
|
319
283
|
export interface CreateSecretResponse {
|
|
320
284
|
/**
|
|
321
285
|
* <p>The ARN of the new secret. The ARN includes the name of the secret followed by six random
|
|
@@ -351,12 +315,6 @@ export interface CreateSecretResponse {
|
|
|
351
315
|
*/
|
|
352
316
|
ReplicationStatus?: ReplicationStatusType[];
|
|
353
317
|
}
|
|
354
|
-
export declare namespace CreateSecretResponse {
|
|
355
|
-
/**
|
|
356
|
-
* @internal
|
|
357
|
-
*/
|
|
358
|
-
const filterSensitiveLog: (obj: CreateSecretResponse) => any;
|
|
359
|
-
}
|
|
360
318
|
/**
|
|
361
319
|
* <p>Secrets Manager can't decrypt the protected secret text using the provided KMS key. </p>
|
|
362
320
|
*/
|
|
@@ -439,12 +397,6 @@ export interface DeleteResourcePolicyRequest {
|
|
|
439
397
|
*/
|
|
440
398
|
SecretId: string | undefined;
|
|
441
399
|
}
|
|
442
|
-
export declare namespace DeleteResourcePolicyRequest {
|
|
443
|
-
/**
|
|
444
|
-
* @internal
|
|
445
|
-
*/
|
|
446
|
-
const filterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
|
|
447
|
-
}
|
|
448
400
|
export interface DeleteResourcePolicyResponse {
|
|
449
401
|
/**
|
|
450
402
|
* <p>The ARN of the secret that the resource-based policy was deleted for.</p>
|
|
@@ -455,12 +407,6 @@ export interface DeleteResourcePolicyResponse {
|
|
|
455
407
|
*/
|
|
456
408
|
Name?: string;
|
|
457
409
|
}
|
|
458
|
-
export declare namespace DeleteResourcePolicyResponse {
|
|
459
|
-
/**
|
|
460
|
-
* @internal
|
|
461
|
-
*/
|
|
462
|
-
const filterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
|
|
463
|
-
}
|
|
464
410
|
export interface DeleteSecretRequest {
|
|
465
411
|
/**
|
|
466
412
|
* <p>The ARN or name of the secret to delete.</p>
|
|
@@ -491,12 +437,6 @@ export interface DeleteSecretRequest {
|
|
|
491
437
|
*/
|
|
492
438
|
ForceDeleteWithoutRecovery?: boolean;
|
|
493
439
|
}
|
|
494
|
-
export declare namespace DeleteSecretRequest {
|
|
495
|
-
/**
|
|
496
|
-
* @internal
|
|
497
|
-
*/
|
|
498
|
-
const filterSensitiveLog: (obj: DeleteSecretRequest) => any;
|
|
499
|
-
}
|
|
500
440
|
export interface DeleteSecretResponse {
|
|
501
441
|
/**
|
|
502
442
|
* <p>The ARN of the secret.</p>
|
|
@@ -513,12 +453,6 @@ export interface DeleteSecretResponse {
|
|
|
513
453
|
*/
|
|
514
454
|
DeletionDate?: Date;
|
|
515
455
|
}
|
|
516
|
-
export declare namespace DeleteSecretResponse {
|
|
517
|
-
/**
|
|
518
|
-
* @internal
|
|
519
|
-
*/
|
|
520
|
-
const filterSensitiveLog: (obj: DeleteSecretResponse) => any;
|
|
521
|
-
}
|
|
522
456
|
export interface DescribeSecretRequest {
|
|
523
457
|
/**
|
|
524
458
|
* <p>The ARN or name of the secret. </p>
|
|
@@ -527,12 +461,6 @@ export interface DescribeSecretRequest {
|
|
|
527
461
|
*/
|
|
528
462
|
SecretId: string | undefined;
|
|
529
463
|
}
|
|
530
|
-
export declare namespace DescribeSecretRequest {
|
|
531
|
-
/**
|
|
532
|
-
* @internal
|
|
533
|
-
*/
|
|
534
|
-
const filterSensitiveLog: (obj: DescribeSecretRequest) => any;
|
|
535
|
-
}
|
|
536
464
|
/**
|
|
537
465
|
* <p>A structure that defines the rotation configuration for the secret.</p>
|
|
538
466
|
*/
|
|
@@ -576,12 +504,6 @@ export interface RotationRulesType {
|
|
|
576
504
|
*/
|
|
577
505
|
ScheduleExpression?: string;
|
|
578
506
|
}
|
|
579
|
-
export declare namespace RotationRulesType {
|
|
580
|
-
/**
|
|
581
|
-
* @internal
|
|
582
|
-
*/
|
|
583
|
-
const filterSensitiveLog: (obj: RotationRulesType) => any;
|
|
584
|
-
}
|
|
585
507
|
export interface DescribeSecretResponse {
|
|
586
508
|
/**
|
|
587
509
|
* <p>The ARN of the secret.</p>
|
|
@@ -703,12 +625,6 @@ export interface DescribeSecretResponse {
|
|
|
703
625
|
*/
|
|
704
626
|
ReplicationStatus?: ReplicationStatusType[];
|
|
705
627
|
}
|
|
706
|
-
export declare namespace DescribeSecretResponse {
|
|
707
|
-
/**
|
|
708
|
-
* @internal
|
|
709
|
-
*/
|
|
710
|
-
const filterSensitiveLog: (obj: DescribeSecretResponse) => any;
|
|
711
|
-
}
|
|
712
628
|
export declare type FilterNameStringType = "all" | "description" | "name" | "primary-region" | "tag-key" | "tag-value";
|
|
713
629
|
/**
|
|
714
630
|
* <p>Allows you to add filters when you use the search function in Secrets Manager. For more information, see <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/manage_search-secret.html">Find secrets in Secrets Manager</a>.</p>
|
|
@@ -750,12 +666,6 @@ export interface Filter {
|
|
|
750
666
|
*/
|
|
751
667
|
Values?: string[];
|
|
752
668
|
}
|
|
753
|
-
export declare namespace Filter {
|
|
754
|
-
/**
|
|
755
|
-
* @internal
|
|
756
|
-
*/
|
|
757
|
-
const filterSensitiveLog: (obj: Filter) => any;
|
|
758
|
-
}
|
|
759
669
|
export interface GetRandomPasswordRequest {
|
|
760
670
|
/**
|
|
761
671
|
* <p>The length of the password. If you don't include this parameter, the
|
|
@@ -798,24 +708,12 @@ export interface GetRandomPasswordRequest {
|
|
|
798
708
|
*/
|
|
799
709
|
RequireEachIncludedType?: boolean;
|
|
800
710
|
}
|
|
801
|
-
export declare namespace GetRandomPasswordRequest {
|
|
802
|
-
/**
|
|
803
|
-
* @internal
|
|
804
|
-
*/
|
|
805
|
-
const filterSensitiveLog: (obj: GetRandomPasswordRequest) => any;
|
|
806
|
-
}
|
|
807
711
|
export interface GetRandomPasswordResponse {
|
|
808
712
|
/**
|
|
809
713
|
* <p>A string with the password.</p>
|
|
810
714
|
*/
|
|
811
715
|
RandomPassword?: string;
|
|
812
716
|
}
|
|
813
|
-
export declare namespace GetRandomPasswordResponse {
|
|
814
|
-
/**
|
|
815
|
-
* @internal
|
|
816
|
-
*/
|
|
817
|
-
const filterSensitiveLog: (obj: GetRandomPasswordResponse) => any;
|
|
818
|
-
}
|
|
819
717
|
export interface GetResourcePolicyRequest {
|
|
820
718
|
/**
|
|
821
719
|
* <p>The ARN or name of the secret to retrieve the attached resource-based policy for.</p>
|
|
@@ -824,12 +722,6 @@ export interface GetResourcePolicyRequest {
|
|
|
824
722
|
*/
|
|
825
723
|
SecretId: string | undefined;
|
|
826
724
|
}
|
|
827
|
-
export declare namespace GetResourcePolicyRequest {
|
|
828
|
-
/**
|
|
829
|
-
* @internal
|
|
830
|
-
*/
|
|
831
|
-
const filterSensitiveLog: (obj: GetResourcePolicyRequest) => any;
|
|
832
|
-
}
|
|
833
725
|
export interface GetResourcePolicyResponse {
|
|
834
726
|
/**
|
|
835
727
|
* <p>The ARN of the secret that the resource-based policy was retrieved for.</p>
|
|
@@ -846,12 +738,6 @@ export interface GetResourcePolicyResponse {
|
|
|
846
738
|
*/
|
|
847
739
|
ResourcePolicy?: string;
|
|
848
740
|
}
|
|
849
|
-
export declare namespace GetResourcePolicyResponse {
|
|
850
|
-
/**
|
|
851
|
-
* @internal
|
|
852
|
-
*/
|
|
853
|
-
const filterSensitiveLog: (obj: GetResourcePolicyResponse) => any;
|
|
854
|
-
}
|
|
855
741
|
export interface GetSecretValueRequest {
|
|
856
742
|
/**
|
|
857
743
|
* <p>The ARN or name of the secret to retrieve.</p>
|
|
@@ -877,12 +763,6 @@ export interface GetSecretValueRequest {
|
|
|
877
763
|
*/
|
|
878
764
|
VersionStage?: string;
|
|
879
765
|
}
|
|
880
|
-
export declare namespace GetSecretValueRequest {
|
|
881
|
-
/**
|
|
882
|
-
* @internal
|
|
883
|
-
*/
|
|
884
|
-
const filterSensitiveLog: (obj: GetSecretValueRequest) => any;
|
|
885
|
-
}
|
|
886
766
|
export interface GetSecretValueResponse {
|
|
887
767
|
/**
|
|
888
768
|
* <p>The ARN of the secret.</p>
|
|
@@ -925,12 +805,6 @@ export interface GetSecretValueResponse {
|
|
|
925
805
|
*/
|
|
926
806
|
CreatedDate?: Date;
|
|
927
807
|
}
|
|
928
|
-
export declare namespace GetSecretValueResponse {
|
|
929
|
-
/**
|
|
930
|
-
* @internal
|
|
931
|
-
*/
|
|
932
|
-
const filterSensitiveLog: (obj: GetSecretValueResponse) => any;
|
|
933
|
-
}
|
|
934
808
|
/**
|
|
935
809
|
* <p>The <code>NextToken</code> value is invalid.</p>
|
|
936
810
|
*/
|
|
@@ -970,12 +844,6 @@ export interface ListSecretsRequest {
|
|
|
970
844
|
*/
|
|
971
845
|
SortOrder?: SortOrderType | string;
|
|
972
846
|
}
|
|
973
|
-
export declare namespace ListSecretsRequest {
|
|
974
|
-
/**
|
|
975
|
-
* @internal
|
|
976
|
-
*/
|
|
977
|
-
const filterSensitiveLog: (obj: ListSecretsRequest) => any;
|
|
978
|
-
}
|
|
979
847
|
/**
|
|
980
848
|
* <p>A structure that contains the details about a secret. It does not include the encrypted
|
|
981
849
|
* <code>SecretString</code> and <code>SecretBinary</code> values. To get those values, use
|
|
@@ -1072,12 +940,6 @@ export interface SecretListEntry {
|
|
|
1072
940
|
*/
|
|
1073
941
|
PrimaryRegion?: string;
|
|
1074
942
|
}
|
|
1075
|
-
export declare namespace SecretListEntry {
|
|
1076
|
-
/**
|
|
1077
|
-
* @internal
|
|
1078
|
-
*/
|
|
1079
|
-
const filterSensitiveLog: (obj: SecretListEntry) => any;
|
|
1080
|
-
}
|
|
1081
943
|
export interface ListSecretsResponse {
|
|
1082
944
|
/**
|
|
1083
945
|
* <p>A list of the secrets in the account.</p>
|
|
@@ -1092,12 +954,6 @@ export interface ListSecretsResponse {
|
|
|
1092
954
|
*/
|
|
1093
955
|
NextToken?: string;
|
|
1094
956
|
}
|
|
1095
|
-
export declare namespace ListSecretsResponse {
|
|
1096
|
-
/**
|
|
1097
|
-
* @internal
|
|
1098
|
-
*/
|
|
1099
|
-
const filterSensitiveLog: (obj: ListSecretsResponse) => any;
|
|
1100
|
-
}
|
|
1101
957
|
export interface ListSecretVersionIdsRequest {
|
|
1102
958
|
/**
|
|
1103
959
|
* <p>The ARN or name of the secret whose versions you want to list.</p>
|
|
@@ -1124,12 +980,6 @@ export interface ListSecretVersionIdsRequest {
|
|
|
1124
980
|
*/
|
|
1125
981
|
IncludeDeprecated?: boolean;
|
|
1126
982
|
}
|
|
1127
|
-
export declare namespace ListSecretVersionIdsRequest {
|
|
1128
|
-
/**
|
|
1129
|
-
* @internal
|
|
1130
|
-
*/
|
|
1131
|
-
const filterSensitiveLog: (obj: ListSecretVersionIdsRequest) => any;
|
|
1132
|
-
}
|
|
1133
983
|
/**
|
|
1134
984
|
* <p>A structure that contains information about one version of a secret.</p>
|
|
1135
985
|
*/
|
|
@@ -1157,12 +1007,6 @@ export interface SecretVersionsListEntry {
|
|
|
1157
1007
|
*/
|
|
1158
1008
|
KmsKeyIds?: string[];
|
|
1159
1009
|
}
|
|
1160
|
-
export declare namespace SecretVersionsListEntry {
|
|
1161
|
-
/**
|
|
1162
|
-
* @internal
|
|
1163
|
-
*/
|
|
1164
|
-
const filterSensitiveLog: (obj: SecretVersionsListEntry) => any;
|
|
1165
|
-
}
|
|
1166
1010
|
export interface ListSecretVersionIdsResponse {
|
|
1167
1011
|
/**
|
|
1168
1012
|
* <p>A list of the versions of the secret.</p>
|
|
@@ -1184,12 +1028,6 @@ export interface ListSecretVersionIdsResponse {
|
|
|
1184
1028
|
*/
|
|
1185
1029
|
Name?: string;
|
|
1186
1030
|
}
|
|
1187
|
-
export declare namespace ListSecretVersionIdsResponse {
|
|
1188
|
-
/**
|
|
1189
|
-
* @internal
|
|
1190
|
-
*/
|
|
1191
|
-
const filterSensitiveLog: (obj: ListSecretVersionIdsResponse) => any;
|
|
1192
|
-
}
|
|
1193
1031
|
/**
|
|
1194
1032
|
* <p>The <code>BlockPublicPolicy</code> parameter is set to true, and the resource policy did not prevent broad access to the secret.</p>
|
|
1195
1033
|
*/
|
|
@@ -1220,12 +1058,6 @@ export interface PutResourcePolicyRequest {
|
|
|
1220
1058
|
*/
|
|
1221
1059
|
BlockPublicPolicy?: boolean;
|
|
1222
1060
|
}
|
|
1223
|
-
export declare namespace PutResourcePolicyRequest {
|
|
1224
|
-
/**
|
|
1225
|
-
* @internal
|
|
1226
|
-
*/
|
|
1227
|
-
const filterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
|
|
1228
|
-
}
|
|
1229
1061
|
export interface PutResourcePolicyResponse {
|
|
1230
1062
|
/**
|
|
1231
1063
|
* <p>The ARN of the secret.</p>
|
|
@@ -1236,12 +1068,6 @@ export interface PutResourcePolicyResponse {
|
|
|
1236
1068
|
*/
|
|
1237
1069
|
Name?: string;
|
|
1238
1070
|
}
|
|
1239
|
-
export declare namespace PutResourcePolicyResponse {
|
|
1240
|
-
/**
|
|
1241
|
-
* @internal
|
|
1242
|
-
*/
|
|
1243
|
-
const filterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
|
|
1244
|
-
}
|
|
1245
1071
|
export interface PutSecretValueRequest {
|
|
1246
1072
|
/**
|
|
1247
1073
|
* <p>The ARN or name of the secret to add a new version to.</p>
|
|
@@ -1312,12 +1138,6 @@ export interface PutSecretValueRequest {
|
|
|
1312
1138
|
*/
|
|
1313
1139
|
VersionStages?: string[];
|
|
1314
1140
|
}
|
|
1315
|
-
export declare namespace PutSecretValueRequest {
|
|
1316
|
-
/**
|
|
1317
|
-
* @internal
|
|
1318
|
-
*/
|
|
1319
|
-
const filterSensitiveLog: (obj: PutSecretValueRequest) => any;
|
|
1320
|
-
}
|
|
1321
1141
|
export interface PutSecretValueResponse {
|
|
1322
1142
|
/**
|
|
1323
1143
|
* <p>The ARN of the secret.</p>
|
|
@@ -1338,12 +1158,6 @@ export interface PutSecretValueResponse {
|
|
|
1338
1158
|
*/
|
|
1339
1159
|
VersionStages?: string[];
|
|
1340
1160
|
}
|
|
1341
|
-
export declare namespace PutSecretValueResponse {
|
|
1342
|
-
/**
|
|
1343
|
-
* @internal
|
|
1344
|
-
*/
|
|
1345
|
-
const filterSensitiveLog: (obj: PutSecretValueResponse) => any;
|
|
1346
|
-
}
|
|
1347
1161
|
export interface RemoveRegionsFromReplicationRequest {
|
|
1348
1162
|
/**
|
|
1349
1163
|
* <p>The ARN or name of the secret.</p>
|
|
@@ -1354,12 +1168,6 @@ export interface RemoveRegionsFromReplicationRequest {
|
|
|
1354
1168
|
*/
|
|
1355
1169
|
RemoveReplicaRegions: string[] | undefined;
|
|
1356
1170
|
}
|
|
1357
|
-
export declare namespace RemoveRegionsFromReplicationRequest {
|
|
1358
|
-
/**
|
|
1359
|
-
* @internal
|
|
1360
|
-
*/
|
|
1361
|
-
const filterSensitiveLog: (obj: RemoveRegionsFromReplicationRequest) => any;
|
|
1362
|
-
}
|
|
1363
1171
|
export interface RemoveRegionsFromReplicationResponse {
|
|
1364
1172
|
/**
|
|
1365
1173
|
* <p>The ARN of the primary secret.</p>
|
|
@@ -1370,12 +1178,6 @@ export interface RemoveRegionsFromReplicationResponse {
|
|
|
1370
1178
|
*/
|
|
1371
1179
|
ReplicationStatus?: ReplicationStatusType[];
|
|
1372
1180
|
}
|
|
1373
|
-
export declare namespace RemoveRegionsFromReplicationResponse {
|
|
1374
|
-
/**
|
|
1375
|
-
* @internal
|
|
1376
|
-
*/
|
|
1377
|
-
const filterSensitiveLog: (obj: RemoveRegionsFromReplicationResponse) => any;
|
|
1378
|
-
}
|
|
1379
1181
|
export interface ReplicateSecretToRegionsRequest {
|
|
1380
1182
|
/**
|
|
1381
1183
|
* <p>The ARN or name of the secret to replicate.</p>
|
|
@@ -1390,12 +1192,6 @@ export interface ReplicateSecretToRegionsRequest {
|
|
|
1390
1192
|
*/
|
|
1391
1193
|
ForceOverwriteReplicaSecret?: boolean;
|
|
1392
1194
|
}
|
|
1393
|
-
export declare namespace ReplicateSecretToRegionsRequest {
|
|
1394
|
-
/**
|
|
1395
|
-
* @internal
|
|
1396
|
-
*/
|
|
1397
|
-
const filterSensitiveLog: (obj: ReplicateSecretToRegionsRequest) => any;
|
|
1398
|
-
}
|
|
1399
1195
|
export interface ReplicateSecretToRegionsResponse {
|
|
1400
1196
|
/**
|
|
1401
1197
|
* <p>The ARN of the primary secret.</p>
|
|
@@ -1406,12 +1202,6 @@ export interface ReplicateSecretToRegionsResponse {
|
|
|
1406
1202
|
*/
|
|
1407
1203
|
ReplicationStatus?: ReplicationStatusType[];
|
|
1408
1204
|
}
|
|
1409
|
-
export declare namespace ReplicateSecretToRegionsResponse {
|
|
1410
|
-
/**
|
|
1411
|
-
* @internal
|
|
1412
|
-
*/
|
|
1413
|
-
const filterSensitiveLog: (obj: ReplicateSecretToRegionsResponse) => any;
|
|
1414
|
-
}
|
|
1415
1205
|
export interface RestoreSecretRequest {
|
|
1416
1206
|
/**
|
|
1417
1207
|
* <p>The ARN or name of the secret to restore.</p>
|
|
@@ -1420,12 +1210,6 @@ export interface RestoreSecretRequest {
|
|
|
1420
1210
|
*/
|
|
1421
1211
|
SecretId: string | undefined;
|
|
1422
1212
|
}
|
|
1423
|
-
export declare namespace RestoreSecretRequest {
|
|
1424
|
-
/**
|
|
1425
|
-
* @internal
|
|
1426
|
-
*/
|
|
1427
|
-
const filterSensitiveLog: (obj: RestoreSecretRequest) => any;
|
|
1428
|
-
}
|
|
1429
1213
|
export interface RestoreSecretResponse {
|
|
1430
1214
|
/**
|
|
1431
1215
|
* <p>The ARN of the secret that was restored.</p>
|
|
@@ -1436,12 +1220,6 @@ export interface RestoreSecretResponse {
|
|
|
1436
1220
|
*/
|
|
1437
1221
|
Name?: string;
|
|
1438
1222
|
}
|
|
1439
|
-
export declare namespace RestoreSecretResponse {
|
|
1440
|
-
/**
|
|
1441
|
-
* @internal
|
|
1442
|
-
*/
|
|
1443
|
-
const filterSensitiveLog: (obj: RestoreSecretResponse) => any;
|
|
1444
|
-
}
|
|
1445
1223
|
export interface RotateSecretRequest {
|
|
1446
1224
|
/**
|
|
1447
1225
|
* <p>The ARN or name of the secret to rotate.</p>
|
|
@@ -1484,12 +1262,6 @@ export interface RotateSecretRequest {
|
|
|
1484
1262
|
*/
|
|
1485
1263
|
RotateImmediately?: boolean;
|
|
1486
1264
|
}
|
|
1487
|
-
export declare namespace RotateSecretRequest {
|
|
1488
|
-
/**
|
|
1489
|
-
* @internal
|
|
1490
|
-
*/
|
|
1491
|
-
const filterSensitiveLog: (obj: RotateSecretRequest) => any;
|
|
1492
|
-
}
|
|
1493
1265
|
export interface RotateSecretResponse {
|
|
1494
1266
|
/**
|
|
1495
1267
|
* <p>The ARN of the secret.</p>
|
|
@@ -1504,36 +1276,18 @@ export interface RotateSecretResponse {
|
|
|
1504
1276
|
*/
|
|
1505
1277
|
VersionId?: string;
|
|
1506
1278
|
}
|
|
1507
|
-
export declare namespace RotateSecretResponse {
|
|
1508
|
-
/**
|
|
1509
|
-
* @internal
|
|
1510
|
-
*/
|
|
1511
|
-
const filterSensitiveLog: (obj: RotateSecretResponse) => any;
|
|
1512
|
-
}
|
|
1513
1279
|
export interface StopReplicationToReplicaRequest {
|
|
1514
1280
|
/**
|
|
1515
1281
|
* <p>The ARN of the primary secret. </p>
|
|
1516
1282
|
*/
|
|
1517
1283
|
SecretId: string | undefined;
|
|
1518
1284
|
}
|
|
1519
|
-
export declare namespace StopReplicationToReplicaRequest {
|
|
1520
|
-
/**
|
|
1521
|
-
* @internal
|
|
1522
|
-
*/
|
|
1523
|
-
const filterSensitiveLog: (obj: StopReplicationToReplicaRequest) => any;
|
|
1524
|
-
}
|
|
1525
1285
|
export interface StopReplicationToReplicaResponse {
|
|
1526
1286
|
/**
|
|
1527
1287
|
* <p>The ARN of the promoted secret. The ARN is the same as the original primary secret except the Region is changed.</p>
|
|
1528
1288
|
*/
|
|
1529
1289
|
ARN?: string;
|
|
1530
1290
|
}
|
|
1531
|
-
export declare namespace StopReplicationToReplicaResponse {
|
|
1532
|
-
/**
|
|
1533
|
-
* @internal
|
|
1534
|
-
*/
|
|
1535
|
-
const filterSensitiveLog: (obj: StopReplicationToReplicaResponse) => any;
|
|
1536
|
-
}
|
|
1537
1291
|
export interface TagResourceRequest {
|
|
1538
1292
|
/**
|
|
1539
1293
|
* <p>The identifier for the secret to attach tags to. You can specify either the
|
|
@@ -1552,12 +1306,6 @@ export interface TagResourceRequest {
|
|
|
1552
1306
|
*/
|
|
1553
1307
|
Tags: Tag[] | undefined;
|
|
1554
1308
|
}
|
|
1555
|
-
export declare namespace TagResourceRequest {
|
|
1556
|
-
/**
|
|
1557
|
-
* @internal
|
|
1558
|
-
*/
|
|
1559
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1560
|
-
}
|
|
1561
1309
|
export interface UntagResourceRequest {
|
|
1562
1310
|
/**
|
|
1563
1311
|
* <p>The ARN or name of the secret.</p>
|
|
@@ -1575,12 +1323,6 @@ export interface UntagResourceRequest {
|
|
|
1575
1323
|
*/
|
|
1576
1324
|
TagKeys: string[] | undefined;
|
|
1577
1325
|
}
|
|
1578
|
-
export declare namespace UntagResourceRequest {
|
|
1579
|
-
/**
|
|
1580
|
-
* @internal
|
|
1581
|
-
*/
|
|
1582
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1583
|
-
}
|
|
1584
1326
|
export interface UpdateSecretRequest {
|
|
1585
1327
|
/**
|
|
1586
1328
|
* <p>The ARN or name of the secret.</p>
|
|
@@ -1639,12 +1381,6 @@ export interface UpdateSecretRequest {
|
|
|
1639
1381
|
*/
|
|
1640
1382
|
SecretString?: string;
|
|
1641
1383
|
}
|
|
1642
|
-
export declare namespace UpdateSecretRequest {
|
|
1643
|
-
/**
|
|
1644
|
-
* @internal
|
|
1645
|
-
*/
|
|
1646
|
-
const filterSensitiveLog: (obj: UpdateSecretRequest) => any;
|
|
1647
|
-
}
|
|
1648
1384
|
export interface UpdateSecretResponse {
|
|
1649
1385
|
/**
|
|
1650
1386
|
* <p>The ARN of the secret that was updated.</p>
|
|
@@ -1660,12 +1396,6 @@ export interface UpdateSecretResponse {
|
|
|
1660
1396
|
*/
|
|
1661
1397
|
VersionId?: string;
|
|
1662
1398
|
}
|
|
1663
|
-
export declare namespace UpdateSecretResponse {
|
|
1664
|
-
/**
|
|
1665
|
-
* @internal
|
|
1666
|
-
*/
|
|
1667
|
-
const filterSensitiveLog: (obj: UpdateSecretResponse) => any;
|
|
1668
|
-
}
|
|
1669
1399
|
export interface UpdateSecretVersionStageRequest {
|
|
1670
1400
|
/**
|
|
1671
1401
|
* <p>The ARN or the name of the secret with the version and staging labelsto modify.</p>
|
|
@@ -1693,12 +1423,6 @@ export interface UpdateSecretVersionStageRequest {
|
|
|
1693
1423
|
*/
|
|
1694
1424
|
MoveToVersionId?: string;
|
|
1695
1425
|
}
|
|
1696
|
-
export declare namespace UpdateSecretVersionStageRequest {
|
|
1697
|
-
/**
|
|
1698
|
-
* @internal
|
|
1699
|
-
*/
|
|
1700
|
-
const filterSensitiveLog: (obj: UpdateSecretVersionStageRequest) => any;
|
|
1701
|
-
}
|
|
1702
1426
|
export interface UpdateSecretVersionStageResponse {
|
|
1703
1427
|
/**
|
|
1704
1428
|
* <p>The ARN of the secret that was updated.</p>
|
|
@@ -1709,12 +1433,6 @@ export interface UpdateSecretVersionStageResponse {
|
|
|
1709
1433
|
*/
|
|
1710
1434
|
Name?: string;
|
|
1711
1435
|
}
|
|
1712
|
-
export declare namespace UpdateSecretVersionStageResponse {
|
|
1713
|
-
/**
|
|
1714
|
-
* @internal
|
|
1715
|
-
*/
|
|
1716
|
-
const filterSensitiveLog: (obj: UpdateSecretVersionStageResponse) => any;
|
|
1717
|
-
}
|
|
1718
1436
|
export interface ValidateResourcePolicyRequest {
|
|
1719
1437
|
/**
|
|
1720
1438
|
* <p>This field is reserved for internal use.</p>
|
|
@@ -1727,12 +1445,6 @@ export interface ValidateResourcePolicyRequest {
|
|
|
1727
1445
|
*/
|
|
1728
1446
|
ResourcePolicy: string | undefined;
|
|
1729
1447
|
}
|
|
1730
|
-
export declare namespace ValidateResourcePolicyRequest {
|
|
1731
|
-
/**
|
|
1732
|
-
* @internal
|
|
1733
|
-
*/
|
|
1734
|
-
const filterSensitiveLog: (obj: ValidateResourcePolicyRequest) => any;
|
|
1735
|
-
}
|
|
1736
1448
|
/**
|
|
1737
1449
|
* <p>Displays errors that occurred during validation of the resource policy.</p>
|
|
1738
1450
|
*/
|
|
@@ -1746,12 +1458,6 @@ export interface ValidationErrorsEntry {
|
|
|
1746
1458
|
*/
|
|
1747
1459
|
ErrorMessage?: string;
|
|
1748
1460
|
}
|
|
1749
|
-
export declare namespace ValidationErrorsEntry {
|
|
1750
|
-
/**
|
|
1751
|
-
* @internal
|
|
1752
|
-
*/
|
|
1753
|
-
const filterSensitiveLog: (obj: ValidationErrorsEntry) => any;
|
|
1754
|
-
}
|
|
1755
1461
|
export interface ValidateResourcePolicyResponse {
|
|
1756
1462
|
/**
|
|
1757
1463
|
* <p>True if your policy passes validation, otherwise false.</p>
|
|
@@ -1762,9 +1468,203 @@ export interface ValidateResourcePolicyResponse {
|
|
|
1762
1468
|
*/
|
|
1763
1469
|
ValidationErrors?: ValidationErrorsEntry[];
|
|
1764
1470
|
}
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1471
|
+
/**
|
|
1472
|
+
* @internal
|
|
1473
|
+
*/
|
|
1474
|
+
export declare const ReplicaRegionTypeFilterSensitiveLog: (obj: ReplicaRegionType) => any;
|
|
1475
|
+
/**
|
|
1476
|
+
* @internal
|
|
1477
|
+
*/
|
|
1478
|
+
export declare const CancelRotateSecretRequestFilterSensitiveLog: (obj: CancelRotateSecretRequest) => any;
|
|
1479
|
+
/**
|
|
1480
|
+
* @internal
|
|
1481
|
+
*/
|
|
1482
|
+
export declare const CancelRotateSecretResponseFilterSensitiveLog: (obj: CancelRotateSecretResponse) => any;
|
|
1483
|
+
/**
|
|
1484
|
+
* @internal
|
|
1485
|
+
*/
|
|
1486
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1487
|
+
/**
|
|
1488
|
+
* @internal
|
|
1489
|
+
*/
|
|
1490
|
+
export declare const CreateSecretRequestFilterSensitiveLog: (obj: CreateSecretRequest) => any;
|
|
1491
|
+
/**
|
|
1492
|
+
* @internal
|
|
1493
|
+
*/
|
|
1494
|
+
export declare const ReplicationStatusTypeFilterSensitiveLog: (obj: ReplicationStatusType) => any;
|
|
1495
|
+
/**
|
|
1496
|
+
* @internal
|
|
1497
|
+
*/
|
|
1498
|
+
export declare const CreateSecretResponseFilterSensitiveLog: (obj: CreateSecretResponse) => any;
|
|
1499
|
+
/**
|
|
1500
|
+
* @internal
|
|
1501
|
+
*/
|
|
1502
|
+
export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
|
|
1503
|
+
/**
|
|
1504
|
+
* @internal
|
|
1505
|
+
*/
|
|
1506
|
+
export declare const DeleteResourcePolicyResponseFilterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
|
|
1507
|
+
/**
|
|
1508
|
+
* @internal
|
|
1509
|
+
*/
|
|
1510
|
+
export declare const DeleteSecretRequestFilterSensitiveLog: (obj: DeleteSecretRequest) => any;
|
|
1511
|
+
/**
|
|
1512
|
+
* @internal
|
|
1513
|
+
*/
|
|
1514
|
+
export declare const DeleteSecretResponseFilterSensitiveLog: (obj: DeleteSecretResponse) => any;
|
|
1515
|
+
/**
|
|
1516
|
+
* @internal
|
|
1517
|
+
*/
|
|
1518
|
+
export declare const DescribeSecretRequestFilterSensitiveLog: (obj: DescribeSecretRequest) => any;
|
|
1519
|
+
/**
|
|
1520
|
+
* @internal
|
|
1521
|
+
*/
|
|
1522
|
+
export declare const RotationRulesTypeFilterSensitiveLog: (obj: RotationRulesType) => any;
|
|
1523
|
+
/**
|
|
1524
|
+
* @internal
|
|
1525
|
+
*/
|
|
1526
|
+
export declare const DescribeSecretResponseFilterSensitiveLog: (obj: DescribeSecretResponse) => any;
|
|
1527
|
+
/**
|
|
1528
|
+
* @internal
|
|
1529
|
+
*/
|
|
1530
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
1531
|
+
/**
|
|
1532
|
+
* @internal
|
|
1533
|
+
*/
|
|
1534
|
+
export declare const GetRandomPasswordRequestFilterSensitiveLog: (obj: GetRandomPasswordRequest) => any;
|
|
1535
|
+
/**
|
|
1536
|
+
* @internal
|
|
1537
|
+
*/
|
|
1538
|
+
export declare const GetRandomPasswordResponseFilterSensitiveLog: (obj: GetRandomPasswordResponse) => any;
|
|
1539
|
+
/**
|
|
1540
|
+
* @internal
|
|
1541
|
+
*/
|
|
1542
|
+
export declare const GetResourcePolicyRequestFilterSensitiveLog: (obj: GetResourcePolicyRequest) => any;
|
|
1543
|
+
/**
|
|
1544
|
+
* @internal
|
|
1545
|
+
*/
|
|
1546
|
+
export declare const GetResourcePolicyResponseFilterSensitiveLog: (obj: GetResourcePolicyResponse) => any;
|
|
1547
|
+
/**
|
|
1548
|
+
* @internal
|
|
1549
|
+
*/
|
|
1550
|
+
export declare const GetSecretValueRequestFilterSensitiveLog: (obj: GetSecretValueRequest) => any;
|
|
1551
|
+
/**
|
|
1552
|
+
* @internal
|
|
1553
|
+
*/
|
|
1554
|
+
export declare const GetSecretValueResponseFilterSensitiveLog: (obj: GetSecretValueResponse) => any;
|
|
1555
|
+
/**
|
|
1556
|
+
* @internal
|
|
1557
|
+
*/
|
|
1558
|
+
export declare const ListSecretsRequestFilterSensitiveLog: (obj: ListSecretsRequest) => any;
|
|
1559
|
+
/**
|
|
1560
|
+
* @internal
|
|
1561
|
+
*/
|
|
1562
|
+
export declare const SecretListEntryFilterSensitiveLog: (obj: SecretListEntry) => any;
|
|
1563
|
+
/**
|
|
1564
|
+
* @internal
|
|
1565
|
+
*/
|
|
1566
|
+
export declare const ListSecretsResponseFilterSensitiveLog: (obj: ListSecretsResponse) => any;
|
|
1567
|
+
/**
|
|
1568
|
+
* @internal
|
|
1569
|
+
*/
|
|
1570
|
+
export declare const ListSecretVersionIdsRequestFilterSensitiveLog: (obj: ListSecretVersionIdsRequest) => any;
|
|
1571
|
+
/**
|
|
1572
|
+
* @internal
|
|
1573
|
+
*/
|
|
1574
|
+
export declare const SecretVersionsListEntryFilterSensitiveLog: (obj: SecretVersionsListEntry) => any;
|
|
1575
|
+
/**
|
|
1576
|
+
* @internal
|
|
1577
|
+
*/
|
|
1578
|
+
export declare const ListSecretVersionIdsResponseFilterSensitiveLog: (obj: ListSecretVersionIdsResponse) => any;
|
|
1579
|
+
/**
|
|
1580
|
+
* @internal
|
|
1581
|
+
*/
|
|
1582
|
+
export declare const PutResourcePolicyRequestFilterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
|
|
1583
|
+
/**
|
|
1584
|
+
* @internal
|
|
1585
|
+
*/
|
|
1586
|
+
export declare const PutResourcePolicyResponseFilterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
|
|
1587
|
+
/**
|
|
1588
|
+
* @internal
|
|
1589
|
+
*/
|
|
1590
|
+
export declare const PutSecretValueRequestFilterSensitiveLog: (obj: PutSecretValueRequest) => any;
|
|
1591
|
+
/**
|
|
1592
|
+
* @internal
|
|
1593
|
+
*/
|
|
1594
|
+
export declare const PutSecretValueResponseFilterSensitiveLog: (obj: PutSecretValueResponse) => any;
|
|
1595
|
+
/**
|
|
1596
|
+
* @internal
|
|
1597
|
+
*/
|
|
1598
|
+
export declare const RemoveRegionsFromReplicationRequestFilterSensitiveLog: (obj: RemoveRegionsFromReplicationRequest) => any;
|
|
1599
|
+
/**
|
|
1600
|
+
* @internal
|
|
1601
|
+
*/
|
|
1602
|
+
export declare const RemoveRegionsFromReplicationResponseFilterSensitiveLog: (obj: RemoveRegionsFromReplicationResponse) => any;
|
|
1603
|
+
/**
|
|
1604
|
+
* @internal
|
|
1605
|
+
*/
|
|
1606
|
+
export declare const ReplicateSecretToRegionsRequestFilterSensitiveLog: (obj: ReplicateSecretToRegionsRequest) => any;
|
|
1607
|
+
/**
|
|
1608
|
+
* @internal
|
|
1609
|
+
*/
|
|
1610
|
+
export declare const ReplicateSecretToRegionsResponseFilterSensitiveLog: (obj: ReplicateSecretToRegionsResponse) => any;
|
|
1611
|
+
/**
|
|
1612
|
+
* @internal
|
|
1613
|
+
*/
|
|
1614
|
+
export declare const RestoreSecretRequestFilterSensitiveLog: (obj: RestoreSecretRequest) => any;
|
|
1615
|
+
/**
|
|
1616
|
+
* @internal
|
|
1617
|
+
*/
|
|
1618
|
+
export declare const RestoreSecretResponseFilterSensitiveLog: (obj: RestoreSecretResponse) => any;
|
|
1619
|
+
/**
|
|
1620
|
+
* @internal
|
|
1621
|
+
*/
|
|
1622
|
+
export declare const RotateSecretRequestFilterSensitiveLog: (obj: RotateSecretRequest) => any;
|
|
1623
|
+
/**
|
|
1624
|
+
* @internal
|
|
1625
|
+
*/
|
|
1626
|
+
export declare const RotateSecretResponseFilterSensitiveLog: (obj: RotateSecretResponse) => any;
|
|
1627
|
+
/**
|
|
1628
|
+
* @internal
|
|
1629
|
+
*/
|
|
1630
|
+
export declare const StopReplicationToReplicaRequestFilterSensitiveLog: (obj: StopReplicationToReplicaRequest) => any;
|
|
1631
|
+
/**
|
|
1632
|
+
* @internal
|
|
1633
|
+
*/
|
|
1634
|
+
export declare const StopReplicationToReplicaResponseFilterSensitiveLog: (obj: StopReplicationToReplicaResponse) => any;
|
|
1635
|
+
/**
|
|
1636
|
+
* @internal
|
|
1637
|
+
*/
|
|
1638
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1639
|
+
/**
|
|
1640
|
+
* @internal
|
|
1641
|
+
*/
|
|
1642
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1643
|
+
/**
|
|
1644
|
+
* @internal
|
|
1645
|
+
*/
|
|
1646
|
+
export declare const UpdateSecretRequestFilterSensitiveLog: (obj: UpdateSecretRequest) => any;
|
|
1647
|
+
/**
|
|
1648
|
+
* @internal
|
|
1649
|
+
*/
|
|
1650
|
+
export declare const UpdateSecretResponseFilterSensitiveLog: (obj: UpdateSecretResponse) => any;
|
|
1651
|
+
/**
|
|
1652
|
+
* @internal
|
|
1653
|
+
*/
|
|
1654
|
+
export declare const UpdateSecretVersionStageRequestFilterSensitiveLog: (obj: UpdateSecretVersionStageRequest) => any;
|
|
1655
|
+
/**
|
|
1656
|
+
* @internal
|
|
1657
|
+
*/
|
|
1658
|
+
export declare const UpdateSecretVersionStageResponseFilterSensitiveLog: (obj: UpdateSecretVersionStageResponse) => any;
|
|
1659
|
+
/**
|
|
1660
|
+
* @internal
|
|
1661
|
+
*/
|
|
1662
|
+
export declare const ValidateResourcePolicyRequestFilterSensitiveLog: (obj: ValidateResourcePolicyRequest) => any;
|
|
1663
|
+
/**
|
|
1664
|
+
* @internal
|
|
1665
|
+
*/
|
|
1666
|
+
export declare const ValidationErrorsEntryFilterSensitiveLog: (obj: ValidationErrorsEntry) => any;
|
|
1667
|
+
/**
|
|
1668
|
+
* @internal
|
|
1669
|
+
*/
|
|
1670
|
+
export declare const ValidateResourcePolicyResponseFilterSensitiveLog: (obj: ValidateResourcePolicyResponse) => any;
|