@aws-sdk/client-kms 3.303.0 → 3.309.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 (105) hide show
  1. package/dist-cjs/commands/CancelKeyDeletionCommand.js +2 -2
  2. package/dist-cjs/commands/ConnectCustomKeyStoreCommand.js +2 -2
  3. package/dist-cjs/commands/CreateAliasCommand.js +2 -2
  4. package/dist-cjs/commands/CreateCustomKeyStoreCommand.js +2 -2
  5. package/dist-cjs/commands/CreateGrantCommand.js +2 -2
  6. package/dist-cjs/commands/CreateKeyCommand.js +2 -2
  7. package/dist-cjs/commands/DecryptCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteAliasCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteCustomKeyStoreCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteImportedKeyMaterialCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeCustomKeyStoresCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeKeyCommand.js +2 -2
  13. package/dist-cjs/commands/DisableKeyCommand.js +2 -2
  14. package/dist-cjs/commands/DisableKeyRotationCommand.js +2 -2
  15. package/dist-cjs/commands/DisconnectCustomKeyStoreCommand.js +2 -2
  16. package/dist-cjs/commands/EnableKeyCommand.js +2 -2
  17. package/dist-cjs/commands/EnableKeyRotationCommand.js +2 -2
  18. package/dist-cjs/commands/EncryptCommand.js +2 -2
  19. package/dist-cjs/commands/GenerateDataKeyCommand.js +2 -2
  20. package/dist-cjs/commands/GenerateDataKeyPairCommand.js +2 -2
  21. package/dist-cjs/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +2 -2
  22. package/dist-cjs/commands/GenerateDataKeyWithoutPlaintextCommand.js +2 -2
  23. package/dist-cjs/commands/GenerateMacCommand.js +2 -2
  24. package/dist-cjs/commands/GenerateRandomCommand.js +2 -2
  25. package/dist-cjs/commands/GetKeyPolicyCommand.js +2 -2
  26. package/dist-cjs/commands/GetKeyRotationStatusCommand.js +2 -2
  27. package/dist-cjs/commands/GetParametersForImportCommand.js +2 -2
  28. package/dist-cjs/commands/GetPublicKeyCommand.js +2 -2
  29. package/dist-cjs/commands/ImportKeyMaterialCommand.js +2 -2
  30. package/dist-cjs/commands/ListAliasesCommand.js +2 -2
  31. package/dist-cjs/commands/ListGrantsCommand.js +2 -2
  32. package/dist-cjs/commands/ListKeyPoliciesCommand.js +2 -2
  33. package/dist-cjs/commands/ListKeysCommand.js +2 -2
  34. package/dist-cjs/commands/ListResourceTagsCommand.js +2 -2
  35. package/dist-cjs/commands/ListRetirableGrantsCommand.js +2 -2
  36. package/dist-cjs/commands/PutKeyPolicyCommand.js +2 -2
  37. package/dist-cjs/commands/ReEncryptCommand.js +2 -2
  38. package/dist-cjs/commands/ReplicateKeyCommand.js +2 -2
  39. package/dist-cjs/commands/RetireGrantCommand.js +2 -2
  40. package/dist-cjs/commands/RevokeGrantCommand.js +2 -2
  41. package/dist-cjs/commands/ScheduleKeyDeletionCommand.js +2 -2
  42. package/dist-cjs/commands/SignCommand.js +2 -2
  43. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  44. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  45. package/dist-cjs/commands/UpdateAliasCommand.js +2 -2
  46. package/dist-cjs/commands/UpdateCustomKeyStoreCommand.js +2 -2
  47. package/dist-cjs/commands/UpdateKeyDescriptionCommand.js +2 -2
  48. package/dist-cjs/commands/UpdatePrimaryRegionCommand.js +2 -2
  49. package/dist-cjs/commands/VerifyCommand.js +2 -2
  50. package/dist-cjs/commands/VerifyMacCommand.js +2 -2
  51. package/dist-cjs/protocols/Aws_json1_1.js +1052 -1064
  52. package/dist-es/commands/CancelKeyDeletionCommand.js +3 -3
  53. package/dist-es/commands/ConnectCustomKeyStoreCommand.js +3 -3
  54. package/dist-es/commands/CreateAliasCommand.js +3 -3
  55. package/dist-es/commands/CreateCustomKeyStoreCommand.js +3 -3
  56. package/dist-es/commands/CreateGrantCommand.js +3 -3
  57. package/dist-es/commands/CreateKeyCommand.js +3 -3
  58. package/dist-es/commands/DecryptCommand.js +3 -3
  59. package/dist-es/commands/DeleteAliasCommand.js +3 -3
  60. package/dist-es/commands/DeleteCustomKeyStoreCommand.js +3 -3
  61. package/dist-es/commands/DeleteImportedKeyMaterialCommand.js +3 -3
  62. package/dist-es/commands/DescribeCustomKeyStoresCommand.js +3 -3
  63. package/dist-es/commands/DescribeKeyCommand.js +3 -3
  64. package/dist-es/commands/DisableKeyCommand.js +3 -3
  65. package/dist-es/commands/DisableKeyRotationCommand.js +3 -3
  66. package/dist-es/commands/DisconnectCustomKeyStoreCommand.js +3 -3
  67. package/dist-es/commands/EnableKeyCommand.js +3 -3
  68. package/dist-es/commands/EnableKeyRotationCommand.js +3 -3
  69. package/dist-es/commands/EncryptCommand.js +3 -3
  70. package/dist-es/commands/GenerateDataKeyCommand.js +3 -3
  71. package/dist-es/commands/GenerateDataKeyPairCommand.js +3 -3
  72. package/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +3 -3
  73. package/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +3 -3
  74. package/dist-es/commands/GenerateMacCommand.js +3 -3
  75. package/dist-es/commands/GenerateRandomCommand.js +3 -3
  76. package/dist-es/commands/GetKeyPolicyCommand.js +3 -3
  77. package/dist-es/commands/GetKeyRotationStatusCommand.js +3 -3
  78. package/dist-es/commands/GetParametersForImportCommand.js +3 -3
  79. package/dist-es/commands/GetPublicKeyCommand.js +3 -3
  80. package/dist-es/commands/ImportKeyMaterialCommand.js +3 -3
  81. package/dist-es/commands/ListAliasesCommand.js +3 -3
  82. package/dist-es/commands/ListGrantsCommand.js +3 -3
  83. package/dist-es/commands/ListKeyPoliciesCommand.js +3 -3
  84. package/dist-es/commands/ListKeysCommand.js +3 -3
  85. package/dist-es/commands/ListResourceTagsCommand.js +3 -3
  86. package/dist-es/commands/ListRetirableGrantsCommand.js +3 -3
  87. package/dist-es/commands/PutKeyPolicyCommand.js +3 -3
  88. package/dist-es/commands/ReEncryptCommand.js +3 -3
  89. package/dist-es/commands/ReplicateKeyCommand.js +3 -3
  90. package/dist-es/commands/RetireGrantCommand.js +3 -3
  91. package/dist-es/commands/RevokeGrantCommand.js +3 -3
  92. package/dist-es/commands/ScheduleKeyDeletionCommand.js +3 -3
  93. package/dist-es/commands/SignCommand.js +3 -3
  94. package/dist-es/commands/TagResourceCommand.js +3 -3
  95. package/dist-es/commands/UntagResourceCommand.js +3 -3
  96. package/dist-es/commands/UpdateAliasCommand.js +3 -3
  97. package/dist-es/commands/UpdateCustomKeyStoreCommand.js +3 -3
  98. package/dist-es/commands/UpdateKeyDescriptionCommand.js +3 -3
  99. package/dist-es/commands/UpdatePrimaryRegionCommand.js +3 -3
  100. package/dist-es/commands/VerifyCommand.js +3 -3
  101. package/dist-es/commands/VerifyMacCommand.js +3 -3
  102. package/dist-es/protocols/Aws_json1_1.js +950 -962
  103. package/dist-types/protocols/Aws_json1_1.d.ts +400 -100
  104. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +100 -100
  105. package/package.json +29 -29
