@aws-sdk/client-kms 3.40.0 → 3.45.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 +38 -0
- package/dist-cjs/endpoints.js +22 -0
- package/dist-es/endpoints.js +22 -0
- package/dist-types/commands/CancelKeyDeletionCommand.d.ts +1 -1
- package/dist-types/commands/ConnectCustomKeyStoreCommand.d.ts +1 -1
- package/dist-types/commands/CreateAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +1 -1
- package/dist-types/commands/CreateGrantCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyCommand.d.ts +1 -1
- package/dist-types/commands/DecryptCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImportedKeyMaterialCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyCommand.d.ts +1 -1
- package/dist-types/commands/DisableKeyCommand.d.ts +1 -1
- package/dist-types/commands/DisableKeyRotationCommand.d.ts +1 -1
- package/dist-types/commands/DisconnectCustomKeyStoreCommand.d.ts +1 -1
- package/dist-types/commands/EnableKeyCommand.d.ts +1 -1
- package/dist-types/commands/EnableKeyRotationCommand.d.ts +1 -1
- package/dist-types/commands/EncryptCommand.d.ts +1 -1
- package/dist-types/commands/GenerateDataKeyCommand.d.ts +1 -1
- package/dist-types/commands/GenerateDataKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +1 -1
- package/dist-types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +1 -1
- package/dist-types/commands/GenerateRandomCommand.d.ts +1 -1
- package/dist-types/commands/GetKeyPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetKeyRotationStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetParametersForImportCommand.d.ts +1 -1
- package/dist-types/commands/GetPublicKeyCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyMaterialCommand.d.ts +1 -1
- package/dist-types/commands/ListAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListGrantsCommand.d.ts +1 -1
- package/dist-types/commands/ListKeyPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListKeysCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListRetirableGrantsCommand.d.ts +1 -1
- package/dist-types/commands/PutKeyPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ReEncryptCommand.d.ts +1 -1
- package/dist-types/commands/ReplicateKeyCommand.d.ts +1 -1
- package/dist-types/commands/RetireGrantCommand.d.ts +1 -1
- package/dist-types/commands/RevokeGrantCommand.d.ts +1 -1
- package/dist-types/commands/ScheduleKeyDeletionCommand.d.ts +1 -1
- package/dist-types/commands/SignCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyDescriptionCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePrimaryRegionCommand.d.ts +1 -1
- package/dist-types/commands/VerifyCommand.d.ts +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-kms
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-kms
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
45
|
|
|
8
46
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -99,6 +99,18 @@ const regionHash = {
|
|
|
99
99
|
},
|
|
100
100
|
],
|
|
101
101
|
},
|
|
102
|
+
"ap-southeast-3": {
|
|
103
|
+
variants: [
|
|
104
|
+
{
|
|
105
|
+
hostname: "kms.ap-southeast-3.amazonaws.com",
|
|
106
|
+
tags: [],
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
hostname: "kms-fips.ap-southeast-3.amazonaws.com",
|
|
110
|
+
tags: ["fips"],
|
|
111
|
+
},
|
|
112
|
+
],
|
|
113
|
+
},
|
|
102
114
|
"ca-central-1": {
|
|
103
115
|
variants: [
|
|
104
116
|
{
|
|
@@ -335,6 +347,8 @@ const partitionHash = {
|
|
|
335
347
|
"ap-southeast-1-fips",
|
|
336
348
|
"ap-southeast-2",
|
|
337
349
|
"ap-southeast-2-fips",
|
|
350
|
+
"ap-southeast-3",
|
|
351
|
+
"ap-southeast-3-fips",
|
|
338
352
|
"ca-central-1",
|
|
339
353
|
"ca-central-1-fips",
|
|
340
354
|
"eu-central-1",
|
|
@@ -412,6 +426,10 @@ const partitionHash = {
|
|
|
412
426
|
hostname: "kms.{region}.c2s.ic.gov",
|
|
413
427
|
tags: [],
|
|
414
428
|
},
|
|
429
|
+
{
|
|
430
|
+
hostname: "kms-fips.{region}.c2s.ic.gov",
|
|
431
|
+
tags: ["fips"],
|
|
432
|
+
},
|
|
415
433
|
],
|
|
416
434
|
},
|
|
417
435
|
"aws-iso-b": {
|
|
@@ -422,6 +440,10 @@ const partitionHash = {
|
|
|
422
440
|
hostname: "kms.{region}.sc2s.sgov.gov",
|
|
423
441
|
tags: [],
|
|
424
442
|
},
|
|
443
|
+
{
|
|
444
|
+
hostname: "kms-fips.{region}.sc2s.sgov.gov",
|
|
445
|
+
tags: ["fips"],
|
|
446
|
+
},
|
|
425
447
|
],
|
|
426
448
|
},
|
|
427
449
|
"aws-us-gov": {
|
package/dist-es/endpoints.js
CHANGED
|
@@ -97,6 +97,18 @@ var regionHash = {
|
|
|
97
97
|
},
|
|
98
98
|
],
|
|
99
99
|
},
|
|
100
|
+
"ap-southeast-3": {
|
|
101
|
+
variants: [
|
|
102
|
+
{
|
|
103
|
+
hostname: "kms.ap-southeast-3.amazonaws.com",
|
|
104
|
+
tags: [],
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
hostname: "kms-fips.ap-southeast-3.amazonaws.com",
|
|
108
|
+
tags: ["fips"],
|
|
109
|
+
},
|
|
110
|
+
],
|
|
111
|
+
},
|
|
100
112
|
"ca-central-1": {
|
|
101
113
|
variants: [
|
|
102
114
|
{
|
|
@@ -333,6 +345,8 @@ var partitionHash = {
|
|
|
333
345
|
"ap-southeast-1-fips",
|
|
334
346
|
"ap-southeast-2",
|
|
335
347
|
"ap-southeast-2-fips",
|
|
348
|
+
"ap-southeast-3",
|
|
349
|
+
"ap-southeast-3-fips",
|
|
336
350
|
"ca-central-1",
|
|
337
351
|
"ca-central-1-fips",
|
|
338
352
|
"eu-central-1",
|
|
@@ -410,6 +424,10 @@ var partitionHash = {
|
|
|
410
424
|
hostname: "kms.{region}.c2s.ic.gov",
|
|
411
425
|
tags: [],
|
|
412
426
|
},
|
|
427
|
+
{
|
|
428
|
+
hostname: "kms-fips.{region}.c2s.ic.gov",
|
|
429
|
+
tags: ["fips"],
|
|
430
|
+
},
|
|
413
431
|
],
|
|
414
432
|
},
|
|
415
433
|
"aws-iso-b": {
|
|
@@ -420,6 +438,10 @@ var partitionHash = {
|
|
|
420
438
|
hostname: "kms.{region}.sc2s.sgov.gov",
|
|
421
439
|
tags: [],
|
|
422
440
|
},
|
|
441
|
+
{
|
|
442
|
+
hostname: "kms-fips.{region}.sc2s.sgov.gov",
|
|
443
|
+
tags: ["fips"],
|
|
444
|
+
},
|
|
423
445
|
],
|
|
424
446
|
},
|
|
425
447
|
"aws-us-gov": {
|
|
@@ -33,7 +33,7 @@ export interface CancelKeyDeletionCommandOutput extends CancelKeyDeletionRespons
|
|
|
33
33
|
*
|
|
34
34
|
* @see {@link CancelKeyDeletionCommandInput} for command's `input` shape.
|
|
35
35
|
* @see {@link CancelKeyDeletionCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
36
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
export declare class CancelKeyDeletionCommand extends $Command<CancelKeyDeletionCommandInput, CancelKeyDeletionCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -81,7 +81,7 @@ export interface ConnectCustomKeyStoreCommandOutput extends ConnectCustomKeyStor
|
|
|
81
81
|
*
|
|
82
82
|
* @see {@link ConnectCustomKeyStoreCommandInput} for command's `input` shape.
|
|
83
83
|
* @see {@link ConnectCustomKeyStoreCommandOutput} for command's `response` shape.
|
|
84
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
84
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
85
85
|
*
|
|
86
86
|
*/
|
|
87
87
|
export declare class ConnectCustomKeyStoreCommand extends $Command<ConnectCustomKeyStoreCommandInput, ConnectCustomKeyStoreCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -77,7 +77,7 @@ export interface CreateAliasCommandOutput extends __MetadataBearer {
|
|
|
77
77
|
*
|
|
78
78
|
* @see {@link CreateAliasCommandInput} for command's `input` shape.
|
|
79
79
|
* @see {@link CreateAliasCommandOutput} for command's `response` shape.
|
|
80
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
80
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
81
81
|
*
|
|
82
82
|
*/
|
|
83
83
|
export declare class CreateAliasCommand extends $Command<CreateAliasCommandInput, CreateAliasCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -69,7 +69,7 @@ export interface CreateCustomKeyStoreCommandOutput extends CreateCustomKeyStoreR
|
|
|
69
69
|
*
|
|
70
70
|
* @see {@link CreateCustomKeyStoreCommandInput} for command's `input` shape.
|
|
71
71
|
* @see {@link CreateCustomKeyStoreCommandOutput} for command's `response` shape.
|
|
72
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
72
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
73
73
|
*
|
|
74
74
|
*/
|
|
75
75
|
export declare class CreateCustomKeyStoreCommand extends $Command<CreateCustomKeyStoreCommandInput, CreateCustomKeyStoreCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -82,7 +82,7 @@ export interface CreateGrantCommandOutput extends CreateGrantResponse, __Metadat
|
|
|
82
82
|
*
|
|
83
83
|
* @see {@link CreateGrantCommandInput} for command's `input` shape.
|
|
84
84
|
* @see {@link CreateGrantCommandOutput} for command's `response` shape.
|
|
85
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
85
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
86
86
|
*
|
|
87
87
|
*/
|
|
88
88
|
export declare class CreateGrantCommand extends $Command<CreateGrantCommandInput, CreateGrantCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -144,7 +144,7 @@ export interface CreateKeyCommandOutput extends CreateKeyResponse, __MetadataBea
|
|
|
144
144
|
*
|
|
145
145
|
* @see {@link CreateKeyCommandInput} for command's `input` shape.
|
|
146
146
|
* @see {@link CreateKeyCommandOutput} for command's `response` shape.
|
|
147
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
147
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
148
148
|
*
|
|
149
149
|
*/
|
|
150
150
|
export declare class CreateKeyCommand extends $Command<CreateKeyCommandInput, CreateKeyCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -108,7 +108,7 @@ export interface DecryptCommandOutput extends DecryptResponse, __MetadataBearer
|
|
|
108
108
|
*
|
|
109
109
|
* @see {@link DecryptCommandInput} for command's `input` shape.
|
|
110
110
|
* @see {@link DecryptCommandOutput} for command's `response` shape.
|
|
111
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
111
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
112
112
|
*
|
|
113
113
|
*/
|
|
114
114
|
export declare class DecryptCommand extends $Command<DecryptCommandInput, DecryptCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -67,7 +67,7 @@ export interface DeleteAliasCommandOutput extends __MetadataBearer {
|
|
|
67
67
|
*
|
|
68
68
|
* @see {@link DeleteAliasCommandInput} for command's `input` shape.
|
|
69
69
|
* @see {@link DeleteAliasCommandOutput} for command's `response` shape.
|
|
70
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
70
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
71
71
|
*
|
|
72
72
|
*/
|
|
73
73
|
export declare class DeleteAliasCommand extends $Command<DeleteAliasCommandInput, DeleteAliasCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -74,7 +74,7 @@ export interface DeleteCustomKeyStoreCommandOutput extends DeleteCustomKeyStoreR
|
|
|
74
74
|
*
|
|
75
75
|
* @see {@link DeleteCustomKeyStoreCommandInput} for command's `input` shape.
|
|
76
76
|
* @see {@link DeleteCustomKeyStoreCommandOutput} for command's `response` shape.
|
|
77
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
77
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
78
78
|
*
|
|
79
79
|
*/
|
|
80
80
|
export declare class DeleteCustomKeyStoreCommand extends $Command<DeleteCustomKeyStoreCommandInput, DeleteCustomKeyStoreCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -49,7 +49,7 @@ export interface DeleteImportedKeyMaterialCommandOutput extends __MetadataBearer
|
|
|
49
49
|
*
|
|
50
50
|
* @see {@link DeleteImportedKeyMaterialCommandInput} for command's `input` shape.
|
|
51
51
|
* @see {@link DeleteImportedKeyMaterialCommandOutput} for command's `response` shape.
|
|
52
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
52
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
export declare class DeleteImportedKeyMaterialCommand extends $Command<DeleteImportedKeyMaterialCommandInput, DeleteImportedKeyMaterialCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -73,7 +73,7 @@ export interface DescribeCustomKeyStoresCommandOutput extends DescribeCustomKeyS
|
|
|
73
73
|
*
|
|
74
74
|
* @see {@link DescribeCustomKeyStoresCommandInput} for command's `input` shape.
|
|
75
75
|
* @see {@link DescribeCustomKeyStoresCommandOutput} for command's `response` shape.
|
|
76
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
76
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
77
77
|
*
|
|
78
78
|
*/
|
|
79
79
|
export declare class DescribeCustomKeyStoresCommand extends $Command<DescribeCustomKeyStoresCommandInput, DescribeCustomKeyStoresCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -99,7 +99,7 @@ export interface DescribeKeyCommandOutput extends DescribeKeyResponse, __Metadat
|
|
|
99
99
|
*
|
|
100
100
|
* @see {@link DescribeKeyCommandInput} for command's `input` shape.
|
|
101
101
|
* @see {@link DescribeKeyCommandOutput} for command's `response` shape.
|
|
102
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
102
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
103
103
|
*
|
|
104
104
|
*/
|
|
105
105
|
export declare class DescribeKeyCommand extends $Command<DescribeKeyCommandInput, DescribeKeyCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface DisableKeyCommandOutput extends __MetadataBearer {
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link DisableKeyCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link DisableKeyCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class DisableKeyCommand extends $Command<DisableKeyCommandInput, DisableKeyCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -45,7 +45,7 @@ export interface DisableKeyRotationCommandOutput extends __MetadataBearer {
|
|
|
45
45
|
*
|
|
46
46
|
* @see {@link DisableKeyRotationCommandInput} for command's `input` shape.
|
|
47
47
|
* @see {@link DisableKeyRotationCommandOutput} for command's `response` shape.
|
|
48
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
48
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
49
49
|
*
|
|
50
50
|
*/
|
|
51
51
|
export declare class DisableKeyRotationCommand extends $Command<DisableKeyRotationCommandInput, DisableKeyRotationCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -72,7 +72,7 @@ export interface DisconnectCustomKeyStoreCommandOutput extends DisconnectCustomK
|
|
|
72
72
|
*
|
|
73
73
|
* @see {@link DisconnectCustomKeyStoreCommandInput} for command's `input` shape.
|
|
74
74
|
* @see {@link DisconnectCustomKeyStoreCommandOutput} for command's `response` shape.
|
|
75
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
75
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
76
76
|
*
|
|
77
77
|
*/
|
|
78
78
|
export declare class DisconnectCustomKeyStoreCommand extends $Command<DisconnectCustomKeyStoreCommandInput, DisconnectCustomKeyStoreCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface EnableKeyCommandOutput extends __MetadataBearer {
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link EnableKeyCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link EnableKeyCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class EnableKeyCommand extends $Command<EnableKeyCommandInput, EnableKeyCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -45,7 +45,7 @@ export interface EnableKeyRotationCommandOutput extends __MetadataBearer {
|
|
|
45
45
|
*
|
|
46
46
|
* @see {@link EnableKeyRotationCommandInput} for command's `input` shape.
|
|
47
47
|
* @see {@link EnableKeyRotationCommandOutput} for command's `response` shape.
|
|
48
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
48
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
49
49
|
*
|
|
50
50
|
*/
|
|
51
51
|
export declare class EnableKeyRotationCommand extends $Command<EnableKeyRotationCommandInput, EnableKeyRotationCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -144,7 +144,7 @@ export interface EncryptCommandOutput extends EncryptResponse, __MetadataBearer
|
|
|
144
144
|
*
|
|
145
145
|
* @see {@link EncryptCommandInput} for command's `input` shape.
|
|
146
146
|
* @see {@link EncryptCommandOutput} for command's `response` shape.
|
|
147
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
147
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
148
148
|
*
|
|
149
149
|
*/
|
|
150
150
|
export declare class EncryptCommand extends $Command<EncryptCommandInput, EncryptCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -117,7 +117,7 @@ export interface GenerateDataKeyCommandOutput extends GenerateDataKeyResponse, _
|
|
|
117
117
|
*
|
|
118
118
|
* @see {@link GenerateDataKeyCommandInput} for command's `input` shape.
|
|
119
119
|
* @see {@link GenerateDataKeyCommandOutput} for command's `response` shape.
|
|
120
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
120
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
121
121
|
*
|
|
122
122
|
*/
|
|
123
123
|
export declare class GenerateDataKeyCommand extends $Command<GenerateDataKeyCommandInput, GenerateDataKeyCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -96,7 +96,7 @@ export interface GenerateDataKeyPairCommandOutput extends GenerateDataKeyPairRes
|
|
|
96
96
|
*
|
|
97
97
|
* @see {@link GenerateDataKeyPairCommandInput} for command's `input` shape.
|
|
98
98
|
* @see {@link GenerateDataKeyPairCommandOutput} for command's `response` shape.
|
|
99
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
99
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
100
100
|
*
|
|
101
101
|
*/
|
|
102
102
|
export declare class GenerateDataKeyPairCommand extends $Command<GenerateDataKeyPairCommandInput, GenerateDataKeyPairCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -86,7 +86,7 @@ export interface GenerateDataKeyPairWithoutPlaintextCommandOutput extends Genera
|
|
|
86
86
|
*
|
|
87
87
|
* @see {@link GenerateDataKeyPairWithoutPlaintextCommandInput} for command's `input` shape.
|
|
88
88
|
* @see {@link GenerateDataKeyPairWithoutPlaintextCommandOutput} for command's `response` shape.
|
|
89
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
89
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
90
90
|
*
|
|
91
91
|
*/
|
|
92
92
|
export declare class GenerateDataKeyPairWithoutPlaintextCommand extends $Command<GenerateDataKeyPairWithoutPlaintextCommandInput, GenerateDataKeyPairWithoutPlaintextCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -91,7 +91,7 @@ export interface GenerateDataKeyWithoutPlaintextCommandOutput extends GenerateDa
|
|
|
91
91
|
*
|
|
92
92
|
* @see {@link GenerateDataKeyWithoutPlaintextCommandInput} for command's `input` shape.
|
|
93
93
|
* @see {@link GenerateDataKeyWithoutPlaintextCommandOutput} for command's `response` shape.
|
|
94
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
94
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
95
95
|
*
|
|
96
96
|
*/
|
|
97
97
|
export declare class GenerateDataKeyWithoutPlaintextCommand extends $Command<GenerateDataKeyWithoutPlaintextCommandInput, GenerateDataKeyWithoutPlaintextCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface GenerateRandomCommandOutput extends GenerateRandomResponse, __M
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link GenerateRandomCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link GenerateRandomCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class GenerateRandomCommand extends $Command<GenerateRandomCommandInput, GenerateRandomCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface GetKeyPolicyCommandOutput extends GetKeyPolicyResponse, __Metad
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link GetKeyPolicyCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link GetKeyPolicyCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class GetKeyPolicyCommand extends $Command<GetKeyPolicyCommandInput, GetKeyPolicyCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -57,7 +57,7 @@ export interface GetKeyRotationStatusCommandOutput extends GetKeyRotationStatusR
|
|
|
57
57
|
*
|
|
58
58
|
* @see {@link GetKeyRotationStatusCommandInput} for command's `input` shape.
|
|
59
59
|
* @see {@link GetKeyRotationStatusCommandOutput} for command's `response` shape.
|
|
60
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
60
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
61
61
|
*
|
|
62
62
|
*/
|
|
63
63
|
export declare class GetKeyRotationStatusCommand extends $Command<GetKeyRotationStatusCommandInput, GetKeyRotationStatusCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -54,7 +54,7 @@ export interface GetParametersForImportCommandOutput extends GetParametersForImp
|
|
|
54
54
|
*
|
|
55
55
|
* @see {@link GetParametersForImportCommandInput} for command's `input` shape.
|
|
56
56
|
* @see {@link GetParametersForImportCommandOutput} for command's `response` shape.
|
|
57
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
57
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
58
58
|
*
|
|
59
59
|
*/
|
|
60
60
|
export declare class GetParametersForImportCommand extends $Command<GetParametersForImportCommandInput, GetParametersForImportCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -66,7 +66,7 @@ export interface GetPublicKeyCommandOutput extends GetPublicKeyResponse, __Metad
|
|
|
66
66
|
*
|
|
67
67
|
* @see {@link GetPublicKeyCommandInput} for command's `input` shape.
|
|
68
68
|
* @see {@link GetPublicKeyCommandOutput} for command's `response` shape.
|
|
69
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
69
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
70
70
|
*
|
|
71
71
|
*/
|
|
72
72
|
export declare class GetPublicKeyCommand extends $Command<GetPublicKeyCommandInput, GetPublicKeyCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -83,7 +83,7 @@ export interface ImportKeyMaterialCommandOutput extends ImportKeyMaterialRespons
|
|
|
83
83
|
*
|
|
84
84
|
* @see {@link ImportKeyMaterialCommandInput} for command's `input` shape.
|
|
85
85
|
* @see {@link ImportKeyMaterialCommandOutput} for command's `response` shape.
|
|
86
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
86
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
87
87
|
*
|
|
88
88
|
*/
|
|
89
89
|
export declare class ImportKeyMaterialCommand extends $Command<ImportKeyMaterialCommandInput, ImportKeyMaterialCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -62,7 +62,7 @@ export interface ListAliasesCommandOutput extends ListAliasesResponse, __Metadat
|
|
|
62
62
|
*
|
|
63
63
|
* @see {@link ListAliasesCommandInput} for command's `input` shape.
|
|
64
64
|
* @see {@link ListAliasesCommandOutput} for command's `response` shape.
|
|
65
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
65
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
68
68
|
export declare class ListAliasesCommand extends $Command<ListAliasesCommandInput, ListAliasesCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -65,7 +65,7 @@ export interface ListGrantsCommandOutput extends ListGrantsResponse, __MetadataB
|
|
|
65
65
|
*
|
|
66
66
|
* @see {@link ListGrantsCommandInput} for command's `input` shape.
|
|
67
67
|
* @see {@link ListGrantsCommandOutput} for command's `response` shape.
|
|
68
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
68
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
69
69
|
*
|
|
70
70
|
*/
|
|
71
71
|
export declare class ListGrantsCommand extends $Command<ListGrantsCommandInput, ListGrantsCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -42,7 +42,7 @@ export interface ListKeyPoliciesCommandOutput extends ListKeyPoliciesResponse, _
|
|
|
42
42
|
*
|
|
43
43
|
* @see {@link ListKeyPoliciesCommandInput} for command's `input` shape.
|
|
44
44
|
* @see {@link ListKeyPoliciesCommandOutput} for command's `response` shape.
|
|
45
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
45
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
export declare class ListKeyPoliciesCommand extends $Command<ListKeyPoliciesCommandInput, ListKeyPoliciesCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -50,7 +50,7 @@ export interface ListKeysCommandOutput extends ListKeysResponse, __MetadataBeare
|
|
|
50
50
|
*
|
|
51
51
|
* @see {@link ListKeysCommandInput} for command's `input` shape.
|
|
52
52
|
* @see {@link ListKeysCommandOutput} for command's `response` shape.
|
|
53
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
53
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
54
54
|
*
|
|
55
55
|
*/
|
|
56
56
|
export declare class ListKeysCommand extends $Command<ListKeysCommandInput, ListKeysCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -54,7 +54,7 @@ export interface ListResourceTagsCommandOutput extends ListResourceTagsResponse,
|
|
|
54
54
|
*
|
|
55
55
|
* @see {@link ListResourceTagsCommandInput} for command's `input` shape.
|
|
56
56
|
* @see {@link ListResourceTagsCommandOutput} for command's `response` shape.
|
|
57
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
57
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
58
58
|
*
|
|
59
59
|
*/
|
|
60
60
|
export declare class ListResourceTagsCommand extends $Command<ListResourceTagsCommandInput, ListResourceTagsCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -63,7 +63,7 @@ export interface ListRetirableGrantsCommandOutput extends ListGrantsResponse, __
|
|
|
63
63
|
*
|
|
64
64
|
* @see {@link ListRetirableGrantsCommandInput} for command's `input` shape.
|
|
65
65
|
* @see {@link ListRetirableGrantsCommandOutput} for command's `response` shape.
|
|
66
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
66
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
67
67
|
*
|
|
68
68
|
*/
|
|
69
69
|
export declare class ListRetirableGrantsCommand extends $Command<ListRetirableGrantsCommandInput, ListRetirableGrantsCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -33,7 +33,7 @@ export interface PutKeyPolicyCommandOutput extends __MetadataBearer {
|
|
|
33
33
|
*
|
|
34
34
|
* @see {@link PutKeyPolicyCommandInput} for command's `input` shape.
|
|
35
35
|
* @see {@link PutKeyPolicyCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
36
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
export declare class PutKeyPolicyCommand extends $Command<PutKeyPolicyCommandInput, PutKeyPolicyCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -118,7 +118,7 @@ export interface ReEncryptCommandOutput extends ReEncryptResponse, __MetadataBea
|
|
|
118
118
|
*
|
|
119
119
|
* @see {@link ReEncryptCommandInput} for command's `input` shape.
|
|
120
120
|
* @see {@link ReEncryptCommandOutput} for command's `response` shape.
|
|
121
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
121
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
122
122
|
*
|
|
123
123
|
*/
|
|
124
124
|
export declare class ReEncryptCommand extends $Command<ReEncryptCommandInput, ReEncryptCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -97,7 +97,7 @@ export interface ReplicateKeyCommandOutput extends ReplicateKeyResponse, __Metad
|
|
|
97
97
|
*
|
|
98
98
|
* @see {@link ReplicateKeyCommandInput} for command's `input` shape.
|
|
99
99
|
* @see {@link ReplicateKeyCommandOutput} for command's `response` shape.
|
|
100
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
100
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
101
101
|
*
|
|
102
102
|
*/
|
|
103
103
|
export declare class ReplicateKeyCommand extends $Command<ReplicateKeyCommandInput, ReplicateKeyCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -66,7 +66,7 @@ export interface RetireGrantCommandOutput extends __MetadataBearer {
|
|
|
66
66
|
*
|
|
67
67
|
* @see {@link RetireGrantCommandInput} for command's `input` shape.
|
|
68
68
|
* @see {@link RetireGrantCommandOutput} for command's `response` shape.
|
|
69
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
69
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
70
70
|
*
|
|
71
71
|
*/
|
|
72
72
|
export declare class RetireGrantCommand extends $Command<RetireGrantCommandInput, RetireGrantCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -63,7 +63,7 @@ export interface RevokeGrantCommandOutput extends __MetadataBearer {
|
|
|
63
63
|
*
|
|
64
64
|
* @see {@link RevokeGrantCommandInput} for command's `input` shape.
|
|
65
65
|
* @see {@link RevokeGrantCommandOutput} for command's `response` shape.
|
|
66
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
66
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
67
67
|
*
|
|
68
68
|
*/
|
|
69
69
|
export declare class RevokeGrantCommand extends $Command<RevokeGrantCommandInput, RevokeGrantCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -74,7 +74,7 @@ export interface ScheduleKeyDeletionCommandOutput extends ScheduleKeyDeletionRes
|
|
|
74
74
|
*
|
|
75
75
|
* @see {@link ScheduleKeyDeletionCommandInput} for command's `input` shape.
|
|
76
76
|
* @see {@link ScheduleKeyDeletionCommandOutput} for command's `response` shape.
|
|
77
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
77
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
78
78
|
*
|
|
79
79
|
*/
|
|
80
80
|
export declare class ScheduleKeyDeletionCommand extends $Command<ScheduleKeyDeletionCommandInput, ScheduleKeyDeletionCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -65,7 +65,7 @@ export interface SignCommandOutput extends SignResponse, __MetadataBearer {
|
|
|
65
65
|
*
|
|
66
66
|
* @see {@link SignCommandInput} for command's `input` shape.
|
|
67
67
|
* @see {@link SignCommandOutput} for command's `response` shape.
|
|
68
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
68
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
69
69
|
*
|
|
70
70
|
*/
|
|
71
71
|
export declare class SignCommand extends $Command<SignCommandInput, SignCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -67,7 +67,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
67
67
|
*
|
|
68
68
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
69
69
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
70
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
70
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
71
71
|
*
|
|
72
72
|
*/
|
|
73
73
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -63,7 +63,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
63
63
|
*
|
|
64
64
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
65
65
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
66
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
66
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
67
67
|
*
|
|
68
68
|
*/
|
|
69
69
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -82,7 +82,7 @@ export interface UpdateAliasCommandOutput extends __MetadataBearer {
|
|
|
82
82
|
*
|
|
83
83
|
* @see {@link UpdateAliasCommandInput} for command's `input` shape.
|
|
84
84
|
* @see {@link UpdateAliasCommandOutput} for command's `response` shape.
|
|
85
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
85
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
86
86
|
*
|
|
87
87
|
*/
|
|
88
88
|
export declare class UpdateAliasCommand extends $Command<UpdateAliasCommandInput, UpdateAliasCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -92,7 +92,7 @@ export interface UpdateCustomKeyStoreCommandOutput extends UpdateCustomKeyStoreR
|
|
|
92
92
|
*
|
|
93
93
|
* @see {@link UpdateCustomKeyStoreCommandInput} for command's `input` shape.
|
|
94
94
|
* @see {@link UpdateCustomKeyStoreCommandOutput} for command's `response` shape.
|
|
95
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
95
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
96
96
|
*
|
|
97
97
|
*/
|
|
98
98
|
export declare class UpdateCustomKeyStoreCommand extends $Command<UpdateCustomKeyStoreCommandInput, UpdateCustomKeyStoreCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -43,7 +43,7 @@ export interface UpdateKeyDescriptionCommandOutput extends __MetadataBearer {
|
|
|
43
43
|
*
|
|
44
44
|
* @see {@link UpdateKeyDescriptionCommandInput} for command's `input` shape.
|
|
45
45
|
* @see {@link UpdateKeyDescriptionCommandOutput} for command's `response` shape.
|
|
46
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
46
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
export declare class UpdateKeyDescriptionCommand extends $Command<UpdateKeyDescriptionCommandInput, UpdateKeyDescriptionCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -85,7 +85,7 @@ export interface UpdatePrimaryRegionCommandOutput extends __MetadataBearer {
|
|
|
85
85
|
*
|
|
86
86
|
* @see {@link UpdatePrimaryRegionCommandInput} for command's `input` shape.
|
|
87
87
|
* @see {@link UpdatePrimaryRegionCommandOutput} for command's `response` shape.
|
|
88
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
88
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
89
89
|
*
|
|
90
90
|
*/
|
|
91
91
|
export declare class UpdatePrimaryRegionCommand extends $Command<UpdatePrimaryRegionCommandInput, UpdatePrimaryRegionCommandOutput, KMSClientResolvedConfig> {
|
|
@@ -50,7 +50,7 @@ export interface VerifyCommandOutput extends VerifyResponse, __MetadataBearer {
|
|
|
50
50
|
*
|
|
51
51
|
* @see {@link VerifyCommandInput} for command's `input` shape.
|
|
52
52
|
* @see {@link VerifyCommandOutput} for command's `response` shape.
|
|
53
|
-
* @see {@link KMSClientResolvedConfig | config} for
|
|
53
|
+
* @see {@link KMSClientResolvedConfig | config} for KMSClient's `config` shape.
|
|
54
54
|
*
|
|
55
55
|
*/
|
|
56
56
|
export declare class VerifyCommand extends $Command<VerifyCommandInput, VerifyCommandOutput, KMSClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kms",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kms Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.45.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.45.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.45.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.45.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
33
|
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
34
|
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.45.0",
|
|
36
36
|
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
37
|
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|