@aws-sdk/client-secrets-manager 3.927.0 → 3.929.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/dist-cjs/index.js +808 -1068
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/SecretsManagerClient.js +2 -0
- package/dist-es/commands/BatchGetSecretValueCommand.js +3 -10
- package/dist-es/commands/CancelRotateSecretCommand.js +3 -9
- package/dist-es/commands/CreateSecretCommand.js +3 -10
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteSecretCommand.js +3 -9
- package/dist-es/commands/DescribeSecretCommand.js +3 -9
- package/dist-es/commands/GetRandomPasswordCommand.js +3 -10
- package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
- package/dist-es/commands/GetSecretValueCommand.js +3 -10
- package/dist-es/commands/ListSecretVersionIdsCommand.js +3 -9
- package/dist-es/commands/ListSecretsCommand.js +3 -9
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/PutSecretValueCommand.js +3 -10
- package/dist-es/commands/RemoveRegionsFromReplicationCommand.js +3 -9
- package/dist-es/commands/ReplicateSecretToRegionsCommand.js +3 -9
- package/dist-es/commands/RestoreSecretCommand.js +3 -9
- package/dist-es/commands/RotateSecretCommand.js +3 -9
- package/dist-es/commands/StopReplicationToReplicaCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateSecretCommand.js +3 -10
- package/dist-es/commands/UpdateSecretVersionStageCommand.js +3 -9
- package/dist-es/commands/ValidateResourcePolicyCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -35
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +731 -0
- package/dist-types/SecretsManagerClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -28
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +112 -0
- package/dist-types/ts3.4/SecretsManagerClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -21
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +119 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -834
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -209
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -281
|
@@ -0,0 +1,731 @@
|
|
|
1
|
+
const _AAD = "AutomaticallyAfterDays";
|
|
2
|
+
const _APIELT = "APIErrorListType";
|
|
3
|
+
const _APIET = "APIErrorType";
|
|
4
|
+
const _ARN = "ARN";
|
|
5
|
+
const _ARR = "AddReplicaRegions";
|
|
6
|
+
const _ARRLT = "AddReplicaRegionListType";
|
|
7
|
+
const _BGSV = "BatchGetSecretValue";
|
|
8
|
+
const _BGSVR = "BatchGetSecretValueRequest";
|
|
9
|
+
const _BGSVRa = "BatchGetSecretValueResponse";
|
|
10
|
+
const _BPP = "BlockPublicPolicy";
|
|
11
|
+
const _CD = "CreatedDate";
|
|
12
|
+
const _CN = "CheckName";
|
|
13
|
+
const _CRS = "CancelRotateSecret";
|
|
14
|
+
const _CRSR = "CancelRotateSecretRequest";
|
|
15
|
+
const _CRSRa = "CancelRotateSecretResponse";
|
|
16
|
+
const _CRT = "ClientRequestToken";
|
|
17
|
+
const _CS = "CreateSecret";
|
|
18
|
+
const _CSR = "CreateSecretRequest";
|
|
19
|
+
const _CSRr = "CreateSecretResponse";
|
|
20
|
+
const _D = "Description";
|
|
21
|
+
const _DD = "DeletionDate";
|
|
22
|
+
const _DDe = "DeletedDate";
|
|
23
|
+
const _DF = "DecryptionFailure";
|
|
24
|
+
const _DRP = "DeleteResourcePolicy";
|
|
25
|
+
const _DRPR = "DeleteResourcePolicyRequest";
|
|
26
|
+
const _DRPRe = "DeleteResourcePolicyResponse";
|
|
27
|
+
const _DS = "DeleteSecret";
|
|
28
|
+
const _DSR = "DeleteSecretRequest";
|
|
29
|
+
const _DSRe = "DeleteSecretResponse";
|
|
30
|
+
const _DSRes = "DescribeSecretRequest";
|
|
31
|
+
const _DSResc = "DescribeSecretResponse";
|
|
32
|
+
const _DSe = "DescribeSecret";
|
|
33
|
+
const _Du = "Duration";
|
|
34
|
+
const _E = "Errors";
|
|
35
|
+
const _EC = "ErrorCode";
|
|
36
|
+
const _ECx = "ExcludeCharacters";
|
|
37
|
+
const _EF = "EncryptionFailure";
|
|
38
|
+
const _EL = "ExcludeLowercase";
|
|
39
|
+
const _EM = "ErrorMessage";
|
|
40
|
+
const _EN = "ExcludeNumbers";
|
|
41
|
+
const _EP = "ExcludePunctuation";
|
|
42
|
+
const _EU = "ExcludeUppercase";
|
|
43
|
+
const _F = "Filters";
|
|
44
|
+
const _FDWR = "ForceDeleteWithoutRecovery";
|
|
45
|
+
const _FLT = "FiltersListType";
|
|
46
|
+
const _FORS = "ForceOverwriteReplicaSecret";
|
|
47
|
+
const _Fi = "Filter";
|
|
48
|
+
const _GRP = "GetRandomPassword";
|
|
49
|
+
const _GRPR = "GetRandomPasswordRequest";
|
|
50
|
+
const _GRPRe = "GetRandomPasswordResponse";
|
|
51
|
+
const _GRPRet = "GetResourcePolicyRequest";
|
|
52
|
+
const _GRPRete = "GetResourcePolicyResponse";
|
|
53
|
+
const _GRPe = "GetResourcePolicy";
|
|
54
|
+
const _GSV = "GetSecretValue";
|
|
55
|
+
const _GSVR = "GetSecretValueRequest";
|
|
56
|
+
const _GSVRe = "GetSecretValueResponse";
|
|
57
|
+
const _ID = "IncludeDeprecated";
|
|
58
|
+
const _INTE = "InvalidNextTokenException";
|
|
59
|
+
const _IPD = "IncludePlannedDeletion";
|
|
60
|
+
const _IPE = "InvalidParameterException";
|
|
61
|
+
const _IRE = "InvalidRequestException";
|
|
62
|
+
const _IS = "IncludeSpace";
|
|
63
|
+
const _ISE = "InternalServiceError";
|
|
64
|
+
const _K = "Key";
|
|
65
|
+
const _KKI = "KmsKeyId";
|
|
66
|
+
const _KKIm = "KmsKeyIds";
|
|
67
|
+
const _LAD = "LastAccessedDate";
|
|
68
|
+
const _LCD = "LastChangedDate";
|
|
69
|
+
const _LEE = "LimitExceededException";
|
|
70
|
+
const _LRD = "LastRotatedDate";
|
|
71
|
+
const _LS = "ListSecrets";
|
|
72
|
+
const _LSR = "ListSecretsRequest";
|
|
73
|
+
const _LSRi = "ListSecretsResponse";
|
|
74
|
+
const _LSVI = "ListSecretVersionIds";
|
|
75
|
+
const _LSVIR = "ListSecretVersionIdsRequest";
|
|
76
|
+
const _LSVIRi = "ListSecretVersionIdsResponse";
|
|
77
|
+
const _M = "Message";
|
|
78
|
+
const _MPDE = "MalformedPolicyDocumentException";
|
|
79
|
+
const _MR = "MaxResults";
|
|
80
|
+
const _MTVI = "MoveToVersionId";
|
|
81
|
+
const _N = "Name";
|
|
82
|
+
const _NRD = "NextRotationDate";
|
|
83
|
+
const _NT = "NextToken";
|
|
84
|
+
const _OS = "OwningService";
|
|
85
|
+
const _PL = "PasswordLength";
|
|
86
|
+
const _PNME = "PreconditionNotMetException";
|
|
87
|
+
const _PPE = "PublicPolicyException";
|
|
88
|
+
const _PR = "PrimaryRegion";
|
|
89
|
+
const _PRP = "PutResourcePolicy";
|
|
90
|
+
const _PRPR = "PutResourcePolicyRequest";
|
|
91
|
+
const _PRPRu = "PutResourcePolicyResponse";
|
|
92
|
+
const _PSV = "PutSecretValue";
|
|
93
|
+
const _PSVR = "PutSecretValueRequest";
|
|
94
|
+
const _PSVRu = "PutSecretValueResponse";
|
|
95
|
+
const _PVP = "PolicyValidationPassed";
|
|
96
|
+
const _R = "Region";
|
|
97
|
+
const _RE = "RotationEnabled";
|
|
98
|
+
const _REE = "ResourceExistsException";
|
|
99
|
+
const _REIT = "RequireEachIncludedType";
|
|
100
|
+
const _RFVI = "RemoveFromVersionId";
|
|
101
|
+
const _RI = "RotateImmediately";
|
|
102
|
+
const _RLARN = "RotationLambdaARN";
|
|
103
|
+
const _RNFE = "ResourceNotFoundException";
|
|
104
|
+
const _RP = "RandomPassword";
|
|
105
|
+
const _RPT = "RandomPasswordType";
|
|
106
|
+
const _RPe = "ResourcePolicy";
|
|
107
|
+
const _RR = "RotationRules";
|
|
108
|
+
const _RRFR = "RemoveRegionsFromReplication";
|
|
109
|
+
const _RRFRR = "RemoveRegionsFromReplicationRequest";
|
|
110
|
+
const _RRFRRe = "RemoveRegionsFromReplicationResponse";
|
|
111
|
+
const _RRR = "RemoveReplicaRegions";
|
|
112
|
+
const _RRT = "ReplicaRegionType";
|
|
113
|
+
const _RRTo = "RotationRulesType";
|
|
114
|
+
const _RS = "ReplicationStatus";
|
|
115
|
+
const _RSLT = "ReplicationStatusListType";
|
|
116
|
+
const _RSR = "RestoreSecretRequest";
|
|
117
|
+
const _RSRe = "RestoreSecretResponse";
|
|
118
|
+
const _RSRo = "RotateSecretRequest";
|
|
119
|
+
const _RSRot = "RotateSecretResponse";
|
|
120
|
+
const _RST = "ReplicationStatusType";
|
|
121
|
+
const _RSTR = "ReplicateSecretToRegions";
|
|
122
|
+
const _RSTRR = "ReplicateSecretToRegionsRequest";
|
|
123
|
+
const _RSTRRe = "ReplicateSecretToRegionsResponse";
|
|
124
|
+
const _RSe = "RestoreSecret";
|
|
125
|
+
const _RSo = "RotateSecret";
|
|
126
|
+
const _RT = "RotationToken";
|
|
127
|
+
const _RTT = "RotationTokenType";
|
|
128
|
+
const _RWID = "RecoveryWindowInDays";
|
|
129
|
+
const _S = "Status";
|
|
130
|
+
const _SB = "SecretBinary";
|
|
131
|
+
const _SBT = "SecretBinaryType";
|
|
132
|
+
const _SE = "ScheduleExpression";
|
|
133
|
+
const _SI = "SecretId";
|
|
134
|
+
const _SIL = "SecretIdList";
|
|
135
|
+
const _SL = "SecretList";
|
|
136
|
+
const _SLE = "SecretListEntry";
|
|
137
|
+
const _SLT = "SecretListType";
|
|
138
|
+
const _SM = "StatusMessage";
|
|
139
|
+
const _SO = "SortOrder";
|
|
140
|
+
const _SRTR = "StopReplicationToReplica";
|
|
141
|
+
const _SRTRR = "StopReplicationToReplicaRequest";
|
|
142
|
+
const _SRTRRt = "StopReplicationToReplicaResponse";
|
|
143
|
+
const _SS = "SecretString";
|
|
144
|
+
const _SST = "SecretStringType";
|
|
145
|
+
const _SV = "SecretValues";
|
|
146
|
+
const _SVE = "SecretValueEntry";
|
|
147
|
+
const _SVLE = "SecretVersionsListEntry";
|
|
148
|
+
const _SVLT = "SecretVersionsListType";
|
|
149
|
+
const _SVT = "SecretValuesType";
|
|
150
|
+
const _SVTS = "SecretVersionsToStages";
|
|
151
|
+
const _SVTSMT = "SecretVersionsToStagesMapType";
|
|
152
|
+
const _T = "Tags";
|
|
153
|
+
const _TK = "TagKeys";
|
|
154
|
+
const _TLT = "TagListType";
|
|
155
|
+
const _TR = "TagResource";
|
|
156
|
+
const _TRR = "TagResourceRequest";
|
|
157
|
+
const _Ta = "Tag";
|
|
158
|
+
const _UR = "UntagResource";
|
|
159
|
+
const _URR = "UntagResourceRequest";
|
|
160
|
+
const _US = "UpdateSecret";
|
|
161
|
+
const _USR = "UpdateSecretRequest";
|
|
162
|
+
const _USRp = "UpdateSecretResponse";
|
|
163
|
+
const _USVS = "UpdateSecretVersionStage";
|
|
164
|
+
const _USVSR = "UpdateSecretVersionStageRequest";
|
|
165
|
+
const _USVSRp = "UpdateSecretVersionStageResponse";
|
|
166
|
+
const _V = "Values";
|
|
167
|
+
const _VE = "ValidationErrors";
|
|
168
|
+
const _VEE = "ValidationErrorsEntry";
|
|
169
|
+
const _VET = "ValidationErrorsType";
|
|
170
|
+
const _VI = "VersionId";
|
|
171
|
+
const _VITS = "VersionIdsToStages";
|
|
172
|
+
const _VRP = "ValidateResourcePolicy";
|
|
173
|
+
const _VRPR = "ValidateResourcePolicyRequest";
|
|
174
|
+
const _VRPRa = "ValidateResourcePolicyResponse";
|
|
175
|
+
const _VS = "VersionStage";
|
|
176
|
+
const _VSe = "VersionStages";
|
|
177
|
+
const _Va = "Value";
|
|
178
|
+
const _Ve = "Versions";
|
|
179
|
+
const _c = "client";
|
|
180
|
+
const _e = "error";
|
|
181
|
+
const _s = "server";
|
|
182
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.secretsmanager";
|
|
183
|
+
const n0 = "com.amazonaws.secretsmanager";
|
|
184
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
185
|
+
import { DecryptionFailure as __DecryptionFailure, EncryptionFailure as __EncryptionFailure, InternalServiceError as __InternalServiceError, InvalidNextTokenException as __InvalidNextTokenException, InvalidParameterException as __InvalidParameterException, InvalidRequestException as __InvalidRequestException, LimitExceededException as __LimitExceededException, MalformedPolicyDocumentException as __MalformedPolicyDocumentException, PreconditionNotMetException as __PreconditionNotMetException, PublicPolicyException as __PublicPolicyException, ResourceExistsException as __ResourceExistsException, ResourceNotFoundException as __ResourceNotFoundException, } from "../models/index";
|
|
186
|
+
import { SecretsManagerServiceException as __SecretsManagerServiceException } from "../models/SecretsManagerServiceException";
|
|
187
|
+
export var RandomPasswordType = [0, n0, _RPT, 8, 0];
|
|
188
|
+
export var RotationTokenType = [0, n0, _RTT, 8, 0];
|
|
189
|
+
export var SecretBinaryType = [0, n0, _SBT, 8, 21];
|
|
190
|
+
export var SecretStringType = [0, n0, _SST, 8, 0];
|
|
191
|
+
export var APIErrorType = [3, n0, _APIET, 0, [_SI, _EC, _M], [0, 0, 0]];
|
|
192
|
+
export var BatchGetSecretValueRequest = [
|
|
193
|
+
3,
|
|
194
|
+
n0,
|
|
195
|
+
_BGSVR,
|
|
196
|
+
0,
|
|
197
|
+
[_SIL, _F, _MR, _NT],
|
|
198
|
+
[64 | 0, () => FiltersListType, 1, 0],
|
|
199
|
+
];
|
|
200
|
+
export var BatchGetSecretValueResponse = [
|
|
201
|
+
3,
|
|
202
|
+
n0,
|
|
203
|
+
_BGSVRa,
|
|
204
|
+
0,
|
|
205
|
+
[_SV, _NT, _E],
|
|
206
|
+
[[() => SecretValuesType, 0], 0, () => APIErrorListType],
|
|
207
|
+
];
|
|
208
|
+
export var CancelRotateSecretRequest = [3, n0, _CRSR, 0, [_SI], [0]];
|
|
209
|
+
export var CancelRotateSecretResponse = [3, n0, _CRSRa, 0, [_ARN, _N, _VI], [0, 0, 0]];
|
|
210
|
+
export var CreateSecretRequest = [
|
|
211
|
+
3,
|
|
212
|
+
n0,
|
|
213
|
+
_CSR,
|
|
214
|
+
0,
|
|
215
|
+
[_N, _CRT, _D, _KKI, _SB, _SS, _T, _ARR, _FORS],
|
|
216
|
+
[
|
|
217
|
+
0,
|
|
218
|
+
[0, 4],
|
|
219
|
+
0,
|
|
220
|
+
0,
|
|
221
|
+
[() => SecretBinaryType, 0],
|
|
222
|
+
[() => SecretStringType, 0],
|
|
223
|
+
() => TagListType,
|
|
224
|
+
() => AddReplicaRegionListType,
|
|
225
|
+
2,
|
|
226
|
+
],
|
|
227
|
+
];
|
|
228
|
+
export var CreateSecretResponse = [
|
|
229
|
+
3,
|
|
230
|
+
n0,
|
|
231
|
+
_CSRr,
|
|
232
|
+
0,
|
|
233
|
+
[_ARN, _N, _VI, _RS],
|
|
234
|
+
[0, 0, 0, () => ReplicationStatusListType],
|
|
235
|
+
];
|
|
236
|
+
export var DecryptionFailure = [
|
|
237
|
+
-3,
|
|
238
|
+
n0,
|
|
239
|
+
_DF,
|
|
240
|
+
{
|
|
241
|
+
[_e]: _c,
|
|
242
|
+
},
|
|
243
|
+
[_M],
|
|
244
|
+
[0],
|
|
245
|
+
];
|
|
246
|
+
TypeRegistry.for(n0).registerError(DecryptionFailure, __DecryptionFailure);
|
|
247
|
+
export var DeleteResourcePolicyRequest = [3, n0, _DRPR, 0, [_SI], [0]];
|
|
248
|
+
export var DeleteResourcePolicyResponse = [3, n0, _DRPRe, 0, [_ARN, _N], [0, 0]];
|
|
249
|
+
export var DeleteSecretRequest = [3, n0, _DSR, 0, [_SI, _RWID, _FDWR], [0, 1, 2]];
|
|
250
|
+
export var DeleteSecretResponse = [3, n0, _DSRe, 0, [_ARN, _N, _DD], [0, 0, 4]];
|
|
251
|
+
export var DescribeSecretRequest = [3, n0, _DSRes, 0, [_SI], [0]];
|
|
252
|
+
export var DescribeSecretResponse = [
|
|
253
|
+
3,
|
|
254
|
+
n0,
|
|
255
|
+
_DSResc,
|
|
256
|
+
0,
|
|
257
|
+
[_ARN, _N, _D, _KKI, _RE, _RLARN, _RR, _LRD, _LCD, _LAD, _DDe, _NRD, _T, _VITS, _OS, _CD, _PR, _RS],
|
|
258
|
+
[
|
|
259
|
+
0,
|
|
260
|
+
0,
|
|
261
|
+
0,
|
|
262
|
+
0,
|
|
263
|
+
2,
|
|
264
|
+
0,
|
|
265
|
+
() => RotationRulesType,
|
|
266
|
+
4,
|
|
267
|
+
4,
|
|
268
|
+
4,
|
|
269
|
+
4,
|
|
270
|
+
4,
|
|
271
|
+
() => TagListType,
|
|
272
|
+
[2, n0, _SVTSMT, 0, 0, 64 | 0],
|
|
273
|
+
0,
|
|
274
|
+
4,
|
|
275
|
+
0,
|
|
276
|
+
() => ReplicationStatusListType,
|
|
277
|
+
],
|
|
278
|
+
];
|
|
279
|
+
export var EncryptionFailure = [
|
|
280
|
+
-3,
|
|
281
|
+
n0,
|
|
282
|
+
_EF,
|
|
283
|
+
{
|
|
284
|
+
[_e]: _c,
|
|
285
|
+
},
|
|
286
|
+
[_M],
|
|
287
|
+
[0],
|
|
288
|
+
];
|
|
289
|
+
TypeRegistry.for(n0).registerError(EncryptionFailure, __EncryptionFailure);
|
|
290
|
+
export var Filter = [3, n0, _Fi, 0, [_K, _V], [0, 64 | 0]];
|
|
291
|
+
export var GetRandomPasswordRequest = [
|
|
292
|
+
3,
|
|
293
|
+
n0,
|
|
294
|
+
_GRPR,
|
|
295
|
+
0,
|
|
296
|
+
[_PL, _ECx, _EN, _EP, _EU, _EL, _IS, _REIT],
|
|
297
|
+
[1, 0, 2, 2, 2, 2, 2, 2],
|
|
298
|
+
];
|
|
299
|
+
export var GetRandomPasswordResponse = [
|
|
300
|
+
3,
|
|
301
|
+
n0,
|
|
302
|
+
_GRPRe,
|
|
303
|
+
0,
|
|
304
|
+
[_RP],
|
|
305
|
+
[[() => RandomPasswordType, 0]],
|
|
306
|
+
];
|
|
307
|
+
export var GetResourcePolicyRequest = [3, n0, _GRPRet, 0, [_SI], [0]];
|
|
308
|
+
export var GetResourcePolicyResponse = [3, n0, _GRPRete, 0, [_ARN, _N, _RPe], [0, 0, 0]];
|
|
309
|
+
export var GetSecretValueRequest = [3, n0, _GSVR, 0, [_SI, _VI, _VS], [0, 0, 0]];
|
|
310
|
+
export var GetSecretValueResponse = [
|
|
311
|
+
3,
|
|
312
|
+
n0,
|
|
313
|
+
_GSVRe,
|
|
314
|
+
0,
|
|
315
|
+
[_ARN, _N, _VI, _SB, _SS, _VSe, _CD],
|
|
316
|
+
[0, 0, 0, [() => SecretBinaryType, 0], [() => SecretStringType, 0], 64 | 0, 4],
|
|
317
|
+
];
|
|
318
|
+
export var InternalServiceError = [
|
|
319
|
+
-3,
|
|
320
|
+
n0,
|
|
321
|
+
_ISE,
|
|
322
|
+
{
|
|
323
|
+
[_e]: _s,
|
|
324
|
+
},
|
|
325
|
+
[_M],
|
|
326
|
+
[0],
|
|
327
|
+
];
|
|
328
|
+
TypeRegistry.for(n0).registerError(InternalServiceError, __InternalServiceError);
|
|
329
|
+
export var InvalidNextTokenException = [
|
|
330
|
+
-3,
|
|
331
|
+
n0,
|
|
332
|
+
_INTE,
|
|
333
|
+
{
|
|
334
|
+
[_e]: _c,
|
|
335
|
+
},
|
|
336
|
+
[_M],
|
|
337
|
+
[0],
|
|
338
|
+
];
|
|
339
|
+
TypeRegistry.for(n0).registerError(InvalidNextTokenException, __InvalidNextTokenException);
|
|
340
|
+
export var InvalidParameterException = [
|
|
341
|
+
-3,
|
|
342
|
+
n0,
|
|
343
|
+
_IPE,
|
|
344
|
+
{
|
|
345
|
+
[_e]: _c,
|
|
346
|
+
},
|
|
347
|
+
[_M],
|
|
348
|
+
[0],
|
|
349
|
+
];
|
|
350
|
+
TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
|
|
351
|
+
export var InvalidRequestException = [
|
|
352
|
+
-3,
|
|
353
|
+
n0,
|
|
354
|
+
_IRE,
|
|
355
|
+
{
|
|
356
|
+
[_e]: _c,
|
|
357
|
+
},
|
|
358
|
+
[_M],
|
|
359
|
+
[0],
|
|
360
|
+
];
|
|
361
|
+
TypeRegistry.for(n0).registerError(InvalidRequestException, __InvalidRequestException);
|
|
362
|
+
export var LimitExceededException = [
|
|
363
|
+
-3,
|
|
364
|
+
n0,
|
|
365
|
+
_LEE,
|
|
366
|
+
{
|
|
367
|
+
[_e]: _c,
|
|
368
|
+
},
|
|
369
|
+
[_M],
|
|
370
|
+
[0],
|
|
371
|
+
];
|
|
372
|
+
TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
|
|
373
|
+
export var ListSecretsRequest = [
|
|
374
|
+
3,
|
|
375
|
+
n0,
|
|
376
|
+
_LSR,
|
|
377
|
+
0,
|
|
378
|
+
[_IPD, _MR, _NT, _F, _SO],
|
|
379
|
+
[2, 1, 0, () => FiltersListType, 0],
|
|
380
|
+
];
|
|
381
|
+
export var ListSecretsResponse = [3, n0, _LSRi, 0, [_SL, _NT], [() => SecretListType, 0]];
|
|
382
|
+
export var ListSecretVersionIdsRequest = [3, n0, _LSVIR, 0, [_SI, _MR, _NT, _ID], [0, 1, 0, 2]];
|
|
383
|
+
export var ListSecretVersionIdsResponse = [
|
|
384
|
+
3,
|
|
385
|
+
n0,
|
|
386
|
+
_LSVIRi,
|
|
387
|
+
0,
|
|
388
|
+
[_Ve, _NT, _ARN, _N],
|
|
389
|
+
[() => SecretVersionsListType, 0, 0, 0],
|
|
390
|
+
];
|
|
391
|
+
export var MalformedPolicyDocumentException = [
|
|
392
|
+
-3,
|
|
393
|
+
n0,
|
|
394
|
+
_MPDE,
|
|
395
|
+
{
|
|
396
|
+
[_e]: _c,
|
|
397
|
+
},
|
|
398
|
+
[_M],
|
|
399
|
+
[0],
|
|
400
|
+
];
|
|
401
|
+
TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException, __MalformedPolicyDocumentException);
|
|
402
|
+
export var PreconditionNotMetException = [
|
|
403
|
+
-3,
|
|
404
|
+
n0,
|
|
405
|
+
_PNME,
|
|
406
|
+
{
|
|
407
|
+
[_e]: _c,
|
|
408
|
+
},
|
|
409
|
+
[_M],
|
|
410
|
+
[0],
|
|
411
|
+
];
|
|
412
|
+
TypeRegistry.for(n0).registerError(PreconditionNotMetException, __PreconditionNotMetException);
|
|
413
|
+
export var PublicPolicyException = [
|
|
414
|
+
-3,
|
|
415
|
+
n0,
|
|
416
|
+
_PPE,
|
|
417
|
+
{
|
|
418
|
+
[_e]: _c,
|
|
419
|
+
},
|
|
420
|
+
[_M],
|
|
421
|
+
[0],
|
|
422
|
+
];
|
|
423
|
+
TypeRegistry.for(n0).registerError(PublicPolicyException, __PublicPolicyException);
|
|
424
|
+
export var PutResourcePolicyRequest = [3, n0, _PRPR, 0, [_SI, _RPe, _BPP], [0, 0, 2]];
|
|
425
|
+
export var PutResourcePolicyResponse = [3, n0, _PRPRu, 0, [_ARN, _N], [0, 0]];
|
|
426
|
+
export var PutSecretValueRequest = [
|
|
427
|
+
3,
|
|
428
|
+
n0,
|
|
429
|
+
_PSVR,
|
|
430
|
+
0,
|
|
431
|
+
[_SI, _CRT, _SB, _SS, _VSe, _RT],
|
|
432
|
+
[0, [0, 4], [() => SecretBinaryType, 0], [() => SecretStringType, 0], 64 | 0, [() => RotationTokenType, 0]],
|
|
433
|
+
];
|
|
434
|
+
export var PutSecretValueResponse = [3, n0, _PSVRu, 0, [_ARN, _N, _VI, _VSe], [0, 0, 0, 64 | 0]];
|
|
435
|
+
export var RemoveRegionsFromReplicationRequest = [3, n0, _RRFRR, 0, [_SI, _RRR], [0, 64 | 0]];
|
|
436
|
+
export var RemoveRegionsFromReplicationResponse = [
|
|
437
|
+
3,
|
|
438
|
+
n0,
|
|
439
|
+
_RRFRRe,
|
|
440
|
+
0,
|
|
441
|
+
[_ARN, _RS],
|
|
442
|
+
[0, () => ReplicationStatusListType],
|
|
443
|
+
];
|
|
444
|
+
export var ReplicaRegionType = [3, n0, _RRT, 0, [_R, _KKI], [0, 0]];
|
|
445
|
+
export var ReplicateSecretToRegionsRequest = [
|
|
446
|
+
3,
|
|
447
|
+
n0,
|
|
448
|
+
_RSTRR,
|
|
449
|
+
0,
|
|
450
|
+
[_SI, _ARR, _FORS],
|
|
451
|
+
[0, () => AddReplicaRegionListType, 2],
|
|
452
|
+
];
|
|
453
|
+
export var ReplicateSecretToRegionsResponse = [
|
|
454
|
+
3,
|
|
455
|
+
n0,
|
|
456
|
+
_RSTRRe,
|
|
457
|
+
0,
|
|
458
|
+
[_ARN, _RS],
|
|
459
|
+
[0, () => ReplicationStatusListType],
|
|
460
|
+
];
|
|
461
|
+
export var ReplicationStatusType = [3, n0, _RST, 0, [_R, _KKI, _S, _SM, _LAD], [0, 0, 0, 0, 4]];
|
|
462
|
+
export var ResourceExistsException = [
|
|
463
|
+
-3,
|
|
464
|
+
n0,
|
|
465
|
+
_REE,
|
|
466
|
+
{
|
|
467
|
+
[_e]: _c,
|
|
468
|
+
},
|
|
469
|
+
[_M],
|
|
470
|
+
[0],
|
|
471
|
+
];
|
|
472
|
+
TypeRegistry.for(n0).registerError(ResourceExistsException, __ResourceExistsException);
|
|
473
|
+
export var ResourceNotFoundException = [
|
|
474
|
+
-3,
|
|
475
|
+
n0,
|
|
476
|
+
_RNFE,
|
|
477
|
+
{
|
|
478
|
+
[_e]: _c,
|
|
479
|
+
},
|
|
480
|
+
[_M],
|
|
481
|
+
[0],
|
|
482
|
+
];
|
|
483
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
484
|
+
export var RestoreSecretRequest = [3, n0, _RSR, 0, [_SI], [0]];
|
|
485
|
+
export var RestoreSecretResponse = [3, n0, _RSRe, 0, [_ARN, _N], [0, 0]];
|
|
486
|
+
export var RotateSecretRequest = [
|
|
487
|
+
3,
|
|
488
|
+
n0,
|
|
489
|
+
_RSRo,
|
|
490
|
+
0,
|
|
491
|
+
[_SI, _CRT, _RLARN, _RR, _RI],
|
|
492
|
+
[0, [0, 4], 0, () => RotationRulesType, 2],
|
|
493
|
+
];
|
|
494
|
+
export var RotateSecretResponse = [3, n0, _RSRot, 0, [_ARN, _N, _VI], [0, 0, 0]];
|
|
495
|
+
export var RotationRulesType = [3, n0, _RRTo, 0, [_AAD, _Du, _SE], [1, 0, 0]];
|
|
496
|
+
export var SecretListEntry = [
|
|
497
|
+
3,
|
|
498
|
+
n0,
|
|
499
|
+
_SLE,
|
|
500
|
+
0,
|
|
501
|
+
[_ARN, _N, _D, _KKI, _RE, _RLARN, _RR, _LRD, _LCD, _LAD, _DDe, _NRD, _T, _SVTS, _OS, _CD, _PR],
|
|
502
|
+
[
|
|
503
|
+
0,
|
|
504
|
+
0,
|
|
505
|
+
0,
|
|
506
|
+
0,
|
|
507
|
+
2,
|
|
508
|
+
0,
|
|
509
|
+
() => RotationRulesType,
|
|
510
|
+
4,
|
|
511
|
+
4,
|
|
512
|
+
4,
|
|
513
|
+
4,
|
|
514
|
+
4,
|
|
515
|
+
() => TagListType,
|
|
516
|
+
[2, n0, _SVTSMT, 0, 0, 64 | 0],
|
|
517
|
+
0,
|
|
518
|
+
4,
|
|
519
|
+
0,
|
|
520
|
+
],
|
|
521
|
+
];
|
|
522
|
+
export var SecretValueEntry = [
|
|
523
|
+
3,
|
|
524
|
+
n0,
|
|
525
|
+
_SVE,
|
|
526
|
+
0,
|
|
527
|
+
[_ARN, _N, _VI, _SB, _SS, _VSe, _CD],
|
|
528
|
+
[0, 0, 0, [() => SecretBinaryType, 0], [() => SecretStringType, 0], 64 | 0, 4],
|
|
529
|
+
];
|
|
530
|
+
export var SecretVersionsListEntry = [
|
|
531
|
+
3,
|
|
532
|
+
n0,
|
|
533
|
+
_SVLE,
|
|
534
|
+
0,
|
|
535
|
+
[_VI, _VSe, _LAD, _CD, _KKIm],
|
|
536
|
+
[0, 64 | 0, 4, 4, 64 | 0],
|
|
537
|
+
];
|
|
538
|
+
export var StopReplicationToReplicaRequest = [3, n0, _SRTRR, 0, [_SI], [0]];
|
|
539
|
+
export var StopReplicationToReplicaResponse = [3, n0, _SRTRRt, 0, [_ARN], [0]];
|
|
540
|
+
export var Tag = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
|
|
541
|
+
export var TagResourceRequest = [3, n0, _TRR, 0, [_SI, _T], [0, () => TagListType]];
|
|
542
|
+
export var UntagResourceRequest = [3, n0, _URR, 0, [_SI, _TK], [0, 64 | 0]];
|
|
543
|
+
export var UpdateSecretRequest = [
|
|
544
|
+
3,
|
|
545
|
+
n0,
|
|
546
|
+
_USR,
|
|
547
|
+
0,
|
|
548
|
+
[_SI, _CRT, _D, _KKI, _SB, _SS],
|
|
549
|
+
[0, [0, 4], 0, 0, [() => SecretBinaryType, 0], [() => SecretStringType, 0]],
|
|
550
|
+
];
|
|
551
|
+
export var UpdateSecretResponse = [3, n0, _USRp, 0, [_ARN, _N, _VI], [0, 0, 0]];
|
|
552
|
+
export var UpdateSecretVersionStageRequest = [
|
|
553
|
+
3,
|
|
554
|
+
n0,
|
|
555
|
+
_USVSR,
|
|
556
|
+
0,
|
|
557
|
+
[_SI, _VS, _RFVI, _MTVI],
|
|
558
|
+
[0, 0, 0, 0],
|
|
559
|
+
];
|
|
560
|
+
export var UpdateSecretVersionStageResponse = [3, n0, _USVSRp, 0, [_ARN, _N], [0, 0]];
|
|
561
|
+
export var ValidateResourcePolicyRequest = [3, n0, _VRPR, 0, [_SI, _RPe], [0, 0]];
|
|
562
|
+
export var ValidateResourcePolicyResponse = [
|
|
563
|
+
3,
|
|
564
|
+
n0,
|
|
565
|
+
_VRPRa,
|
|
566
|
+
0,
|
|
567
|
+
[_PVP, _VE],
|
|
568
|
+
[2, () => ValidationErrorsType],
|
|
569
|
+
];
|
|
570
|
+
export var ValidationErrorsEntry = [3, n0, _VEE, 0, [_CN, _EM], [0, 0]];
|
|
571
|
+
export var __Unit = "unit";
|
|
572
|
+
export var SecretsManagerServiceException = [-3, _sm, "SecretsManagerServiceException", 0, [], []];
|
|
573
|
+
TypeRegistry.for(_sm).registerError(SecretsManagerServiceException, __SecretsManagerServiceException);
|
|
574
|
+
export var AddReplicaRegionListType = [1, n0, _ARRLT, 0, () => ReplicaRegionType];
|
|
575
|
+
export var APIErrorListType = [1, n0, _APIELT, 0, () => APIErrorType];
|
|
576
|
+
export var FiltersListType = [1, n0, _FLT, 0, () => Filter];
|
|
577
|
+
export var FilterValuesStringList = 64 | 0;
|
|
578
|
+
export var KmsKeyIdListType = 64 | 0;
|
|
579
|
+
export var RemoveReplicaRegionListType = 64 | 0;
|
|
580
|
+
export var ReplicationStatusListType = [1, n0, _RSLT, 0, () => ReplicationStatusType];
|
|
581
|
+
export var SecretIdListType = 64 | 0;
|
|
582
|
+
export var SecretListType = [1, n0, _SLT, 0, () => SecretListEntry];
|
|
583
|
+
export var SecretValuesType = [1, n0, _SVT, 0, [() => SecretValueEntry, 0]];
|
|
584
|
+
export var SecretVersionsListType = [1, n0, _SVLT, 0, () => SecretVersionsListEntry];
|
|
585
|
+
export var SecretVersionStagesType = 64 | 0;
|
|
586
|
+
export var TagKeyListType = 64 | 0;
|
|
587
|
+
export var TagListType = [1, n0, _TLT, 0, () => Tag];
|
|
588
|
+
export var ValidationErrorsType = [1, n0, _VET, 0, () => ValidationErrorsEntry];
|
|
589
|
+
export var SecretVersionsToStagesMapType = [2, n0, _SVTSMT, 0, 0, 64 | 0];
|
|
590
|
+
export var BatchGetSecretValue = [
|
|
591
|
+
9,
|
|
592
|
+
n0,
|
|
593
|
+
_BGSV,
|
|
594
|
+
0,
|
|
595
|
+
() => BatchGetSecretValueRequest,
|
|
596
|
+
() => BatchGetSecretValueResponse,
|
|
597
|
+
];
|
|
598
|
+
export var CancelRotateSecret = [
|
|
599
|
+
9,
|
|
600
|
+
n0,
|
|
601
|
+
_CRS,
|
|
602
|
+
0,
|
|
603
|
+
() => CancelRotateSecretRequest,
|
|
604
|
+
() => CancelRotateSecretResponse,
|
|
605
|
+
];
|
|
606
|
+
export var CreateSecret = [9, n0, _CS, 0, () => CreateSecretRequest, () => CreateSecretResponse];
|
|
607
|
+
export var DeleteResourcePolicy = [
|
|
608
|
+
9,
|
|
609
|
+
n0,
|
|
610
|
+
_DRP,
|
|
611
|
+
0,
|
|
612
|
+
() => DeleteResourcePolicyRequest,
|
|
613
|
+
() => DeleteResourcePolicyResponse,
|
|
614
|
+
];
|
|
615
|
+
export var DeleteSecret = [9, n0, _DS, 0, () => DeleteSecretRequest, () => DeleteSecretResponse];
|
|
616
|
+
export var DescribeSecret = [
|
|
617
|
+
9,
|
|
618
|
+
n0,
|
|
619
|
+
_DSe,
|
|
620
|
+
0,
|
|
621
|
+
() => DescribeSecretRequest,
|
|
622
|
+
() => DescribeSecretResponse,
|
|
623
|
+
];
|
|
624
|
+
export var GetRandomPassword = [
|
|
625
|
+
9,
|
|
626
|
+
n0,
|
|
627
|
+
_GRP,
|
|
628
|
+
0,
|
|
629
|
+
() => GetRandomPasswordRequest,
|
|
630
|
+
() => GetRandomPasswordResponse,
|
|
631
|
+
];
|
|
632
|
+
export var GetResourcePolicy = [
|
|
633
|
+
9,
|
|
634
|
+
n0,
|
|
635
|
+
_GRPe,
|
|
636
|
+
0,
|
|
637
|
+
() => GetResourcePolicyRequest,
|
|
638
|
+
() => GetResourcePolicyResponse,
|
|
639
|
+
];
|
|
640
|
+
export var GetSecretValue = [
|
|
641
|
+
9,
|
|
642
|
+
n0,
|
|
643
|
+
_GSV,
|
|
644
|
+
0,
|
|
645
|
+
() => GetSecretValueRequest,
|
|
646
|
+
() => GetSecretValueResponse,
|
|
647
|
+
];
|
|
648
|
+
export var ListSecrets = [9, n0, _LS, 0, () => ListSecretsRequest, () => ListSecretsResponse];
|
|
649
|
+
export var ListSecretVersionIds = [
|
|
650
|
+
9,
|
|
651
|
+
n0,
|
|
652
|
+
_LSVI,
|
|
653
|
+
0,
|
|
654
|
+
() => ListSecretVersionIdsRequest,
|
|
655
|
+
() => ListSecretVersionIdsResponse,
|
|
656
|
+
];
|
|
657
|
+
export var PutResourcePolicy = [
|
|
658
|
+
9,
|
|
659
|
+
n0,
|
|
660
|
+
_PRP,
|
|
661
|
+
0,
|
|
662
|
+
() => PutResourcePolicyRequest,
|
|
663
|
+
() => PutResourcePolicyResponse,
|
|
664
|
+
];
|
|
665
|
+
export var PutSecretValue = [
|
|
666
|
+
9,
|
|
667
|
+
n0,
|
|
668
|
+
_PSV,
|
|
669
|
+
0,
|
|
670
|
+
() => PutSecretValueRequest,
|
|
671
|
+
() => PutSecretValueResponse,
|
|
672
|
+
];
|
|
673
|
+
export var RemoveRegionsFromReplication = [
|
|
674
|
+
9,
|
|
675
|
+
n0,
|
|
676
|
+
_RRFR,
|
|
677
|
+
0,
|
|
678
|
+
() => RemoveRegionsFromReplicationRequest,
|
|
679
|
+
() => RemoveRegionsFromReplicationResponse,
|
|
680
|
+
];
|
|
681
|
+
export var ReplicateSecretToRegions = [
|
|
682
|
+
9,
|
|
683
|
+
n0,
|
|
684
|
+
_RSTR,
|
|
685
|
+
0,
|
|
686
|
+
() => ReplicateSecretToRegionsRequest,
|
|
687
|
+
() => ReplicateSecretToRegionsResponse,
|
|
688
|
+
];
|
|
689
|
+
export var RestoreSecret = [
|
|
690
|
+
9,
|
|
691
|
+
n0,
|
|
692
|
+
_RSe,
|
|
693
|
+
0,
|
|
694
|
+
() => RestoreSecretRequest,
|
|
695
|
+
() => RestoreSecretResponse,
|
|
696
|
+
];
|
|
697
|
+
export var RotateSecret = [
|
|
698
|
+
9,
|
|
699
|
+
n0,
|
|
700
|
+
_RSo,
|
|
701
|
+
0,
|
|
702
|
+
() => RotateSecretRequest,
|
|
703
|
+
() => RotateSecretResponse,
|
|
704
|
+
];
|
|
705
|
+
export var StopReplicationToReplica = [
|
|
706
|
+
9,
|
|
707
|
+
n0,
|
|
708
|
+
_SRTR,
|
|
709
|
+
0,
|
|
710
|
+
() => StopReplicationToReplicaRequest,
|
|
711
|
+
() => StopReplicationToReplicaResponse,
|
|
712
|
+
];
|
|
713
|
+
export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => __Unit];
|
|
714
|
+
export var UntagResource = [9, n0, _UR, 0, () => UntagResourceRequest, () => __Unit];
|
|
715
|
+
export var UpdateSecret = [9, n0, _US, 0, () => UpdateSecretRequest, () => UpdateSecretResponse];
|
|
716
|
+
export var UpdateSecretVersionStage = [
|
|
717
|
+
9,
|
|
718
|
+
n0,
|
|
719
|
+
_USVS,
|
|
720
|
+
0,
|
|
721
|
+
() => UpdateSecretVersionStageRequest,
|
|
722
|
+
() => UpdateSecretVersionStageResponse,
|
|
723
|
+
];
|
|
724
|
+
export var ValidateResourcePolicy = [
|
|
725
|
+
9,
|
|
726
|
+
n0,
|
|
727
|
+
_VRP,
|
|
728
|
+
0,
|
|
729
|
+
() => ValidateResourcePolicyRequest,
|
|
730
|
+
() => ValidateResourcePolicyResponse,
|
|
731
|
+
];
|