@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
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { BatchGetSecretValueCommandInput, BatchGetSecretValueCommandOutput } from "./commands/BatchGetSecretValueCommand";
|
|
11
11
|
import { CancelRotateSecretCommandInput, CancelRotateSecretCommandOutput } from "./commands/CancelRotateSecretCommand";
|
|
@@ -164,6 +164,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
164
164
|
* Optional extensions
|
|
165
165
|
*/
|
|
166
166
|
extensions?: RuntimeExtension[];
|
|
167
|
+
/**
|
|
168
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
169
|
+
* may be overridden. A default will always be set by the client.
|
|
170
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
171
|
+
* the client.
|
|
172
|
+
* @alpha
|
|
173
|
+
*
|
|
174
|
+
*/
|
|
175
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
167
176
|
/**
|
|
168
177
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
169
178
|
*/
|
|
@@ -1956,31 +1956,3 @@ export interface ValidateResourcePolicyResponse {
|
|
|
1956
1956
|
*/
|
|
1957
1957
|
ValidationErrors?: ValidationErrorsEntry[] | undefined;
|
|
1958
1958
|
}
|
|
1959
|
-
/**
|
|
1960
|
-
* @internal
|
|
1961
|
-
*/
|
|
1962
|
-
export declare const SecretValueEntryFilterSensitiveLog: (obj: SecretValueEntry) => any;
|
|
1963
|
-
/**
|
|
1964
|
-
* @internal
|
|
1965
|
-
*/
|
|
1966
|
-
export declare const BatchGetSecretValueResponseFilterSensitiveLog: (obj: BatchGetSecretValueResponse) => any;
|
|
1967
|
-
/**
|
|
1968
|
-
* @internal
|
|
1969
|
-
*/
|
|
1970
|
-
export declare const CreateSecretRequestFilterSensitiveLog: (obj: CreateSecretRequest) => any;
|
|
1971
|
-
/**
|
|
1972
|
-
* @internal
|
|
1973
|
-
*/
|
|
1974
|
-
export declare const GetRandomPasswordResponseFilterSensitiveLog: (obj: GetRandomPasswordResponse) => any;
|
|
1975
|
-
/**
|
|
1976
|
-
* @internal
|
|
1977
|
-
*/
|
|
1978
|
-
export declare const GetSecretValueResponseFilterSensitiveLog: (obj: GetSecretValueResponse) => any;
|
|
1979
|
-
/**
|
|
1980
|
-
* @internal
|
|
1981
|
-
*/
|
|
1982
|
-
export declare const PutSecretValueRequestFilterSensitiveLog: (obj: PutSecretValueRequest) => any;
|
|
1983
|
-
/**
|
|
1984
|
-
* @internal
|
|
1985
|
-
*/
|
|
1986
|
-
export declare const UpdateSecretRequestFilterSensitiveLog: (obj: UpdateSecretRequest) => any;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: SecretsManagerClientConfig) => {
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: SecretsManagerClientConfig) => {
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: SecretsManagerClientConfig) => {
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: SecretsManagerClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SecretsManagerHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var RandomPasswordType: StaticSimpleSchema;
|
|
3
|
+
export declare var RotationTokenType: StaticSimpleSchema;
|
|
4
|
+
export declare var SecretBinaryType: StaticSimpleSchema;
|
|
5
|
+
export declare var SecretStringType: StaticSimpleSchema;
|
|
6
|
+
export declare var APIErrorType: StaticStructureSchema;
|
|
7
|
+
export declare var BatchGetSecretValueRequest: StaticStructureSchema;
|
|
8
|
+
export declare var BatchGetSecretValueResponse: StaticStructureSchema;
|
|
9
|
+
export declare var CancelRotateSecretRequest: StaticStructureSchema;
|
|
10
|
+
export declare var CancelRotateSecretResponse: StaticStructureSchema;
|
|
11
|
+
export declare var CreateSecretRequest: StaticStructureSchema;
|
|
12
|
+
export declare var CreateSecretResponse: StaticStructureSchema;
|
|
13
|
+
export declare var DecryptionFailure: StaticErrorSchema;
|
|
14
|
+
export declare var DeleteResourcePolicyRequest: StaticStructureSchema;
|
|
15
|
+
export declare var DeleteResourcePolicyResponse: StaticStructureSchema;
|
|
16
|
+
export declare var DeleteSecretRequest: StaticStructureSchema;
|
|
17
|
+
export declare var DeleteSecretResponse: StaticStructureSchema;
|
|
18
|
+
export declare var DescribeSecretRequest: StaticStructureSchema;
|
|
19
|
+
export declare var DescribeSecretResponse: StaticStructureSchema;
|
|
20
|
+
export declare var EncryptionFailure: StaticErrorSchema;
|
|
21
|
+
export declare var Filter: StaticStructureSchema;
|
|
22
|
+
export declare var GetRandomPasswordRequest: StaticStructureSchema;
|
|
23
|
+
export declare var GetRandomPasswordResponse: StaticStructureSchema;
|
|
24
|
+
export declare var GetResourcePolicyRequest: StaticStructureSchema;
|
|
25
|
+
export declare var GetResourcePolicyResponse: StaticStructureSchema;
|
|
26
|
+
export declare var GetSecretValueRequest: StaticStructureSchema;
|
|
27
|
+
export declare var GetSecretValueResponse: StaticStructureSchema;
|
|
28
|
+
export declare var InternalServiceError: StaticErrorSchema;
|
|
29
|
+
export declare var InvalidNextTokenException: StaticErrorSchema;
|
|
30
|
+
export declare var InvalidParameterException: StaticErrorSchema;
|
|
31
|
+
export declare var InvalidRequestException: StaticErrorSchema;
|
|
32
|
+
export declare var LimitExceededException: StaticErrorSchema;
|
|
33
|
+
export declare var ListSecretsRequest: StaticStructureSchema;
|
|
34
|
+
export declare var ListSecretsResponse: StaticStructureSchema;
|
|
35
|
+
export declare var ListSecretVersionIdsRequest: StaticStructureSchema;
|
|
36
|
+
export declare var ListSecretVersionIdsResponse: StaticStructureSchema;
|
|
37
|
+
export declare var MalformedPolicyDocumentException: StaticErrorSchema;
|
|
38
|
+
export declare var PreconditionNotMetException: StaticErrorSchema;
|
|
39
|
+
export declare var PublicPolicyException: StaticErrorSchema;
|
|
40
|
+
export declare var PutResourcePolicyRequest: StaticStructureSchema;
|
|
41
|
+
export declare var PutResourcePolicyResponse: StaticStructureSchema;
|
|
42
|
+
export declare var PutSecretValueRequest: StaticStructureSchema;
|
|
43
|
+
export declare var PutSecretValueResponse: StaticStructureSchema;
|
|
44
|
+
export declare var RemoveRegionsFromReplicationRequest: StaticStructureSchema;
|
|
45
|
+
export declare var RemoveRegionsFromReplicationResponse: StaticStructureSchema;
|
|
46
|
+
export declare var ReplicaRegionType: StaticStructureSchema;
|
|
47
|
+
export declare var ReplicateSecretToRegionsRequest: StaticStructureSchema;
|
|
48
|
+
export declare var ReplicateSecretToRegionsResponse: StaticStructureSchema;
|
|
49
|
+
export declare var ReplicationStatusType: StaticStructureSchema;
|
|
50
|
+
export declare var ResourceExistsException: StaticErrorSchema;
|
|
51
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
52
|
+
export declare var RestoreSecretRequest: StaticStructureSchema;
|
|
53
|
+
export declare var RestoreSecretResponse: StaticStructureSchema;
|
|
54
|
+
export declare var RotateSecretRequest: StaticStructureSchema;
|
|
55
|
+
export declare var RotateSecretResponse: StaticStructureSchema;
|
|
56
|
+
export declare var RotationRulesType: StaticStructureSchema;
|
|
57
|
+
export declare var SecretListEntry: StaticStructureSchema;
|
|
58
|
+
export declare var SecretValueEntry: StaticStructureSchema;
|
|
59
|
+
export declare var SecretVersionsListEntry: StaticStructureSchema;
|
|
60
|
+
export declare var StopReplicationToReplicaRequest: StaticStructureSchema;
|
|
61
|
+
export declare var StopReplicationToReplicaResponse: StaticStructureSchema;
|
|
62
|
+
export declare var Tag: StaticStructureSchema;
|
|
63
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
64
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
65
|
+
export declare var UpdateSecretRequest: StaticStructureSchema;
|
|
66
|
+
export declare var UpdateSecretResponse: StaticStructureSchema;
|
|
67
|
+
export declare var UpdateSecretVersionStageRequest: StaticStructureSchema;
|
|
68
|
+
export declare var UpdateSecretVersionStageResponse: StaticStructureSchema;
|
|
69
|
+
export declare var ValidateResourcePolicyRequest: StaticStructureSchema;
|
|
70
|
+
export declare var ValidateResourcePolicyResponse: StaticStructureSchema;
|
|
71
|
+
export declare var ValidationErrorsEntry: StaticStructureSchema;
|
|
72
|
+
export declare var __Unit: "unit";
|
|
73
|
+
export declare var SecretsManagerServiceException: StaticErrorSchema;
|
|
74
|
+
export declare var AddReplicaRegionListType: StaticListSchema;
|
|
75
|
+
export declare var APIErrorListType: StaticListSchema;
|
|
76
|
+
export declare var FiltersListType: StaticListSchema;
|
|
77
|
+
export declare var FilterValuesStringList: number;
|
|
78
|
+
export declare var KmsKeyIdListType: number;
|
|
79
|
+
export declare var RemoveReplicaRegionListType: number;
|
|
80
|
+
export declare var ReplicationStatusListType: StaticListSchema;
|
|
81
|
+
export declare var SecretIdListType: number;
|
|
82
|
+
export declare var SecretListType: StaticListSchema;
|
|
83
|
+
export declare var SecretValuesType: StaticListSchema;
|
|
84
|
+
export declare var SecretVersionsListType: StaticListSchema;
|
|
85
|
+
export declare var SecretVersionStagesType: number;
|
|
86
|
+
export declare var TagKeyListType: number;
|
|
87
|
+
export declare var TagListType: StaticListSchema;
|
|
88
|
+
export declare var ValidationErrorsType: StaticListSchema;
|
|
89
|
+
export declare var SecretVersionsToStagesMapType: StaticMapSchema;
|
|
90
|
+
export declare var BatchGetSecretValue: StaticOperationSchema;
|
|
91
|
+
export declare var CancelRotateSecret: StaticOperationSchema;
|
|
92
|
+
export declare var CreateSecret: StaticOperationSchema;
|
|
93
|
+
export declare var DeleteResourcePolicy: StaticOperationSchema;
|
|
94
|
+
export declare var DeleteSecret: StaticOperationSchema;
|
|
95
|
+
export declare var DescribeSecret: StaticOperationSchema;
|
|
96
|
+
export declare var GetRandomPassword: StaticOperationSchema;
|
|
97
|
+
export declare var GetResourcePolicy: StaticOperationSchema;
|
|
98
|
+
export declare var GetSecretValue: StaticOperationSchema;
|
|
99
|
+
export declare var ListSecrets: StaticOperationSchema;
|
|
100
|
+
export declare var ListSecretVersionIds: StaticOperationSchema;
|
|
101
|
+
export declare var PutResourcePolicy: StaticOperationSchema;
|
|
102
|
+
export declare var PutSecretValue: StaticOperationSchema;
|
|
103
|
+
export declare var RemoveRegionsFromReplication: StaticOperationSchema;
|
|
104
|
+
export declare var ReplicateSecretToRegions: StaticOperationSchema;
|
|
105
|
+
export declare var RestoreSecret: StaticOperationSchema;
|
|
106
|
+
export declare var RotateSecret: StaticOperationSchema;
|
|
107
|
+
export declare var StopReplicationToReplica: StaticOperationSchema;
|
|
108
|
+
export declare var TagResource: StaticOperationSchema;
|
|
109
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
110
|
+
export declare var UpdateSecret: StaticOperationSchema;
|
|
111
|
+
export declare var UpdateSecretVersionStage: StaticOperationSchema;
|
|
112
|
+
export declare var ValidateResourcePolicy: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -216,6 +219,7 @@ export interface ClientDefaults
|
|
|
216
219
|
retryMode?: string | __Provider<string>;
|
|
217
220
|
logger?: __Logger;
|
|
218
221
|
extensions?: RuntimeExtension[];
|
|
222
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
219
223
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
220
224
|
}
|
|
221
225
|
export type SecretsManagerClientConfigType = Partial<
|
|
@@ -423,24 +423,3 @@ export interface ValidateResourcePolicyResponse {
|
|
|
423
423
|
PolicyValidationPassed?: boolean | undefined;
|
|
424
424
|
ValidationErrors?: ValidationErrorsEntry[] | undefined;
|
|
425
425
|
}
|
|
426
|
-
export declare const SecretValueEntryFilterSensitiveLog: (
|
|
427
|
-
obj: SecretValueEntry
|
|
428
|
-
) => any;
|
|
429
|
-
export declare const BatchGetSecretValueResponseFilterSensitiveLog: (
|
|
430
|
-
obj: BatchGetSecretValueResponse
|
|
431
|
-
) => any;
|
|
432
|
-
export declare const CreateSecretRequestFilterSensitiveLog: (
|
|
433
|
-
obj: CreateSecretRequest
|
|
434
|
-
) => any;
|
|
435
|
-
export declare const GetRandomPasswordResponseFilterSensitiveLog: (
|
|
436
|
-
obj: GetRandomPasswordResponse
|
|
437
|
-
) => any;
|
|
438
|
-
export declare const GetSecretValueResponseFilterSensitiveLog: (
|
|
439
|
-
obj: GetSecretValueResponse
|
|
440
|
-
) => any;
|
|
441
|
-
export declare const PutSecretValueRequestFilterSensitiveLog: (
|
|
442
|
-
obj: PutSecretValueRequest
|
|
443
|
-
) => any;
|
|
444
|
-
export declare const UpdateSecretRequestFilterSensitiveLog: (
|
|
445
|
-
obj: UpdateSecretRequest
|
|
446
|
-
) => any;
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: SecretsManagerClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
userAgentAppId?:
|
|
43
47
|
| string
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: SecretsManagerClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
retryStrategy?:
|
|
43
47
|
| import("@smithy/types").RetryStrategy
|
|
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: SecretsManagerClientConfig) => {
|
|
|
37
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
38
|
logger: import("@smithy/types").Logger;
|
|
39
39
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
+
import("@smithy/types").HttpRequest,
|
|
42
|
+
import("@smithy/types").HttpResponse
|
|
43
|
+
>;
|
|
40
44
|
defaultsMode:
|
|
41
45
|
| import("@smithy/smithy-client").DefaultsMode
|
|
42
46
|
| import("@smithy/types").Provider<
|
|
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: SecretsManagerClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SecretsManagerHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
18
|
+
import("@smithy/types").HttpRequest,
|
|
19
|
+
import("@smithy/types").HttpResponse
|
|
20
|
+
>;
|
|
17
21
|
serviceId: string;
|
|
18
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
23
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticMapSchema,
|
|
5
|
+
StaticOperationSchema,
|
|
6
|
+
StaticSimpleSchema,
|
|
7
|
+
StaticStructureSchema,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
export declare var RandomPasswordType: StaticSimpleSchema;
|
|
10
|
+
export declare var RotationTokenType: StaticSimpleSchema;
|
|
11
|
+
export declare var SecretBinaryType: StaticSimpleSchema;
|
|
12
|
+
export declare var SecretStringType: StaticSimpleSchema;
|
|
13
|
+
export declare var APIErrorType: StaticStructureSchema;
|
|
14
|
+
export declare var BatchGetSecretValueRequest: StaticStructureSchema;
|
|
15
|
+
export declare var BatchGetSecretValueResponse: StaticStructureSchema;
|
|
16
|
+
export declare var CancelRotateSecretRequest: StaticStructureSchema;
|
|
17
|
+
export declare var CancelRotateSecretResponse: StaticStructureSchema;
|
|
18
|
+
export declare var CreateSecretRequest: StaticStructureSchema;
|
|
19
|
+
export declare var CreateSecretResponse: StaticStructureSchema;
|
|
20
|
+
export declare var DecryptionFailure: StaticErrorSchema;
|
|
21
|
+
export declare var DeleteResourcePolicyRequest: StaticStructureSchema;
|
|
22
|
+
export declare var DeleteResourcePolicyResponse: StaticStructureSchema;
|
|
23
|
+
export declare var DeleteSecretRequest: StaticStructureSchema;
|
|
24
|
+
export declare var DeleteSecretResponse: StaticStructureSchema;
|
|
25
|
+
export declare var DescribeSecretRequest: StaticStructureSchema;
|
|
26
|
+
export declare var DescribeSecretResponse: StaticStructureSchema;
|
|
27
|
+
export declare var EncryptionFailure: StaticErrorSchema;
|
|
28
|
+
export declare var Filter: StaticStructureSchema;
|
|
29
|
+
export declare var GetRandomPasswordRequest: StaticStructureSchema;
|
|
30
|
+
export declare var GetRandomPasswordResponse: StaticStructureSchema;
|
|
31
|
+
export declare var GetResourcePolicyRequest: StaticStructureSchema;
|
|
32
|
+
export declare var GetResourcePolicyResponse: StaticStructureSchema;
|
|
33
|
+
export declare var GetSecretValueRequest: StaticStructureSchema;
|
|
34
|
+
export declare var GetSecretValueResponse: StaticStructureSchema;
|
|
35
|
+
export declare var InternalServiceError: StaticErrorSchema;
|
|
36
|
+
export declare var InvalidNextTokenException: StaticErrorSchema;
|
|
37
|
+
export declare var InvalidParameterException: StaticErrorSchema;
|
|
38
|
+
export declare var InvalidRequestException: StaticErrorSchema;
|
|
39
|
+
export declare var LimitExceededException: StaticErrorSchema;
|
|
40
|
+
export declare var ListSecretsRequest: StaticStructureSchema;
|
|
41
|
+
export declare var ListSecretsResponse: StaticStructureSchema;
|
|
42
|
+
export declare var ListSecretVersionIdsRequest: StaticStructureSchema;
|
|
43
|
+
export declare var ListSecretVersionIdsResponse: StaticStructureSchema;
|
|
44
|
+
export declare var MalformedPolicyDocumentException: StaticErrorSchema;
|
|
45
|
+
export declare var PreconditionNotMetException: StaticErrorSchema;
|
|
46
|
+
export declare var PublicPolicyException: StaticErrorSchema;
|
|
47
|
+
export declare var PutResourcePolicyRequest: StaticStructureSchema;
|
|
48
|
+
export declare var PutResourcePolicyResponse: StaticStructureSchema;
|
|
49
|
+
export declare var PutSecretValueRequest: StaticStructureSchema;
|
|
50
|
+
export declare var PutSecretValueResponse: StaticStructureSchema;
|
|
51
|
+
export declare var RemoveRegionsFromReplicationRequest: StaticStructureSchema;
|
|
52
|
+
export declare var RemoveRegionsFromReplicationResponse: StaticStructureSchema;
|
|
53
|
+
export declare var ReplicaRegionType: StaticStructureSchema;
|
|
54
|
+
export declare var ReplicateSecretToRegionsRequest: StaticStructureSchema;
|
|
55
|
+
export declare var ReplicateSecretToRegionsResponse: StaticStructureSchema;
|
|
56
|
+
export declare var ReplicationStatusType: StaticStructureSchema;
|
|
57
|
+
export declare var ResourceExistsException: StaticErrorSchema;
|
|
58
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
59
|
+
export declare var RestoreSecretRequest: StaticStructureSchema;
|
|
60
|
+
export declare var RestoreSecretResponse: StaticStructureSchema;
|
|
61
|
+
export declare var RotateSecretRequest: StaticStructureSchema;
|
|
62
|
+
export declare var RotateSecretResponse: StaticStructureSchema;
|
|
63
|
+
export declare var RotationRulesType: StaticStructureSchema;
|
|
64
|
+
export declare var SecretListEntry: StaticStructureSchema;
|
|
65
|
+
export declare var SecretValueEntry: StaticStructureSchema;
|
|
66
|
+
export declare var SecretVersionsListEntry: StaticStructureSchema;
|
|
67
|
+
export declare var StopReplicationToReplicaRequest: StaticStructureSchema;
|
|
68
|
+
export declare var StopReplicationToReplicaResponse: StaticStructureSchema;
|
|
69
|
+
export declare var Tag: StaticStructureSchema;
|
|
70
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
71
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
72
|
+
export declare var UpdateSecretRequest: StaticStructureSchema;
|
|
73
|
+
export declare var UpdateSecretResponse: StaticStructureSchema;
|
|
74
|
+
export declare var UpdateSecretVersionStageRequest: StaticStructureSchema;
|
|
75
|
+
export declare var UpdateSecretVersionStageResponse: StaticStructureSchema;
|
|
76
|
+
export declare var ValidateResourcePolicyRequest: StaticStructureSchema;
|
|
77
|
+
export declare var ValidateResourcePolicyResponse: StaticStructureSchema;
|
|
78
|
+
export declare var ValidationErrorsEntry: StaticStructureSchema;
|
|
79
|
+
export declare var __Unit: "unit";
|
|
80
|
+
export declare var SecretsManagerServiceException: StaticErrorSchema;
|
|
81
|
+
export declare var AddReplicaRegionListType: StaticListSchema;
|
|
82
|
+
export declare var APIErrorListType: StaticListSchema;
|
|
83
|
+
export declare var FiltersListType: StaticListSchema;
|
|
84
|
+
export declare var FilterValuesStringList: number;
|
|
85
|
+
export declare var KmsKeyIdListType: number;
|
|
86
|
+
export declare var RemoveReplicaRegionListType: number;
|
|
87
|
+
export declare var ReplicationStatusListType: StaticListSchema;
|
|
88
|
+
export declare var SecretIdListType: number;
|
|
89
|
+
export declare var SecretListType: StaticListSchema;
|
|
90
|
+
export declare var SecretValuesType: StaticListSchema;
|
|
91
|
+
export declare var SecretVersionsListType: StaticListSchema;
|
|
92
|
+
export declare var SecretVersionStagesType: number;
|
|
93
|
+
export declare var TagKeyListType: number;
|
|
94
|
+
export declare var TagListType: StaticListSchema;
|
|
95
|
+
export declare var ValidationErrorsType: StaticListSchema;
|
|
96
|
+
export declare var SecretVersionsToStagesMapType: StaticMapSchema;
|
|
97
|
+
export declare var BatchGetSecretValue: StaticOperationSchema;
|
|
98
|
+
export declare var CancelRotateSecret: StaticOperationSchema;
|
|
99
|
+
export declare var CreateSecret: StaticOperationSchema;
|
|
100
|
+
export declare var DeleteResourcePolicy: StaticOperationSchema;
|
|
101
|
+
export declare var DeleteSecret: StaticOperationSchema;
|
|
102
|
+
export declare var DescribeSecret: StaticOperationSchema;
|
|
103
|
+
export declare var GetRandomPassword: StaticOperationSchema;
|
|
104
|
+
export declare var GetResourcePolicy: StaticOperationSchema;
|
|
105
|
+
export declare var GetSecretValue: StaticOperationSchema;
|
|
106
|
+
export declare var ListSecrets: StaticOperationSchema;
|
|
107
|
+
export declare var ListSecretVersionIds: StaticOperationSchema;
|
|
108
|
+
export declare var PutResourcePolicy: StaticOperationSchema;
|
|
109
|
+
export declare var PutSecretValue: StaticOperationSchema;
|
|
110
|
+
export declare var RemoveRegionsFromReplication: StaticOperationSchema;
|
|
111
|
+
export declare var ReplicateSecretToRegions: StaticOperationSchema;
|
|
112
|
+
export declare var RestoreSecret: StaticOperationSchema;
|
|
113
|
+
export declare var RotateSecret: StaticOperationSchema;
|
|
114
|
+
export declare var StopReplicationToReplica: StaticOperationSchema;
|
|
115
|
+
export declare var TagResource: StaticOperationSchema;
|
|
116
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
117
|
+
export declare var UpdateSecret: StaticOperationSchema;
|
|
118
|
+
export declare var UpdateSecretVersionStage: StaticOperationSchema;
|
|
119
|
+
export declare var ValidateResourcePolicy: StaticOperationSchema;
|
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.929.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,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.928.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.929.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.928.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.925.0",
|
|
30
30
|
"@aws-sdk/types": "3.922.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.922.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.922.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.928.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.2",
|
|
35
35
|
"@smithy/core": "^3.17.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.5",
|
|
@@ -56,7 +56,6 @@
|
|
|
56
56
|
"@smithy/util-middleware": "^4.2.4",
|
|
57
57
|
"@smithy/util-retry": "^4.2.4",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
|
-
"@smithy/uuid": "^1.1.0",
|
|
60
59
|
"tslib": "^2.6.2"
|
|
61
60
|
},
|
|
62
61
|
"devDependencies": {
|