@aws-sdk/client-kms 3.37.0 → 3.41.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.
Files changed (76) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/commands/index.js +51 -0
  3. package/dist-cjs/endpoints.js +414 -11
  4. package/dist-cjs/index.js +4 -55
  5. package/dist-cjs/pagination/index.js +8 -0
  6. package/dist-cjs/runtimeConfig.browser.js +6 -3
  7. package/dist-cjs/runtimeConfig.js +5 -3
  8. package/dist-es/commands/index.js +48 -0
  9. package/dist-es/endpoints.js +414 -11
  10. package/dist-es/index.js +4 -55
  11. package/dist-es/pagination/index.js +5 -0
  12. package/dist-es/runtimeConfig.browser.js +3 -2
  13. package/dist-es/runtimeConfig.js +3 -3
  14. package/dist-types/KMSClient.d.ts +8 -0
  15. package/dist-types/commands/CancelKeyDeletionCommand.d.ts +1 -1
  16. package/dist-types/commands/ConnectCustomKeyStoreCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateAliasCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateGrantCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateKeyCommand.d.ts +1 -1
  21. package/dist-types/commands/DecryptCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteAliasCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteImportedKeyMaterialCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeKeyCommand.d.ts +1 -1
  27. package/dist-types/commands/DisableKeyCommand.d.ts +1 -1
  28. package/dist-types/commands/DisableKeyRotationCommand.d.ts +1 -1
  29. package/dist-types/commands/DisconnectCustomKeyStoreCommand.d.ts +1 -1
  30. package/dist-types/commands/EnableKeyCommand.d.ts +1 -1
  31. package/dist-types/commands/EnableKeyRotationCommand.d.ts +1 -1
  32. package/dist-types/commands/EncryptCommand.d.ts +1 -1
  33. package/dist-types/commands/GenerateDataKeyCommand.d.ts +1 -1
  34. package/dist-types/commands/GenerateDataKeyPairCommand.d.ts +1 -1
  35. package/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +1 -1
  36. package/dist-types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +1 -1
  37. package/dist-types/commands/GenerateRandomCommand.d.ts +1 -1
  38. package/dist-types/commands/GetKeyPolicyCommand.d.ts +1 -1
  39. package/dist-types/commands/GetKeyRotationStatusCommand.d.ts +1 -1
  40. package/dist-types/commands/GetParametersForImportCommand.d.ts +1 -1
  41. package/dist-types/commands/GetPublicKeyCommand.d.ts +1 -1
  42. package/dist-types/commands/ImportKeyMaterialCommand.d.ts +1 -1
  43. package/dist-types/commands/ListAliasesCommand.d.ts +1 -1
  44. package/dist-types/commands/ListGrantsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListKeyPoliciesCommand.d.ts +1 -1
  46. package/dist-types/commands/ListKeysCommand.d.ts +1 -1
  47. package/dist-types/commands/ListResourceTagsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListRetirableGrantsCommand.d.ts +1 -1
  49. package/dist-types/commands/PutKeyPolicyCommand.d.ts +1 -1
  50. package/dist-types/commands/ReEncryptCommand.d.ts +1 -1
  51. package/dist-types/commands/ReplicateKeyCommand.d.ts +1 -1
  52. package/dist-types/commands/RetireGrantCommand.d.ts +1 -1
  53. package/dist-types/commands/RevokeGrantCommand.d.ts +1 -1
  54. package/dist-types/commands/ScheduleKeyDeletionCommand.d.ts +1 -1
  55. package/dist-types/commands/SignCommand.d.ts +1 -1
  56. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  57. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateAliasCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdateKeyDescriptionCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdatePrimaryRegionCommand.d.ts +1 -1
  62. package/dist-types/commands/VerifyCommand.d.ts +1 -1
  63. package/dist-types/commands/index.d.ts +48 -0
  64. package/dist-types/index.d.ts +4 -55
  65. package/dist-types/pagination/index.d.ts +5 -0
  66. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  67. package/dist-types/runtimeConfig.d.ts +2 -0
  68. package/dist-types/runtimeConfig.native.d.ts +2 -0
  69. package/dist-types/ts3.4/KMSClient.d.ts +4 -0
  70. package/dist-types/ts3.4/commands/index.d.ts +48 -0
  71. package/dist-types/ts3.4/index.d.ts +4 -55
  72. package/dist-types/ts3.4/pagination/index.d.ts +5 -0
  73. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  74. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  75. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  76. package/package.json +26 -26
