@aws-sdk/client-secrets-manager 3.496.0 → 3.499.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +28 -27
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2412,57 +2412,58 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2412
2412
  // Annotate the CommonJS export names for ESM import in node:
2413
2413
 
2414
2414
  0 && (module.exports = {
2415
+ SecretsManagerServiceException,
2416
+ __Client,
2417
+ SecretsManagerClient,
2418
+ SecretsManager,
2419
+ $Command,
2415
2420
  BatchGetSecretValueCommand,
2416
- BatchGetSecretValueResponseFilterSensitiveLog,
2417
2421
  CancelRotateSecretCommand,
2418
2422
  CreateSecretCommand,
2419
- CreateSecretRequestFilterSensitiveLog,
2420
- DecryptionFailure,
2421
2423
  DeleteResourcePolicyCommand,
2422
2424
  DeleteSecretCommand,
2423
2425
  DescribeSecretCommand,
2424
- EncryptionFailure,
2425
- FilterNameStringType,
2426
2426
  GetRandomPasswordCommand,
2427
- GetRandomPasswordResponseFilterSensitiveLog,
2428
2427
  GetResourcePolicyCommand,
2429
2428
  GetSecretValueCommand,
2430
- GetSecretValueResponseFilterSensitiveLog,
2431
- InternalServiceError,
2432
- InvalidNextTokenException,
2433
- InvalidParameterException,
2434
- InvalidRequestException,
2435
- LimitExceededException,
2436
2429
  ListSecretVersionIdsCommand,
2437
2430
  ListSecretsCommand,
2438
- MalformedPolicyDocumentException,
2439
- PreconditionNotMetException,
2440
- PublicPolicyException,
2441
2431
  PutResourcePolicyCommand,
2442
2432
  PutSecretValueCommand,
2443
- PutSecretValueRequestFilterSensitiveLog,
2444
2433
  RemoveRegionsFromReplicationCommand,
2445
2434
  ReplicateSecretToRegionsCommand,
2446
- ResourceExistsException,
2447
- ResourceNotFoundException,
2448
2435
  RestoreSecretCommand,
2449
2436
  RotateSecretCommand,
2450
- SecretValueEntryFilterSensitiveLog,
2451
- SecretsManager,
2452
- SecretsManagerClient,
2453
- SecretsManagerServiceException,
2454
- SortOrderType,
2455
- StatusType,
2456
2437
  StopReplicationToReplicaCommand,
2457
2438
  TagResourceCommand,
2458
2439
  UntagResourceCommand,
2459
2440
  UpdateSecretCommand,
2460
- UpdateSecretRequestFilterSensitiveLog,
2461
2441
  UpdateSecretVersionStageCommand,
2462
2442
  ValidateResourcePolicyCommand,
2463
- __Client,
2464
2443
  paginateBatchGetSecretValue,
2465
2444
  paginateListSecretVersionIds,
2466
- paginateListSecrets
2445
+ paginateListSecrets,
2446
+ FilterNameStringType,
2447
+ DecryptionFailure,
2448
+ InternalServiceError,
2449
+ InvalidNextTokenException,
2450
+ InvalidParameterException,
2451
+ InvalidRequestException,
2452
+ ResourceNotFoundException,
2453
+ StatusType,
2454
+ EncryptionFailure,
2455
+ LimitExceededException,
2456
+ MalformedPolicyDocumentException,
2457
+ PreconditionNotMetException,
2458
+ ResourceExistsException,
2459
+ SortOrderType,
2460
+ PublicPolicyException,
2461
+ SecretValueEntryFilterSensitiveLog,
2462
+ BatchGetSecretValueResponseFilterSensitiveLog,
2463
+ CreateSecretRequestFilterSensitiveLog,
2464
+ GetRandomPasswordResponseFilterSensitiveLog,
2465
+ GetSecretValueResponseFilterSensitiveLog,
2466
+ PutSecretValueRequestFilterSensitiveLog,
2467
+ UpdateSecretRequestFilterSensitiveLog
2467
2468
  });
2468
2469
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-secrets-manager",
3
3
  "description": "AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.499.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-secrets-manager",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",