@aws-sdk/client-secrets-manager 3.296.0 → 3.298.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/commands/CancelRotateSecretCommand.js +2 -3
- package/dist-cjs/commands/CreateSecretCommand.js +1 -1
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -3
- package/dist-cjs/commands/DeleteSecretCommand.js +2 -3
- package/dist-cjs/commands/DescribeSecretCommand.js +2 -3
- package/dist-cjs/commands/GetRandomPasswordCommand.js +1 -1
- package/dist-cjs/commands/GetResourcePolicyCommand.js +2 -3
- package/dist-cjs/commands/GetSecretValueCommand.js +1 -1
- package/dist-cjs/commands/ListSecretVersionIdsCommand.js +2 -3
- package/dist-cjs/commands/ListSecretsCommand.js +2 -3
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -3
- package/dist-cjs/commands/PutSecretValueCommand.js +1 -1
- package/dist-cjs/commands/RemoveRegionsFromReplicationCommand.js +2 -3
- package/dist-cjs/commands/ReplicateSecretToRegionsCommand.js +2 -3
- package/dist-cjs/commands/RestoreSecretCommand.js +2 -3
- package/dist-cjs/commands/RotateSecretCommand.js +2 -3
- package/dist-cjs/commands/StopReplicationToReplicaCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateSecretCommand.js +1 -1
- package/dist-cjs/commands/UpdateSecretVersionStageCommand.js +2 -3
- package/dist-cjs/commands/ValidateResourcePolicyCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -182
- package/dist-es/commands/CancelRotateSecretCommand.js +2 -3
- package/dist-es/commands/CreateSecretCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -3
- package/dist-es/commands/DeleteSecretCommand.js +2 -3
- package/dist-es/commands/DescribeSecretCommand.js +2 -3
- package/dist-es/commands/GetRandomPasswordCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -3
- package/dist-es/commands/GetSecretValueCommand.js +2 -2
- package/dist-es/commands/ListSecretVersionIdsCommand.js +2 -3
- package/dist-es/commands/ListSecretsCommand.js +2 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -3
- package/dist-es/commands/PutSecretValueCommand.js +2 -2
- package/dist-es/commands/RemoveRegionsFromReplicationCommand.js +2 -3
- package/dist-es/commands/ReplicateSecretToRegionsCommand.js +2 -3
- package/dist-es/commands/RestoreSecretCommand.js +2 -3
- package/dist-es/commands/RotateSecretCommand.js +2 -3
- package/dist-es/commands/StopReplicationToReplicaCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateSecretCommand.js +2 -2
- package/dist-es/commands/UpdateSecretVersionStageCommand.js +2 -3
- package/dist-es/commands/ValidateResourcePolicyCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -135
- package/dist-types/SecretsManager.d.ts +23 -0
- package/dist-types/SecretsManagerClient.d.ts +24 -4
- package/dist-types/commands/CancelRotateSecretCommand.d.ts +16 -0
- package/dist-types/commands/CreateSecretCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSecretCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSecretCommand.d.ts +16 -0
- package/dist-types/commands/GetRandomPasswordCommand.d.ts +16 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetSecretValueCommand.d.ts +16 -0
- package/dist-types/commands/ListSecretVersionIdsCommand.d.ts +16 -0
- package/dist-types/commands/ListSecretsCommand.d.ts +16 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/PutSecretValueCommand.d.ts +16 -0
- package/dist-types/commands/RemoveRegionsFromReplicationCommand.d.ts +16 -0
- package/dist-types/commands/ReplicateSecretToRegionsCommand.d.ts +16 -0
- package/dist-types/commands/RestoreSecretCommand.d.ts +16 -0
- package/dist-types/commands/RotateSecretCommand.d.ts +16 -0
- package/dist-types/commands/StopReplicationToReplicaCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSecretCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSecretVersionStageCommand.d.ts +16 -0
- package/dist-types/commands/ValidateResourcePolicyCommand.d.ts +16 -0
- package/dist-types/models/SecretsManagerServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +157 -182
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListSecretVersionIdsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSecretsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -131
- package/package.json +4 -3
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
2
|
import { SecretsManagerClient } from "../SecretsManagerClient";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
3
6
|
export interface SecretsManagerPaginationConfiguration extends PaginationConfiguration {
|
|
4
7
|
client: SecretsManagerClient;
|
|
5
8
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListSecretVersionIdsCommandInput, ListSecretVersionIdsCommandOutput } from "../commands/ListSecretVersionIdsCommand";
|
|
3
3
|
import { SecretsManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListSecretVersionIds(config: SecretsManagerPaginationConfiguration, input: ListSecretVersionIdsCommandInput, ...additionalArguments: any): Paginator<ListSecretVersionIdsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListSecretsCommandInput, ListSecretsCommandOutput } from "../commands/ListSecretsCommand";
|
|
3
3
|
import { SecretsManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListSecrets(config: SecretsManagerPaginationConfiguration, input: ListSecretsCommandInput, ...additionalArguments: any): Paginator<ListSecretsCommandOutput>;
|
|
@@ -393,149 +393,18 @@ export interface ValidateResourcePolicyResponse {
|
|
|
393
393
|
PolicyValidationPassed?: boolean;
|
|
394
394
|
ValidationErrors?: ValidationErrorsEntry[];
|
|
395
395
|
}
|
|
396
|
-
export declare const ReplicaRegionTypeFilterSensitiveLog: (
|
|
397
|
-
obj: ReplicaRegionType
|
|
398
|
-
) => any;
|
|
399
|
-
export declare const CancelRotateSecretRequestFilterSensitiveLog: (
|
|
400
|
-
obj: CancelRotateSecretRequest
|
|
401
|
-
) => any;
|
|
402
|
-
export declare const CancelRotateSecretResponseFilterSensitiveLog: (
|
|
403
|
-
obj: CancelRotateSecretResponse
|
|
404
|
-
) => any;
|
|
405
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
406
396
|
export declare const CreateSecretRequestFilterSensitiveLog: (
|
|
407
397
|
obj: CreateSecretRequest
|
|
408
398
|
) => any;
|
|
409
|
-
export declare const ReplicationStatusTypeFilterSensitiveLog: (
|
|
410
|
-
obj: ReplicationStatusType
|
|
411
|
-
) => any;
|
|
412
|
-
export declare const CreateSecretResponseFilterSensitiveLog: (
|
|
413
|
-
obj: CreateSecretResponse
|
|
414
|
-
) => any;
|
|
415
|
-
export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (
|
|
416
|
-
obj: DeleteResourcePolicyRequest
|
|
417
|
-
) => any;
|
|
418
|
-
export declare const DeleteResourcePolicyResponseFilterSensitiveLog: (
|
|
419
|
-
obj: DeleteResourcePolicyResponse
|
|
420
|
-
) => any;
|
|
421
|
-
export declare const DeleteSecretRequestFilterSensitiveLog: (
|
|
422
|
-
obj: DeleteSecretRequest
|
|
423
|
-
) => any;
|
|
424
|
-
export declare const DeleteSecretResponseFilterSensitiveLog: (
|
|
425
|
-
obj: DeleteSecretResponse
|
|
426
|
-
) => any;
|
|
427
|
-
export declare const DescribeSecretRequestFilterSensitiveLog: (
|
|
428
|
-
obj: DescribeSecretRequest
|
|
429
|
-
) => any;
|
|
430
|
-
export declare const RotationRulesTypeFilterSensitiveLog: (
|
|
431
|
-
obj: RotationRulesType
|
|
432
|
-
) => any;
|
|
433
|
-
export declare const DescribeSecretResponseFilterSensitiveLog: (
|
|
434
|
-
obj: DescribeSecretResponse
|
|
435
|
-
) => any;
|
|
436
|
-
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
437
|
-
export declare const GetRandomPasswordRequestFilterSensitiveLog: (
|
|
438
|
-
obj: GetRandomPasswordRequest
|
|
439
|
-
) => any;
|
|
440
399
|
export declare const GetRandomPasswordResponseFilterSensitiveLog: (
|
|
441
400
|
obj: GetRandomPasswordResponse
|
|
442
401
|
) => any;
|
|
443
|
-
export declare const GetResourcePolicyRequestFilterSensitiveLog: (
|
|
444
|
-
obj: GetResourcePolicyRequest
|
|
445
|
-
) => any;
|
|
446
|
-
export declare const GetResourcePolicyResponseFilterSensitiveLog: (
|
|
447
|
-
obj: GetResourcePolicyResponse
|
|
448
|
-
) => any;
|
|
449
|
-
export declare const GetSecretValueRequestFilterSensitiveLog: (
|
|
450
|
-
obj: GetSecretValueRequest
|
|
451
|
-
) => any;
|
|
452
402
|
export declare const GetSecretValueResponseFilterSensitiveLog: (
|
|
453
403
|
obj: GetSecretValueResponse
|
|
454
404
|
) => any;
|
|
455
|
-
export declare const ListSecretsRequestFilterSensitiveLog: (
|
|
456
|
-
obj: ListSecretsRequest
|
|
457
|
-
) => any;
|
|
458
|
-
export declare const SecretListEntryFilterSensitiveLog: (
|
|
459
|
-
obj: SecretListEntry
|
|
460
|
-
) => any;
|
|
461
|
-
export declare const ListSecretsResponseFilterSensitiveLog: (
|
|
462
|
-
obj: ListSecretsResponse
|
|
463
|
-
) => any;
|
|
464
|
-
export declare const ListSecretVersionIdsRequestFilterSensitiveLog: (
|
|
465
|
-
obj: ListSecretVersionIdsRequest
|
|
466
|
-
) => any;
|
|
467
|
-
export declare const SecretVersionsListEntryFilterSensitiveLog: (
|
|
468
|
-
obj: SecretVersionsListEntry
|
|
469
|
-
) => any;
|
|
470
|
-
export declare const ListSecretVersionIdsResponseFilterSensitiveLog: (
|
|
471
|
-
obj: ListSecretVersionIdsResponse
|
|
472
|
-
) => any;
|
|
473
|
-
export declare const PutResourcePolicyRequestFilterSensitiveLog: (
|
|
474
|
-
obj: PutResourcePolicyRequest
|
|
475
|
-
) => any;
|
|
476
|
-
export declare const PutResourcePolicyResponseFilterSensitiveLog: (
|
|
477
|
-
obj: PutResourcePolicyResponse
|
|
478
|
-
) => any;
|
|
479
405
|
export declare const PutSecretValueRequestFilterSensitiveLog: (
|
|
480
406
|
obj: PutSecretValueRequest
|
|
481
407
|
) => any;
|
|
482
|
-
export declare const PutSecretValueResponseFilterSensitiveLog: (
|
|
483
|
-
obj: PutSecretValueResponse
|
|
484
|
-
) => any;
|
|
485
|
-
export declare const RemoveRegionsFromReplicationRequestFilterSensitiveLog: (
|
|
486
|
-
obj: RemoveRegionsFromReplicationRequest
|
|
487
|
-
) => any;
|
|
488
|
-
export declare const RemoveRegionsFromReplicationResponseFilterSensitiveLog: (
|
|
489
|
-
obj: RemoveRegionsFromReplicationResponse
|
|
490
|
-
) => any;
|
|
491
|
-
export declare const ReplicateSecretToRegionsRequestFilterSensitiveLog: (
|
|
492
|
-
obj: ReplicateSecretToRegionsRequest
|
|
493
|
-
) => any;
|
|
494
|
-
export declare const ReplicateSecretToRegionsResponseFilterSensitiveLog: (
|
|
495
|
-
obj: ReplicateSecretToRegionsResponse
|
|
496
|
-
) => any;
|
|
497
|
-
export declare const RestoreSecretRequestFilterSensitiveLog: (
|
|
498
|
-
obj: RestoreSecretRequest
|
|
499
|
-
) => any;
|
|
500
|
-
export declare const RestoreSecretResponseFilterSensitiveLog: (
|
|
501
|
-
obj: RestoreSecretResponse
|
|
502
|
-
) => any;
|
|
503
|
-
export declare const RotateSecretRequestFilterSensitiveLog: (
|
|
504
|
-
obj: RotateSecretRequest
|
|
505
|
-
) => any;
|
|
506
|
-
export declare const RotateSecretResponseFilterSensitiveLog: (
|
|
507
|
-
obj: RotateSecretResponse
|
|
508
|
-
) => any;
|
|
509
|
-
export declare const StopReplicationToReplicaRequestFilterSensitiveLog: (
|
|
510
|
-
obj: StopReplicationToReplicaRequest
|
|
511
|
-
) => any;
|
|
512
|
-
export declare const StopReplicationToReplicaResponseFilterSensitiveLog: (
|
|
513
|
-
obj: StopReplicationToReplicaResponse
|
|
514
|
-
) => any;
|
|
515
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
516
|
-
obj: TagResourceRequest
|
|
517
|
-
) => any;
|
|
518
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
519
|
-
obj: UntagResourceRequest
|
|
520
|
-
) => any;
|
|
521
408
|
export declare const UpdateSecretRequestFilterSensitiveLog: (
|
|
522
409
|
obj: UpdateSecretRequest
|
|
523
410
|
) => any;
|
|
524
|
-
export declare const UpdateSecretResponseFilterSensitiveLog: (
|
|
525
|
-
obj: UpdateSecretResponse
|
|
526
|
-
) => any;
|
|
527
|
-
export declare const UpdateSecretVersionStageRequestFilterSensitiveLog: (
|
|
528
|
-
obj: UpdateSecretVersionStageRequest
|
|
529
|
-
) => any;
|
|
530
|
-
export declare const UpdateSecretVersionStageResponseFilterSensitiveLog: (
|
|
531
|
-
obj: UpdateSecretVersionStageResponse
|
|
532
|
-
) => any;
|
|
533
|
-
export declare const ValidateResourcePolicyRequestFilterSensitiveLog: (
|
|
534
|
-
obj: ValidateResourcePolicyRequest
|
|
535
|
-
) => any;
|
|
536
|
-
export declare const ValidationErrorsEntryFilterSensitiveLog: (
|
|
537
|
-
obj: ValidationErrorsEntry
|
|
538
|
-
) => any;
|
|
539
|
-
export declare const ValidateResourcePolicyResponseFilterSensitiveLog: (
|
|
540
|
-
obj: ValidateResourcePolicyResponse
|
|
541
|
-
) => any;
|
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.
|
|
4
|
+
"version": "3.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo secrets-manager"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|