@aws-sdk/client-kms 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/KMS.d.ts +907 -255
- package/dist-types/ts3.4/KMSClient.d.ts +425 -123
- package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DecryptCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/EncryptCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetKeyPolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListResourceTagsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutKeyPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/SignCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/VerifyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +50 -50
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/KMSServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1533 -1364
- package/dist-types/ts3.4/pagination/DescribeCustomKeyStoresPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGrantsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListKeyPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListResourceTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRetirableGrantsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +8 -8
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +602 -152
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KMSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KMSClient";
|
|
13
|
+
import {
|
|
14
|
+
ListGrantsResponse,
|
|
15
|
+
ListRetirableGrantsRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListRetirableGrantsCommandInput
|
|
18
|
+
extends ListRetirableGrantsRequest {}
|
|
19
|
+
export interface ListRetirableGrantsCommandOutput
|
|
20
|
+
extends ListGrantsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListRetirableGrantsCommand extends $Command<
|
|
24
|
+
ListRetirableGrantsCommandInput,
|
|
25
|
+
ListRetirableGrantsCommandOutput,
|
|
26
|
+
KMSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListRetirableGrantsCommandInput;
|
|
29
|
+
constructor(input: ListRetirableGrantsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KMSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListRetirableGrantsCommandInput, ListRetirableGrantsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KMSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KMSClient";
|
|
13
|
+
import { PutKeyPolicyRequest } from "../models/models_0";
|
|
14
|
+
export interface PutKeyPolicyCommandInput extends PutKeyPolicyRequest {}
|
|
15
|
+
export interface PutKeyPolicyCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class PutKeyPolicyCommand extends $Command<
|
|
18
|
+
PutKeyPolicyCommandInput,
|
|
19
|
+
PutKeyPolicyCommandOutput,
|
|
20
|
+
KMSClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: PutKeyPolicyCommandInput;
|
|
23
|
+
constructor(input: PutKeyPolicyCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: KMSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<PutKeyPolicyCommandInput, PutKeyPolicyCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KMSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KMSClient";
|
|
13
|
+
import { ReEncryptRequest, ReEncryptResponse } from "../models/models_0";
|
|
14
|
+
export interface ReEncryptCommandInput extends ReEncryptRequest {}
|
|
15
|
+
export interface ReEncryptCommandOutput
|
|
16
|
+
extends ReEncryptResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ReEncryptCommand extends $Command<
|
|
20
|
+
ReEncryptCommandInput,
|
|
21
|
+
ReEncryptCommandOutput,
|
|
22
|
+
KMSClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ReEncryptCommandInput;
|
|
25
|
+
constructor(input: ReEncryptCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: KMSClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ReEncryptCommandInput, ReEncryptCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KMSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KMSClient";
|
|
13
|
+
import { ReplicateKeyRequest, ReplicateKeyResponse } from "../models/models_0";
|
|
14
|
+
export interface ReplicateKeyCommandInput extends ReplicateKeyRequest {}
|
|
15
|
+
export interface ReplicateKeyCommandOutput
|
|
16
|
+
extends ReplicateKeyResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ReplicateKeyCommand extends $Command<
|
|
20
|
+
ReplicateKeyCommandInput,
|
|
21
|
+
ReplicateKeyCommandOutput,
|
|
22
|
+
KMSClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ReplicateKeyCommandInput;
|
|
25
|
+
constructor(input: ReplicateKeyCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: KMSClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ReplicateKeyCommandInput, ReplicateKeyCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KMSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KMSClient";
|
|
13
|
+
import { RetireGrantRequest } from "../models/models_0";
|
|
14
|
+
export interface RetireGrantCommandInput extends RetireGrantRequest {}
|
|
15
|
+
export interface RetireGrantCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class RetireGrantCommand extends $Command<
|
|
18
|
+
RetireGrantCommandInput,
|
|
19
|
+
RetireGrantCommandOutput,
|
|
20
|
+
KMSClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: RetireGrantCommandInput;
|
|
23
|
+
constructor(input: RetireGrantCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: KMSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<RetireGrantCommandInput, RetireGrantCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KMSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KMSClient";
|
|
13
|
+
import { RevokeGrantRequest } from "../models/models_0";
|
|
14
|
+
export interface RevokeGrantCommandInput extends RevokeGrantRequest {}
|
|
15
|
+
export interface RevokeGrantCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class RevokeGrantCommand extends $Command<
|
|
18
|
+
RevokeGrantCommandInput,
|
|
19
|
+
RevokeGrantCommandOutput,
|
|
20
|
+
KMSClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: RevokeGrantCommandInput;
|
|
23
|
+
constructor(input: RevokeGrantCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: KMSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<RevokeGrantCommandInput, RevokeGrantCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KMSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KMSClient";
|
|
13
|
+
import {
|
|
14
|
+
ScheduleKeyDeletionRequest,
|
|
15
|
+
ScheduleKeyDeletionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ScheduleKeyDeletionCommandInput
|
|
18
|
+
extends ScheduleKeyDeletionRequest {}
|
|
19
|
+
export interface ScheduleKeyDeletionCommandOutput
|
|
20
|
+
extends ScheduleKeyDeletionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ScheduleKeyDeletionCommand extends $Command<
|
|
24
|
+
ScheduleKeyDeletionCommandInput,
|
|
25
|
+
ScheduleKeyDeletionCommandOutput,
|
|
26
|
+
KMSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ScheduleKeyDeletionCommandInput;
|
|
29
|
+
constructor(input: ScheduleKeyDeletionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KMSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ScheduleKeyDeletionCommandInput, ScheduleKeyDeletionCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KMSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KMSClient";
|
|
13
|
+
import { SignRequest, SignResponse } from "../models/models_0";
|
|
14
|
+
export interface SignCommandInput extends SignRequest {}
|
|
15
|
+
export interface SignCommandOutput extends SignResponse, __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class SignCommand extends $Command<
|
|
18
|
+
SignCommandInput,
|
|
19
|
+
SignCommandOutput,
|
|
20
|
+
KMSClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: SignCommandInput;
|
|
23
|
+
constructor(input: SignCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: KMSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<SignCommandInput, SignCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KMSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KMSClient";
|
|
13
|
+
import { TagResourceRequest } from "../models/models_0";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
|
+
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class TagResourceCommand extends $Command<
|
|
18
|
+
TagResourceCommandInput,
|
|
19
|
+
TagResourceCommandOutput,
|
|
20
|
+
KMSClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: TagResourceCommandInput;
|
|
23
|
+
constructor(input: TagResourceCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: KMSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KMSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KMSClient";
|
|
13
|
+
import { UntagResourceRequest } from "../models/models_0";
|
|
14
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
|
+
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class UntagResourceCommand extends $Command<
|
|
18
|
+
UntagResourceCommandInput,
|
|
19
|
+
UntagResourceCommandOutput,
|
|
20
|
+
KMSClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: UntagResourceCommandInput;
|
|
23
|
+
constructor(input: UntagResourceCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: KMSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KMSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KMSClient";
|
|
13
|
+
import { UpdateAliasRequest } from "../models/models_0";
|
|
14
|
+
export interface UpdateAliasCommandInput extends UpdateAliasRequest {}
|
|
15
|
+
export interface UpdateAliasCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class UpdateAliasCommand extends $Command<
|
|
18
|
+
UpdateAliasCommandInput,
|
|
19
|
+
UpdateAliasCommandOutput,
|
|
20
|
+
KMSClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: UpdateAliasCommandInput;
|
|
23
|
+
constructor(input: UpdateAliasCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: KMSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<UpdateAliasCommandInput, UpdateAliasCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KMSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KMSClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateCustomKeyStoreRequest,
|
|
15
|
+
UpdateCustomKeyStoreResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateCustomKeyStoreCommandInput
|
|
18
|
+
extends UpdateCustomKeyStoreRequest {}
|
|
19
|
+
export interface UpdateCustomKeyStoreCommandOutput
|
|
20
|
+
extends UpdateCustomKeyStoreResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateCustomKeyStoreCommand extends $Command<
|
|
24
|
+
UpdateCustomKeyStoreCommandInput,
|
|
25
|
+
UpdateCustomKeyStoreCommandOutput,
|
|
26
|
+
KMSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateCustomKeyStoreCommandInput;
|
|
29
|
+
constructor(input: UpdateCustomKeyStoreCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KMSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateCustomKeyStoreCommandInput,
|
|
37
|
+
UpdateCustomKeyStoreCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|