@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,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 { DisableKeyRequest } from "../models/models_0";
|
|
14
|
+
export interface DisableKeyCommandInput extends DisableKeyRequest {}
|
|
15
|
+
export interface DisableKeyCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DisableKeyCommand extends $Command<
|
|
18
|
+
DisableKeyCommandInput,
|
|
19
|
+
DisableKeyCommandOutput,
|
|
20
|
+
KMSClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DisableKeyCommandInput;
|
|
23
|
+
constructor(input: DisableKeyCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: KMSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DisableKeyCommandInput, DisableKeyCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,33 @@
|
|
|
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 { DisableKeyRotationRequest } from "../models/models_0";
|
|
14
|
+
export interface DisableKeyRotationCommandInput
|
|
15
|
+
extends DisableKeyRotationRequest {}
|
|
16
|
+
export interface DisableKeyRotationCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DisableKeyRotationCommand extends $Command<
|
|
19
|
+
DisableKeyRotationCommandInput,
|
|
20
|
+
DisableKeyRotationCommandOutput,
|
|
21
|
+
KMSClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DisableKeyRotationCommandInput;
|
|
24
|
+
constructor(input: DisableKeyRotationCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: KMSClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<DisableKeyRotationCommandInput, DisableKeyRotationCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -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
|
+
DisconnectCustomKeyStoreRequest,
|
|
15
|
+
DisconnectCustomKeyStoreResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DisconnectCustomKeyStoreCommandInput
|
|
18
|
+
extends DisconnectCustomKeyStoreRequest {}
|
|
19
|
+
export interface DisconnectCustomKeyStoreCommandOutput
|
|
20
|
+
extends DisconnectCustomKeyStoreResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisconnectCustomKeyStoreCommand extends $Command<
|
|
24
|
+
DisconnectCustomKeyStoreCommandInput,
|
|
25
|
+
DisconnectCustomKeyStoreCommandOutput,
|
|
26
|
+
KMSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisconnectCustomKeyStoreCommandInput;
|
|
29
|
+
constructor(input: DisconnectCustomKeyStoreCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KMSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisconnectCustomKeyStoreCommandInput,
|
|
37
|
+
DisconnectCustomKeyStoreCommandOutput
|
|
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 { EnableKeyRequest } from "../models/models_0";
|
|
14
|
+
export interface EnableKeyCommandInput extends EnableKeyRequest {}
|
|
15
|
+
export interface EnableKeyCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class EnableKeyCommand extends $Command<
|
|
18
|
+
EnableKeyCommandInput,
|
|
19
|
+
EnableKeyCommandOutput,
|
|
20
|
+
KMSClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: EnableKeyCommandInput;
|
|
23
|
+
constructor(input: EnableKeyCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: KMSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<EnableKeyCommandInput, EnableKeyCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,33 @@
|
|
|
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 { EnableKeyRotationRequest } from "../models/models_0";
|
|
14
|
+
export interface EnableKeyRotationCommandInput
|
|
15
|
+
extends EnableKeyRotationRequest {}
|
|
16
|
+
export interface EnableKeyRotationCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class EnableKeyRotationCommand extends $Command<
|
|
19
|
+
EnableKeyRotationCommandInput,
|
|
20
|
+
EnableKeyRotationCommandOutput,
|
|
21
|
+
KMSClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: EnableKeyRotationCommandInput;
|
|
24
|
+
constructor(input: EnableKeyRotationCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: KMSClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<EnableKeyRotationCommandInput, EnableKeyRotationCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -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 { EncryptRequest, EncryptResponse } from "../models/models_0";
|
|
14
|
+
export interface EncryptCommandInput extends EncryptRequest {}
|
|
15
|
+
export interface EncryptCommandOutput
|
|
16
|
+
extends EncryptResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class EncryptCommand extends $Command<
|
|
20
|
+
EncryptCommandInput,
|
|
21
|
+
EncryptCommandOutput,
|
|
22
|
+
KMSClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: EncryptCommandInput;
|
|
25
|
+
constructor(input: EncryptCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: KMSClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<EncryptCommandInput, EncryptCommandOutput>;
|
|
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
|
+
GenerateDataKeyRequest,
|
|
15
|
+
GenerateDataKeyResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GenerateDataKeyCommandInput extends GenerateDataKeyRequest {}
|
|
18
|
+
export interface GenerateDataKeyCommandOutput
|
|
19
|
+
extends GenerateDataKeyResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GenerateDataKeyCommand extends $Command<
|
|
23
|
+
GenerateDataKeyCommandInput,
|
|
24
|
+
GenerateDataKeyCommandOutput,
|
|
25
|
+
KMSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GenerateDataKeyCommandInput;
|
|
28
|
+
constructor(input: GenerateDataKeyCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: KMSClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GenerateDataKeyCommandInput, GenerateDataKeyCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
GenerateDataKeyPairRequest,
|
|
15
|
+
GenerateDataKeyPairResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GenerateDataKeyPairCommandInput
|
|
18
|
+
extends GenerateDataKeyPairRequest {}
|
|
19
|
+
export interface GenerateDataKeyPairCommandOutput
|
|
20
|
+
extends GenerateDataKeyPairResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GenerateDataKeyPairCommand extends $Command<
|
|
24
|
+
GenerateDataKeyPairCommandInput,
|
|
25
|
+
GenerateDataKeyPairCommandOutput,
|
|
26
|
+
KMSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GenerateDataKeyPairCommandInput;
|
|
29
|
+
constructor(input: GenerateDataKeyPairCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KMSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GenerateDataKeyPairCommandInput, GenerateDataKeyPairCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
GenerateDataKeyPairWithoutPlaintextRequest,
|
|
15
|
+
GenerateDataKeyPairWithoutPlaintextResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GenerateDataKeyPairWithoutPlaintextCommandInput
|
|
18
|
+
extends GenerateDataKeyPairWithoutPlaintextRequest {}
|
|
19
|
+
export interface GenerateDataKeyPairWithoutPlaintextCommandOutput
|
|
20
|
+
extends GenerateDataKeyPairWithoutPlaintextResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GenerateDataKeyPairWithoutPlaintextCommand extends $Command<
|
|
24
|
+
GenerateDataKeyPairWithoutPlaintextCommandInput,
|
|
25
|
+
GenerateDataKeyPairWithoutPlaintextCommandOutput,
|
|
26
|
+
KMSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GenerateDataKeyPairWithoutPlaintextCommandInput;
|
|
29
|
+
constructor(input: GenerateDataKeyPairWithoutPlaintextCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KMSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GenerateDataKeyPairWithoutPlaintextCommandInput,
|
|
37
|
+
GenerateDataKeyPairWithoutPlaintextCommandOutput
|
|
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
|
+
GenerateDataKeyWithoutPlaintextRequest,
|
|
15
|
+
GenerateDataKeyWithoutPlaintextResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GenerateDataKeyWithoutPlaintextCommandInput
|
|
18
|
+
extends GenerateDataKeyWithoutPlaintextRequest {}
|
|
19
|
+
export interface GenerateDataKeyWithoutPlaintextCommandOutput
|
|
20
|
+
extends GenerateDataKeyWithoutPlaintextResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GenerateDataKeyWithoutPlaintextCommand extends $Command<
|
|
24
|
+
GenerateDataKeyWithoutPlaintextCommandInput,
|
|
25
|
+
GenerateDataKeyWithoutPlaintextCommandOutput,
|
|
26
|
+
KMSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GenerateDataKeyWithoutPlaintextCommandInput;
|
|
29
|
+
constructor(input: GenerateDataKeyWithoutPlaintextCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: KMSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GenerateDataKeyWithoutPlaintextCommandInput,
|
|
37
|
+
GenerateDataKeyWithoutPlaintextCommandOutput
|
|
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 { GenerateMacRequest, GenerateMacResponse } from "../models/models_0";
|
|
14
|
+
export interface GenerateMacCommandInput extends GenerateMacRequest {}
|
|
15
|
+
export interface GenerateMacCommandOutput
|
|
16
|
+
extends GenerateMacResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GenerateMacCommand extends $Command<
|
|
20
|
+
GenerateMacCommandInput,
|
|
21
|
+
GenerateMacCommandOutput,
|
|
22
|
+
KMSClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GenerateMacCommandInput;
|
|
25
|
+
constructor(input: GenerateMacCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: KMSClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GenerateMacCommandInput, GenerateMacCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|