@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,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
|
+
ConnectCustomKeyStoreRequest,
|
|
15
|
+
ConnectCustomKeyStoreResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ConnectCustomKeyStoreCommandInput
|
|
18
|
+
extends ConnectCustomKeyStoreRequest {}
|
|
19
|
+
export interface ConnectCustomKeyStoreCommandOutput
|
|
20
|
+
extends ConnectCustomKeyStoreResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ConnectCustomKeyStoreCommand extends $Command<
|
|
24
|
+
ConnectCustomKeyStoreCommandInput,
|
|
25
|
+
ConnectCustomKeyStoreCommandOutput,
|
|
26
|
+
KMSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ConnectCustomKeyStoreCommandInput;
|
|
29
|
+
constructor(input: ConnectCustomKeyStoreCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KMSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ConnectCustomKeyStoreCommandInput,
|
|
37
|
+
ConnectCustomKeyStoreCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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 { CreateAliasRequest } from "../models/models_0";
|
|
14
|
+
export interface CreateAliasCommandInput extends CreateAliasRequest {}
|
|
15
|
+
export interface CreateAliasCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class CreateAliasCommand extends $Command<
|
|
18
|
+
CreateAliasCommandInput,
|
|
19
|
+
CreateAliasCommandOutput,
|
|
20
|
+
KMSClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: CreateAliasCommandInput;
|
|
23
|
+
constructor(input: CreateAliasCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: KMSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateAliasCommandInput, CreateAliasCommandOutput>;
|
|
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
|
+
CreateCustomKeyStoreRequest,
|
|
15
|
+
CreateCustomKeyStoreResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateCustomKeyStoreCommandInput
|
|
18
|
+
extends CreateCustomKeyStoreRequest {}
|
|
19
|
+
export interface CreateCustomKeyStoreCommandOutput
|
|
20
|
+
extends CreateCustomKeyStoreResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateCustomKeyStoreCommand extends $Command<
|
|
24
|
+
CreateCustomKeyStoreCommandInput,
|
|
25
|
+
CreateCustomKeyStoreCommandOutput,
|
|
26
|
+
KMSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateCustomKeyStoreCommandInput;
|
|
29
|
+
constructor(input: CreateCustomKeyStoreCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KMSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateCustomKeyStoreCommandInput,
|
|
37
|
+
CreateCustomKeyStoreCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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 { CreateGrantRequest, CreateGrantResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateGrantCommandInput extends CreateGrantRequest {}
|
|
15
|
+
export interface CreateGrantCommandOutput
|
|
16
|
+
extends CreateGrantResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateGrantCommand extends $Command<
|
|
20
|
+
CreateGrantCommandInput,
|
|
21
|
+
CreateGrantCommandOutput,
|
|
22
|
+
KMSClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateGrantCommandInput;
|
|
25
|
+
constructor(input: CreateGrantCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: KMSClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateGrantCommandInput, CreateGrantCommandOutput>;
|
|
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 { CreateKeyRequest, CreateKeyResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateKeyCommandInput extends CreateKeyRequest {}
|
|
15
|
+
export interface CreateKeyCommandOutput
|
|
16
|
+
extends CreateKeyResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateKeyCommand extends $Command<
|
|
20
|
+
CreateKeyCommandInput,
|
|
21
|
+
CreateKeyCommandOutput,
|
|
22
|
+
KMSClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateKeyCommandInput;
|
|
25
|
+
constructor(input: CreateKeyCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: KMSClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateKeyCommandInput, CreateKeyCommandOutput>;
|
|
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 { DecryptRequest, DecryptResponse } from "../models/models_0";
|
|
14
|
+
export interface DecryptCommandInput extends DecryptRequest {}
|
|
15
|
+
export interface DecryptCommandOutput
|
|
16
|
+
extends DecryptResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DecryptCommand extends $Command<
|
|
20
|
+
DecryptCommandInput,
|
|
21
|
+
DecryptCommandOutput,
|
|
22
|
+
KMSClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DecryptCommandInput;
|
|
25
|
+
constructor(input: DecryptCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: KMSClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DecryptCommandInput, DecryptCommandOutput>;
|
|
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 { DeleteAliasRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteAliasCommandInput extends DeleteAliasRequest {}
|
|
15
|
+
export interface DeleteAliasCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteAliasCommand extends $Command<
|
|
18
|
+
DeleteAliasCommandInput,
|
|
19
|
+
DeleteAliasCommandOutput,
|
|
20
|
+
KMSClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteAliasCommandInput;
|
|
23
|
+
constructor(input: DeleteAliasCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: KMSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteAliasCommandInput, DeleteAliasCommandOutput>;
|
|
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
|
+
DeleteCustomKeyStoreRequest,
|
|
15
|
+
DeleteCustomKeyStoreResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteCustomKeyStoreCommandInput
|
|
18
|
+
extends DeleteCustomKeyStoreRequest {}
|
|
19
|
+
export interface DeleteCustomKeyStoreCommandOutput
|
|
20
|
+
extends DeleteCustomKeyStoreResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteCustomKeyStoreCommand extends $Command<
|
|
24
|
+
DeleteCustomKeyStoreCommandInput,
|
|
25
|
+
DeleteCustomKeyStoreCommandOutput,
|
|
26
|
+
KMSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteCustomKeyStoreCommandInput;
|
|
29
|
+
constructor(input: DeleteCustomKeyStoreCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KMSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteCustomKeyStoreCommandInput,
|
|
37
|
+
DeleteCustomKeyStoreCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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 { DeleteImportedKeyMaterialRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteImportedKeyMaterialCommandInput
|
|
15
|
+
extends DeleteImportedKeyMaterialRequest {}
|
|
16
|
+
export interface DeleteImportedKeyMaterialCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteImportedKeyMaterialCommand extends $Command<
|
|
20
|
+
DeleteImportedKeyMaterialCommandInput,
|
|
21
|
+
DeleteImportedKeyMaterialCommandOutput,
|
|
22
|
+
KMSClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteImportedKeyMaterialCommandInput;
|
|
25
|
+
constructor(input: DeleteImportedKeyMaterialCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: KMSClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteImportedKeyMaterialCommandInput,
|
|
33
|
+
DeleteImportedKeyMaterialCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
DescribeCustomKeyStoresRequest,
|
|
15
|
+
DescribeCustomKeyStoresResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeCustomKeyStoresCommandInput
|
|
18
|
+
extends DescribeCustomKeyStoresRequest {}
|
|
19
|
+
export interface DescribeCustomKeyStoresCommandOutput
|
|
20
|
+
extends DescribeCustomKeyStoresResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeCustomKeyStoresCommand extends $Command<
|
|
24
|
+
DescribeCustomKeyStoresCommandInput,
|
|
25
|
+
DescribeCustomKeyStoresCommandOutput,
|
|
26
|
+
KMSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeCustomKeyStoresCommandInput;
|
|
29
|
+
constructor(input: DescribeCustomKeyStoresCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KMSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeCustomKeyStoresCommandInput,
|
|
37
|
+
DescribeCustomKeyStoresCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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 { DescribeKeyRequest, DescribeKeyResponse } from "../models/models_0";
|
|
14
|
+
export interface DescribeKeyCommandInput extends DescribeKeyRequest {}
|
|
15
|
+
export interface DescribeKeyCommandOutput
|
|
16
|
+
extends DescribeKeyResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DescribeKeyCommand extends $Command<
|
|
20
|
+
DescribeKeyCommandInput,
|
|
21
|
+
DescribeKeyCommandOutput,
|
|
22
|
+
KMSClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribeKeyCommandInput;
|
|
25
|
+
constructor(input: DescribeKeyCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: KMSClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DescribeKeyCommandInput, DescribeKeyCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|