@aws-sdk/client-kms 3.477.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CancelKeyDeletionCommand.js +18 -41
- package/dist-cjs/commands/ConnectCustomKeyStoreCommand.js +18 -41
- package/dist-cjs/commands/CreateAliasCommand.js +18 -41
- package/dist-cjs/commands/CreateCustomKeyStoreCommand.js +18 -41
- package/dist-cjs/commands/CreateGrantCommand.js +18 -41
- package/dist-cjs/commands/CreateKeyCommand.js +18 -41
- package/dist-cjs/commands/DecryptCommand.js +18 -41
- package/dist-cjs/commands/DeleteAliasCommand.js +18 -41
- package/dist-cjs/commands/DeleteCustomKeyStoreCommand.js +18 -41
- package/dist-cjs/commands/DeleteImportedKeyMaterialCommand.js +18 -41
- package/dist-cjs/commands/DescribeCustomKeyStoresCommand.js +18 -41
- package/dist-cjs/commands/DescribeKeyCommand.js +18 -41
- package/dist-cjs/commands/DisableKeyCommand.js +18 -41
- package/dist-cjs/commands/DisableKeyRotationCommand.js +18 -41
- package/dist-cjs/commands/DisconnectCustomKeyStoreCommand.js +18 -41
- package/dist-cjs/commands/EnableKeyCommand.js +18 -41
- package/dist-cjs/commands/EnableKeyRotationCommand.js +18 -41
- package/dist-cjs/commands/EncryptCommand.js +18 -41
- package/dist-cjs/commands/GenerateDataKeyCommand.js +18 -41
- package/dist-cjs/commands/GenerateDataKeyPairCommand.js +18 -41
- package/dist-cjs/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +18 -41
- package/dist-cjs/commands/GenerateDataKeyWithoutPlaintextCommand.js +18 -41
- package/dist-cjs/commands/GenerateMacCommand.js +18 -41
- package/dist-cjs/commands/GenerateRandomCommand.js +18 -41
- package/dist-cjs/commands/GetKeyPolicyCommand.js +18 -41
- package/dist-cjs/commands/GetKeyRotationStatusCommand.js +18 -41
- package/dist-cjs/commands/GetParametersForImportCommand.js +18 -41
- package/dist-cjs/commands/GetPublicKeyCommand.js +18 -41
- package/dist-cjs/commands/ImportKeyMaterialCommand.js +18 -41
- package/dist-cjs/commands/ListAliasesCommand.js +18 -41
- package/dist-cjs/commands/ListGrantsCommand.js +18 -41
- package/dist-cjs/commands/ListKeyPoliciesCommand.js +18 -41
- package/dist-cjs/commands/ListKeysCommand.js +18 -41
- package/dist-cjs/commands/ListResourceTagsCommand.js +18 -41
- package/dist-cjs/commands/ListRetirableGrantsCommand.js +18 -41
- package/dist-cjs/commands/PutKeyPolicyCommand.js +18 -41
- package/dist-cjs/commands/ReEncryptCommand.js +18 -41
- package/dist-cjs/commands/ReplicateKeyCommand.js +18 -41
- package/dist-cjs/commands/RetireGrantCommand.js +18 -41
- package/dist-cjs/commands/RevokeGrantCommand.js +18 -41
- package/dist-cjs/commands/ScheduleKeyDeletionCommand.js +18 -41
- package/dist-cjs/commands/SignCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateAliasCommand.js +18 -41
- package/dist-cjs/commands/UpdateCustomKeyStoreCommand.js +18 -41
- package/dist-cjs/commands/UpdateKeyDescriptionCommand.js +18 -41
- package/dist-cjs/commands/UpdatePrimaryRegionCommand.js +18 -41
- package/dist-cjs/commands/VerifyCommand.js +18 -41
- package/dist-cjs/commands/VerifyMacCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/DescribeCustomKeyStoresPaginator.js +2 -24
- package/dist-cjs/pagination/ListAliasesPaginator.js +2 -24
- package/dist-cjs/pagination/ListGrantsPaginator.js +2 -24
- package/dist-cjs/pagination/ListKeyPoliciesPaginator.js +2 -24
- package/dist-cjs/pagination/ListKeysPaginator.js +2 -24
- package/dist-cjs/pagination/ListResourceTagsPaginator.js +2 -24
- package/dist-cjs/pagination/ListRetirableGrantsPaginator.js +2 -24
- package/dist-es/commands/CancelKeyDeletionCommand.js +18 -41
- package/dist-es/commands/ConnectCustomKeyStoreCommand.js +18 -41
- package/dist-es/commands/CreateAliasCommand.js +18 -41
- package/dist-es/commands/CreateCustomKeyStoreCommand.js +18 -41
- package/dist-es/commands/CreateGrantCommand.js +18 -41
- package/dist-es/commands/CreateKeyCommand.js +18 -41
- package/dist-es/commands/DecryptCommand.js +18 -41
- package/dist-es/commands/DeleteAliasCommand.js +18 -41
- package/dist-es/commands/DeleteCustomKeyStoreCommand.js +18 -41
- package/dist-es/commands/DeleteImportedKeyMaterialCommand.js +18 -41
- package/dist-es/commands/DescribeCustomKeyStoresCommand.js +18 -41
- package/dist-es/commands/DescribeKeyCommand.js +18 -41
- package/dist-es/commands/DisableKeyCommand.js +18 -41
- package/dist-es/commands/DisableKeyRotationCommand.js +18 -41
- package/dist-es/commands/DisconnectCustomKeyStoreCommand.js +18 -41
- package/dist-es/commands/EnableKeyCommand.js +18 -41
- package/dist-es/commands/EnableKeyRotationCommand.js +18 -41
- package/dist-es/commands/EncryptCommand.js +18 -41
- package/dist-es/commands/GenerateDataKeyCommand.js +18 -41
- package/dist-es/commands/GenerateDataKeyPairCommand.js +18 -41
- package/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +18 -41
- package/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +18 -41
- package/dist-es/commands/GenerateMacCommand.js +18 -41
- package/dist-es/commands/GenerateRandomCommand.js +18 -41
- package/dist-es/commands/GetKeyPolicyCommand.js +18 -41
- package/dist-es/commands/GetKeyRotationStatusCommand.js +18 -41
- package/dist-es/commands/GetParametersForImportCommand.js +18 -41
- package/dist-es/commands/GetPublicKeyCommand.js +18 -41
- package/dist-es/commands/ImportKeyMaterialCommand.js +18 -41
- package/dist-es/commands/ListAliasesCommand.js +18 -41
- package/dist-es/commands/ListGrantsCommand.js +18 -41
- package/dist-es/commands/ListKeyPoliciesCommand.js +18 -41
- package/dist-es/commands/ListKeysCommand.js +18 -41
- package/dist-es/commands/ListResourceTagsCommand.js +18 -41
- package/dist-es/commands/ListRetirableGrantsCommand.js +18 -41
- package/dist-es/commands/PutKeyPolicyCommand.js +18 -41
- package/dist-es/commands/ReEncryptCommand.js +18 -41
- package/dist-es/commands/ReplicateKeyCommand.js +18 -41
- package/dist-es/commands/RetireGrantCommand.js +18 -41
- package/dist-es/commands/RevokeGrantCommand.js +18 -41
- package/dist-es/commands/ScheduleKeyDeletionCommand.js +18 -41
- package/dist-es/commands/SignCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateAliasCommand.js +18 -41
- package/dist-es/commands/UpdateCustomKeyStoreCommand.js +18 -41
- package/dist-es/commands/UpdateKeyDescriptionCommand.js +18 -41
- package/dist-es/commands/UpdatePrimaryRegionCommand.js +18 -41
- package/dist-es/commands/VerifyCommand.js +18 -41
- package/dist-es/commands/VerifyMacCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/DescribeCustomKeyStoresPaginator.js +2 -23
- package/dist-es/pagination/ListAliasesPaginator.js +2 -23
- package/dist-es/pagination/ListGrantsPaginator.js +2 -23
- package/dist-es/pagination/ListKeyPoliciesPaginator.js +2 -23
- package/dist-es/pagination/ListKeysPaginator.js +2 -23
- package/dist-es/pagination/ListResourceTagsPaginator.js +2 -23
- package/dist-es/pagination/ListRetirableGrantsPaginator.js +2 -23
- package/dist-types/commands/CancelKeyDeletionCommand.d.ts +6 -21
- package/dist-types/commands/ConnectCustomKeyStoreCommand.d.ts +6 -21
- package/dist-types/commands/CreateAliasCommand.d.ts +6 -21
- package/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +6 -21
- package/dist-types/commands/CreateGrantCommand.d.ts +6 -21
- package/dist-types/commands/CreateKeyCommand.d.ts +6 -21
- package/dist-types/commands/DecryptCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAliasCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +6 -21
- package/dist-types/commands/DeleteImportedKeyMaterialCommand.d.ts +6 -21
- package/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +6 -21
- package/dist-types/commands/DescribeKeyCommand.d.ts +6 -21
- package/dist-types/commands/DisableKeyCommand.d.ts +6 -21
- package/dist-types/commands/DisableKeyRotationCommand.d.ts +6 -21
- package/dist-types/commands/DisconnectCustomKeyStoreCommand.d.ts +6 -21
- package/dist-types/commands/EnableKeyCommand.d.ts +6 -21
- package/dist-types/commands/EnableKeyRotationCommand.d.ts +6 -21
- package/dist-types/commands/EncryptCommand.d.ts +6 -21
- package/dist-types/commands/GenerateDataKeyCommand.d.ts +6 -21
- package/dist-types/commands/GenerateDataKeyPairCommand.d.ts +6 -21
- package/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +6 -21
- package/dist-types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +6 -21
- package/dist-types/commands/GenerateMacCommand.d.ts +6 -21
- package/dist-types/commands/GenerateRandomCommand.d.ts +6 -21
- package/dist-types/commands/GetKeyPolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetKeyRotationStatusCommand.d.ts +6 -21
- package/dist-types/commands/GetParametersForImportCommand.d.ts +6 -21
- package/dist-types/commands/GetPublicKeyCommand.d.ts +6 -21
- package/dist-types/commands/ImportKeyMaterialCommand.d.ts +6 -21
- package/dist-types/commands/ListAliasesCommand.d.ts +6 -21
- package/dist-types/commands/ListGrantsCommand.d.ts +6 -21
- package/dist-types/commands/ListKeyPoliciesCommand.d.ts +6 -21
- package/dist-types/commands/ListKeysCommand.d.ts +6 -21
- package/dist-types/commands/ListResourceTagsCommand.d.ts +6 -21
- package/dist-types/commands/ListRetirableGrantsCommand.d.ts +6 -21
- package/dist-types/commands/PutKeyPolicyCommand.d.ts +6 -21
- package/dist-types/commands/ReEncryptCommand.d.ts +6 -21
- package/dist-types/commands/ReplicateKeyCommand.d.ts +6 -21
- package/dist-types/commands/RetireGrantCommand.d.ts +6 -21
- package/dist-types/commands/RevokeGrantCommand.d.ts +6 -21
- package/dist-types/commands/ScheduleKeyDeletionCommand.d.ts +6 -21
- package/dist-types/commands/SignCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAliasCommand.d.ts +6 -21
- package/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +6 -21
- package/dist-types/commands/UpdateKeyDescriptionCommand.d.ts +6 -21
- package/dist-types/commands/UpdatePrimaryRegionCommand.d.ts +6 -21
- package/dist-types/commands/VerifyCommand.d.ts +6 -21
- package/dist-types/commands/VerifyMacCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/DescribeCustomKeyStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGrantsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListKeyPoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListKeysPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResourceTagsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRetirableGrantsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DecryptCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/EncryptCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetKeyPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListResourceTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutKeyPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SignCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/VerifyCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/DescribeCustomKeyStoresPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListGrantsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListKeyPoliciesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListKeysPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListResourceTagsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListRetirableGrantsPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CancelKeyDeletionCommand, se_CancelKeyDeletionCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CancelKeyDeletionCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "KMSClient";
|
|
26
|
-
const commandName = "CancelKeyDeletionCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "TrentService",
|
|
35
|
-
operation: "CancelKeyDeletion",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CancelKeyDeletionCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CancelKeyDeletionCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CancelKeyDeletionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("TrentService", "CancelKeyDeletion", {})
|
|
19
|
+
.n("KMSClient", "CancelKeyDeletionCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CancelKeyDeletionCommand)
|
|
22
|
+
.de(de_CancelKeyDeletionCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ConnectCustomKeyStoreCommand, se_ConnectCustomKeyStoreCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ConnectCustomKeyStoreCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "KMSClient";
|
|
26
|
-
const commandName = "ConnectCustomKeyStoreCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "TrentService",
|
|
35
|
-
operation: "ConnectCustomKeyStore",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ConnectCustomKeyStoreCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ConnectCustomKeyStoreCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ConnectCustomKeyStoreCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("TrentService", "ConnectCustomKeyStore", {})
|
|
19
|
+
.n("KMSClient", "ConnectCustomKeyStoreCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ConnectCustomKeyStoreCommand)
|
|
22
|
+
.de(de_ConnectCustomKeyStoreCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateAliasCommand, se_CreateAliasCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateAliasCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "KMSClient";
|
|
26
|
-
const commandName = "CreateAliasCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "TrentService",
|
|
35
|
-
operation: "CreateAlias",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CreateAliasCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateAliasCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateAliasCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("TrentService", "CreateAlias", {})
|
|
19
|
+
.n("KMSClient", "CreateAliasCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateAliasCommand)
|
|
22
|
+
.de(de_CreateAliasCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { CreateCustomKeyStoreRequestFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_CreateCustomKeyStoreCommand, se_CreateCustomKeyStoreCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class CreateCustomKeyStoreCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "KMSClient";
|
|
27
|
-
const commandName = "CreateCustomKeyStoreCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: CreateCustomKeyStoreRequestFilterSensitiveLog,
|
|
33
|
-
outputFilterSensitiveLog: (_) => _,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "TrentService",
|
|
36
|
-
operation: "CreateCustomKeyStore",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_CreateCustomKeyStoreCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_CreateCustomKeyStoreCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class CreateCustomKeyStoreCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("TrentService", "CreateCustomKeyStore", {})
|
|
20
|
+
.n("KMSClient", "CreateCustomKeyStoreCommand")
|
|
21
|
+
.f(CreateCustomKeyStoreRequestFilterSensitiveLog, void 0)
|
|
22
|
+
.ser(se_CreateCustomKeyStoreCommand)
|
|
23
|
+
.de(de_CreateCustomKeyStoreCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateGrantCommand, se_CreateGrantCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateGrantCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "KMSClient";
|
|
26
|
-
const commandName = "CreateGrantCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "TrentService",
|
|
35
|
-
operation: "CreateGrant",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CreateGrantCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateGrantCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateGrantCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("TrentService", "CreateGrant", {})
|
|
19
|
+
.n("KMSClient", "CreateGrantCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateGrantCommand)
|
|
22
|
+
.de(de_CreateGrantCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateKeyCommand, se_CreateKeyCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateKeyCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "KMSClient";
|
|
26
|
-
const commandName = "CreateKeyCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "TrentService",
|
|
35
|
-
operation: "CreateKey",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CreateKeyCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateKeyCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateKeyCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("TrentService", "CreateKey", {})
|
|
19
|
+
.n("KMSClient", "CreateKeyCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateKeyCommand)
|
|
22
|
+
.de(de_CreateKeyCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { DecryptResponseFilterSensitiveLog } from "../models/models_0";
|
|
6
6
|
import { de_DecryptCommand, se_DecryptCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class DecryptCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "KMSClient";
|
|
27
|
-
const commandName = "DecryptCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: DecryptResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "TrentService",
|
|
36
|
-
operation: "Decrypt",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_DecryptCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_DecryptCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class DecryptCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("TrentService", "Decrypt", {})
|
|
20
|
+
.n("KMSClient", "DecryptCommand")
|
|
21
|
+
.f(void 0, DecryptResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_DecryptCommand)
|
|
23
|
+
.de(de_DecryptCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DeleteAliasCommand, se_DeleteAliasCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DeleteAliasCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "KMSClient";
|
|
26
|
-
const commandName = "DeleteAliasCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "TrentService",
|
|
35
|
-
operation: "DeleteAlias",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DeleteAliasCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DeleteAliasCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DeleteAliasCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("TrentService", "DeleteAlias", {})
|
|
19
|
+
.n("KMSClient", "DeleteAliasCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteAliasCommand)
|
|
22
|
+
.de(de_DeleteAliasCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DeleteCustomKeyStoreCommand, se_DeleteCustomKeyStoreCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DeleteCustomKeyStoreCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "KMSClient";
|
|
26
|
-
const commandName = "DeleteCustomKeyStoreCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "TrentService",
|
|
35
|
-
operation: "DeleteCustomKeyStore",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DeleteCustomKeyStoreCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DeleteCustomKeyStoreCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DeleteCustomKeyStoreCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("TrentService", "DeleteCustomKeyStore", {})
|
|
19
|
+
.n("KMSClient", "DeleteCustomKeyStoreCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteCustomKeyStoreCommand)
|
|
22
|
+
.de(de_DeleteCustomKeyStoreCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|