@aws-sdk/client-kms 3.362.0 → 3.366.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 (255) hide show
  1. package/dist-cjs/KMS.js +1 -1
  2. package/dist-cjs/KMSClient.js +5 -5
  3. package/dist-cjs/commands/CancelKeyDeletionCommand.js +3 -3
  4. package/dist-cjs/commands/ConnectCustomKeyStoreCommand.js +3 -3
  5. package/dist-cjs/commands/CreateAliasCommand.js +3 -3
  6. package/dist-cjs/commands/CreateCustomKeyStoreCommand.js +3 -3
  7. package/dist-cjs/commands/CreateGrantCommand.js +3 -3
  8. package/dist-cjs/commands/CreateKeyCommand.js +3 -3
  9. package/dist-cjs/commands/DecryptCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteAliasCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteCustomKeyStoreCommand.js +3 -3
  12. package/dist-cjs/commands/DeleteImportedKeyMaterialCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeCustomKeyStoresCommand.js +3 -3
  14. package/dist-cjs/commands/DescribeKeyCommand.js +3 -3
  15. package/dist-cjs/commands/DisableKeyCommand.js +3 -3
  16. package/dist-cjs/commands/DisableKeyRotationCommand.js +3 -3
  17. package/dist-cjs/commands/DisconnectCustomKeyStoreCommand.js +3 -3
  18. package/dist-cjs/commands/EnableKeyCommand.js +3 -3
  19. package/dist-cjs/commands/EnableKeyRotationCommand.js +3 -3
  20. package/dist-cjs/commands/EncryptCommand.js +3 -3
  21. package/dist-cjs/commands/GenerateDataKeyCommand.js +3 -3
  22. package/dist-cjs/commands/GenerateDataKeyPairCommand.js +3 -3
  23. package/dist-cjs/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +3 -3
  24. package/dist-cjs/commands/GenerateDataKeyWithoutPlaintextCommand.js +3 -3
  25. package/dist-cjs/commands/GenerateMacCommand.js +3 -3
  26. package/dist-cjs/commands/GenerateRandomCommand.js +3 -3
  27. package/dist-cjs/commands/GetKeyPolicyCommand.js +3 -3
  28. package/dist-cjs/commands/GetKeyRotationStatusCommand.js +3 -3
  29. package/dist-cjs/commands/GetParametersForImportCommand.js +3 -3
  30. package/dist-cjs/commands/GetPublicKeyCommand.js +3 -3
  31. package/dist-cjs/commands/ImportKeyMaterialCommand.js +3 -3
  32. package/dist-cjs/commands/ListAliasesCommand.js +3 -3
  33. package/dist-cjs/commands/ListGrantsCommand.js +3 -3
  34. package/dist-cjs/commands/ListKeyPoliciesCommand.js +3 -3
  35. package/dist-cjs/commands/ListKeysCommand.js +3 -3
  36. package/dist-cjs/commands/ListResourceTagsCommand.js +3 -3
  37. package/dist-cjs/commands/ListRetirableGrantsCommand.js +3 -3
  38. package/dist-cjs/commands/PutKeyPolicyCommand.js +3 -3
  39. package/dist-cjs/commands/ReEncryptCommand.js +3 -3
  40. package/dist-cjs/commands/ReplicateKeyCommand.js +3 -3
  41. package/dist-cjs/commands/RetireGrantCommand.js +3 -3
  42. package/dist-cjs/commands/RevokeGrantCommand.js +3 -3
  43. package/dist-cjs/commands/ScheduleKeyDeletionCommand.js +3 -3
  44. package/dist-cjs/commands/SignCommand.js +3 -3
  45. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  46. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  47. package/dist-cjs/commands/UpdateAliasCommand.js +3 -3
  48. package/dist-cjs/commands/UpdateCustomKeyStoreCommand.js +3 -3
  49. package/dist-cjs/commands/UpdateKeyDescriptionCommand.js +3 -3
  50. package/dist-cjs/commands/UpdatePrimaryRegionCommand.js +3 -3
  51. package/dist-cjs/commands/VerifyCommand.js +3 -3
  52. package/dist-cjs/commands/VerifyMacCommand.js +3 -3
  53. package/dist-cjs/models/KMSServiceException.js +1 -1
  54. package/dist-cjs/models/models_0.js +16 -3
  55. package/dist-cjs/protocols/Aws_json1_1.js +61 -1
  56. package/dist-cjs/runtimeConfig.browser.js +7 -7
  57. package/dist-cjs/runtimeConfig.js +10 -10
  58. package/dist-cjs/runtimeConfig.shared.js +4 -4
  59. package/dist-es/KMS.js +1 -1
  60. package/dist-es/KMSClient.js +5 -5
  61. package/dist-es/commands/CancelKeyDeletionCommand.js +3 -3
  62. package/dist-es/commands/ConnectCustomKeyStoreCommand.js +3 -3
  63. package/dist-es/commands/CreateAliasCommand.js +3 -3
  64. package/dist-es/commands/CreateCustomKeyStoreCommand.js +3 -3
  65. package/dist-es/commands/CreateGrantCommand.js +3 -3
  66. package/dist-es/commands/CreateKeyCommand.js +3 -3
  67. package/dist-es/commands/DecryptCommand.js +3 -3
  68. package/dist-es/commands/DeleteAliasCommand.js +3 -3
  69. package/dist-es/commands/DeleteCustomKeyStoreCommand.js +3 -3
  70. package/dist-es/commands/DeleteImportedKeyMaterialCommand.js +3 -3
  71. package/dist-es/commands/DescribeCustomKeyStoresCommand.js +3 -3
  72. package/dist-es/commands/DescribeKeyCommand.js +3 -3
  73. package/dist-es/commands/DisableKeyCommand.js +3 -3
  74. package/dist-es/commands/DisableKeyRotationCommand.js +3 -3
  75. package/dist-es/commands/DisconnectCustomKeyStoreCommand.js +3 -3
  76. package/dist-es/commands/EnableKeyCommand.js +3 -3
  77. package/dist-es/commands/EnableKeyRotationCommand.js +3 -3
  78. package/dist-es/commands/EncryptCommand.js +3 -3
  79. package/dist-es/commands/GenerateDataKeyCommand.js +3 -3
  80. package/dist-es/commands/GenerateDataKeyPairCommand.js +3 -3
  81. package/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +3 -3
  82. package/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +3 -3
  83. package/dist-es/commands/GenerateMacCommand.js +3 -3
  84. package/dist-es/commands/GenerateRandomCommand.js +3 -3
  85. package/dist-es/commands/GetKeyPolicyCommand.js +3 -3
  86. package/dist-es/commands/GetKeyRotationStatusCommand.js +3 -3
  87. package/dist-es/commands/GetParametersForImportCommand.js +3 -3
  88. package/dist-es/commands/GetPublicKeyCommand.js +3 -3
  89. package/dist-es/commands/ImportKeyMaterialCommand.js +3 -3
  90. package/dist-es/commands/ListAliasesCommand.js +3 -3
  91. package/dist-es/commands/ListGrantsCommand.js +3 -3
  92. package/dist-es/commands/ListKeyPoliciesCommand.js +3 -3
  93. package/dist-es/commands/ListKeysCommand.js +3 -3
  94. package/dist-es/commands/ListResourceTagsCommand.js +3 -3
  95. package/dist-es/commands/ListRetirableGrantsCommand.js +3 -3
  96. package/dist-es/commands/PutKeyPolicyCommand.js +3 -3
  97. package/dist-es/commands/ReEncryptCommand.js +3 -3
  98. package/dist-es/commands/ReplicateKeyCommand.js +3 -3
  99. package/dist-es/commands/RetireGrantCommand.js +3 -3
  100. package/dist-es/commands/RevokeGrantCommand.js +3 -3
  101. package/dist-es/commands/ScheduleKeyDeletionCommand.js +3 -3
  102. package/dist-es/commands/SignCommand.js +3 -3
  103. package/dist-es/commands/TagResourceCommand.js +3 -3
  104. package/dist-es/commands/UntagResourceCommand.js +3 -3
  105. package/dist-es/commands/UpdateAliasCommand.js +3 -3
  106. package/dist-es/commands/UpdateCustomKeyStoreCommand.js +3 -3
  107. package/dist-es/commands/UpdateKeyDescriptionCommand.js +3 -3
  108. package/dist-es/commands/UpdatePrimaryRegionCommand.js +3 -3
  109. package/dist-es/commands/VerifyCommand.js +3 -3
  110. package/dist-es/commands/VerifyMacCommand.js +3 -3
  111. package/dist-es/models/KMSServiceException.js +1 -1
  112. package/dist-es/models/models_0.js +13 -1
  113. package/dist-es/protocols/Aws_json1_1.js +62 -2
  114. package/dist-es/runtimeConfig.browser.js +7 -7
  115. package/dist-es/runtimeConfig.js +10 -10
  116. package/dist-es/runtimeConfig.shared.js +4 -4
  117. package/dist-types/KMS.d.ts +1 -1
  118. package/dist-types/KMSClient.d.ts +8 -8
  119. package/dist-types/commands/CancelKeyDeletionCommand.d.ts +6 -4
  120. package/dist-types/commands/ConnectCustomKeyStoreCommand.d.ts +3 -3
  121. package/dist-types/commands/CreateAliasCommand.d.ts +6 -4
  122. package/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +14 -11
  123. package/dist-types/commands/CreateGrantCommand.d.ts +12 -4
  124. package/dist-types/commands/CreateKeyCommand.d.ts +19 -16
  125. package/dist-types/commands/DecryptCommand.d.ts +13 -5
  126. package/dist-types/commands/DeleteAliasCommand.d.ts +6 -4
  127. package/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +3 -3
  128. package/dist-types/commands/DeleteImportedKeyMaterialCommand.d.ts +6 -4
  129. package/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +5 -5
  130. package/dist-types/commands/DescribeKeyCommand.d.ts +3 -3
  131. package/dist-types/commands/DisableKeyCommand.d.ts +6 -4
  132. package/dist-types/commands/DisableKeyRotationCommand.d.ts +6 -4
  133. package/dist-types/commands/DisconnectCustomKeyStoreCommand.d.ts +3 -3
  134. package/dist-types/commands/EnableKeyCommand.d.ts +6 -4
  135. package/dist-types/commands/EnableKeyRotationCommand.d.ts +6 -4
  136. package/dist-types/commands/EncryptCommand.d.ts +13 -6
  137. package/dist-types/commands/GenerateDataKeyCommand.d.ts +20 -11
  138. package/dist-types/commands/GenerateDataKeyPairCommand.d.ts +24 -14
  139. package/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +16 -7
  140. package/dist-types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +16 -7
  141. package/dist-types/commands/GenerateMacCommand.d.ts +15 -6
  142. package/dist-types/commands/GenerateRandomCommand.d.ts +4 -4
  143. package/dist-types/commands/GetKeyPolicyCommand.d.ts +6 -4
  144. package/dist-types/commands/GetKeyRotationStatusCommand.d.ts +6 -4
  145. package/dist-types/commands/GetParametersForImportCommand.d.ts +10 -7
  146. package/dist-types/commands/GetPublicKeyCommand.d.ts +11 -10
  147. package/dist-types/commands/ImportKeyMaterialCommand.d.ts +7 -6
  148. package/dist-types/commands/ListAliasesCommand.d.ts +3 -3
  149. package/dist-types/commands/ListGrantsCommand.d.ts +6 -4
  150. package/dist-types/commands/ListKeyPoliciesCommand.d.ts +6 -4
  151. package/dist-types/commands/ListKeysCommand.d.ts +3 -3
  152. package/dist-types/commands/ListResourceTagsCommand.d.ts +3 -3
  153. package/dist-types/commands/ListRetirableGrantsCommand.d.ts +3 -3
  154. package/dist-types/commands/PutKeyPolicyCommand.d.ts +6 -4
  155. package/dist-types/commands/ReEncryptCommand.d.ts +12 -4
  156. package/dist-types/commands/ReplicateKeyCommand.d.ts +6 -4
  157. package/dist-types/commands/RetireGrantCommand.d.ts +12 -4
  158. package/dist-types/commands/RevokeGrantCommand.d.ts +12 -4
  159. package/dist-types/commands/ScheduleKeyDeletionCommand.d.ts +9 -7
  160. package/dist-types/commands/SignCommand.d.ts +12 -4
  161. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  162. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  163. package/dist-types/commands/UpdateAliasCommand.d.ts +6 -4
  164. package/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +8 -6
  165. package/dist-types/commands/UpdateKeyDescriptionCommand.d.ts +6 -4
  166. package/dist-types/commands/UpdatePrimaryRegionCommand.d.ts +6 -4
  167. package/dist-types/commands/VerifyCommand.d.ts +20 -13
  168. package/dist-types/commands/VerifyMacCommand.d.ts +12 -4
  169. package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
  170. package/dist-types/endpoint/endpointResolver.d.ts +1 -1
  171. package/dist-types/endpoint/ruleset.d.ts +1 -1
  172. package/dist-types/models/KMSServiceException.d.ts +1 -1
  173. package/dist-types/models/models_0.d.ts +229 -127
  174. package/dist-types/pagination/DescribeCustomKeyStoresPaginator.d.ts +1 -1
  175. package/dist-types/pagination/Interfaces.d.ts +1 -1
  176. package/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
  177. package/dist-types/pagination/ListGrantsPaginator.d.ts +1 -1
  178. package/dist-types/pagination/ListKeyPoliciesPaginator.d.ts +1 -1
  179. package/dist-types/pagination/ListKeysPaginator.d.ts +1 -1
  180. package/dist-types/pagination/ListResourceTagsPaginator.d.ts +1 -1
  181. package/dist-types/pagination/ListRetirableGrantsPaginator.d.ts +1 -1
  182. package/dist-types/runtimeConfig.browser.d.ts +20 -20
  183. package/dist-types/runtimeConfig.d.ts +20 -20
  184. package/dist-types/runtimeConfig.native.d.ts +19 -19
  185. package/dist-types/runtimeConfig.shared.d.ts +4 -4
  186. package/dist-types/ts3.4/KMS.d.ts +1 -1
  187. package/dist-types/ts3.4/KMSClient.d.ts +19 -21
  188. package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +3 -3
  189. package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +3 -3
  190. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +3 -3
  191. package/dist-types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +3 -3
  192. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +3 -3
  193. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +3 -3
  194. package/dist-types/ts3.4/commands/DecryptCommand.d.ts +3 -3
  195. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +3 -3
  196. package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +3 -3
  197. package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +3 -3
  198. package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +3 -3
  199. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +3 -3
  200. package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +3 -3
  201. package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +3 -3
  202. package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +3 -3
  203. package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +3 -3
  204. package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +3 -3
  205. package/dist-types/ts3.4/commands/EncryptCommand.d.ts +3 -3
  206. package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +3 -3
  207. package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +3 -3
  208. package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +3 -3
  209. package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +3 -3
  210. package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +3 -3
  211. package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +3 -3
  212. package/dist-types/ts3.4/commands/GetKeyPolicyCommand.d.ts +3 -3
  213. package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +3 -3
  214. package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +3 -3
  215. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +3 -3
  216. package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +3 -3
  217. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +3 -3
  218. package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +3 -3
  219. package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +3 -3
  220. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +3 -3
  221. package/dist-types/ts3.4/commands/ListResourceTagsCommand.d.ts +3 -3
  222. package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +3 -3
  223. package/dist-types/ts3.4/commands/PutKeyPolicyCommand.d.ts +3 -3
  224. package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +3 -3
  225. package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +3 -3
  226. package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +3 -3
  227. package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +3 -3
  228. package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +3 -3
  229. package/dist-types/ts3.4/commands/SignCommand.d.ts +3 -3
  230. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -3
  231. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
  232. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +3 -3
  233. package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +3 -3
  234. package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +3 -3
  235. package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +3 -3
  236. package/dist-types/ts3.4/commands/VerifyCommand.d.ts +3 -3
  237. package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +3 -3
  238. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
  239. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  240. package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  241. package/dist-types/ts3.4/models/KMSServiceException.d.ts +1 -1
  242. package/dist-types/ts3.4/models/models_0.d.ts +22 -1
  243. package/dist-types/ts3.4/pagination/DescribeCustomKeyStoresPaginator.d.ts +1 -1
  244. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
  245. package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +1 -1
  246. package/dist-types/ts3.4/pagination/ListGrantsPaginator.d.ts +1 -1
  247. package/dist-types/ts3.4/pagination/ListKeyPoliciesPaginator.d.ts +1 -1
  248. package/dist-types/ts3.4/pagination/ListKeysPaginator.d.ts +1 -1
  249. package/dist-types/ts3.4/pagination/ListResourceTagsPaginator.d.ts +1 -1
  250. package/dist-types/ts3.4/pagination/ListRetirableGrantsPaginator.d.ts +1 -1
  251. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
  252. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
  253. package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
  254. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  255. package/package.json +31 -30
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { KMSServiceException as __BaseException } from "./KMSServiceException";
3
3
  export declare const AlgorithmSpec: {
4
4
  readonly RSAES_OAEP_SHA_1: "RSAES_OAEP_SHA_1";
@@ -348,6 +348,7 @@ export interface CreateGrantRequest {
348
348
  Constraints?: GrantConstraints;
349
349
  GrantTokens?: string[];
350
350
  Name?: string;
351
+ DryRun?: boolean;
351
352
  }
352
353
  export interface CreateGrantResponse {
353
354
  GrantToken?: string;
@@ -358,6 +359,13 @@ export declare class DisabledException extends __BaseException {
358
359
  readonly $fault: "client";
359
360
  constructor(opts: __ExceptionOptionType<DisabledException, __BaseException>);
360
361
  }
362
+ export declare class DryRunOperationException extends __BaseException {
363
+ readonly name: "DryRunOperationException";
364
+ readonly $fault: "client";
365
+ constructor(
366
+ opts: __ExceptionOptionType<DryRunOperationException, __BaseException>
367
+ );
368
+ }
361
369
  export declare class InvalidGrantTokenException extends __BaseException {
362
370
  readonly name: "InvalidGrantTokenException";
363
371
  readonly $fault: "client";
@@ -632,6 +640,7 @@ export interface DecryptRequest {
632
640
  KeyId?: string;
633
641
  EncryptionAlgorithm?: EncryptionAlgorithmSpec | string;
634
642
  Recipient?: RecipientInfo;
643
+ DryRun?: boolean;
635
644
  }
636
645
  export interface DecryptResponse {
637
646
  KeyId?: string;
@@ -724,6 +733,7 @@ export interface EncryptRequest {
724
733
  EncryptionContext?: Record<string, string>;
725
734
  GrantTokens?: string[];
726
735
  EncryptionAlgorithm?: EncryptionAlgorithmSpec | string;
736
+ DryRun?: boolean;
727
737
  }
728
738
  export interface EncryptResponse {
729
739
  CiphertextBlob?: Uint8Array;
@@ -744,6 +754,7 @@ export interface GenerateDataKeyRequest {
744
754
  KeySpec?: DataKeySpec | string;
745
755
  GrantTokens?: string[];
746
756
  Recipient?: RecipientInfo;
757
+ DryRun?: boolean;
747
758
  }
748
759
  export interface GenerateDataKeyResponse {
749
760
  CiphertextBlob?: Uint8Array;
@@ -757,6 +768,7 @@ export interface GenerateDataKeyPairRequest {
757
768
  KeyPairSpec: DataKeyPairSpec | string | undefined;
758
769
  GrantTokens?: string[];
759
770
  Recipient?: RecipientInfo;
771
+ DryRun?: boolean;
760
772
  }
761
773
  export interface GenerateDataKeyPairResponse {
762
774
  PrivateKeyCiphertextBlob?: Uint8Array;
@@ -771,6 +783,7 @@ export interface GenerateDataKeyPairWithoutPlaintextRequest {
771
783
  KeyId: string | undefined;
772
784
  KeyPairSpec: DataKeyPairSpec | string | undefined;
773
785
  GrantTokens?: string[];
786
+ DryRun?: boolean;
774
787
  }
775
788
  export interface GenerateDataKeyPairWithoutPlaintextResponse {
776
789
  PrivateKeyCiphertextBlob?: Uint8Array;
@@ -784,6 +797,7 @@ export interface GenerateDataKeyWithoutPlaintextRequest {
784
797
  KeySpec?: DataKeySpec | string;
785
798
  NumberOfBytes?: number;
786
799
  GrantTokens?: string[];
800
+ DryRun?: boolean;
787
801
  }
788
802
  export interface GenerateDataKeyWithoutPlaintextResponse {
789
803
  CiphertextBlob?: Uint8Array;
@@ -794,6 +808,7 @@ export interface GenerateMacRequest {
794
808
  KeyId: string | undefined;
795
809
  MacAlgorithm: MacAlgorithmSpec | string | undefined;
796
810
  GrantTokens?: string[];
811
+ DryRun?: boolean;
797
812
  }
798
813
  export interface GenerateMacResponse {
799
814
  Mac?: Uint8Array;
@@ -987,6 +1002,7 @@ export interface ReEncryptRequest {
987
1002
  SourceEncryptionAlgorithm?: EncryptionAlgorithmSpec | string;
988
1003
  DestinationEncryptionAlgorithm?: EncryptionAlgorithmSpec | string;
989
1004
  GrantTokens?: string[];
1005
+ DryRun?: boolean;
990
1006
  }
991
1007
  export interface ReEncryptResponse {
992
1008
  CiphertextBlob?: Uint8Array;
@@ -1012,10 +1028,12 @@ export interface RetireGrantRequest {
1012
1028
  GrantToken?: string;
1013
1029
  KeyId?: string;
1014
1030
  GrantId?: string;
1031
+ DryRun?: boolean;
1015
1032
  }
1016
1033
  export interface RevokeGrantRequest {
1017
1034
  KeyId: string | undefined;
1018
1035
  GrantId: string | undefined;
1036
+ DryRun?: boolean;
1019
1037
  }
1020
1038
  export interface ScheduleKeyDeletionRequest {
1021
1039
  KeyId: string | undefined;
@@ -1033,6 +1051,7 @@ export interface SignRequest {
1033
1051
  MessageType?: MessageType | string;
1034
1052
  GrantTokens?: string[];
1035
1053
  SigningAlgorithm: SigningAlgorithmSpec | string | undefined;
1054
+ DryRun?: boolean;
1036
1055
  }
1037
1056
  export interface SignResponse {
1038
1057
  KeyId?: string;
@@ -1078,6 +1097,7 @@ export interface VerifyRequest {
1078
1097
  Signature: Uint8Array | undefined;
1079
1098
  SigningAlgorithm: SigningAlgorithmSpec | string | undefined;
1080
1099
  GrantTokens?: string[];
1100
+ DryRun?: boolean;
1081
1101
  }
1082
1102
  export interface VerifyResponse {
1083
1103
  KeyId?: string;
@@ -1090,6 +1110,7 @@ export interface VerifyMacRequest {
1090
1110
  MacAlgorithm: MacAlgorithmSpec | string | undefined;
1091
1111
  Mac: Uint8Array | undefined;
1092
1112
  GrantTokens?: string[];
1113
+ DryRun?: boolean;
1093
1114
  }
1094
1115
  export interface VerifyMacResponse {
1095
1116
  KeyId?: string;
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import {
3
3
  DescribeCustomKeyStoresCommandInput,
4
4
  DescribeCustomKeyStoresCommandOutput,
@@ -1,4 +1,4 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
1
+ import { PaginationConfiguration } from "@smithy/types";
2
2
  import { KMSClient } from "../KMSClient";
3
3
  export interface KMSPaginationConfiguration extends PaginationConfiguration {
4
4
  client: KMSClient;
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import {
3
3
  ListAliasesCommandInput,
4
4
  ListAliasesCommandOutput,
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import {
3
3
  ListGrantsCommandInput,
4
4
  ListGrantsCommandOutput,
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import {
3
3
  ListKeyPoliciesCommandInput,
4
4
  ListKeyPoliciesCommandOutput,
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import {
3
3
  ListKeysCommandInput,
4
4
  ListKeysCommandOutput,
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import {
3
3
  ListResourceTagsCommandInput,
4
4
  ListResourceTagsCommandOutput,
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import {
3
3
  ListRetirableGrantsCommandInput,
4
4
  ListRetirableGrantsCommandOutput,
@@ -1,94 +1,89 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
1
+ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
2
  import { KMSClientConfig } from "./KMSClient";
3
3
  export declare const getRuntimeConfig: (config: KMSClientConfig) => {
4
4
  runtime: string;
5
- defaultsMode: import("@aws-sdk/types").Provider<
6
- import("@aws-sdk/smithy-client").ResolvedDefaultsMode
5
+ defaultsMode: import("@smithy/types").Provider<
6
+ import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
8
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider: (
10
10
  input: any
11
11
  ) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
12
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<
13
- import("@aws-sdk/types").UserAgent
12
+ defaultUserAgentProvider: import("@smithy/types").Provider<
13
+ import("@smithy/types").UserAgent
14
14
  >;
15
- maxAttempts: (number | import("@smithy/types").Provider<number>) &
16
- (number | import("@aws-sdk/types").Provider<number>);
17
- region: string | import("@aws-sdk/types").Provider<any>;
15
+ maxAttempts: number | import("@smithy/types").Provider<number>;
16
+ region: string | import("@smithy/types").Provider<any>;
18
17
  requestHandler:
19
- | (import("@aws-sdk/types").RequestHandler<
18
+ | (import("@smithy/types").RequestHandler<
20
19
  any,
21
20
  any,
22
- import("@aws-sdk/types").HttpHandlerOptions
21
+ import("@smithy/types").HttpHandlerOptions
23
22
  > &
24
23
  import("@smithy/protocol-http").HttpHandler)
25
24
  | RequestHandler;
26
25
  retryMode: string | import("@smithy/types").Provider<string>;
27
- sha256: import("@aws-sdk/types").HashConstructor;
26
+ sha256: import("@smithy/types").HashConstructor;
28
27
  streamCollector: import("@smithy/types").StreamCollector;
29
- useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
30
- (boolean | import("@aws-sdk/types").Provider<boolean>);
31
- useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
32
- (boolean | import("@aws-sdk/types").Provider<boolean>);
28
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
29
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
33
30
  apiVersion: string;
34
- urlParser: import("@aws-sdk/types").UrlParser;
31
+ urlParser: import("@smithy/types").UrlParser;
35
32
  base64Decoder: import("@smithy/types").Decoder;
36
33
  base64Encoder: import("@smithy/types").Encoder;
37
34
  utf8Decoder: import("@smithy/types").Decoder;
38
35
  utf8Encoder: import("@smithy/types").Encoder;
39
36
  disableHostPrefix: boolean;
40
37
  serviceId: string;
41
- logger: import("@aws-sdk/types").Logger;
38
+ logger: import("@smithy/types").Logger;
42
39
  endpoint?:
43
40
  | ((
44
41
  | string
45
- | import("@aws-sdk/types").Endpoint
46
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
47
- | import("@aws-sdk/types").EndpointV2
48
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
42
+ | import("@smithy/types").Endpoint
43
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
44
+ | import("@smithy/types").EndpointV2
45
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
49
46
  ) &
50
47
  (
51
48
  | string
52
49
  | import("@smithy/types").Provider<string>
53
50
  | import("@smithy/types").Endpoint
54
51
  | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
55
- | import("@aws-sdk/types").EndpointV2
56
- | import("@smithy/types").Provider<
57
- import("@aws-sdk/types").EndpointV2
58
- >
52
+ | import("@smithy/types").EndpointV2
53
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
59
54
  ))
60
55
  | undefined;
61
56
  endpointProvider: (
62
57
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
63
58
  context?: {
64
- logger?: import("@aws-sdk/types").Logger | undefined;
59
+ logger?: import("@smithy/types").Logger | undefined;
65
60
  }
66
- ) => import("@aws-sdk/types").EndpointV2;
61
+ ) => import("@smithy/types").EndpointV2;
67
62
  tls?: boolean | undefined;
68
63
  retryStrategy?:
69
- | import("@aws-sdk/types").RetryStrategy
70
- | import("@aws-sdk/types").RetryStrategyV2
64
+ | import("@smithy/types").RetryStrategy
65
+ | import("@smithy/types").RetryStrategyV2
71
66
  | undefined;
72
67
  credentials?:
73
- | import("@aws-sdk/types").AwsCredentialIdentity
74
- | import("@aws-sdk/types").Provider<
75
- import("@aws-sdk/types").AwsCredentialIdentity
68
+ | import("@smithy/types").AwsCredentialIdentity
69
+ | import("@smithy/types").Provider<
70
+ import("@smithy/types").AwsCredentialIdentity
76
71
  >
77
72
  | undefined;
78
73
  signer?:
79
- | import("@aws-sdk/types").RequestSigner
74
+ | import("@smithy/types").RequestSigner
80
75
  | ((
81
- authScheme?: import("@aws-sdk/types").AuthScheme | undefined
82
- ) => Promise<import("@aws-sdk/types").RequestSigner>)
76
+ authScheme?: import("@smithy/types").AuthScheme | undefined
77
+ ) => Promise<import("@smithy/types").RequestSigner>)
83
78
  | undefined;
84
79
  signingEscapePath?: boolean | undefined;
85
80
  systemClockOffset?: number | undefined;
86
81
  signingRegion?: string | undefined;
87
82
  signerConstructor?:
88
83
  | (new (
89
- options: import("@aws-sdk/signature-v4").SignatureV4Init &
90
- import("@aws-sdk/signature-v4").SignatureV4CryptoInit
91
- ) => import("@aws-sdk/types").RequestSigner)
84
+ options: import("@smithy/signature-v4").SignatureV4Init &
85
+ import("@smithy/signature-v4").SignatureV4CryptoInit
86
+ ) => import("@smithy/types").RequestSigner)
92
87
  | undefined;
93
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
88
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
94
89
  };
@@ -1,91 +1,89 @@
1
- import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
1
+ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
2
2
  import { KMSClientConfig } from "./KMSClient";
3
3
  export declare const getRuntimeConfig: (config: KMSClientConfig) => {
4
4
  runtime: string;
5
- defaultsMode: import("@aws-sdk/types").Provider<
6
- import("@aws-sdk/smithy-client").ResolvedDefaultsMode
5
+ defaultsMode: import("@smithy/types").Provider<
6
+ import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
8
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider: (
10
10
  input: any
11
11
  ) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
12
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<
13
- import("@aws-sdk/types").UserAgent
12
+ defaultUserAgentProvider: import("@smithy/types").Provider<
13
+ import("@smithy/types").UserAgent
14
14
  >;
15
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
16
- region: string | import("@aws-sdk/types").Provider<string>;
15
+ maxAttempts: number | import("@smithy/types").Provider<number>;
16
+ region: string | import("@smithy/types").Provider<string>;
17
17
  requestHandler:
18
- | (import("@aws-sdk/types").RequestHandler<
18
+ | (import("@smithy/types").RequestHandler<
19
19
  any,
20
20
  any,
21
- import("@aws-sdk/types").HttpHandlerOptions
21
+ import("@smithy/types").HttpHandlerOptions
22
22
  > &
23
23
  import("@smithy/protocol-http").HttpHandler)
24
24
  | RequestHandler;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
26
- sha256: import("@aws-sdk/types").HashConstructor;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  streamCollector: import("@smithy/types").StreamCollector;
28
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
29
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
28
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
29
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
30
30
  apiVersion: string;
31
- urlParser: import("@aws-sdk/types").UrlParser;
31
+ urlParser: import("@smithy/types").UrlParser;
32
32
  base64Decoder: import("@smithy/types").Decoder;
33
33
  base64Encoder: import("@smithy/types").Encoder;
34
34
  utf8Decoder: import("@smithy/types").Decoder;
35
35
  utf8Encoder: import("@smithy/types").Encoder;
36
36
  disableHostPrefix: boolean;
37
37
  serviceId: string;
38
- logger: import("@aws-sdk/types").Logger;
38
+ logger: import("@smithy/types").Logger;
39
39
  endpoint?:
40
40
  | ((
41
41
  | string
42
- | import("@aws-sdk/types").Endpoint
43
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
44
- | import("@aws-sdk/types").EndpointV2
45
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
42
+ | import("@smithy/types").Endpoint
43
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
44
+ | import("@smithy/types").EndpointV2
45
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
46
46
  ) &
47
47
  (
48
48
  | string
49
49
  | import("@smithy/types").Provider<string>
50
50
  | import("@smithy/types").Endpoint
51
51
  | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
52
- | import("@aws-sdk/types").EndpointV2
53
- | import("@smithy/types").Provider<
54
- import("@aws-sdk/types").EndpointV2
55
- >
52
+ | import("@smithy/types").EndpointV2
53
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
56
54
  ))
57
55
  | undefined;
58
56
  endpointProvider: (
59
57
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
60
58
  context?: {
61
- logger?: import("@aws-sdk/types").Logger | undefined;
59
+ logger?: import("@smithy/types").Logger | undefined;
62
60
  }
63
- ) => import("@aws-sdk/types").EndpointV2;
61
+ ) => import("@smithy/types").EndpointV2;
64
62
  tls?: boolean | undefined;
65
63
  retryStrategy?:
66
- | import("@aws-sdk/types").RetryStrategy
67
- | import("@aws-sdk/types").RetryStrategyV2
64
+ | import("@smithy/types").RetryStrategy
65
+ | import("@smithy/types").RetryStrategyV2
68
66
  | undefined;
69
67
  credentials?:
70
- | import("@aws-sdk/types").AwsCredentialIdentity
71
- | import("@aws-sdk/types").Provider<
72
- import("@aws-sdk/types").AwsCredentialIdentity
68
+ | import("@smithy/types").AwsCredentialIdentity
69
+ | import("@smithy/types").Provider<
70
+ import("@smithy/types").AwsCredentialIdentity
73
71
  >
74
72
  | undefined;
75
73
  signer?:
76
- | import("@aws-sdk/types").RequestSigner
74
+ | import("@smithy/types").RequestSigner
77
75
  | ((
78
- authScheme?: import("@aws-sdk/types").AuthScheme | undefined
79
- ) => Promise<import("@aws-sdk/types").RequestSigner>)
76
+ authScheme?: import("@smithy/types").AuthScheme | undefined
77
+ ) => Promise<import("@smithy/types").RequestSigner>)
80
78
  | undefined;
81
79
  signingEscapePath?: boolean | undefined;
82
80
  systemClockOffset?: number | undefined;
83
81
  signingRegion?: string | undefined;
84
82
  signerConstructor?:
85
83
  | (new (
86
- options: import("@aws-sdk/signature-v4").SignatureV4Init &
87
- import("@aws-sdk/signature-v4").SignatureV4CryptoInit
88
- ) => import("@aws-sdk/types").RequestSigner)
84
+ options: import("@smithy/signature-v4").SignatureV4Init &
85
+ import("@smithy/signature-v4").SignatureV4CryptoInit
86
+ ) => import("@smithy/types").RequestSigner)
89
87
  | undefined;
90
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
88
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
91
89
  };
@@ -1,18 +1,18 @@
1
1
  import { KMSClientConfig } from "./KMSClient";
2
2
  export declare const getRuntimeConfig: (config: KMSClientConfig) => {
3
3
  runtime: string;
4
- sha256: import("@aws-sdk/types").HashConstructor;
4
+ sha256: import("@smithy/types").HashConstructor;
5
5
  requestHandler:
6
- | (import("@aws-sdk/types").RequestHandler<
6
+ | (import("@smithy/types").RequestHandler<
7
7
  any,
8
8
  any,
9
- import("@aws-sdk/types").HttpHandlerOptions
9
+ import("@smithy/types").HttpHandlerOptions
10
10
  > &
11
11
  import("@smithy/protocol-http").HttpHandler)
12
- | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
12
+ | import("@smithy/fetch-http-handler").FetchHttpHandler;
13
13
  apiVersion: string;
14
- urlParser: import("@aws-sdk/types").UrlParser;
15
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
14
+ urlParser: import("@smithy/types").UrlParser;
15
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
16
16
  streamCollector: import("@smithy/types").StreamCollector;
17
17
  base64Decoder: import("@smithy/types").Decoder;
18
18
  base64Encoder: import("@smithy/types").Encoder;
@@ -20,66 +20,61 @@ export declare const getRuntimeConfig: (config: KMSClientConfig) => {
20
20
  utf8Encoder: import("@smithy/types").Encoder;
21
21
  disableHostPrefix: boolean;
22
22
  serviceId: string;
23
- useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
24
- (boolean | import("@aws-sdk/types").Provider<boolean>);
25
- useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
26
- (boolean | import("@aws-sdk/types").Provider<boolean>);
27
- region: string | import("@aws-sdk/types").Provider<any>;
23
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
24
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
25
+ region: string | import("@smithy/types").Provider<any>;
28
26
  credentialDefaultProvider: (
29
27
  input: any
30
28
  ) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
31
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<
32
- import("@aws-sdk/types").UserAgent
29
+ defaultUserAgentProvider: import("@smithy/types").Provider<
30
+ import("@smithy/types").UserAgent
33
31
  >;
34
- maxAttempts: (number | import("@smithy/types").Provider<number>) &
35
- (number | import("@aws-sdk/types").Provider<number>);
32
+ maxAttempts: number | import("@smithy/types").Provider<number>;
36
33
  retryMode: string | import("@smithy/types").Provider<string>;
37
- logger: import("@aws-sdk/types").Logger;
34
+ logger: import("@smithy/types").Logger;
38
35
  defaultsMode:
39
- | import("@aws-sdk/smithy-client").DefaultsMode
36
+ | import("@smithy/smithy-client").DefaultsMode
40
37
  | import("@smithy/types").Provider<
41
- import("@aws-sdk/smithy-client").DefaultsMode
38
+ import("@smithy/smithy-client").DefaultsMode
42
39
  >;
43
40
  endpoint?:
44
41
  | string
45
- | import("@aws-sdk/types").EndpointV2
46
- | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> &
47
- import("@smithy/types").Provider<import("@smithy/types").Endpoint>)
48
- | (import("@aws-sdk/types").Endpoint & import("@smithy/types").Endpoint)
49
- | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
50
- import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>)
42
+ | import("@smithy/types").Endpoint
43
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
44
+ | import("@smithy/types").EndpointV2
45
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
51
46
  | undefined;
52
47
  endpointProvider: (
53
48
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
54
49
  context?: {
55
- logger?: import("@aws-sdk/types").Logger | undefined;
50
+ logger?: import("@smithy/types").Logger | undefined;
56
51
  }
57
- ) => import("@aws-sdk/types").EndpointV2;
52
+ ) => import("@smithy/types").EndpointV2;
58
53
  tls?: boolean | undefined;
59
54
  retryStrategy?:
60
- | import("@aws-sdk/types").RetryStrategy
61
- | import("@aws-sdk/types").RetryStrategyV2
55
+ | import("@smithy/types").RetryStrategy
56
+ | import("@smithy/types").RetryStrategyV2
62
57
  | undefined;
63
58
  credentials?:
64
- | import("@aws-sdk/types").AwsCredentialIdentity
65
- | import("@aws-sdk/types").Provider<
66
- import("@aws-sdk/types").AwsCredentialIdentity
59
+ | import("@smithy/types").AwsCredentialIdentity
60
+ | import("@smithy/types").Provider<
61
+ import("@smithy/types").AwsCredentialIdentity
67
62
  >
68
63
  | undefined;
69
64
  signer?:
70
- | import("@aws-sdk/types").RequestSigner
65
+ | import("@smithy/types").RequestSigner
71
66
  | ((
72
- authScheme?: import("@aws-sdk/types").AuthScheme | undefined
73
- ) => Promise<import("@aws-sdk/types").RequestSigner>)
67
+ authScheme?: import("@smithy/types").AuthScheme | undefined
68
+ ) => Promise<import("@smithy/types").RequestSigner>)
74
69
  | undefined;
75
70
  signingEscapePath?: boolean | undefined;
76
71
  systemClockOffset?: number | undefined;
77
72
  signingRegion?: string | undefined;
78
73
  signerConstructor?:
79
74
  | (new (
80
- options: import("@aws-sdk/signature-v4").SignatureV4Init &
81
- import("@aws-sdk/signature-v4").SignatureV4CryptoInit
82
- ) => import("@aws-sdk/types").RequestSigner)
75
+ options: import("@smithy/signature-v4").SignatureV4Init &
76
+ import("@smithy/signature-v4").SignatureV4CryptoInit
77
+ ) => import("@smithy/types").RequestSigner)
83
78
  | undefined;
84
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
79
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
85
80
  };
@@ -7,12 +7,12 @@ export declare const getRuntimeConfig: (config: KMSClientConfig) => {
7
7
  endpointProvider: (
8
8
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
9
9
  context?: {
10
- logger?: import("@aws-sdk/types").Logger | undefined;
10
+ logger?: import("@smithy/types").Logger | undefined;
11
11
  }
12
- ) => import("@aws-sdk/types").EndpointV2;
13
- logger: import("@aws-sdk/types").Logger;
12
+ ) => import("@smithy/types").EndpointV2;
13
+ logger: import("@smithy/types").Logger;
14
14
  serviceId: string;
15
- urlParser: import("@aws-sdk/types").UrlParser;
15
+ urlParser: import("@smithy/types").UrlParser;
16
16
  utf8Decoder: import("@smithy/types").Decoder;
17
17
  utf8Encoder: import("@smithy/types").Encoder;
18
18
  };