@@ -50,103 +50,403 @@ import { UpdateKeyDescriptionCommandInput, UpdateKeyDescriptionCommandOutput } f
50
50
  import { UpdatePrimaryRegionCommandInput, UpdatePrimaryRegionCommandOutput } from "../commands/UpdatePrimaryRegionCommand";
51
51
  import { VerifyCommandInput, VerifyCommandOutput } from "../commands/VerifyCommand";
52
52
  import { VerifyMacCommandInput, VerifyMacCommandOutput } from "../commands/VerifyMacCommand";
53
- export declare const serializeAws_json1_1CancelKeyDeletionCommand: (input: CancelKeyDeletionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_1ConnectCustomKeyStoreCommand: (input: ConnectCustomKeyStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_json1_1CreateAliasCommand: (input: CreateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_1CreateCustomKeyStoreCommand: (input: CreateCustomKeyStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_1CreateGrantCommand: (input: CreateGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_1CreateKeyCommand: (input: CreateKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_1DecryptCommand: (input: DecryptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_1DeleteAliasCommand: (input: DeleteAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_1DeleteCustomKeyStoreCommand: (input: DeleteCustomKeyStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1DeleteImportedKeyMaterialCommand: (input: DeleteImportedKeyMaterialCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_1DescribeCustomKeyStoresCommand: (input: DescribeCustomKeyStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1DescribeKeyCommand: (input: DescribeKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1DisableKeyCommand: (input: DisableKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1DisableKeyRotationCommand: (input: DisableKeyRotationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1DisconnectCustomKeyStoreCommand: (input: DisconnectCustomKeyStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1EnableKeyCommand: (input: EnableKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1EnableKeyRotationCommand: (input: EnableKeyRotationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1EncryptCommand: (input: EncryptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1GenerateDataKeyCommand: (input: GenerateDataKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1GenerateDataKeyPairCommand: (input: GenerateDataKeyPairCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1GenerateDataKeyPairWithoutPlaintextCommand: (input: GenerateDataKeyPairWithoutPlaintextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1GenerateDataKeyWithoutPlaintextCommand: (input: GenerateDataKeyWithoutPlaintextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1GenerateMacCommand: (input: GenerateMacCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1GenerateRandomCommand: (input: GenerateRandomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1GetKeyPolicyCommand: (input: GetKeyPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1GetKeyRotationStatusCommand: (input: GetKeyRotationStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1GetParametersForImportCommand: (input: GetParametersForImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1GetPublicKeyCommand: (input: GetPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_1ImportKeyMaterialCommand: (input: ImportKeyMaterialCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1ListAliasesCommand: (input: ListAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_1ListGrantsCommand: (input: ListGrantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_1ListKeyPoliciesCommand: (input: ListKeyPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_json1_1ListKeysCommand: (input: ListKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_1ListResourceTagsCommand: (input: ListResourceTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_json1_1ListRetirableGrantsCommand: (input: ListRetirableGrantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_1PutKeyPolicyCommand: (input: PutKeyPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_1ReEncryptCommand: (input: ReEncryptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1ReplicateKeyCommand: (input: ReplicateKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_json1_1RetireGrantCommand: (input: RetireGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_json1_1RevokeGrantCommand: (input: RevokeGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_json1_1ScheduleKeyDeletionCommand: (input: ScheduleKeyDeletionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1SignCommand: (input: SignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_json1_1UpdateAliasCommand: (input: UpdateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_1UpdateCustomKeyStoreCommand: (input: UpdateCustomKeyStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_json1_1UpdateKeyDescriptionCommand: (input: UpdateKeyDescriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_json1_1UpdatePrimaryRegionCommand: (input: UpdatePrimaryRegionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_json1_1VerifyCommand: (input: VerifyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_json1_1VerifyMacCommand: (input: VerifyMacCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const deserializeAws_json1_1CancelKeyDeletionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelKeyDeletionCommandOutput>;
104
- export declare const deserializeAws_json1_1ConnectCustomKeyStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConnectCustomKeyStoreCommandOutput>;
105
- export declare const deserializeAws_json1_1CreateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAliasCommandOutput>;
106
- export declare const deserializeAws_json1_1CreateCustomKeyStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomKeyStoreCommandOutput>;
107
- export declare const deserializeAws_json1_1CreateGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGrantCommandOutput>;
108
- export declare const deserializeAws_json1_1CreateKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKeyCommandOutput>;
109
- export declare const deserializeAws_json1_1DecryptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DecryptCommandOutput>;
110
- export declare const deserializeAws_json1_1DeleteAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAliasCommandOutput>;
111
- export declare const deserializeAws_json1_1DeleteCustomKeyStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomKeyStoreCommandOutput>;
112
- export declare const deserializeAws_json1_1DeleteImportedKeyMaterialCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImportedKeyMaterialCommandOutput>;
113
- export declare const deserializeAws_json1_1DescribeCustomKeyStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomKeyStoresCommandOutput>;
114
- export declare const deserializeAws_json1_1DescribeKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeKeyCommandOutput>;
115
- export declare const deserializeAws_json1_1DisableKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableKeyCommandOutput>;
116
- export declare const deserializeAws_json1_1DisableKeyRotationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableKeyRotationCommandOutput>;
117
- export declare const deserializeAws_json1_1DisconnectCustomKeyStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisconnectCustomKeyStoreCommandOutput>;
118
- export declare const deserializeAws_json1_1EnableKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableKeyCommandOutput>;
119
- export declare const deserializeAws_json1_1EnableKeyRotationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableKeyRotationCommandOutput>;
120
- export declare const deserializeAws_json1_1EncryptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EncryptCommandOutput>;
121
- export declare const deserializeAws_json1_1GenerateDataKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateDataKeyCommandOutput>;
122
- export declare const deserializeAws_json1_1GenerateDataKeyPairCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateDataKeyPairCommandOutput>;
123
- export declare const deserializeAws_json1_1GenerateDataKeyPairWithoutPlaintextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateDataKeyPairWithoutPlaintextCommandOutput>;
124
- export declare const deserializeAws_json1_1GenerateDataKeyWithoutPlaintextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateDataKeyWithoutPlaintextCommandOutput>;
125
- export declare const deserializeAws_json1_1GenerateMacCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateMacCommandOutput>;
126
- export declare const deserializeAws_json1_1GenerateRandomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateRandomCommandOutput>;
127
- export declare const deserializeAws_json1_1GetKeyPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetKeyPolicyCommandOutput>;
128
- export declare const deserializeAws_json1_1GetKeyRotationStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetKeyRotationStatusCommandOutput>;
129
- export declare const deserializeAws_json1_1GetParametersForImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetParametersForImportCommandOutput>;
130
- export declare const deserializeAws_json1_1GetPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPublicKeyCommandOutput>;
131
- export declare const deserializeAws_json1_1ImportKeyMaterialCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportKeyMaterialCommandOutput>;
132
- export declare const deserializeAws_json1_1ListAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAliasesCommandOutput>;
133
- export declare const deserializeAws_json1_1ListGrantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGrantsCommandOutput>;
134
- export declare const deserializeAws_json1_1ListKeyPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKeyPoliciesCommandOutput>;
135
- export declare const deserializeAws_json1_1ListKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKeysCommandOutput>;
136
- export declare const deserializeAws_json1_1ListResourceTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceTagsCommandOutput>;
137
- export declare const deserializeAws_json1_1ListRetirableGrantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRetirableGrantsCommandOutput>;
138
- export declare const deserializeAws_json1_1PutKeyPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutKeyPolicyCommandOutput>;
139
- export declare const deserializeAws_json1_1ReEncryptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReEncryptCommandOutput>;
140
- export declare const deserializeAws_json1_1ReplicateKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReplicateKeyCommandOutput>;
141
- export declare const deserializeAws_json1_1RetireGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetireGrantCommandOutput>;
142
- export declare const deserializeAws_json1_1RevokeGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeGrantCommandOutput>;
143
- export declare const deserializeAws_json1_1ScheduleKeyDeletionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ScheduleKeyDeletionCommandOutput>;
144
- export declare const deserializeAws_json1_1SignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SignCommandOutput>;
145
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
146
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
147
- export declare const deserializeAws_json1_1UpdateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAliasCommandOutput>;
148
- export declare const deserializeAws_json1_1UpdateCustomKeyStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomKeyStoreCommandOutput>;
149
- export declare const deserializeAws_json1_1UpdateKeyDescriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateKeyDescriptionCommandOutput>;
150
- export declare const deserializeAws_json1_1UpdatePrimaryRegionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePrimaryRegionCommandOutput>;
151
- export declare const deserializeAws_json1_1VerifyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VerifyCommandOutput>;
152
- export declare const deserializeAws_json1_1VerifyMacCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VerifyMacCommandOutput>;
53
+ /**
54
+ * serializeAws_json1_1CancelKeyDeletionCommand
55
+ */
56
+ export declare const se_CancelKeyDeletionCommand: (input: CancelKeyDeletionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ /**
58
+ * serializeAws_json1_1ConnectCustomKeyStoreCommand
59
+ */
60
+ export declare const se_ConnectCustomKeyStoreCommand: (input: ConnectCustomKeyStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
+ /**
62
+ * serializeAws_json1_1CreateAliasCommand
63
+ */
64
+ export declare const se_CreateAliasCommand: (input: CreateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ /**
66
+ * serializeAws_json1_1CreateCustomKeyStoreCommand
67
+ */
68
+ export declare const se_CreateCustomKeyStoreCommand: (input: CreateCustomKeyStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
+ /**
70
+ * serializeAws_json1_1CreateGrantCommand
71
+ */
72
+ export declare const se_CreateGrantCommand: (input: CreateGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
+ /**
74
+ * serializeAws_json1_1CreateKeyCommand
75
+ */
76
+ export declare const se_CreateKeyCommand: (input: CreateKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
+ /**
78
+ * serializeAws_json1_1DecryptCommand
79
+ */
80
+ export declare const se_DecryptCommand: (input: DecryptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
+ /**
82
+ * serializeAws_json1_1DeleteAliasCommand
83
+ */
84
+ export declare const se_DeleteAliasCommand: (input: DeleteAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ /**
86
+ * serializeAws_json1_1DeleteCustomKeyStoreCommand
87
+ */
88
+ export declare const se_DeleteCustomKeyStoreCommand: (input: DeleteCustomKeyStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
+ /**
90
+ * serializeAws_json1_1DeleteImportedKeyMaterialCommand
91
+ */
92
+ export declare const se_DeleteImportedKeyMaterialCommand: (input: DeleteImportedKeyMaterialCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ /**
94
+ * serializeAws_json1_1DescribeCustomKeyStoresCommand
95
+ */
96
+ export declare const se_DescribeCustomKeyStoresCommand: (input: DescribeCustomKeyStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
+ /**
98
+ * serializeAws_json1_1DescribeKeyCommand
99
+ */
100
+ export declare const se_DescribeKeyCommand: (input: DescribeKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
+ /**
102
+ * serializeAws_json1_1DisableKeyCommand
103
+ */
104
+ export declare const se_DisableKeyCommand: (input: DisableKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
+ /**
106
+ * serializeAws_json1_1DisableKeyRotationCommand
107
+ */
108
+ export declare const se_DisableKeyRotationCommand: (input: DisableKeyRotationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
+ /**
110
+ * serializeAws_json1_1DisconnectCustomKeyStoreCommand
111
+ */
112
+ export declare const se_DisconnectCustomKeyStoreCommand: (input: DisconnectCustomKeyStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
+ /**
114
+ * serializeAws_json1_1EnableKeyCommand
115
+ */
116
+ export declare const se_EnableKeyCommand: (input: EnableKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
+ /**
118
+ * serializeAws_json1_1EnableKeyRotationCommand
119
+ */
120
+ export declare const se_EnableKeyRotationCommand: (input: EnableKeyRotationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
+ /**
122
+ * serializeAws_json1_1EncryptCommand
123
+ */
124
+ export declare const se_EncryptCommand: (input: EncryptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
+ /**
126
+ * serializeAws_json1_1GenerateDataKeyCommand
127
+ */
128
+ export declare const se_GenerateDataKeyCommand: (input: GenerateDataKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
+ /**
130
+ * serializeAws_json1_1GenerateDataKeyPairCommand
131
+ */
132
+ export declare const se_GenerateDataKeyPairCommand: (input: GenerateDataKeyPairCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
+ /**
134
+ * serializeAws_json1_1GenerateDataKeyPairWithoutPlaintextCommand
135
+ */
136
+ export declare const se_GenerateDataKeyPairWithoutPlaintextCommand: (input: GenerateDataKeyPairWithoutPlaintextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
+ /**
138
+ * serializeAws_json1_1GenerateDataKeyWithoutPlaintextCommand
139
+ */
140
+ export declare const se_GenerateDataKeyWithoutPlaintextCommand: (input: GenerateDataKeyWithoutPlaintextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
+ /**
142
+ * serializeAws_json1_1GenerateMacCommand
143
+ */
144
+ export declare const se_GenerateMacCommand: (input: GenerateMacCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
+ /**
146
+ * serializeAws_json1_1GenerateRandomCommand
147
+ */
148
+ export declare const se_GenerateRandomCommand: (input: GenerateRandomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
+ /**
150
+ * serializeAws_json1_1GetKeyPolicyCommand
151
+ */
152
+ export declare const se_GetKeyPolicyCommand: (input: GetKeyPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
+ /**
154
+ * serializeAws_json1_1GetKeyRotationStatusCommand
155
+ */
156
+ export declare const se_GetKeyRotationStatusCommand: (input: GetKeyRotationStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
+ /**
158
+ * serializeAws_json1_1GetParametersForImportCommand
159
+ */
160
+ export declare const se_GetParametersForImportCommand: (input: GetParametersForImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
+ /**
162
+ * serializeAws_json1_1GetPublicKeyCommand
163
+ */
164
+ export declare const se_GetPublicKeyCommand: (input: GetPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
+ /**
166
+ * serializeAws_json1_1ImportKeyMaterialCommand
167
+ */
168
+ export declare const se_ImportKeyMaterialCommand: (input: ImportKeyMaterialCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
+ /**
170
+ * serializeAws_json1_1ListAliasesCommand
171
+ */
172
+ export declare const se_ListAliasesCommand: (input: ListAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
+ /**
174
+ * serializeAws_json1_1ListGrantsCommand
175
+ */
176
+ export declare const se_ListGrantsCommand: (input: ListGrantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
+ /**
178
+ * serializeAws_json1_1ListKeyPoliciesCommand
179
+ */
180
+ export declare const se_ListKeyPoliciesCommand: (input: ListKeyPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
+ /**
182
+ * serializeAws_json1_1ListKeysCommand
183
+ */
184
+ export declare const se_ListKeysCommand: (input: ListKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
+ /**
186
+ * serializeAws_json1_1ListResourceTagsCommand
187
+ */
188
+ export declare const se_ListResourceTagsCommand: (input: ListResourceTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
+ /**
190
+ * serializeAws_json1_1ListRetirableGrantsCommand
191
+ */
192
+ export declare const se_ListRetirableGrantsCommand: (input: ListRetirableGrantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
+ /**
194
+ * serializeAws_json1_1PutKeyPolicyCommand
195
+ */
196
+ export declare const se_PutKeyPolicyCommand: (input: PutKeyPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
+ /**
198
+ * serializeAws_json1_1ReEncryptCommand
199
+ */
200
+ export declare const se_ReEncryptCommand: (input: ReEncryptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
201
+ /**
202
+ * serializeAws_json1_1ReplicateKeyCommand
203
+ */
204
+ export declare const se_ReplicateKeyCommand: (input: ReplicateKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
205
+ /**
206
+ * serializeAws_json1_1RetireGrantCommand
207
+ */
208
+ export declare const se_RetireGrantCommand: (input: RetireGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
209
+ /**
210
+ * serializeAws_json1_1RevokeGrantCommand
211
+ */
212
+ export declare const se_RevokeGrantCommand: (input: RevokeGrantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
+ /**
214
+ * serializeAws_json1_1ScheduleKeyDeletionCommand
215
+ */
216
+ export declare const se_ScheduleKeyDeletionCommand: (input: ScheduleKeyDeletionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
217
+ /**
218
+ * serializeAws_json1_1SignCommand
219
+ */
220
+ export declare const se_SignCommand: (input: SignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
221
+ /**
222
+ * serializeAws_json1_1TagResourceCommand
223
+ */
224
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
+ /**
226
+ * serializeAws_json1_1UntagResourceCommand
227
+ */
228
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
229
+ /**
230
+ * serializeAws_json1_1UpdateAliasCommand
231
+ */
232
+ export declare const se_UpdateAliasCommand: (input: UpdateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
233
+ /**
234
+ * serializeAws_json1_1UpdateCustomKeyStoreCommand
235
+ */
236
+ export declare const se_UpdateCustomKeyStoreCommand: (input: UpdateCustomKeyStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
237
+ /**
238
+ * serializeAws_json1_1UpdateKeyDescriptionCommand
239
+ */
240
+ export declare const se_UpdateKeyDescriptionCommand: (input: UpdateKeyDescriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
241
+ /**
242
+ * serializeAws_json1_1UpdatePrimaryRegionCommand
243
+ */
244
+ export declare const se_UpdatePrimaryRegionCommand: (input: UpdatePrimaryRegionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
245
+ /**
246
+ * serializeAws_json1_1VerifyCommand
247
+ */
248
+ export declare const se_VerifyCommand: (input: VerifyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
249
+ /**
250
+ * serializeAws_json1_1VerifyMacCommand
251
+ */
252
+ export declare const se_VerifyMacCommand: (input: VerifyMacCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
253
+ /**
254
+ * deserializeAws_json1_1CancelKeyDeletionCommand
255
+ */
256
+ export declare const de_CancelKeyDeletionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelKeyDeletionCommandOutput>;
257
+ /**
258
+ * deserializeAws_json1_1ConnectCustomKeyStoreCommand
259
+ */
260
+ export declare const de_ConnectCustomKeyStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConnectCustomKeyStoreCommandOutput>;
261
+ /**
262
+ * deserializeAws_json1_1CreateAliasCommand
263
+ */
264
+ export declare const de_CreateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAliasCommandOutput>;
265
+ /**
266
+ * deserializeAws_json1_1CreateCustomKeyStoreCommand
267
+ */
268
+ export declare const de_CreateCustomKeyStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomKeyStoreCommandOutput>;
269
+ /**
270
+ * deserializeAws_json1_1CreateGrantCommand
271
+ */
272
+ export declare const de_CreateGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGrantCommandOutput>;
273
+ /**
274
+ * deserializeAws_json1_1CreateKeyCommand
275
+ */
276
+ export declare const de_CreateKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKeyCommandOutput>;
277
+ /**
278
+ * deserializeAws_json1_1DecryptCommand
279
+ */
280
+ export declare const de_DecryptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DecryptCommandOutput>;
281
+ /**
282
+ * deserializeAws_json1_1DeleteAliasCommand
283
+ */
284
+ export declare const de_DeleteAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAliasCommandOutput>;
285
+ /**
286
+ * deserializeAws_json1_1DeleteCustomKeyStoreCommand
287
+ */
288
+ export declare const de_DeleteCustomKeyStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomKeyStoreCommandOutput>;
289
+ /**
290
+ * deserializeAws_json1_1DeleteImportedKeyMaterialCommand
291
+ */
292
+ export declare const de_DeleteImportedKeyMaterialCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImportedKeyMaterialCommandOutput>;
293
+ /**
294
+ * deserializeAws_json1_1DescribeCustomKeyStoresCommand
295
+ */
296
+ export declare const de_DescribeCustomKeyStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomKeyStoresCommandOutput>;
297
+ /**
298
+ * deserializeAws_json1_1DescribeKeyCommand
299
+ */
300
+ export declare const de_DescribeKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeKeyCommandOutput>;
301
+ /**
302
+ * deserializeAws_json1_1DisableKeyCommand
303
+ */
304
+ export declare const de_DisableKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableKeyCommandOutput>;
305
+ /**
306
+ * deserializeAws_json1_1DisableKeyRotationCommand
307
+ */
308
+ export declare const de_DisableKeyRotationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableKeyRotationCommandOutput>;
309
+ /**
310
+ * deserializeAws_json1_1DisconnectCustomKeyStoreCommand
311
+ */
312
+ export declare const de_DisconnectCustomKeyStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisconnectCustomKeyStoreCommandOutput>;
313
+ /**
314
+ * deserializeAws_json1_1EnableKeyCommand
315
+ */
316
+ export declare const de_EnableKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableKeyCommandOutput>;
317
+ /**
318
+ * deserializeAws_json1_1EnableKeyRotationCommand
319
+ */
320
+ export declare const de_EnableKeyRotationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableKeyRotationCommandOutput>;
321
+ /**
322
+ * deserializeAws_json1_1EncryptCommand
323
+ */
324
+ export declare const de_EncryptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EncryptCommandOutput>;
325
+ /**
326
+ * deserializeAws_json1_1GenerateDataKeyCommand
327
+ */
328
+ export declare const de_GenerateDataKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateDataKeyCommandOutput>;
329
+ /**
330
+ * deserializeAws_json1_1GenerateDataKeyPairCommand
331
+ */
332
+ export declare const de_GenerateDataKeyPairCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateDataKeyPairCommandOutput>;
333
+ /**
334
+ * deserializeAws_json1_1GenerateDataKeyPairWithoutPlaintextCommand
335
+ */
336
+ export declare const de_GenerateDataKeyPairWithoutPlaintextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateDataKeyPairWithoutPlaintextCommandOutput>;
337
+ /**
338
+ * deserializeAws_json1_1GenerateDataKeyWithoutPlaintextCommand
339
+ */
340
+ export declare const de_GenerateDataKeyWithoutPlaintextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateDataKeyWithoutPlaintextCommandOutput>;
341
+ /**
342
+ * deserializeAws_json1_1GenerateMacCommand
343
+ */
344
+ export declare const de_GenerateMacCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateMacCommandOutput>;
345
+ /**
346
+ * deserializeAws_json1_1GenerateRandomCommand
347
+ */
348
+ export declare const de_GenerateRandomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateRandomCommandOutput>;
349
+ /**
350
+ * deserializeAws_json1_1GetKeyPolicyCommand
351
+ */
352
+ export declare const de_GetKeyPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetKeyPolicyCommandOutput>;
353
+ /**
354
+ * deserializeAws_json1_1GetKeyRotationStatusCommand
355
+ */
356
+ export declare const de_GetKeyRotationStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetKeyRotationStatusCommandOutput>;
357
+ /**
358
+ * deserializeAws_json1_1GetParametersForImportCommand
359
+ */
360
+ export declare const de_GetParametersForImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetParametersForImportCommandOutput>;
361
+ /**
362
+ * deserializeAws_json1_1GetPublicKeyCommand
363
+ */
364
+ export declare const de_GetPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPublicKeyCommandOutput>;
365
+ /**
366
+ * deserializeAws_json1_1ImportKeyMaterialCommand
367
+ */
368
+ export declare const de_ImportKeyMaterialCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportKeyMaterialCommandOutput>;
369
+ /**
370
+ * deserializeAws_json1_1ListAliasesCommand
371
+ */
372
+ export declare const de_ListAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAliasesCommandOutput>;
373
+ /**
374
+ * deserializeAws_json1_1ListGrantsCommand
375
+ */
376
+ export declare const de_ListGrantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGrantsCommandOutput>;
377
+ /**
378
+ * deserializeAws_json1_1ListKeyPoliciesCommand
379
+ */
380
+ export declare const de_ListKeyPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKeyPoliciesCommandOutput>;
381
+ /**
382
+ * deserializeAws_json1_1ListKeysCommand
383
+ */
384
+ export declare const de_ListKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKeysCommandOutput>;
385
+ /**
386
+ * deserializeAws_json1_1ListResourceTagsCommand
387
+ */
388
+ export declare const de_ListResourceTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceTagsCommandOutput>;
389
+ /**
390
+ * deserializeAws_json1_1ListRetirableGrantsCommand
391
+ */
392
+ export declare const de_ListRetirableGrantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRetirableGrantsCommandOutput>;
393
+ /**
394
+ * deserializeAws_json1_1PutKeyPolicyCommand
395
+ */
396
+ export declare const de_PutKeyPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutKeyPolicyCommandOutput>;
397
+ /**
398
+ * deserializeAws_json1_1ReEncryptCommand
399
+ */
400
+ export declare const de_ReEncryptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReEncryptCommandOutput>;
401
+ /**
402
+ * deserializeAws_json1_1ReplicateKeyCommand
403
+ */
404
+ export declare const de_ReplicateKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReplicateKeyCommandOutput>;
405
+ /**
406
+ * deserializeAws_json1_1RetireGrantCommand
407
+ */
408
+ export declare const de_RetireGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetireGrantCommandOutput>;
409
+ /**
410
+ * deserializeAws_json1_1RevokeGrantCommand
411
+ */
412
+ export declare const de_RevokeGrantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeGrantCommandOutput>;
413
+ /**
414
+ * deserializeAws_json1_1ScheduleKeyDeletionCommand
415
+ */
416
+ export declare const de_ScheduleKeyDeletionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ScheduleKeyDeletionCommandOutput>;
417
+ /**
418
+ * deserializeAws_json1_1SignCommand
419
+ */
420
+ export declare const de_SignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SignCommandOutput>;
421
+ /**
422
+ * deserializeAws_json1_1TagResourceCommand
423
+ */
424
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
425
+ /**
426
+ * deserializeAws_json1_1UntagResourceCommand
427
+ */
428
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
429
+ /**
430
+ * deserializeAws_json1_1UpdateAliasCommand
431
+ */
432
+ export declare const de_UpdateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAliasCommandOutput>;
433
+ /**
434
+ * deserializeAws_json1_1UpdateCustomKeyStoreCommand
435
+ */
436
+ export declare const de_UpdateCustomKeyStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomKeyStoreCommandOutput>;
437
+ /**
438
+ * deserializeAws_json1_1UpdateKeyDescriptionCommand
439
+ */
440
+ export declare const de_UpdateKeyDescriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateKeyDescriptionCommandOutput>;
441
+ /**
442
+ * deserializeAws_json1_1UpdatePrimaryRegionCommand
443
+ */
444
+ export declare const de_UpdatePrimaryRegionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePrimaryRegionCommandOutput>;
445
+ /**
446
+ * deserializeAws_json1_1VerifyCommand
447
+ */
448
+ export declare const de_VerifyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VerifyCommandOutput>;
449
+ /**
450
+ * deserializeAws_json1_1VerifyMacCommand
451
+ */
452
+ export declare const de_VerifyMacCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VerifyMacCommandOutput>;