@aws-sdk/client-secrets-manager 3.480.0 → 3.484.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/BatchGetSecretValueCommand.js +18 -41
- package/dist-cjs/commands/CancelRotateSecretCommand.js +18 -41
- package/dist-cjs/commands/CreateSecretCommand.js +18 -41
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteSecretCommand.js +18 -41
- package/dist-cjs/commands/DescribeSecretCommand.js +18 -41
- package/dist-cjs/commands/GetRandomPasswordCommand.js +18 -41
- package/dist-cjs/commands/GetResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/GetSecretValueCommand.js +18 -41
- package/dist-cjs/commands/ListSecretVersionIdsCommand.js +18 -41
- package/dist-cjs/commands/ListSecretsCommand.js +18 -41
- package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/PutSecretValueCommand.js +18 -41
- package/dist-cjs/commands/RemoveRegionsFromReplicationCommand.js +18 -41
- package/dist-cjs/commands/ReplicateSecretToRegionsCommand.js +18 -41
- package/dist-cjs/commands/RestoreSecretCommand.js +18 -41
- package/dist-cjs/commands/RotateSecretCommand.js +18 -41
- package/dist-cjs/commands/StopReplicationToReplicaCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateSecretCommand.js +18 -41
- package/dist-cjs/commands/UpdateSecretVersionStageCommand.js +18 -41
- package/dist-cjs/commands/ValidateResourcePolicyCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/BatchGetSecretValueCommand.js +18 -41
- package/dist-es/commands/CancelRotateSecretCommand.js +18 -41
- package/dist-es/commands/CreateSecretCommand.js +18 -41
- package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-es/commands/DeleteSecretCommand.js +18 -41
- package/dist-es/commands/DescribeSecretCommand.js +18 -41
- package/dist-es/commands/GetRandomPasswordCommand.js +18 -41
- package/dist-es/commands/GetResourcePolicyCommand.js +18 -41
- package/dist-es/commands/GetSecretValueCommand.js +18 -41
- package/dist-es/commands/ListSecretVersionIdsCommand.js +18 -41
- package/dist-es/commands/ListSecretsCommand.js +18 -41
- package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-es/commands/PutSecretValueCommand.js +18 -41
- package/dist-es/commands/RemoveRegionsFromReplicationCommand.js +18 -41
- package/dist-es/commands/ReplicateSecretToRegionsCommand.js +18 -41
- package/dist-es/commands/RestoreSecretCommand.js +18 -41
- package/dist-es/commands/RotateSecretCommand.js +18 -41
- package/dist-es/commands/StopReplicationToReplicaCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateSecretCommand.js +18 -41
- package/dist-es/commands/UpdateSecretVersionStageCommand.js +18 -41
- package/dist-es/commands/ValidateResourcePolicyCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/BatchGetSecretValueCommand.d.ts +6 -21
- package/dist-types/commands/CancelRotateSecretCommand.d.ts +6 -21
- package/dist-types/commands/CreateSecretCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSecretCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSecretCommand.d.ts +6 -21
- package/dist-types/commands/GetRandomPasswordCommand.d.ts +6 -21
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetSecretValueCommand.d.ts +6 -21
- package/dist-types/commands/ListSecretVersionIdsCommand.d.ts +6 -21
- package/dist-types/commands/ListSecretsCommand.d.ts +6 -21
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/PutSecretValueCommand.d.ts +6 -21
- package/dist-types/commands/RemoveRegionsFromReplicationCommand.d.ts +6 -21
- package/dist-types/commands/ReplicateSecretToRegionsCommand.d.ts +6 -21
- package/dist-types/commands/RestoreSecretCommand.d.ts +6 -21
- package/dist-types/commands/RotateSecretCommand.d.ts +6 -21
- package/dist-types/commands/StopReplicationToReplicaCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSecretCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSecretVersionStageCommand.d.ts +6 -21
- package/dist-types/commands/ValidateResourcePolicyCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchGetSecretValueCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CancelRotateSecretCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateSecretCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteSecretCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeSecretCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetRandomPasswordCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSecretValueCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSecretVersionIdsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSecretsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutSecretValueCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveRegionsFromReplicationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ReplicateSecretToRegionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RestoreSecretCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RotateSecretCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopReplicationToReplicaCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSecretCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSecretVersionStageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ValidateResourcePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { DeleteSecretRequest, DeleteSecretResponse } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
SecretsManagerClientResolvedConfig,
|
|
@@ -17,19 +11,16 @@ export interface DeleteSecretCommandInput extends DeleteSecretRequest {}
|
|
|
17
11
|
export interface DeleteSecretCommandOutput
|
|
18
12
|
extends DeleteSecretResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const DeleteSecretCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: DeleteSecretCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
DeleteSecretCommandInput,
|
|
19
|
+
DeleteSecretCommandOutput,
|
|
20
|
+
SecretsManagerClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class DeleteSecretCommand extends DeleteSecretCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
DescribeSecretRequest,
|
|
11
5
|
DescribeSecretResponse,
|
|
@@ -20,19 +14,16 @@ export interface DescribeSecretCommandInput extends DescribeSecretRequest {}
|
|
|
20
14
|
export interface DescribeSecretCommandOutput
|
|
21
15
|
extends DescribeSecretResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const DescribeSecretCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DescribeSecretCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DescribeSecretCommandInput,
|
|
22
|
+
DescribeSecretCommandOutput,
|
|
23
|
+
SecretsManagerClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DescribeSecretCommand extends DescribeSecretCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetRandomPasswordRequest,
|
|
11
5
|
GetRandomPasswordResponse,
|
|
@@ -21,19 +15,16 @@ export interface GetRandomPasswordCommandInput
|
|
|
21
15
|
export interface GetRandomPasswordCommandOutput
|
|
22
16
|
extends GetRandomPasswordResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const GetRandomPasswordCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetRandomPasswordCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetRandomPasswordCommandInput,
|
|
23
|
+
GetRandomPasswordCommandOutput,
|
|
24
|
+
SecretsManagerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetRandomPasswordCommand extends GetRandomPasswordCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetResourcePolicyRequest,
|
|
11
5
|
GetResourcePolicyResponse,
|
|
@@ -21,19 +15,16 @@ export interface GetResourcePolicyCommandInput
|
|
|
21
15
|
export interface GetResourcePolicyCommandOutput
|
|
22
16
|
extends GetResourcePolicyResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const GetResourcePolicyCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetResourcePolicyCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetResourcePolicyCommandInput,
|
|
23
|
+
GetResourcePolicyCommandOutput,
|
|
24
|
+
SecretsManagerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetSecretValueRequest,
|
|
11
5
|
GetSecretValueResponse,
|
|
@@ -20,19 +14,16 @@ export interface GetSecretValueCommandInput extends GetSecretValueRequest {}
|
|
|
20
14
|
export interface GetSecretValueCommandOutput
|
|
21
15
|
extends GetSecretValueResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const GetSecretValueCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: GetSecretValueCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
GetSecretValueCommandInput,
|
|
22
|
+
GetSecretValueCommandOutput,
|
|
23
|
+
SecretsManagerClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class GetSecretValueCommand extends GetSecretValueCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ListSecretVersionIdsRequest,
|
|
11
5
|
ListSecretVersionIdsResponse,
|
|
@@ -21,22 +15,16 @@ export interface ListSecretVersionIdsCommandInput
|
|
|
21
15
|
export interface ListSecretVersionIdsCommandOutput
|
|
22
16
|
extends ListSecretVersionIdsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListSecretVersionIdsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListSecretVersionIdsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: SecretsManagerClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListSecretVersionIdsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListSecretVersionIdsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListSecretVersionIdsCommandInput,
|
|
38
|
-
ListSecretVersionIdsCommandOutput
|
|
23
|
+
ListSecretVersionIdsCommandOutput,
|
|
24
|
+
SecretsManagerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListSecretVersionIdsCommand extends ListSecretVersionIdsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { ListSecretsRequest, ListSecretsResponse } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
SecretsManagerClientResolvedConfig,
|
|
@@ -17,19 +11,16 @@ export interface ListSecretsCommandInput extends ListSecretsRequest {}
|
|
|
17
11
|
export interface ListSecretsCommandOutput
|
|
18
12
|
extends ListSecretsResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const ListSecretsCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: ListSecretsCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
ListSecretsCommandInput,
|
|
19
|
+
ListSecretsCommandOutput,
|
|
20
|
+
SecretsManagerClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class ListSecretsCommand extends ListSecretsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
PutResourcePolicyRequest,
|
|
11
5
|
PutResourcePolicyResponse,
|
|
@@ -21,19 +15,16 @@ export interface PutResourcePolicyCommandInput
|
|
|
21
15
|
export interface PutResourcePolicyCommandOutput
|
|
22
16
|
extends PutResourcePolicyResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const PutResourcePolicyCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: PutResourcePolicyCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
PutResourcePolicyCommandInput,
|
|
23
|
+
PutResourcePolicyCommandOutput,
|
|
24
|
+
SecretsManagerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
PutSecretValueRequest,
|
|
11
5
|
PutSecretValueResponse,
|
|
@@ -20,19 +14,16 @@ export interface PutSecretValueCommandInput extends PutSecretValueRequest {}
|
|
|
20
14
|
export interface PutSecretValueCommandOutput
|
|
21
15
|
extends PutSecretValueResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const PutSecretValueCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: PutSecretValueCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
PutSecretValueCommandInput,
|
|
22
|
+
PutSecretValueCommandOutput,
|
|
23
|
+
SecretsManagerClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class PutSecretValueCommand extends PutSecretValueCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
RemoveRegionsFromReplicationRequest,
|
|
11
5
|
RemoveRegionsFromReplicationResponse,
|
|
@@ -21,22 +15,16 @@ export interface RemoveRegionsFromReplicationCommandInput
|
|
|
21
15
|
export interface RemoveRegionsFromReplicationCommandOutput
|
|
22
16
|
extends RemoveRegionsFromReplicationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: RemoveRegionsFromReplicationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: RemoveRegionsFromReplicationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: SecretsManagerClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const RemoveRegionsFromReplicationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: RemoveRegionsFromReplicationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
RemoveRegionsFromReplicationCommandInput,
|
|
38
|
-
RemoveRegionsFromReplicationCommandOutput
|
|
23
|
+
RemoveRegionsFromReplicationCommandOutput,
|
|
24
|
+
SecretsManagerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class RemoveRegionsFromReplicationCommand extends RemoveRegionsFromReplicationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ReplicateSecretToRegionsRequest,
|
|
11
5
|
ReplicateSecretToRegionsResponse,
|
|
@@ -21,22 +15,16 @@ export interface ReplicateSecretToRegionsCommandInput
|
|
|
21
15
|
export interface ReplicateSecretToRegionsCommandOutput
|
|
22
16
|
extends ReplicateSecretToRegionsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ReplicateSecretToRegionsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ReplicateSecretToRegionsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: SecretsManagerClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ReplicateSecretToRegionsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ReplicateSecretToRegionsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ReplicateSecretToRegionsCommandInput,
|
|
38
|
-
ReplicateSecretToRegionsCommandOutput
|
|
23
|
+
ReplicateSecretToRegionsCommandOutput,
|
|
24
|
+
SecretsManagerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ReplicateSecretToRegionsCommand extends ReplicateSecretToRegionsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
RestoreSecretRequest,
|
|
11
5
|
RestoreSecretResponse,
|
|
@@ -20,19 +14,16 @@ export interface RestoreSecretCommandInput extends RestoreSecretRequest {}
|
|
|
20
14
|
export interface RestoreSecretCommandOutput
|
|
21
15
|
extends RestoreSecretResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const RestoreSecretCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: RestoreSecretCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
RestoreSecretCommandInput,
|
|
22
|
+
RestoreSecretCommandOutput,
|
|
23
|
+
SecretsManagerClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class RestoreSecretCommand extends RestoreSecretCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { RotateSecretRequest, RotateSecretResponse } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
SecretsManagerClientResolvedConfig,
|
|
@@ -17,19 +11,16 @@ export interface RotateSecretCommandInput extends RotateSecretRequest {}
|
|
|
17
11
|
export interface RotateSecretCommandOutput
|
|
18
12
|
extends RotateSecretResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const RotateSecretCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: RotateSecretCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
RotateSecretCommandInput,
|
|
19
|
+
RotateSecretCommandOutput,
|
|
20
|
+
SecretsManagerClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class RotateSecretCommand extends RotateSecretCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
StopReplicationToReplicaRequest,
|
|
11
5
|
StopReplicationToReplicaResponse,
|
|
@@ -21,22 +15,16 @@ export interface StopReplicationToReplicaCommandInput
|
|
|
21
15
|
export interface StopReplicationToReplicaCommandOutput
|
|
22
16
|
extends StopReplicationToReplicaResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: StopReplicationToReplicaCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: StopReplicationToReplicaCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: SecretsManagerClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const StopReplicationToReplicaCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: StopReplicationToReplicaCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
StopReplicationToReplicaCommandInput,
|
|
38
|
-
StopReplicationToReplicaCommandOutput
|
|
23
|
+
StopReplicationToReplicaCommandOutput,
|
|
24
|
+
SecretsManagerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class StopReplicationToReplicaCommand extends StopReplicationToReplicaCommand_base {}
|