@aws-sdk/client-secrets-manager 3.1068.0 → 3.1070.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.
@@ -1,7 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RestoreSecretRequest$ = exports.ReplicationStatusType$ = exports.ReplicateSecretToRegionsResponse$ = exports.ReplicateSecretToRegionsRequest$ = exports.ReplicaRegionType$ = exports.RemoveRegionsFromReplicationResponse$ = exports.RemoveRegionsFromReplicationRequest$ = exports.PutSecretValueResponse$ = exports.PutSecretValueRequest$ = exports.PutResourcePolicyResponse$ = exports.PutResourcePolicyRequest$ = exports.ListSecretVersionIdsResponse$ = exports.ListSecretVersionIdsRequest$ = exports.ListSecretsResponse$ = exports.ListSecretsRequest$ = exports.GetSecretValueResponse$ = exports.GetSecretValueRequest$ = exports.GetResourcePolicyResponse$ = exports.GetResourcePolicyRequest$ = exports.GetRandomPasswordResponse$ = exports.GetRandomPasswordRequest$ = exports.Filter$ = exports.ExternalSecretRotationMetadataItem$ = exports.DescribeSecretResponse$ = exports.DescribeSecretRequest$ = exports.DeleteSecretResponse$ = exports.DeleteSecretRequest$ = exports.DeleteResourcePolicyResponse$ = exports.DeleteResourcePolicyRequest$ = exports.CreateSecretResponse$ = exports.CreateSecretRequest$ = exports.CancelRotateSecretResponse$ = exports.CancelRotateSecretRequest$ = exports.BatchGetSecretValueResponse$ = exports.BatchGetSecretValueRequest$ = exports.APIErrorType$ = exports.errorTypeRegistries = exports.ResourceNotFoundException$ = exports.ResourceExistsException$ = exports.PublicPolicyException$ = exports.PreconditionNotMetException$ = exports.MalformedPolicyDocumentException$ = exports.LimitExceededException$ = exports.InvalidRequestException$ = exports.InvalidParameterException$ = exports.InvalidNextTokenException$ = exports.InternalServiceError$ = exports.EncryptionFailure$ = exports.DecryptionFailure$ = exports.SecretsManagerServiceException$ = void 0;
4
- exports.ValidateResourcePolicy$ = exports.UpdateSecretVersionStage$ = exports.UpdateSecret$ = exports.UntagResource$ = exports.TagResource$ = exports.StopReplicationToReplica$ = exports.RotateSecret$ = exports.RestoreSecret$ = exports.ReplicateSecretToRegions$ = exports.RemoveRegionsFromReplication$ = exports.PutSecretValue$ = exports.PutResourcePolicy$ = exports.ListSecretVersionIds$ = exports.ListSecrets$ = exports.GetSecretValue$ = exports.GetResourcePolicy$ = exports.GetRandomPassword$ = exports.DescribeSecret$ = exports.DeleteSecret$ = exports.DeleteResourcePolicy$ = exports.CreateSecret$ = exports.CancelRotateSecret$ = exports.BatchGetSecretValue$ = exports.ValidationErrorsEntry$ = exports.ValidateResourcePolicyResponse$ = exports.ValidateResourcePolicyRequest$ = exports.UpdateSecretVersionStageResponse$ = exports.UpdateSecretVersionStageRequest$ = exports.UpdateSecretResponse$ = exports.UpdateSecretRequest$ = exports.UntagResourceRequest$ = exports.TagResourceRequest$ = exports.Tag$ = exports.StopReplicationToReplicaResponse$ = exports.StopReplicationToReplicaRequest$ = exports.SecretVersionsListEntry$ = exports.SecretValueEntry$ = exports.SecretListEntry$ = exports.RotationRulesType$ = exports.RotateSecretResponse$ = exports.RotateSecretRequest$ = exports.RestoreSecretResponse$ = void 0;
5
1
  const _AAD = "AutomaticallyAfterDays";
6
2
  const _APIELT = "APIErrorListType";
7
3
  const _APIET = "APIErrorType";
@@ -191,85 +187,98 @@ const _e = "error";
191
187
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.secretsmanager";
192
188
  const _se = "server";
193
189
  const n0 = "com.amazonaws.secretsmanager";
