@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,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 {
|
|
14
|
+
GenerateRandomRequest,
|
|
15
|
+
GenerateRandomResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GenerateRandomCommandInput extends GenerateRandomRequest {}
|
|
18
|
+
export interface GenerateRandomCommandOutput
|
|
19
|
+
extends GenerateRandomResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GenerateRandomCommand extends $Command<
|
|
23
|
+
GenerateRandomCommandInput,
|
|
24
|
+
GenerateRandomCommandOutput,
|
|
25
|
+
KMSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GenerateRandomCommandInput;
|
|
28
|
+
constructor(input: GenerateRandomCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: KMSClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GenerateRandomCommandInput, GenerateRandomCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 { GetKeyPolicyRequest, GetKeyPolicyResponse } from "../models/models_0";
|
|
14
|
+
export interface GetKeyPolicyCommandInput extends GetKeyPolicyRequest {}
|
|
15
|
+
export interface GetKeyPolicyCommandOutput
|
|
16
|
+
extends GetKeyPolicyResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetKeyPolicyCommand extends $Command<
|
|
20
|
+
GetKeyPolicyCommandInput,
|
|
21
|
+
GetKeyPolicyCommandOutput,
|
|
22
|
+
KMSClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetKeyPolicyCommandInput;
|
|
25
|
+
constructor(input: GetKeyPolicyCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: KMSClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetKeyPolicyCommandInput, GetKeyPolicyCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
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
|
+
GetKeyRotationStatusRequest,
|
|
15
|
+
GetKeyRotationStatusResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetKeyRotationStatusCommandInput
|
|
18
|
+
extends GetKeyRotationStatusRequest {}
|
|
19
|
+
export interface GetKeyRotationStatusCommandOutput
|
|
20
|
+
extends GetKeyRotationStatusResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetKeyRotationStatusCommand extends $Command<
|
|
24
|
+
GetKeyRotationStatusCommandInput,
|
|
25
|
+
GetKeyRotationStatusCommandOutput,
|
|
26
|
+
KMSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetKeyRotationStatusCommandInput;
|
|
29
|
+
constructor(input: GetKeyRotationStatusCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KMSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetKeyRotationStatusCommandInput,
|
|
37
|
+
GetKeyRotationStatusCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
GetParametersForImportRequest,
|
|
15
|
+
GetParametersForImportResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetParametersForImportCommandInput
|
|
18
|
+
extends GetParametersForImportRequest {}
|
|
19
|
+
export interface GetParametersForImportCommandOutput
|
|
20
|
+
extends GetParametersForImportResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetParametersForImportCommand extends $Command<
|
|
24
|
+
GetParametersForImportCommandInput,
|
|
25
|
+
GetParametersForImportCommandOutput,
|
|
26
|
+
KMSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetParametersForImportCommandInput;
|
|
29
|
+
constructor(input: GetParametersForImportCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KMSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetParametersForImportCommandInput,
|
|
37
|
+
GetParametersForImportCommandOutput
|
|
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 { GetPublicKeyRequest, GetPublicKeyResponse } from "../models/models_0";
|
|
14
|
+
export interface GetPublicKeyCommandInput extends GetPublicKeyRequest {}
|
|
15
|
+
export interface GetPublicKeyCommandOutput
|
|
16
|
+
extends GetPublicKeyResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetPublicKeyCommand extends $Command<
|
|
20
|
+
GetPublicKeyCommandInput,
|
|
21
|
+
GetPublicKeyCommandOutput,
|
|
22
|
+
KMSClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetPublicKeyCommandInput;
|
|
25
|
+
constructor(input: GetPublicKeyCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: KMSClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetPublicKeyCommandInput, GetPublicKeyCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
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
|
+
ImportKeyMaterialRequest,
|
|
15
|
+
ImportKeyMaterialResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ImportKeyMaterialCommandInput
|
|
18
|
+
extends ImportKeyMaterialRequest {}
|
|
19
|
+
export interface ImportKeyMaterialCommandOutput
|
|
20
|
+
extends ImportKeyMaterialResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ImportKeyMaterialCommand extends $Command<
|
|
24
|
+
ImportKeyMaterialCommandInput,
|
|
25
|
+
ImportKeyMaterialCommandOutput,
|
|
26
|
+
KMSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ImportKeyMaterialCommandInput;
|
|
29
|
+
constructor(input: ImportKeyMaterialCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KMSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ImportKeyMaterialCommandInput, ImportKeyMaterialCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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 { ListAliasesRequest, ListAliasesResponse } from "../models/models_0";
|
|
14
|
+
export interface ListAliasesCommandInput extends ListAliasesRequest {}
|
|
15
|
+
export interface ListAliasesCommandOutput
|
|
16
|
+
extends ListAliasesResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListAliasesCommand extends $Command<
|
|
20
|
+
ListAliasesCommandInput,
|
|
21
|
+
ListAliasesCommandOutput,
|
|
22
|
+
KMSClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListAliasesCommandInput;
|
|
25
|
+
constructor(input: ListAliasesCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: KMSClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListAliasesCommandInput, ListAliasesCommandOutput>;
|
|
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 { ListGrantsRequest, ListGrantsResponse } from "../models/models_0";
|
|
14
|
+
export interface ListGrantsCommandInput extends ListGrantsRequest {}
|
|
15
|
+
export interface ListGrantsCommandOutput
|
|
16
|
+
extends ListGrantsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListGrantsCommand extends $Command<
|
|
20
|
+
ListGrantsCommandInput,
|
|
21
|
+
ListGrantsCommandOutput,
|
|
22
|
+
KMSClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListGrantsCommandInput;
|
|
25
|
+
constructor(input: ListGrantsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: KMSClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListGrantsCommandInput, ListGrantsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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 {
|
|
14
|
+
ListKeyPoliciesRequest,
|
|
15
|
+
ListKeyPoliciesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListKeyPoliciesCommandInput extends ListKeyPoliciesRequest {}
|
|
18
|
+
export interface ListKeyPoliciesCommandOutput
|
|
19
|
+
extends ListKeyPoliciesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListKeyPoliciesCommand extends $Command<
|
|
23
|
+
ListKeyPoliciesCommandInput,
|
|
24
|
+
ListKeyPoliciesCommandOutput,
|
|
25
|
+
KMSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListKeyPoliciesCommandInput;
|
|
28
|
+
constructor(input: ListKeyPoliciesCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: KMSClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListKeyPoliciesCommandInput, ListKeyPoliciesCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 { ListKeysRequest, ListKeysResponse } from "../models/models_0";
|
|
14
|
+
export interface ListKeysCommandInput extends ListKeysRequest {}
|
|
15
|
+
export interface ListKeysCommandOutput
|
|
16
|
+
extends ListKeysResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListKeysCommand extends $Command<
|
|
20
|
+
ListKeysCommandInput,
|
|
21
|
+
ListKeysCommandOutput,
|
|
22
|
+
KMSClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListKeysCommandInput;
|
|
25
|
+
constructor(input: ListKeysCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: KMSClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListKeysCommandInput, ListKeysCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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 {
|
|
14
|
+
ListResourceTagsRequest,
|
|
15
|
+
ListResourceTagsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListResourceTagsCommandInput extends ListResourceTagsRequest {}
|
|
18
|
+
export interface ListResourceTagsCommandOutput
|
|
19
|
+
extends ListResourceTagsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListResourceTagsCommand extends $Command<
|
|
23
|
+
ListResourceTagsCommandInput,
|
|
24
|
+
ListResourceTagsCommandOutput,
|
|
25
|
+
KMSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListResourceTagsCommandInput;
|
|
28
|
+
constructor(input: ListResourceTagsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: KMSClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListResourceTagsCommandInput, ListResourceTagsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|