@aws-sdk/client-secrets-manager 3.1087.0 → 3.1089.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 +1 -1
- package/dist-types/ts3.4/SecretsManager.d.ts +75 -83
- package/dist-types/ts3.4/SecretsManagerClient.d.ts +8 -24
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/BatchGetSecretValueCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CancelRotateSecretCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSecretCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteSecretCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeSecretCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetRandomPasswordCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSecretValueCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSecretVersionIdsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListSecretsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutSecretValueCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RemoveRegionsFromReplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ReplicateSecretToRegionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestoreSecretCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RotateSecretCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopReplicationToReplicaCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateSecretCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateSecretVersionStageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ValidateResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +1 -2
- package/dist-types/ts3.4/models/errors.d.ts +10 -33
- package/dist-types/ts3.4/models/models_0.d.ts +4 -15
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListSecretsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CancelRotateSecretRequest,
|
|
4
|
-
CancelRotateSecretResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CancelRotateSecretRequest, CancelRotateSecretResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CancelRotateSecretCommandInput
|
|
8
|
-
extends CancelRotateSecretRequest {}
|
|
4
|
+
export interface CancelRotateSecretCommandInput extends CancelRotateSecretRequest {}
|
|
9
5
|
export interface CancelRotateSecretCommandOutput
|
|
10
|
-
extends CancelRotateSecretResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CancelRotateSecretResponse, __MetadataBearer {}
|
|
12
7
|
declare const CancelRotateSecretCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CancelRotateSecretCommandInput
|
|
9
|
+
input: CancelRotateSecretCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CancelRotateSecretCommandInput,
|
|
17
12
|
CancelRotateSecretCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CancelRotateSecretCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CancelRotateSecretCommandInput
|
|
18
|
+
input: CancelRotateSecretCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CancelRotateSecretCommandInput,
|
|
26
21
|
CancelRotateSecretCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateSecretRequest, CreateSecretResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateSecretCommandInput extends CreateSecretRequest {}
|
|
5
|
-
export interface CreateSecretCommandOutput
|
|
6
|
-
extends CreateSecretResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateSecretCommandOutput extends CreateSecretResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateSecretCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateSecretCommandInput
|
|
8
|
+
input: CreateSecretCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateSecretCommandInput,
|
|
13
11
|
CreateSecretCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateSecretCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateSecretCommandInput
|
|
17
|
+
input: CreateSecretCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateSecretCommandInput,
|
|
22
20
|
CreateSecretCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteResourcePolicyRequest,
|
|
4
|
-
DeleteResourcePolicyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteResourcePolicyCommandInput
|
|
8
|
-
extends DeleteResourcePolicyRequest {}
|
|
4
|
+
export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRequest {}
|
|
9
5
|
export interface DeleteResourcePolicyCommandOutput
|
|
10
|
-
extends DeleteResourcePolicyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteResourcePolicyResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteResourcePolicyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteResourcePolicyCommandInput
|
|
9
|
+
input: DeleteResourcePolicyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteResourcePolicyCommandInput,
|
|
17
12
|
DeleteResourcePolicyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteResourcePolicyCommandInput
|
|
18
|
+
input: DeleteResourcePolicyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteResourcePolicyCommandInput,
|
|
26
21
|
DeleteResourcePolicyCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteSecretRequest, DeleteSecretResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteSecretCommandInput extends DeleteSecretRequest {}
|
|
5
|
-
export interface DeleteSecretCommandOutput
|
|
6
|
-
extends DeleteSecretResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteSecretCommandOutput extends DeleteSecretResponse, __MetadataBearer {}
|
|
8
6
|
declare const DeleteSecretCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteSecretCommandInput
|
|
8
|
+
input: DeleteSecretCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteSecretCommandInput,
|
|
13
11
|
DeleteSecretCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteSecretCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteSecretCommandInput
|
|
17
|
+
input: DeleteSecretCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteSecretCommandInput,
|
|
22
20
|
DeleteSecretCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeSecretRequest,
|
|
4
|
-
DescribeSecretResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeSecretRequest, DescribeSecretResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeSecretCommandInput extends DescribeSecretRequest {}
|
|
8
|
-
export interface DescribeSecretCommandOutput
|
|
9
|
-
extends DescribeSecretResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeSecretCommandOutput extends DescribeSecretResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeSecretCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeSecretCommandInput
|
|
8
|
+
input: DescribeSecretCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeSecretCommandInput,
|
|
16
11
|
DescribeSecretCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeSecretCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeSecretCommandInput
|
|
17
|
+
input: DescribeSecretCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeSecretCommandInput,
|
|
25
20
|
DescribeSecretCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetRandomPasswordRequest,
|
|
4
|
-
GetRandomPasswordResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetRandomPasswordRequest, GetRandomPasswordResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetRandomPasswordCommandInput
|
|
8
|
-
extends GetRandomPasswordRequest {}
|
|
4
|
+
export interface GetRandomPasswordCommandInput extends GetRandomPasswordRequest {}
|
|
9
5
|
export interface GetRandomPasswordCommandOutput
|
|
10
|
-
extends GetRandomPasswordResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetRandomPasswordResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetRandomPasswordCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetRandomPasswordCommandInput
|
|
9
|
+
input: GetRandomPasswordCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetRandomPasswordCommandInput,
|
|
17
12
|
GetRandomPasswordCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetResourcePolicyRequest,
|
|
4
|
-
GetResourcePolicyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetResourcePolicyCommandInput
|
|
8
|
-
extends GetResourcePolicyRequest {}
|
|
4
|
+
export interface GetResourcePolicyCommandInput extends GetResourcePolicyRequest {}
|
|
9
5
|
export interface GetResourcePolicyCommandOutput
|
|
10
|
-
extends GetResourcePolicyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetResourcePolicyResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetResourcePolicyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetResourcePolicyCommandInput
|
|
9
|
+
input: GetResourcePolicyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetResourcePolicyCommandInput,
|
|
17
12
|
GetResourcePolicyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetResourcePolicyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetResourcePolicyCommandInput
|
|
18
|
+
input: GetResourcePolicyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetResourcePolicyCommandInput,
|
|
26
21
|
GetResourcePolicyCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetSecretValueRequest,
|
|
4
|
-
GetSecretValueResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetSecretValueRequest, GetSecretValueResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetSecretValueCommandInput extends GetSecretValueRequest {}
|
|
8
|
-
export interface GetSecretValueCommandOutput
|
|
9
|
-
extends GetSecretValueResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetSecretValueCommandOutput extends GetSecretValueResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetSecretValueCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetSecretValueCommandInput
|
|
8
|
+
input: GetSecretValueCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetSecretValueCommandInput,
|
|
16
11
|
GetSecretValueCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetSecretValueCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetSecretValueCommandInput
|
|
17
|
+
input: GetSecretValueCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetSecretValueCommandInput,
|
|
25
20
|
GetSecretValueCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListSecretVersionIdsRequest,
|
|
4
|
-
ListSecretVersionIdsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListSecretVersionIdsRequest, ListSecretVersionIdsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListSecretVersionIdsCommandInput
|
|
8
|
-
extends ListSecretVersionIdsRequest {}
|
|
4
|
+
export interface ListSecretVersionIdsCommandInput extends ListSecretVersionIdsRequest {}
|
|
9
5
|
export interface ListSecretVersionIdsCommandOutput
|
|
10
|
-
extends ListSecretVersionIdsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListSecretVersionIdsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListSecretVersionIdsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListSecretVersionIdsCommandInput
|
|
9
|
+
input: ListSecretVersionIdsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListSecretVersionIdsCommandInput,
|
|
17
12
|
ListSecretVersionIdsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListSecretVersionIdsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListSecretVersionIdsCommandInput
|
|
18
|
+
input: ListSecretVersionIdsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListSecretVersionIdsCommandInput,
|
|
26
21
|
ListSecretVersionIdsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListSecretsRequest, ListSecretsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListSecretsCommandInput extends ListSecretsRequest {}
|
|
5
|
-
export interface ListSecretsCommandOutput
|
|
6
|
-
extends ListSecretsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListSecretsCommandOutput extends ListSecretsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListSecretsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListSecretsCommandInput
|
|
8
|
+
input: ListSecretsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListSecretsCommandInput,
|
|
13
11
|
ListSecretsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutResourcePolicyRequest,
|
|
4
|
-
PutResourcePolicyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutResourcePolicyCommandInput
|
|
8
|
-
extends PutResourcePolicyRequest {}
|
|
4
|
+
export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest {}
|
|
9
5
|
export interface PutResourcePolicyCommandOutput
|
|
10
|
-
extends PutResourcePolicyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends PutResourcePolicyResponse, __MetadataBearer {}
|
|
12
7
|
declare const PutResourcePolicyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: PutResourcePolicyCommandInput
|
|
9
|
+
input: PutResourcePolicyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
PutResourcePolicyCommandInput,
|
|
17
12
|
PutResourcePolicyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: PutResourcePolicyCommandInput
|
|
18
|
+
input: PutResourcePolicyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
PutResourcePolicyCommandInput,
|
|
26
21
|
PutResourcePolicyCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutSecretValueRequest,
|
|
4
|
-
PutSecretValueResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutSecretValueRequest, PutSecretValueResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface PutSecretValueCommandInput extends PutSecretValueRequest {}
|
|
8
|
-
export interface PutSecretValueCommandOutput
|
|
9
|
-
extends PutSecretValueResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PutSecretValueCommandOutput extends PutSecretValueResponse, __MetadataBearer {}
|
|
11
6
|
declare const PutSecretValueCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: PutSecretValueCommandInput
|
|
8
|
+
input: PutSecretValueCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
PutSecretValueCommandInput,
|
|
16
11
|
PutSecretValueCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const PutSecretValueCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: PutSecretValueCommandInput
|
|
17
|
+
input: PutSecretValueCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
PutSecretValueCommandInput,
|
|
25
20
|
PutSecretValueCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
RemoveRegionsFromReplicationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface RemoveRegionsFromReplicationCommandInput
|
|
8
|
-
extends RemoveRegionsFromReplicationRequest {}
|
|
7
|
+
export interface RemoveRegionsFromReplicationCommandInput extends RemoveRegionsFromReplicationRequest {}
|
|
9
8
|
export interface RemoveRegionsFromReplicationCommandOutput
|
|
10
|
-
extends RemoveRegionsFromReplicationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends RemoveRegionsFromReplicationResponse, __MetadataBearer {}
|
|
12
10
|
declare const RemoveRegionsFromReplicationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: RemoveRegionsFromReplicationCommandInput
|
|
12
|
+
input: RemoveRegionsFromReplicationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
RemoveRegionsFromReplicationCommandInput,
|
|
17
15
|
RemoveRegionsFromReplicationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const RemoveRegionsFromReplicationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: RemoveRegionsFromReplicationCommandInput
|
|
21
|
+
input: RemoveRegionsFromReplicationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
RemoveRegionsFromReplicationCommandInput,
|
|
26
24
|
RemoveRegionsFromReplicationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ReplicateSecretToRegionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ReplicateSecretToRegionsCommandInput
|
|
8
|
-
extends ReplicateSecretToRegionsRequest {}
|
|
7
|
+
export interface ReplicateSecretToRegionsCommandInput extends ReplicateSecretToRegionsRequest {}
|
|
9
8
|
export interface ReplicateSecretToRegionsCommandOutput
|
|
10
|
-
extends ReplicateSecretToRegionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ReplicateSecretToRegionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ReplicateSecretToRegionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ReplicateSecretToRegionsCommandInput
|
|
12
|
+
input: ReplicateSecretToRegionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ReplicateSecretToRegionsCommandInput,
|
|
17
15
|
ReplicateSecretToRegionsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ReplicateSecretToRegionsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ReplicateSecretToRegionsCommandInput
|
|
21
|
+
input: ReplicateSecretToRegionsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ReplicateSecretToRegionsCommandInput,
|
|
26
24
|
ReplicateSecretToRegionsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
RestoreSecretRequest,
|
|
4
|
-
RestoreSecretResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { RestoreSecretRequest, RestoreSecretResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface RestoreSecretCommandInput extends RestoreSecretRequest {}
|
|
8
|
-
export interface RestoreSecretCommandOutput
|
|
9
|
-
extends RestoreSecretResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface RestoreSecretCommandOutput extends RestoreSecretResponse, __MetadataBearer {}
|
|
11
6
|
declare const RestoreSecretCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: RestoreSecretCommandInput
|
|
8
|
+
input: RestoreSecretCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
RestoreSecretCommandInput,
|
|
16
11
|
RestoreSecretCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const RestoreSecretCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: RestoreSecretCommandInput
|
|
17
|
+
input: RestoreSecretCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
RestoreSecretCommandInput,
|
|
25
20
|
RestoreSecretCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { RotateSecretRequest, RotateSecretResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface RotateSecretCommandInput extends RotateSecretRequest {}
|
|
5
|
-
export interface RotateSecretCommandOutput
|
|
6
|
-
extends RotateSecretResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface RotateSecretCommandOutput extends RotateSecretResponse, __MetadataBearer {}
|
|
8
6
|
declare const RotateSecretCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: RotateSecretCommandInput
|
|
8
|
+
input: RotateSecretCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
RotateSecretCommandInput,
|
|
13
11
|
RotateSecretCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const RotateSecretCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: RotateSecretCommandInput
|
|
17
|
+
input: RotateSecretCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
RotateSecretCommandInput,
|
|
22
20
|
RotateSecretCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
StopReplicationToReplicaResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface StopReplicationToReplicaCommandInput
|
|
8
|
-
extends StopReplicationToReplicaRequest {}
|
|
7
|
+
export interface StopReplicationToReplicaCommandInput extends StopReplicationToReplicaRequest {}
|
|
9
8
|
export interface StopReplicationToReplicaCommandOutput
|
|
10
|
-
extends StopReplicationToReplicaResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends StopReplicationToReplicaResponse, __MetadataBearer {}
|
|
12
10
|
declare const StopReplicationToReplicaCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: StopReplicationToReplicaCommandInput
|
|
12
|
+
input: StopReplicationToReplicaCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
StopReplicationToReplicaCommandInput,
|
|
17
15
|
StopReplicationToReplicaCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const StopReplicationToReplicaCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: StopReplicationToReplicaCommandInput
|
|
21
|
+
input: StopReplicationToReplicaCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
StopReplicationToReplicaCommandInput,
|
|
26
24
|
StopReplicationToReplicaCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
5
5
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const TagResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
TagResourceCommandInput,
|
|
11
11
|
TagResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
5
5
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const UntagResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
UntagResourceCommandInput,
|
|
11
11
|
UntagResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UntagResourceCommandInput,
|
|
20
20
|
UntagResourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdateSecretRequest, UpdateSecretResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateSecretCommandInput extends UpdateSecretRequest {}
|
|
5
|
-
export interface UpdateSecretCommandOutput
|
|
6
|
-
extends UpdateSecretResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateSecretCommandOutput extends UpdateSecretResponse, __MetadataBearer {}
|
|
8
6
|
declare const UpdateSecretCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateSecretCommandInput
|
|
8
|
+
input: UpdateSecretCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateSecretCommandInput,
|
|
13
11
|
UpdateSecretCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateSecretCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateSecretCommandInput
|
|
17
|
+
input: UpdateSecretCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateSecretCommandInput,
|
|
22
20
|
UpdateSecretCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateSecretVersionStageResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateSecretVersionStageCommandInput
|
|
8
|
-
extends UpdateSecretVersionStageRequest {}
|
|
7
|
+
export interface UpdateSecretVersionStageCommandInput extends UpdateSecretVersionStageRequest {}
|
|
9
8
|
export interface UpdateSecretVersionStageCommandOutput
|
|
10
|
-
extends UpdateSecretVersionStageResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateSecretVersionStageResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateSecretVersionStageCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateSecretVersionStageCommandInput
|
|
12
|
+
input: UpdateSecretVersionStageCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateSecretVersionStageCommandInput,
|
|
17
15
|
UpdateSecretVersionStageCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateSecretVersionStageCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateSecretVersionStageCommandInput
|
|
21
|
+
input: UpdateSecretVersionStageCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateSecretVersionStageCommandInput,
|
|
26
24
|
UpdateSecretVersionStageCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ValidateResourcePolicyRequest,
|
|
4
|
-
ValidateResourcePolicyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ValidateResourcePolicyRequest, ValidateResourcePolicyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ValidateResourcePolicyCommandInput
|
|
8
|
-
extends ValidateResourcePolicyRequest {}
|
|
4
|
+
export interface ValidateResourcePolicyCommandInput extends ValidateResourcePolicyRequest {}
|
|
9
5
|
export interface ValidateResourcePolicyCommandOutput
|
|
10
|
-
extends ValidateResourcePolicyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ValidateResourcePolicyResponse, __MetadataBearer {}
|
|
12
7
|
declare const ValidateResourcePolicyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ValidateResourcePolicyCommandInput
|
|
9
|
+
input: ValidateResourcePolicyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ValidateResourcePolicyCommandInput,
|
|
17
12
|
ValidateResourcePolicyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ValidateResourcePolicyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ValidateResourcePolicyCommandInput
|
|
18
|
+
input: ValidateResourcePolicyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ValidateResourcePolicyCommandInput,
|
|
26
21
|
ValidateResourcePolicyCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ 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
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -7,8 +7,7 @@ export declare const FilterNameStringType: {
|
|
|
7
7
|
readonly tag_key: "tag-key";
|
|
8
8
|
readonly tag_value: "tag-value";
|
|
9
9
|
};
|
|
10
|
-
export type FilterNameStringType =
|
|
11
|
-
(typeof FilterNameStringType)[keyof typeof FilterNameStringType];
|
|
10
|
+
export type FilterNameStringType = (typeof FilterNameStringType)[keyof typeof FilterNameStringType];
|
|
12
11
|
export declare const StatusType: {
|
|
13
12
|
readonly Failed: "Failed";
|
|
14
13
|
readonly InProgress: "InProgress";
|