194
- const schema_1 = require("@smithy/core/schema");
195
- const errors_1 = require("../models/errors");
196
- const SecretsManagerServiceException_1 = require("../models/SecretsManagerServiceException");
197
- const _s_registry = schema_1.TypeRegistry.for(_s);
198
- exports.SecretsManagerServiceException$ = [-3, _s, "SecretsManagerServiceException", 0, [], []];
199
- _s_registry.registerError(exports.SecretsManagerServiceException$, SecretsManagerServiceException_1.SecretsManagerServiceException);
200
- const n0_registry = schema_1.TypeRegistry.for(n0);
201
- exports.DecryptionFailure$ = [-3, n0, _DF,
190
+ const { TypeRegistry } = require("@smithy/core/schema");
191
+ const { DecryptionFailure, EncryptionFailure, InternalServiceError, InvalidNextTokenException, InvalidParameterException, InvalidRequestException, LimitExceededException, MalformedPolicyDocumentException, PreconditionNotMetException, PublicPolicyException, ResourceExistsException, ResourceNotFoundException } = require("../models/errors");
192
+ const { SecretsManagerServiceException } = require("../models/SecretsManagerServiceException");
193
+ const _s_registry = TypeRegistry.for(_s);
194
+ const SecretsManagerServiceException$ = [-3, _s, "SecretsManagerServiceException", 0, [], []];
195
+ exports.SecretsManagerServiceException$ = SecretsManagerServiceException$;
196
+ _s_registry.registerError(SecretsManagerServiceException$, SecretsManagerServiceException);
197
+ const n0_registry = TypeRegistry.for(n0);
198
+ const DecryptionFailure$ = [-3, n0, _DF,
202
199
  { [_e]: _c },
203
200
  [_M],
204
201
  [0]
205
202
  ];
206
- n0_registry.registerError(exports.DecryptionFailure$, errors_1.DecryptionFailure);
207
- exports.EncryptionFailure$ = [-3, n0, _EF,
203
+ exports.DecryptionFailure$ = DecryptionFailure$;
204
+ n0_registry.registerError(DecryptionFailure$, DecryptionFailure);
205
+ const EncryptionFailure$ = [-3, n0, _EF,
208
206
  { [_e]: _c },
209
207
  [_M],
210
208
  [0]
211
209
  ];
212
- n0_registry.registerError(exports.EncryptionFailure$, errors_1.EncryptionFailure);
213
- exports.InternalServiceError$ = [-3, n0, _ISE,
210
+ exports.EncryptionFailure$ = EncryptionFailure$;
211
+ n0_registry.registerError(EncryptionFailure$, EncryptionFailure);
212
+ const InternalServiceError$ = [-3, n0, _ISE,
214
213
  { [_e]: _se },
215
214
  [_M],
216
215
  [0]
217
216
  ];
218
- n0_registry.registerError(exports.InternalServiceError$, errors_1.InternalServiceError);
219
- exports.InvalidNextTokenException$ = [-3, n0, _INTE,
217
+ exports.InternalServiceError$ = InternalServiceError$;
218
+ n0_registry.registerError(InternalServiceError$, InternalServiceError);
219
+ const InvalidNextTokenException$ = [-3, n0, _INTE,
220
220
  { [_e]: _c },
221
221
  [_M],
222
222
  [0]
223
223
  ];
224
- n0_registry.registerError(exports.InvalidNextTokenException$, errors_1.InvalidNextTokenException);
225
- exports.InvalidParameterException$ = [-3, n0, _IPE,
224
+ exports.InvalidNextTokenException$ = InvalidNextTokenException$;
225
+ n0_registry.registerError(InvalidNextTokenException$, InvalidNextTokenException);
226
+ const InvalidParameterException$ = [-3, n0, _IPE,
226
227
  { [_e]: _c },
227
228
  [_M],
228
229
  [0]
229
230
  ];
230
- n0_registry.registerError(exports.InvalidParameterException$, errors_1.InvalidParameterException);
231
- exports.InvalidRequestException$ = [-3, n0, _IRE,
231
+ exports.InvalidParameterException$ = InvalidParameterException$;
232
+ n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
233
+ const InvalidRequestException$ = [-3, n0, _IRE,
232
234
  { [_e]: _c },
233
235
  [_M],
234
236
  [0]
235
237
  ];
236
- n0_registry.registerError(exports.InvalidRequestException$, errors_1.InvalidRequestException);
237
- exports.LimitExceededException$ = [-3, n0, _LEE,
238
+ exports.InvalidRequestException$ = InvalidRequestException$;
239
+ n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
240
+ const LimitExceededException$ = [-3, n0, _LEE,
238
241
  { [_e]: _c },
239
242
  [_M],
240
243
  [0]
241
244
  ];
242
- n0_registry.registerError(exports.LimitExceededException$, errors_1.LimitExceededException);
243
- exports.MalformedPolicyDocumentException$ = [-3, n0, _MPDE,
245
+ exports.LimitExceededException$ = LimitExceededException$;
246
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
247
+ const MalformedPolicyDocumentException$ = [-3, n0, _MPDE,
244
248
  { [_e]: _c },
245
249
  [_M],
246
250
  [0]
247
251
  ];
248
- n0_registry.registerError(exports.MalformedPolicyDocumentException$, errors_1.MalformedPolicyDocumentException);
249
- exports.PreconditionNotMetException$ = [-3, n0, _PNME,
252
+ exports.MalformedPolicyDocumentException$ = MalformedPolicyDocumentException$;
253
+ n0_registry.registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException);
254
+ const PreconditionNotMetException$ = [-3, n0, _PNME,
250
255
  { [_e]: _c },
251
256
  [_M],
252
257
  [0]
253
258
  ];
254
- n0_registry.registerError(exports.PreconditionNotMetException$, errors_1.PreconditionNotMetException);
255
- exports.PublicPolicyException$ = [-3, n0, _PPE,
259
+ exports.PreconditionNotMetException$ = PreconditionNotMetException$;
260
+ n0_registry.registerError(PreconditionNotMetException$, PreconditionNotMetException);
261
+ const PublicPolicyException$ = [-3, n0, _PPE,
256
262
  { [_e]: _c },
257
263
  [_M],
258
264
  [0]
259
265
  ];
260
- n0_registry.registerError(exports.PublicPolicyException$, errors_1.PublicPolicyException);
261
- exports.ResourceExistsException$ = [-3, n0, _REE,
266
+ exports.PublicPolicyException$ = PublicPolicyException$;
267
+ n0_registry.registerError(PublicPolicyException$, PublicPolicyException);
268
+ const ResourceExistsException$ = [-3, n0, _REE,
262
269
  { [_e]: _c },
263
270
  [_M],
264
271
  [0]
265
272
  ];
266
- n0_registry.registerError(exports.ResourceExistsException$, errors_1.ResourceExistsException);
267
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
273
+ exports.ResourceExistsException$ = ResourceExistsException$;
274
+ n0_registry.registerError(ResourceExistsException$, ResourceExistsException);
275
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
268
276
  { [_e]: _c },
269
277
  [_M],
270
278
  [0]
271
279
  ];
272
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
280
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
281
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
273
282
  exports.errorTypeRegistries = [
274
283
  _s_registry,
275
284
  n0_registry,
@@ -278,388 +287,443 @@ var RandomPasswordType = [0, n0, _RPT, 8, 0];
278
287
  var RotationTokenType = [0, n0, _RTT, 8, 0];
279
288
  var SecretBinaryType = [0, n0, _SBT, 8, 21];
280
289
  var SecretStringType = [0, n0, _SST, 8, 0];
281
- exports.APIErrorType$ = [3, n0, _APIET,
290
+ const APIErrorType$ = [3, n0, _APIET,
282
291
  0,
283
292
  [_SI, _EC, _M],
284
293
  [0, 0, 0]
285
294
  ];
286
- exports.BatchGetSecretValueRequest$ = [3, n0, _BGSVR,
295
+ exports.APIErrorType$ = APIErrorType$;
296
+ const BatchGetSecretValueRequest$ = [3, n0, _BGSVR,
287
297
  0,
288
298
  [_SIL, _F, _MR, _NT],
289
299
  [64 | 0, () => FiltersListType, 1, 0]
290
300
  ];
291
- exports.BatchGetSecretValueResponse$ = [3, n0, _BGSVRa,
301
+ exports.BatchGetSecretValueRequest$ = BatchGetSecretValueRequest$;
302
+ const BatchGetSecretValueResponse$ = [3, n0, _BGSVRa,
292
303
  0,
293
304
  [_SV, _NT, _E],
294
305
  [[() => SecretValuesType, 0], 0, () => APIErrorListType]
295
306
  ];
296
- exports.CancelRotateSecretRequest$ = [3, n0, _CRSR,
307
+ exports.BatchGetSecretValueResponse$ = BatchGetSecretValueResponse$;
308
+ const CancelRotateSecretRequest$ = [3, n0, _CRSR,
297
309
  0,
298
310
  [_SI],
299
311
  [0], 1
300
312
  ];
301
- exports.CancelRotateSecretResponse$ = [3, n0, _CRSRa,
313
+ exports.CancelRotateSecretRequest$ = CancelRotateSecretRequest$;
314
+ const CancelRotateSecretResponse$ = [3, n0, _CRSRa,
302
315
  0,
303
316
  [_ARN, _N, _VI],
304
317
  [0, 0, 0]
305
318
  ];
306
- exports.CreateSecretRequest$ = [3, n0, _CSR,
319
+ exports.CancelRotateSecretResponse$ = CancelRotateSecretResponse$;
320
+ const CreateSecretRequest$ = [3, n0, _CSR,
307
321
  0,
308
322
  [_N, _CRT, _D, _KKI, _SB, _SS, _T, _ARR, _FORS, _Ty],
309
323
  [0, [0, 4], 0, 0, [() => SecretBinaryType, 0], [() => SecretStringType, 0], () => TagListType, () => AddReplicaRegionListType, 2, 0], 1
310
324
  ];
311
- exports.CreateSecretResponse$ = [3, n0, _CSRr,
325
+ exports.CreateSecretRequest$ = CreateSecretRequest$;
326
+ const CreateSecretResponse$ = [3, n0, _CSRr,
312
327
  0,
313
328
  [_ARN, _N, _VI, _RS],
314
329
  [0, 0, 0, () => ReplicationStatusListType]
315
330
  ];
316
- exports.DeleteResourcePolicyRequest$ = [3, n0, _DRPR,
331
+ exports.CreateSecretResponse$ = CreateSecretResponse$;
332
+ const DeleteResourcePolicyRequest$ = [3, n0, _DRPR,
317
333
  0,
318
334
  [_SI],
319
335
  [0], 1
320
336
  ];
321
- exports.DeleteResourcePolicyResponse$ = [3, n0, _DRPRe,
337
+ exports.DeleteResourcePolicyRequest$ = DeleteResourcePolicyRequest$;
338
+ const DeleteResourcePolicyResponse$ = [3, n0, _DRPRe,
322
339
  0,
323
340
  [_ARN, _N],
324
341
  [0, 0]
325
342
  ];
326
- exports.DeleteSecretRequest$ = [3, n0, _DSR,
343
+ exports.DeleteResourcePolicyResponse$ = DeleteResourcePolicyResponse$;
344
+ const DeleteSecretRequest$ = [3, n0, _DSR,
327
345
  0,
328
346
  [_SI, _RWID, _FDWR],
329
347
  [0, 1, 2], 1
330
348
  ];
331
- exports.DeleteSecretResponse$ = [3, n0, _DSRe,
349
+ exports.DeleteSecretRequest$ = DeleteSecretRequest$;
350
+ const DeleteSecretResponse$ = [3, n0, _DSRe,
332
351
  0,
333
352
  [_ARN, _N, _DD],
334
353
  [0, 0, 4]
335
354
  ];
336
- exports.DescribeSecretRequest$ = [3, n0, _DSRes,
355
+ exports.DeleteSecretResponse$ = DeleteSecretResponse$;
356
+ const DescribeSecretRequest$ = [3, n0, _DSRes,
337
357
  0,
338
358
  [_SI],
339
359
  [0], 1
340
360
  ];
341
- exports.DescribeSecretResponse$ = [3, n0, _DSResc,
361
+ exports.DescribeSecretRequest$ = DescribeSecretRequest$;
362
+ const DescribeSecretResponse$ = [3, n0, _DSResc,
342
363
  0,
343
364
  [_ARN, _N, _Ty, _D, _KKI, _RE, _RLARN, _RR, _ESRM, _ESRRA, _LRD, _LCD, _LAD, _DDe, _NRD, _T, _VITS, _OS, _CD, _PR, _RS],
344
- [0, 0, 0, 0, 0, 2, 0, () => exports.RotationRulesType$, () => ExternalSecretRotationMetadataType, 0, 4, 4, 4, 4, 4, () => TagListType, [2, n0, _SVTSMT, 0, 0, 64 | 0], 0, 4, 0, () => ReplicationStatusListType]
365
+ [0, 0, 0, 0, 0, 2, 0, () => RotationRulesType$, () => ExternalSecretRotationMetadataType, 0, 4, 4, 4, 4, 4, () => TagListType, [2, n0, _SVTSMT, 0, 0, 64 | 0], 0, 4, 0, () => ReplicationStatusListType]
345
366
  ];
346
- exports.ExternalSecretRotationMetadataItem$ = [3, n0, _ESRMI,
367
+ exports.DescribeSecretResponse$ = DescribeSecretResponse$;
368
+ const ExternalSecretRotationMetadataItem$ = [3, n0, _ESRMI,
347
369
  0,
348
370
  [_K, _V],
349
371
  [0, 0]
350
372
  ];
351
- exports.Filter$ = [3, n0, _Fi,
373
+ exports.ExternalSecretRotationMetadataItem$ = ExternalSecretRotationMetadataItem$;
374
+ const Filter$ = [3, n0, _Fi,
352
375
  0,
353
376
  [_K, _Va],
354
377
  [0, 64 | 0]
355
378
  ];
356
- exports.GetRandomPasswordRequest$ = [3, n0, _GRPR,
379
+ exports.Filter$ = Filter$;
380
+ const GetRandomPasswordRequest$ = [3, n0, _GRPR,
357
381
  0,
358
382
  [_PL, _ECx, _EN, _EP, _EU, _EL, _IS, _REIT],
359
383
  [1, 0, 2, 2, 2, 2, 2, 2]
360
384
  ];
361
- exports.GetRandomPasswordResponse$ = [3, n0, _GRPRe,
385
+ exports.GetRandomPasswordRequest$ = GetRandomPasswordRequest$;
386
+ const GetRandomPasswordResponse$ = [3, n0, _GRPRe,
362
387
  0,
363
388
  [_RP],
364
389
  [[() => RandomPasswordType, 0]]
365
390
  ];
366
- exports.GetResourcePolicyRequest$ = [3, n0, _GRPRet,
391
+ exports.GetRandomPasswordResponse$ = GetRandomPasswordResponse$;
392
+ const GetResourcePolicyRequest$ = [3, n0, _GRPRet,
367
393
  0,
368
394
  [_SI],
369
395
  [0], 1
370
396
  ];
371
- exports.GetResourcePolicyResponse$ = [3, n0, _GRPRete,
397
+ exports.GetResourcePolicyRequest$ = GetResourcePolicyRequest$;
398
+ const GetResourcePolicyResponse$ = [3, n0, _GRPRete,
372
399
  0,
373
400
  [_ARN, _N, _RPe],
374
401
  [0, 0, 0]
375
402
  ];
376
- exports.GetSecretValueRequest$ = [3, n0, _GSVR,
403
+ exports.GetResourcePolicyResponse$ = GetResourcePolicyResponse$;
404
+ const GetSecretValueRequest$ = [3, n0, _GSVR,
377
405
  0,
378
406
  [_SI, _VI, _VS],
379
407
  [0, 0, 0], 1
380
408
  ];
381
- exports.GetSecretValueResponse$ = [3, n0, _GSVRe,
409
+ exports.GetSecretValueRequest$ = GetSecretValueRequest$;
410
+ const GetSecretValueResponse$ = [3, n0, _GSVRe,
382
411
  0,
383
412
  [_ARN, _N, _VI, _SB, _SS, _VSe, _CD],
384
413
  [0, 0, 0, [() => SecretBinaryType, 0], [() => SecretStringType, 0], 64 | 0, 4]
385
414
  ];
386
- exports.ListSecretsRequest$ = [3, n0, _LSR,
415
+ exports.GetSecretValueResponse$ = GetSecretValueResponse$;
416
+ const ListSecretsRequest$ = [3, n0, _LSR,
387
417
  0,
388
418
  [_IPD, _MR, _NT, _F, _SO, _SBo],
389
419
  [2, 1, 0, () => FiltersListType, 0, 0]
390
420
  ];
391
- exports.ListSecretsResponse$ = [3, n0, _LSRi,
421
+ exports.ListSecretsRequest$ = ListSecretsRequest$;
422
+ const ListSecretsResponse$ = [3, n0, _LSRi,
392
423
  0,
393
424
  [_SL, _NT],
394
425
  [() => SecretListType, 0]
395
426
  ];
396
- exports.ListSecretVersionIdsRequest$ = [3, n0, _LSVIR,
427
+ exports.ListSecretsResponse$ = ListSecretsResponse$;
428
+ const ListSecretVersionIdsRequest$ = [3, n0, _LSVIR,
397
429
  0,
398
430
  [_SI, _MR, _NT, _ID],
399
431
  [0, 1, 0, 2], 1
400
432
  ];
401
- exports.ListSecretVersionIdsResponse$ = [3, n0, _LSVIRi,
433
+ exports.ListSecretVersionIdsRequest$ = ListSecretVersionIdsRequest$;
434
+ const ListSecretVersionIdsResponse$ = [3, n0, _LSVIRi,
402
435
  0,
403
436
  [_Ve, _NT, _ARN, _N],
404
437
  [() => SecretVersionsListType, 0, 0, 0]
405
438
  ];
406
- exports.PutResourcePolicyRequest$ = [3, n0, _PRPR,
439
+ exports.ListSecretVersionIdsResponse$ = ListSecretVersionIdsResponse$;
440
+ const PutResourcePolicyRequest$ = [3, n0, _PRPR,
407
441
  0,
408
442
  [_SI, _RPe, _BPP],
409
443
  [0, 0, 2], 2
410
444
  ];
411
- exports.PutResourcePolicyResponse$ = [3, n0, _PRPRu,
445
+ exports.PutResourcePolicyRequest$ = PutResourcePolicyRequest$;
446
+ const PutResourcePolicyResponse$ = [3, n0, _PRPRu,
412
447
  0,
413
448
  [_ARN, _N],
414
449
  [0, 0]
415
450
  ];
416
- exports.PutSecretValueRequest$ = [3, n0, _PSVR,
451
+ exports.PutResourcePolicyResponse$ = PutResourcePolicyResponse$;
452
+ const PutSecretValueRequest$ = [3, n0, _PSVR,
417
453
  0,
418
454
  [_SI, _CRT, _SB, _SS, _VSe, _RT],
419
455
  [0, [0, 4], [() => SecretBinaryType, 0], [() => SecretStringType, 0], 64 | 0, [() => RotationTokenType, 0]], 1
420
456
  ];
421
- exports.PutSecretValueResponse$ = [3, n0, _PSVRu,
457
+ exports.PutSecretValueRequest$ = PutSecretValueRequest$;
458
+ const PutSecretValueResponse$ = [3, n0, _PSVRu,
422
459
  0,
423
460
  [_ARN, _N, _VI, _VSe],
424
461
  [0, 0, 0, 64 | 0]
425
462
  ];
426
- exports.RemoveRegionsFromReplicationRequest$ = [3, n0, _RRFRR,
463
+ exports.PutSecretValueResponse$ = PutSecretValueResponse$;
464
+ const RemoveRegionsFromReplicationRequest$ = [3, n0, _RRFRR,
427
465
  0,
428
466
  [_SI, _RRR],
429
467
  [0, 64 | 0], 2
430
468
  ];
431
- exports.RemoveRegionsFromReplicationResponse$ = [3, n0, _RRFRRe,
469
+ exports.RemoveRegionsFromReplicationRequest$ = RemoveRegionsFromReplicationRequest$;
470
+ const RemoveRegionsFromReplicationResponse$ = [3, n0, _RRFRRe,
432
471
  0,
433
472
  [_ARN, _RS],
434
473
  [0, () => ReplicationStatusListType]
435
474
  ];
436
- exports.ReplicaRegionType$ = [3, n0, _RRT,
475
+ exports.RemoveRegionsFromReplicationResponse$ = RemoveRegionsFromReplicationResponse$;
476
+ const ReplicaRegionType$ = [3, n0, _RRT,
437
477
  0,
438
478
  [_R, _KKI],
439
479
  [0, 0]
440
480
  ];
441
- exports.ReplicateSecretToRegionsRequest$ = [3, n0, _RSTRR,
481
+ exports.ReplicaRegionType$ = ReplicaRegionType$;
482
+ const ReplicateSecretToRegionsRequest$ = [3, n0, _RSTRR,
442
483
  0,
443
484
  [_SI, _ARR, _FORS],
444
485
  [0, () => AddReplicaRegionListType, 2], 2
445
486
  ];
446
- exports.ReplicateSecretToRegionsResponse$ = [3, n0, _RSTRRe,
487
+ exports.ReplicateSecretToRegionsRequest$ = ReplicateSecretToRegionsRequest$;
488
+ const ReplicateSecretToRegionsResponse$ = [3, n0, _RSTRRe,
447
489
  0,
448
490
  [_ARN, _RS],
449
491
  [0, () => ReplicationStatusListType]
450
492
  ];
451
- exports.ReplicationStatusType$ = [3, n0, _RST,
493
+ exports.ReplicateSecretToRegionsResponse$ = ReplicateSecretToRegionsResponse$;
494
+ const ReplicationStatusType$ = [3, n0, _RST,
452
495
  0,
453
496
  [_R, _KKI, _S, _SM, _LAD],
454
497
  [0, 0, 0, 0, 4]
455
498
  ];
456
- exports.RestoreSecretRequest$ = [3, n0, _RSR,
499
+ exports.ReplicationStatusType$ = ReplicationStatusType$;
500
+ const RestoreSecretRequest$ = [3, n0, _RSR,
457
501
  0,
458
502
  [_SI],
459
503
  [0], 1
460
504
  ];
461
- exports.RestoreSecretResponse$ = [3, n0, _RSRe,
505
+ exports.RestoreSecretRequest$ = RestoreSecretRequest$;
506
+ const RestoreSecretResponse$ = [3, n0, _RSRe,
462
507
  0,
463
508
  [_ARN, _N],
464
509
  [0, 0]
465
510
  ];
466
- exports.RotateSecretRequest$ = [3, n0, _RSRo,
511
+ exports.RestoreSecretResponse$ = RestoreSecretResponse$;
512
+ const RotateSecretRequest$ = [3, n0, _RSRo,
467
513
  0,
468
514
  [_SI, _CRT, _RLARN, _RR, _ESRM, _ESRRA, _RI],
469
- [0, [0, 4], 0, () => exports.RotationRulesType$, () => ExternalSecretRotationMetadataType, 0, 2], 1
515
+ [0, [0, 4], 0, () => RotationRulesType$, () => ExternalSecretRotationMetadataType, 0, 2], 1
470
516
  ];
471
- exports.RotateSecretResponse$ = [3, n0, _RSRot,
517
+ exports.RotateSecretRequest$ = RotateSecretRequest$;
518
+ const RotateSecretResponse$ = [3, n0, _RSRot,
472
519
  0,
473
520
  [_ARN, _N, _VI],
474
521
  [0, 0, 0]
475
522
  ];
476
- exports.RotationRulesType$ = [3, n0, _RRTo,
523
+ exports.RotateSecretResponse$ = RotateSecretResponse$;
524
+ const RotationRulesType$ = [3, n0, _RRTo,
477
525
  0,
478
526
  [_AAD, _Du, _SE],
479
527
  [1, 0, 0]
480
528
  ];
481
- exports.SecretListEntry$ = [3, n0, _SLE,
529
+ exports.RotationRulesType$ = RotationRulesType$;
530
+ const SecretListEntry$ = [3, n0, _SLE,
482
531
  0,
483
532
  [_ARN, _N, _Ty, _D, _KKI, _RE, _RLARN, _RR, _ESRM, _ESRRA, _LRD, _LCD, _LAD, _DDe, _NRD, _T, _SVTS, _OS, _CD, _PR],
484
- [0, 0, 0, 0, 0, 2, 0, () => exports.RotationRulesType$, () => ExternalSecretRotationMetadataType, 0, 4, 4, 4, 4, 4, () => TagListType, [2, n0, _SVTSMT, 0, 0, 64 | 0], 0, 4, 0]
533
+ [0, 0, 0, 0, 0, 2, 0, () => RotationRulesType$, () => ExternalSecretRotationMetadataType, 0, 4, 4, 4, 4, 4, () => TagListType, [2, n0, _SVTSMT, 0, 0, 64 | 0], 0, 4, 0]
485
534
  ];
486
- exports.SecretValueEntry$ = [3, n0, _SVE,
535
+ exports.SecretListEntry$ = SecretListEntry$;
536
+ const SecretValueEntry$ = [3, n0, _SVE,
487
537
  0,
488
538
  [_ARN, _N, _VI, _SB, _SS, _VSe, _CD],
489
539
  [0, 0, 0, [() => SecretBinaryType, 0], [() => SecretStringType, 0], 64 | 0, 4]
490
540
  ];
491
- exports.SecretVersionsListEntry$ = [3, n0, _SVLE,
541
+ exports.SecretValueEntry$ = SecretValueEntry$;
542
+ const SecretVersionsListEntry$ = [3, n0, _SVLE,
492
543
  0,
493
544
  [_VI, _VSe, _LAD, _CD, _KKIm],
494
545
  [0, 64 | 0, 4, 4, 64 | 0]
495
546
  ];
496
- exports.StopReplicationToReplicaRequest$ = [3, n0, _SRTRR,
547
+ exports.SecretVersionsListEntry$ = SecretVersionsListEntry$;
548
+ const StopReplicationToReplicaRequest$ = [3, n0, _SRTRR,
497
549
  0,
498
550
  [_SI],
499
551
  [0], 1
500
552
  ];
501
- exports.StopReplicationToReplicaResponse$ = [3, n0, _SRTRRt,
553
+ exports.StopReplicationToReplicaRequest$ = StopReplicationToReplicaRequest$;
554
+ const StopReplicationToReplicaResponse$ = [3, n0, _SRTRRt,
502
555
  0,
503
556
  [_ARN],
504
557
  [0]
505
558
  ];
506
- exports.Tag$ = [3, n0, _Ta,
559
+ exports.StopReplicationToReplicaResponse$ = StopReplicationToReplicaResponse$;
560
+ const Tag$ = [3, n0, _Ta,
507
561
  0,
508
562
  [_K, _V],
509
563
  [0, 0]
510
564
  ];
511
- exports.TagResourceRequest$ = [3, n0, _TRR,
565
+ exports.Tag$ = Tag$;
566
+ const TagResourceRequest$ = [3, n0, _TRR,
512
567
  0,
513
568
  [_SI, _T],
514
569
  [0, () => TagListType], 2
515
570
  ];
516
- exports.UntagResourceRequest$ = [3, n0, _URR,
571
+ exports.TagResourceRequest$ = TagResourceRequest$;
572
+ const UntagResourceRequest$ = [3, n0, _URR,
517
573
  0,
518
574
  [_SI, _TK],
519
575
  [0, 64 | 0], 2
520
576
  ];
521
- exports.UpdateSecretRequest$ = [3, n0, _USR,
577
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
578
+ const UpdateSecretRequest$ = [3, n0, _USR,
522
579
  0,
523
580
  [_SI, _CRT, _D, _KKI, _SB, _SS, _Ty],
524
581
  [0, [0, 4], 0, 0, [() => SecretBinaryType, 0], [() => SecretStringType, 0], 0], 1
525
582
  ];
526
- exports.UpdateSecretResponse$ = [3, n0, _USRp,
583
+ exports.UpdateSecretRequest$ = UpdateSecretRequest$;
584
+ const UpdateSecretResponse$ = [3, n0, _USRp,
527
585
  0,
528
586
  [_ARN, _N, _VI],
529
587
  [0, 0, 0]
530
588
  ];
531
- exports.UpdateSecretVersionStageRequest$ = [3, n0, _USVSR,
589
+ exports.UpdateSecretResponse$ = UpdateSecretResponse$;
590
+ const UpdateSecretVersionStageRequest$ = [3, n0, _USVSR,
532
591
  0,
533
592
  [_SI, _VS, _RFVI, _MTVI],
534
593
  [0, 0, 0, 0], 2
535
594
  ];
536
- exports.UpdateSecretVersionStageResponse$ = [3, n0, _USVSRp,
595
+ exports.UpdateSecretVersionStageRequest$ = UpdateSecretVersionStageRequest$;
596
+ const UpdateSecretVersionStageResponse$ = [3, n0, _USVSRp,
537
597
  0,
538
598
  [_ARN, _N],
539
599
  [0, 0]
540
600
  ];
541
- exports.ValidateResourcePolicyRequest$ = [3, n0, _VRPR,
601
+ exports.UpdateSecretVersionStageResponse$ = UpdateSecretVersionStageResponse$;
602
+ const ValidateResourcePolicyRequest$ = [3, n0, _VRPR,
542
603
  0,
543
604
  [_RPe, _SI],
544
605
  [0, 0], 1
545
606
  ];
546
- exports.ValidateResourcePolicyResponse$ = [3, n0, _VRPRa,
607
+ exports.ValidateResourcePolicyRequest$ = ValidateResourcePolicyRequest$;
608
+ const ValidateResourcePolicyResponse$ = [3, n0, _VRPRa,
547
609
  0,
548
610
  [_PVP, _VE],
549
611
  [2, () => ValidationErrorsType]
550
612
  ];
551
- exports.ValidationErrorsEntry$ = [3, n0, _VEE,
613
+ exports.ValidateResourcePolicyResponse$ = ValidateResourcePolicyResponse$;
614
+ const ValidationErrorsEntry$ = [3, n0, _VEE,
552
615
  0,
553
616
  [_CN, _EM],
554
617
  [0, 0]
555
618
  ];
619
+ exports.ValidationErrorsEntry$ = ValidationErrorsEntry$;
556
620
  var __Unit = "unit";
557
621
  var AddReplicaRegionListType = [1, n0, _ARRLT,
558
- 0, () => exports.ReplicaRegionType$
622
+ 0, () => ReplicaRegionType$
559
623
  ];
560
624
  var APIErrorListType = [1, n0, _APIELT,
561
- 0, () => exports.APIErrorType$
625
+ 0, () => APIErrorType$
562
626
  ];
563
627
  var ExternalSecretRotationMetadataType = [1, n0, _ESRMT,
564
- 0, () => exports.ExternalSecretRotationMetadataItem$
628
+ 0, () => ExternalSecretRotationMetadataItem$
565
629
  ];
566
630
  var FiltersListType = [1, n0, _FLT,
567
- 0, () => exports.Filter$
631
+ 0, () => Filter$
568
632
  ];
569
633
  var FilterValuesStringList = 64 | 0;
570
634
  var KmsKeyIdListType = 64 | 0;
571
635
  var RemoveReplicaRegionListType = 64 | 0;
572
636
  var ReplicationStatusListType = [1, n0, _RSLT,
573
- 0, () => exports.ReplicationStatusType$
637
+ 0, () => ReplicationStatusType$
574
638
  ];
575
639
  var SecretIdListType = 64 | 0;
576
640
  var SecretListType = [1, n0, _SLT,
577
- 0, () => exports.SecretListEntry$
641
+ 0, () => SecretListEntry$
578
642
  ];
579
643
  var SecretValuesType = [1, n0, _SVT,
580
- 0, [() => exports.SecretValueEntry$,
644
+ 0, [() => SecretValueEntry$,
581
645
  0]
582
646
  ];
583
647
  var SecretVersionsListType = [1, n0, _SVLT,
584
- 0, () => exports.SecretVersionsListEntry$
648
+ 0, () => SecretVersionsListEntry$
585
649
  ];
586
650
  var SecretVersionStagesType = 64 | 0;
587
651
  var TagKeyListType = 64 | 0;
588
652
  var TagListType = [1, n0, _TLT,
589
- 0, () => exports.Tag$
653
+ 0, () => Tag$
590
654
  ];
591
655
  var ValidationErrorsType = [1, n0, _VET,
592
- 0, () => exports.ValidationErrorsEntry$
656
+ 0, () => ValidationErrorsEntry$
593
657
  ];
594
658
  var SecretVersionsToStagesMapType = [2, n0, _SVTSMT,
595
659
  0, 0, 64 | 0
596
660
  ];
597
661
  exports.BatchGetSecretValue$ = [9, n0, _BGSV,
598
- 0, () => exports.BatchGetSecretValueRequest$, () => exports.BatchGetSecretValueResponse$
662
+ 0, () => BatchGetSecretValueRequest$, () => BatchGetSecretValueResponse$
599
663
  ];
600
664
  exports.CancelRotateSecret$ = [9, n0, _CRS,
601
- 0, () => exports.CancelRotateSecretRequest$, () => exports.CancelRotateSecretResponse$
665
+ 0, () => CancelRotateSecretRequest$, () => CancelRotateSecretResponse$
602
666
  ];
603
667
  exports.CreateSecret$ = [9, n0, _CS,
604
- 0, () => exports.CreateSecretRequest$, () => exports.CreateSecretResponse$
668
+ 0, () => CreateSecretRequest$, () => CreateSecretResponse$
605
669
  ];
606
670
  exports.DeleteResourcePolicy$ = [9, n0, _DRP,
607
- 0, () => exports.DeleteResourcePolicyRequest$, () => exports.DeleteResourcePolicyResponse$
671
+ 0, () => DeleteResourcePolicyRequest$, () => DeleteResourcePolicyResponse$
608
672
  ];
609
673
  exports.DeleteSecret$ = [9, n0, _DS,
610
- 0, () => exports.DeleteSecretRequest$, () => exports.DeleteSecretResponse$
674
+ 0, () => DeleteSecretRequest$, () => DeleteSecretResponse$
611
675
  ];
612
676
  exports.DescribeSecret$ = [9, n0, _DSe,
613
- 0, () => exports.DescribeSecretRequest$, () => exports.DescribeSecretResponse$
677
+ 0, () => DescribeSecretRequest$, () => DescribeSecretResponse$
614
678
  ];
615
679
  exports.GetRandomPassword$ = [9, n0, _GRP,
616
- 0, () => exports.GetRandomPasswordRequest$, () => exports.GetRandomPasswordResponse$
680
+ 0, () => GetRandomPasswordRequest$, () => GetRandomPasswordResponse$
617
681
  ];
618
682
  exports.GetResourcePolicy$ = [9, n0, _GRPe,
619
- 0, () => exports.GetResourcePolicyRequest$, () => exports.GetResourcePolicyResponse$
683
+ 0, () => GetResourcePolicyRequest$, () => GetResourcePolicyResponse$
620
684
  ];
621
685
  exports.GetSecretValue$ = [9, n0, _GSV,
622
- 0, () => exports.GetSecretValueRequest$, () => exports.GetSecretValueResponse$
686
+ 0, () => GetSecretValueRequest$, () => GetSecretValueResponse$
623
687
  ];
624
688
  exports.ListSecrets$ = [9, n0, _LS,
625
- 0, () => exports.ListSecretsRequest$, () => exports.ListSecretsResponse$
689
+ 0, () => ListSecretsRequest$, () => ListSecretsResponse$
626
690
  ];
627
691
  exports.ListSecretVersionIds$ = [9, n0, _LSVI,
628
- 0, () => exports.ListSecretVersionIdsRequest$, () => exports.ListSecretVersionIdsResponse$
692
+ 0, () => ListSecretVersionIdsRequest$, () => ListSecretVersionIdsResponse$
629
693
  ];
630
694
  exports.PutResourcePolicy$ = [9, n0, _PRP,
631
- 0, () => exports.PutResourcePolicyRequest$, () => exports.PutResourcePolicyResponse$
695
+ 0, () => PutResourcePolicyRequest$, () => PutResourcePolicyResponse$
632
696
  ];
633
697
  exports.PutSecretValue$ = [9, n0, _PSV,
634
- 0, () => exports.PutSecretValueRequest$, () => exports.PutSecretValueResponse$
698
+ 0, () => PutSecretValueRequest$, () => PutSecretValueResponse$
635
699
  ];
636
700
  exports.RemoveRegionsFromReplication$ = [9, n0, _RRFR,
637
- 0, () => exports.RemoveRegionsFromReplicationRequest$, () => exports.RemoveRegionsFromReplicationResponse$
701
+ 0, () => RemoveRegionsFromReplicationRequest$, () => RemoveRegionsFromReplicationResponse$
638
702
  ];
639
703
  exports.ReplicateSecretToRegions$ = [9, n0, _RSTR,
640
- 0, () => exports.ReplicateSecretToRegionsRequest$, () => exports.ReplicateSecretToRegionsResponse$
704
+ 0, () => ReplicateSecretToRegionsRequest$, () => ReplicateSecretToRegionsResponse$
641
705
  ];
642
706
  exports.RestoreSecret$ = [9, n0, _RSe,
643
- 0, () => exports.RestoreSecretRequest$, () => exports.RestoreSecretResponse$
707
+ 0, () => RestoreSecretRequest$, () => RestoreSecretResponse$
644
708
  ];
645
709
  exports.RotateSecret$ = [9, n0, _RSo,
646
- 0, () => exports.RotateSecretRequest$, () => exports.RotateSecretResponse$
710
+ 0, () => RotateSecretRequest$, () => RotateSecretResponse$
647
711
  ];
648
712
  exports.StopReplicationToReplica$ = [9, n0, _SRTR,
649
- 0, () => exports.StopReplicationToReplicaRequest$, () => exports.StopReplicationToReplicaResponse$
713
+ 0, () => StopReplicationToReplicaRequest$, () => StopReplicationToReplicaResponse$
650
714
  ];
651
715
  exports.TagResource$ = [9, n0, _TR,
652
- 0, () => exports.TagResourceRequest$, () => __Unit
716
+ 0, () => TagResourceRequest$, () => __Unit
653
717
  ];
654
718
  exports.UntagResource$ = [9, n0, _UR,
655
- 0, () => exports.UntagResourceRequest$, () => __Unit
719
+ 0, () => UntagResourceRequest$, () => __Unit
656
720
  ];
657
721
  exports.UpdateSecret$ = [9, n0, _US,
658
- 0, () => exports.UpdateSecretRequest$, () => exports.UpdateSecretResponse$
722
+ 0, () => UpdateSecretRequest$, () => UpdateSecretResponse$
659
723
  ];
660
724
  exports.UpdateSecretVersionStage$ = [9, n0, _USVS,
661
- 0, () => exports.UpdateSecretVersionStageRequest$, () => exports.UpdateSecretVersionStageResponse$
725
+ 0, () => UpdateSecretVersionStageRequest$, () => UpdateSecretVersionStageResponse$
662
726
  ];
663
727
  exports.ValidateResourcePolicy$ = [9, n0, _VRP,
664
- 0, () => exports.ValidateResourcePolicyRequest$, () => exports.ValidateResourcePolicyResponse$
728
+ 0, () => ValidateResourcePolicyRequest$, () => ValidateResourcePolicyResponse$
665
729
  ];