@aws-sdk/client-secrets-manager 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +62 -63
- package/dist-cjs/models/SecretsManagerServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/SecretsManager.js +1 -1
- package/dist-es/SecretsManagerClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/BatchGetSecretValueCommand.js +2 -2
- package/dist-es/commands/CancelRotateSecretCommand.js +2 -2
- package/dist-es/commands/CreateSecretCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteSecretCommand.js +2 -2
- package/dist-es/commands/DescribeSecretCommand.js +2 -2
- package/dist-es/commands/GetRandomPasswordCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-es/commands/GetSecretValueCommand.js +2 -2
- package/dist-es/commands/ListSecretVersionIdsCommand.js +2 -2
- package/dist-es/commands/ListSecretsCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/PutSecretValueCommand.js +2 -2
- package/dist-es/commands/RemoveRegionsFromReplicationCommand.js +2 -2
- package/dist-es/commands/ReplicateSecretToRegionsCommand.js +2 -2
- package/dist-es/commands/RestoreSecretCommand.js +2 -2
- package/dist-es/commands/RotateSecretCommand.js +2 -2
- package/dist-es/commands/StopReplicationToReplicaCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateSecretCommand.js +2 -2
- package/dist-es/commands/UpdateSecretVersionStageCommand.js +2 -2
- package/dist-es/commands/ValidateResourcePolicyCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/SecretsManagerServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/SecretsManagerClient.d.ts +5 -5
- package/dist-types/commands/BatchGetSecretValueCommand.d.ts +6 -4
- package/dist-types/commands/CancelRotateSecretCommand.d.ts +6 -4
- package/dist-types/commands/CreateSecretCommand.d.ts +6 -4
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSecretCommand.d.ts +6 -4
- package/dist-types/commands/DescribeSecretCommand.d.ts +6 -4
- package/dist-types/commands/GetRandomPasswordCommand.d.ts +6 -4
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetSecretValueCommand.d.ts +6 -4
- package/dist-types/commands/ListSecretVersionIdsCommand.d.ts +6 -4
- package/dist-types/commands/ListSecretsCommand.d.ts +6 -4
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/PutSecretValueCommand.d.ts +6 -4
- package/dist-types/commands/RemoveRegionsFromReplicationCommand.d.ts +6 -4
- package/dist-types/commands/ReplicateSecretToRegionsCommand.d.ts +6 -4
- package/dist-types/commands/RestoreSecretCommand.d.ts +6 -4
- package/dist-types/commands/RotateSecretCommand.d.ts +6 -4
- package/dist-types/commands/StopReplicationToReplicaCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSecretCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSecretVersionStageCommand.d.ts +6 -4
- package/dist-types/commands/ValidateResourcePolicyCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/SecretsManagerServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/SecretsManagerClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/BatchGetSecretValueCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelRotateSecretCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSecretCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSecretCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeSecretCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRandomPasswordCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSecretValueCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSecretVersionIdsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSecretsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutSecretValueCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveRegionsFromReplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ReplicateSecretToRegionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RestoreSecretCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RotateSecretCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopReplicationToReplicaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSecretCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSecretVersionStageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ValidateResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/SecretsManagerServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +14 -35
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetRandomPasswordRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetRandomPasswordCommandOutput
|
|
|
19
19
|
declare const GetRandomPasswordCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetRandomPasswordCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetRandomPasswordCommandInput,
|
|
24
24
|
GetRandomPasswordCommandOutput,
|
|
25
25
|
SecretsManagerClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetRandomPasswordCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [GetRandomPasswordCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetRandomPasswordCommandInput,
|
|
33
33
|
GetRandomPasswordCommandOutput,
|
|
34
34
|
SecretsManagerClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetRandomPasswordCommand extends GetRandomPasswordCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetResourcePolicyRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetResourcePolicyCommandOutput
|
|
|
19
19
|
declare const GetResourcePolicyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetResourcePolicyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetResourcePolicyCommandInput,
|
|
24
24
|
GetResourcePolicyCommandOutput,
|
|
25
25
|
SecretsManagerClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetResourcePolicyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetResourcePolicyCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetResourcePolicyCommandInput,
|
|
33
33
|
GetResourcePolicyCommandOutput,
|
|
34
34
|
SecretsManagerClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetSecretValueRequest,
|
|
@@ -18,7 +18,7 @@ export interface GetSecretValueCommandOutput
|
|
|
18
18
|
declare const GetSecretValueCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetSecretValueCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetSecretValueCommandInput,
|
|
23
23
|
GetSecretValueCommandOutput,
|
|
24
24
|
SecretsManagerClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetSecretValueCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetSecretValueCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetSecretValueCommandInput,
|
|
32
32
|
GetSecretValueCommandOutput,
|
|
33
33
|
SecretsManagerClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetSecretValueCommand extends GetSecretValueCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListSecretVersionIdsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListSecretVersionIdsCommandOutput
|
|
|
19
19
|
declare const ListSecretVersionIdsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListSecretVersionIdsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListSecretVersionIdsCommandInput,
|
|
24
24
|
ListSecretVersionIdsCommandOutput,
|
|
25
25
|
SecretsManagerClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListSecretVersionIdsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListSecretVersionIdsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListSecretVersionIdsCommandInput,
|
|
33
33
|
ListSecretVersionIdsCommandOutput,
|
|
34
34
|
SecretsManagerClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListSecretVersionIdsCommand extends ListSecretVersionIdsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ListSecretsRequest, ListSecretsResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ListSecretsCommandOutput
|
|
|
15
15
|
declare const ListSecretsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListSecretsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListSecretsCommandInput,
|
|
20
20
|
ListSecretsCommandOutput,
|
|
21
21
|
SecretsManagerClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListSecretsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListSecretsCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListSecretsCommandInput,
|
|
29
29
|
ListSecretsCommandOutput,
|
|
30
30
|
SecretsManagerClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListSecretsCommand extends ListSecretsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
PutResourcePolicyRequest,
|
|
@@ -19,7 +19,7 @@ export interface PutResourcePolicyCommandOutput
|
|
|
19
19
|
declare const PutResourcePolicyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutResourcePolicyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutResourcePolicyCommandInput,
|
|
24
24
|
PutResourcePolicyCommandOutput,
|
|
25
25
|
SecretsManagerClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PutResourcePolicyCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutResourcePolicyCommandInput,
|
|
33
33
|
PutResourcePolicyCommandOutput,
|
|
34
34
|
SecretsManagerClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
PutSecretValueRequest,
|
|
@@ -18,7 +18,7 @@ export interface PutSecretValueCommandOutput
|
|
|
18
18
|
declare const PutSecretValueCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: PutSecretValueCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
PutSecretValueCommandInput,
|
|
23
23
|
PutSecretValueCommandOutput,
|
|
24
24
|
SecretsManagerClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const PutSecretValueCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: PutSecretValueCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
PutSecretValueCommandInput,
|
|
32
32
|
PutSecretValueCommandOutput,
|
|
33
33
|
SecretsManagerClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class PutSecretValueCommand extends PutSecretValueCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
RemoveRegionsFromReplicationRequest,
|
|
@@ -19,7 +19,7 @@ export interface RemoveRegionsFromReplicationCommandOutput
|
|
|
19
19
|
declare const RemoveRegionsFromReplicationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: RemoveRegionsFromReplicationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
RemoveRegionsFromReplicationCommandInput,
|
|
24
24
|
RemoveRegionsFromReplicationCommandOutput,
|
|
25
25
|
SecretsManagerClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const RemoveRegionsFromReplicationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: RemoveRegionsFromReplicationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
RemoveRegionsFromReplicationCommandInput,
|
|
33
33
|
RemoveRegionsFromReplicationCommandOutput,
|
|
34
34
|
SecretsManagerClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class RemoveRegionsFromReplicationCommand extends RemoveRegionsFromReplicationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ReplicateSecretToRegionsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ReplicateSecretToRegionsCommandOutput
|
|
|
19
19
|
declare const ReplicateSecretToRegionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ReplicateSecretToRegionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ReplicateSecretToRegionsCommandInput,
|
|
24
24
|
ReplicateSecretToRegionsCommandOutput,
|
|
25
25
|
SecretsManagerClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ReplicateSecretToRegionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ReplicateSecretToRegionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ReplicateSecretToRegionsCommandInput,
|
|
33
33
|
ReplicateSecretToRegionsCommandOutput,
|
|
34
34
|
SecretsManagerClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ReplicateSecretToRegionsCommand extends ReplicateSecretToRegionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
RestoreSecretRequest,
|
|
@@ -18,7 +18,7 @@ export interface RestoreSecretCommandOutput
|
|
|
18
18
|
declare const RestoreSecretCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: RestoreSecretCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
RestoreSecretCommandInput,
|
|
23
23
|
RestoreSecretCommandOutput,
|
|
24
24
|
SecretsManagerClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const RestoreSecretCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: RestoreSecretCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
RestoreSecretCommandInput,
|
|
32
32
|
RestoreSecretCommandOutput,
|
|
33
33
|
SecretsManagerClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class RestoreSecretCommand extends RestoreSecretCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { RotateSecretRequest, RotateSecretResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface RotateSecretCommandOutput
|
|
|
15
15
|
declare const RotateSecretCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: RotateSecretCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
RotateSecretCommandInput,
|
|
20
20
|
RotateSecretCommandOutput,
|
|
21
21
|
SecretsManagerClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const RotateSecretCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: RotateSecretCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
RotateSecretCommandInput,
|
|
29
29
|
RotateSecretCommandOutput,
|
|
30
30
|
SecretsManagerClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class RotateSecretCommand extends RotateSecretCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
StopReplicationToReplicaRequest,
|
|
@@ -19,7 +19,7 @@ export interface StopReplicationToReplicaCommandOutput
|
|
|
19
19
|
declare const StopReplicationToReplicaCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: StopReplicationToReplicaCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
StopReplicationToReplicaCommandInput,
|
|
24
24
|
StopReplicationToReplicaCommandOutput,
|
|
25
25
|
SecretsManagerClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const StopReplicationToReplicaCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: StopReplicationToReplicaCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
StopReplicationToReplicaCommandInput,
|
|
33
33
|
StopReplicationToReplicaCommandOutput,
|
|
34
34
|
SecretsManagerClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class StopReplicationToReplicaCommand extends StopReplicationToReplicaCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { TagResourceRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,7 +13,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const TagResourceCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: TagResourceCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
TagResourceCommandInput,
|
|
18
18
|
TagResourceCommandOutput,
|
|
19
19
|
SecretsManagerClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const TagResourceCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: TagResourceCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
TagResourceCommandInput,
|
|
27
27
|
TagResourceCommandOutput,
|
|
28
28
|
SecretsManagerClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { UntagResourceRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,7 +13,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const UntagResourceCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: UntagResourceCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
UntagResourceCommandInput,
|
|
18
18
|
UntagResourceCommandOutput,
|
|
19
19
|
SecretsManagerClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const UntagResourceCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: UntagResourceCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
UntagResourceCommandInput,
|
|
27
27
|
UntagResourceCommandOutput,
|
|
28
28
|
SecretsManagerClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { UpdateSecretRequest, UpdateSecretResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface UpdateSecretCommandOutput
|
|
|
15
15
|
declare const UpdateSecretCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: UpdateSecretCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateSecretCommandInput,
|
|
20
20
|
UpdateSecretCommandOutput,
|
|
21
21
|
SecretsManagerClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const UpdateSecretCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: UpdateSecretCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
UpdateSecretCommandInput,
|
|
29
29
|
UpdateSecretCommandOutput,
|
|
30
30
|
SecretsManagerClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class UpdateSecretCommand extends UpdateSecretCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UpdateSecretVersionStageRequest,
|
|
@@ -19,7 +19,7 @@ export interface UpdateSecretVersionStageCommandOutput
|
|
|
19
19
|
declare const UpdateSecretVersionStageCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateSecretVersionStageCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateSecretVersionStageCommandInput,
|
|
24
24
|
UpdateSecretVersionStageCommandOutput,
|
|
25
25
|
SecretsManagerClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateSecretVersionStageCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateSecretVersionStageCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateSecretVersionStageCommandInput,
|
|
33
33
|
UpdateSecretVersionStageCommandOutput,
|
|
34
34
|
SecretsManagerClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateSecretVersionStageCommand extends UpdateSecretVersionStageCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ValidateResourcePolicyRequest,
|
|
@@ -19,7 +19,7 @@ export interface ValidateResourcePolicyCommandOutput
|
|
|
19
19
|
declare const ValidateResourcePolicyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ValidateResourcePolicyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ValidateResourcePolicyCommandInput,
|
|
24
24
|
ValidateResourcePolicyCommandOutput,
|
|
25
25
|
SecretsManagerClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ValidateResourcePolicyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ValidateResourcePolicyCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ValidateResourcePolicyCommandInput,
|
|
33
33
|
ValidateResourcePolicyCommandOutput,
|
|
34
34
|
SecretsManagerClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ValidateResourcePolicyCommand extends ValidateResourcePolicyCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface SecretsManagerExtensionConfiguration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class SecretsManagerServiceException extends __ServiceException {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { SecretsManagerServiceException as __BaseException } from "./SecretsManagerServiceException";
|
|
3
3
|
export declare class DecryptionFailure extends __BaseException {
|
|
4
4
|
readonly name: "DecryptionFailure";
|
|
@@ -3,7 +3,7 @@ import { SecretsManagerClientConfig } from "./SecretsManagerClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: SecretsManagerClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
-
import("@smithy/
|
|
6
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider:
|
|
@@ -17,7 +17,7 @@ export declare const getRuntimeConfig: (config: SecretsManagerClientConfig) => {
|
|
|
17
17
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
18
|
region: string | import("@smithy/types").Provider<any>;
|
|
19
19
|
requestHandler:
|
|
20
|
-
| import("@smithy/
|
|
20
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
21
|
| RequestHandler;
|
|
22
22
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
23
|
sha256: import("@smithy/types").HashConstructor;
|
|
@@ -3,7 +3,7 @@ import { SecretsManagerClientConfig } from "./SecretsManagerClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: SecretsManagerClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
-
import("@smithy/
|
|
6
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
@@ -19,7 +19,7 @@ export declare const getRuntimeConfig: (config: SecretsManagerClientConfig) => {
|
|
|
19
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
20
20
|
requestHandler:
|
|
21
21
|
| RequestHandler
|
|
22
|
-
| import("@smithy/
|
|
22
|
+
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
23
23
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
24
|
sha256: import("@smithy/types").HashConstructor;
|
|
25
25
|
streamCollector: import("@smithy/types").StreamCollector;
|