@@ -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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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> {
@@ -0,0 +1,48 @@
1
+ export * from "./CancelKeyDeletionCommand";
2
+ export * from "./ConnectCustomKeyStoreCommand";
3
+ export * from "./CreateAliasCommand";
4
+ export * from "./CreateCustomKeyStoreCommand";
5
+ export * from "./CreateGrantCommand";
6
+ export * from "./CreateKeyCommand";
7
+ export * from "./DecryptCommand";
8
+ export * from "./DeleteAliasCommand";
9
+ export * from "./DeleteCustomKeyStoreCommand";
10
+ export * from "./DeleteImportedKeyMaterialCommand";
11
+ export * from "./DescribeCustomKeyStoresCommand";
12
+ export * from "./DescribeKeyCommand";
13
+ export * from "./DisableKeyCommand";
14
+ export * from "./DisableKeyRotationCommand";
15
+ export * from "./DisconnectCustomKeyStoreCommand";
16
+ export * from "./EnableKeyCommand";
17
+ export * from "./EnableKeyRotationCommand";
18
+ export * from "./EncryptCommand";
19
+ export * from "./GenerateDataKeyCommand";
20
+ export * from "./GenerateDataKeyPairCommand";
21
+ export * from "./GenerateDataKeyPairWithoutPlaintextCommand";
22
+ export * from "./GenerateDataKeyWithoutPlaintextCommand";
23
+ export * from "./GenerateRandomCommand";
24
+ export * from "./GetKeyPolicyCommand";
25
+ export * from "./GetKeyRotationStatusCommand";
26
+ export * from "./GetParametersForImportCommand";
27
+ export * from "./GetPublicKeyCommand";
28
+ export * from "./ImportKeyMaterialCommand";
29
+ export * from "./ListAliasesCommand";
30
+ export * from "./ListGrantsCommand";
31
+ export * from "./ListKeyPoliciesCommand";
32
+ export * from "./ListKeysCommand";
33
+ export * from "./ListResourceTagsCommand";
34
+ export * from "./ListRetirableGrantsCommand";
35
+ export * from "./PutKeyPolicyCommand";
36
+ export * from "./ReEncryptCommand";
37
+ export * from "./ReplicateKeyCommand";
38
+ export * from "./RetireGrantCommand";
39
+ export * from "./RevokeGrantCommand";
40
+ export * from "./ScheduleKeyDeletionCommand";
41
+ export * from "./SignCommand";
42
+ export * from "./TagResourceCommand";
43
+ export * from "./UntagResourceCommand";
44
+ export * from "./UpdateAliasCommand";
45
+ export * from "./UpdateCustomKeyStoreCommand";
46
+ export * from "./UpdateKeyDescriptionCommand";
47
+ export * from "./UpdatePrimaryRegionCommand";
48
+ export * from "./VerifyCommand";
@@ -1,56 +1,5 @@
1
- export * from "./KMSClient";
2
1
  export * from "./KMS";
3
- export * from "./commands/CancelKeyDeletionCommand";
4
- export * from "./commands/ConnectCustomKeyStoreCommand";
5
- export * from "./commands/CreateAliasCommand";
6
- export * from "./commands/CreateCustomKeyStoreCommand";
7
- export * from "./commands/CreateGrantCommand";
8
- export * from "./commands/CreateKeyCommand";
9
- export * from "./commands/DecryptCommand";
10
- export * from "./commands/DeleteAliasCommand";
11
- export * from "./commands/DeleteCustomKeyStoreCommand";
12
- export * from "./commands/DeleteImportedKeyMaterialCommand";
13
- export * from "./commands/DescribeCustomKeyStoresCommand";
14
- export * from "./commands/DescribeKeyCommand";
15
- export * from "./commands/DisableKeyCommand";
16
- export * from "./commands/DisableKeyRotationCommand";
17
- export * from "./commands/DisconnectCustomKeyStoreCommand";
18
- export * from "./commands/EnableKeyCommand";
19
- export * from "./commands/EnableKeyRotationCommand";
20
- export * from "./commands/EncryptCommand";
21
- export * from "./commands/GenerateDataKeyCommand";
22
- export * from "./commands/GenerateDataKeyPairCommand";
23
- export * from "./commands/GenerateDataKeyPairWithoutPlaintextCommand";
24
- export * from "./commands/GenerateDataKeyWithoutPlaintextCommand";
25
- export * from "./commands/GenerateRandomCommand";
26
- export * from "./commands/GetKeyPolicyCommand";
27
- export * from "./commands/GetKeyRotationStatusCommand";
28
- export * from "./commands/GetParametersForImportCommand";
29
- export * from "./commands/GetPublicKeyCommand";
30
- export * from "./commands/ImportKeyMaterialCommand";
31
- export * from "./commands/ListAliasesCommand";
32
- export * from "./pagination/ListAliasesPaginator";
33
- export * from "./commands/ListGrantsCommand";
34
- export * from "./pagination/ListGrantsPaginator";
35
- export * from "./commands/ListKeyPoliciesCommand";
36
- export * from "./pagination/ListKeyPoliciesPaginator";
37
- export * from "./commands/ListKeysCommand";
38
- export * from "./pagination/ListKeysPaginator";
39
- export * from "./commands/ListResourceTagsCommand";
40
- export * from "./commands/ListRetirableGrantsCommand";
41
- export * from "./commands/PutKeyPolicyCommand";
42
- export * from "./commands/ReEncryptCommand";
43
- export * from "./commands/ReplicateKeyCommand";
44
- export * from "./commands/RetireGrantCommand";
45
- export * from "./commands/RevokeGrantCommand";
46
- export * from "./commands/ScheduleKeyDeletionCommand";
47
- export * from "./commands/SignCommand";
48
- export * from "./commands/TagResourceCommand";
49
- export * from "./commands/UntagResourceCommand";
50
- export * from "./commands/UpdateAliasCommand";
51
- export * from "./commands/UpdateCustomKeyStoreCommand";
52
- export * from "./commands/UpdateKeyDescriptionCommand";
53
- export * from "./commands/UpdatePrimaryRegionCommand";
54
- export * from "./commands/VerifyCommand";
55
- export * from "./pagination/Interfaces";
56
- export * from "./models/index";
2
+ export * from "./KMSClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";