@aws-sdk/client-acm-pca 3.32.0 → 3.36.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 (311) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/{dist/cjs → dist-cjs}/ACMPCA.js +0 -1
  3. package/{dist/cjs → dist-cjs}/ACMPCAClient.js +8 -9
  4. package/{dist/cjs → dist-cjs}/commands/CreateCertificateAuthorityAuditReportCommand.js +2 -3
  5. package/{dist/cjs → dist-cjs}/commands/CreateCertificateAuthorityCommand.js +2 -3
  6. package/{dist/cjs → dist-cjs}/commands/CreatePermissionCommand.js +2 -3
  7. package/{dist/cjs → dist-cjs}/commands/DeleteCertificateAuthorityCommand.js +2 -3
  8. package/{dist/cjs → dist-cjs}/commands/DeletePermissionCommand.js +2 -3
  9. package/{dist/cjs → dist-cjs}/commands/DeletePolicyCommand.js +2 -3
  10. package/{dist/cjs → dist-cjs}/commands/DescribeCertificateAuthorityAuditReportCommand.js +2 -3
  11. package/{dist/cjs → dist-cjs}/commands/DescribeCertificateAuthorityCommand.js +2 -3
  12. package/{dist/cjs → dist-cjs}/commands/GetCertificateAuthorityCertificateCommand.js +2 -3
  13. package/{dist/cjs → dist-cjs}/commands/GetCertificateAuthorityCsrCommand.js +2 -3
  14. package/{dist/cjs → dist-cjs}/commands/GetCertificateCommand.js +2 -3
  15. package/{dist/cjs → dist-cjs}/commands/GetPolicyCommand.js +2 -3
  16. package/{dist/cjs → dist-cjs}/commands/ImportCertificateAuthorityCertificateCommand.js +2 -3
  17. package/{dist/cjs → dist-cjs}/commands/IssueCertificateCommand.js +2 -3
  18. package/{dist/cjs → dist-cjs}/commands/ListCertificateAuthoritiesCommand.js +2 -3
  19. package/{dist/cjs → dist-cjs}/commands/ListPermissionsCommand.js +2 -3
  20. package/{dist/cjs → dist-cjs}/commands/ListTagsCommand.js +2 -3
  21. package/{dist/cjs → dist-cjs}/commands/PutPolicyCommand.js +2 -3
  22. package/{dist/cjs → dist-cjs}/commands/RestoreCertificateAuthorityCommand.js +2 -3
  23. package/{dist/cjs → dist-cjs}/commands/RevokeCertificateCommand.js +2 -3
  24. package/{dist/cjs → dist-cjs}/commands/TagCertificateAuthorityCommand.js +2 -3
  25. package/{dist/cjs → dist-cjs}/commands/UntagCertificateAuthorityCommand.js +2 -3
  26. package/{dist/cjs → dist-cjs}/commands/UpdateCertificateAuthorityCommand.js +2 -3
  27. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  28. package/{dist/cjs → dist-cjs}/index.js +0 -1
  29. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  30. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
  31. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  32. package/{dist/cjs → dist-cjs}/pagination/ListCertificateAuthoritiesPaginator.js +0 -1
  33. package/{dist/cjs → dist-cjs}/pagination/ListPermissionsPaginator.js +0 -1
  34. package/{dist/cjs → dist-cjs}/pagination/ListTagsPaginator.js +0 -1
  35. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -1
  36. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
  37. package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
  38. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
  39. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
  40. package/{dist/cjs → dist-cjs}/waiters/waitForAuditReportCreated.js +4 -5
  41. package/{dist/cjs → dist-cjs}/waiters/waitForCertificateAuthorityCSRCreated.js +2 -3
  42. package/{dist/cjs → dist-cjs}/waiters/waitForCertificateIssued.js +2 -3
  43. package/{dist/es → dist-es}/ACMPCA.js +1 -22
  44. package/{dist/es → dist-es}/ACMPCAClient.js +2 -28
  45. package/dist-es/commands/CreateCertificateAuthorityAuditReportCommand.js +39 -0
  46. package/dist-es/commands/CreateCertificateAuthorityCommand.js +39 -0
  47. package/dist-es/commands/CreatePermissionCommand.js +39 -0
  48. package/dist-es/commands/DeleteCertificateAuthorityCommand.js +39 -0
  49. package/dist-es/commands/DeletePermissionCommand.js +39 -0
  50. package/dist-es/commands/DeletePolicyCommand.js +39 -0
  51. package/{dist/es → dist-es}/commands/DescribeCertificateAuthorityAuditReportCommand.js +4 -33
  52. package/dist-es/commands/DescribeCertificateAuthorityCommand.js +39 -0
  53. package/{dist/es → dist-es}/commands/GetCertificateAuthorityCertificateCommand.js +4 -33
  54. package/{dist/es → dist-es}/commands/GetCertificateAuthorityCsrCommand.js +4 -34
  55. package/dist-es/commands/GetCertificateCommand.js +39 -0
  56. package/dist-es/commands/GetPolicyCommand.js +39 -0
  57. package/dist-es/commands/ImportCertificateAuthorityCertificateCommand.js +39 -0
  58. package/{dist/es → dist-es}/commands/IssueCertificateCommand.js +4 -37
  59. package/{dist/es → dist-es}/commands/ListCertificateAuthoritiesCommand.js +4 -30
  60. package/dist-es/commands/ListPermissionsCommand.js +39 -0
  61. package/{dist/es → dist-es}/commands/ListTagsCommand.js +4 -33
  62. package/dist-es/commands/PutPolicyCommand.js +39 -0
  63. package/dist-es/commands/RestoreCertificateAuthorityCommand.js +39 -0
  64. package/dist-es/commands/RevokeCertificateCommand.js +39 -0
  65. package/dist-es/commands/TagCertificateAuthorityCommand.js +39 -0
  66. package/{dist/es → dist-es}/commands/UntagCertificateAuthorityCommand.js +4 -34
  67. package/dist-es/commands/UpdateCertificateAuthorityCommand.js +39 -0
  68. package/{dist/es → dist-es}/endpoints.js +1 -2
  69. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  70. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  71. package/{dist/es → dist-es}/models/models_0.js +0 -229
  72. package/dist-es/pagination/Interfaces.js +1 -0
  73. package/{dist/es → dist-es}/pagination/ListCertificateAuthoritiesPaginator.js +16 -29
  74. package/{dist/es → dist-es}/pagination/ListPermissionsPaginator.js +16 -29
  75. package/{dist/es → dist-es}/pagination/ListTagsPaginator.js +16 -29
  76. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +622 -628
  77. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  78. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  79. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  80. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  81. package/{dist/es → dist-es}/waiters/waitForAuditReportCreated.js +10 -20
  82. package/{dist/es → dist-es}/waiters/waitForCertificateAuthorityCSRCreated.js +9 -19
  83. package/{dist/es → dist-es}/waiters/waitForCertificateIssued.js +9 -19
  84. package/{dist/types → dist-types}/ACMPCA.d.ts +1 -1
  85. package/{dist/types → dist-types}/ACMPCAClient.d.ts +8 -8
  86. package/{dist/types → dist-types}/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +2 -2
  87. package/{dist/types → dist-types}/commands/CreateCertificateAuthorityCommand.d.ts +2 -2
  88. package/{dist/types → dist-types}/commands/CreatePermissionCommand.d.ts +2 -2
  89. package/{dist/types → dist-types}/commands/DeleteCertificateAuthorityCommand.d.ts +2 -2
  90. package/{dist/types → dist-types}/commands/DeletePermissionCommand.d.ts +2 -2
  91. package/{dist/types → dist-types}/commands/DeletePolicyCommand.d.ts +2 -2
  92. package/{dist/types → dist-types}/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +2 -2
  93. package/{dist/types → dist-types}/commands/DescribeCertificateAuthorityCommand.d.ts +2 -2
  94. package/{dist/types → dist-types}/commands/GetCertificateAuthorityCertificateCommand.d.ts +2 -2
  95. package/{dist/types → dist-types}/commands/GetCertificateAuthorityCsrCommand.d.ts +2 -2
  96. package/{dist/types → dist-types}/commands/GetCertificateCommand.d.ts +2 -2
  97. package/{dist/types → dist-types}/commands/GetPolicyCommand.d.ts +2 -2
  98. package/{dist/types → dist-types}/commands/ImportCertificateAuthorityCertificateCommand.d.ts +2 -2
  99. package/{dist/types → dist-types}/commands/IssueCertificateCommand.d.ts +2 -2
  100. package/{dist/types → dist-types}/commands/ListCertificateAuthoritiesCommand.d.ts +2 -2
  101. package/{dist/types → dist-types}/commands/ListPermissionsCommand.d.ts +2 -2
  102. package/{dist/types → dist-types}/commands/ListTagsCommand.d.ts +2 -2
  103. package/{dist/types → dist-types}/commands/PutPolicyCommand.d.ts +2 -2
  104. package/{dist/types → dist-types}/commands/RestoreCertificateAuthorityCommand.d.ts +2 -2
  105. package/{dist/types → dist-types}/commands/RevokeCertificateCommand.d.ts +2 -2
  106. package/{dist/types → dist-types}/commands/TagCertificateAuthorityCommand.d.ts +2 -2
  107. package/{dist/types → dist-types}/commands/UntagCertificateAuthorityCommand.d.ts +2 -2
  108. package/{dist/types → dist-types}/commands/UpdateCertificateAuthorityCommand.d.ts +2 -2
  109. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  110. package/{index.ts → dist-types/index.d.ts} +0 -0
  111. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  112. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  113. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  114. package/{dist/types → dist-types}/pagination/ListCertificateAuthoritiesPaginator.d.ts +1 -1
  115. package/{dist/types → dist-types}/pagination/ListPermissionsPaginator.d.ts +1 -1
  116. package/{dist/types → dist-types}/pagination/ListTagsPaginator.d.ts +1 -1
  117. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  118. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
  119. package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -1
  120. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
  121. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  122. package/{dist/types → dist-types}/ts3.4/ACMPCA.d.ts +1 -1
  123. package/{dist/types → dist-types}/ts3.4/ACMPCAClient.d.ts +8 -8
  124. package/{dist/types → dist-types}/ts3.4/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +2 -2
  125. package/{dist/types → dist-types}/ts3.4/commands/CreateCertificateAuthorityCommand.d.ts +2 -2
  126. package/{dist/types → dist-types}/ts3.4/commands/CreatePermissionCommand.d.ts +2 -2
  127. package/{dist/types → dist-types}/ts3.4/commands/DeleteCertificateAuthorityCommand.d.ts +2 -2
  128. package/{dist/types → dist-types}/ts3.4/commands/DeletePermissionCommand.d.ts +2 -2
  129. package/{dist/types → dist-types}/ts3.4/commands/DeletePolicyCommand.d.ts +2 -2
  130. package/{dist/types → dist-types}/ts3.4/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +2 -2
  131. package/{dist/types → dist-types}/ts3.4/commands/DescribeCertificateAuthorityCommand.d.ts +2 -2
  132. package/{dist/types → dist-types}/ts3.4/commands/GetCertificateAuthorityCertificateCommand.d.ts +2 -2
  133. package/{dist/types → dist-types}/ts3.4/commands/GetCertificateAuthorityCsrCommand.d.ts +2 -2
  134. package/{dist/types → dist-types}/ts3.4/commands/GetCertificateCommand.d.ts +2 -2
  135. package/{dist/types → dist-types}/ts3.4/commands/GetPolicyCommand.d.ts +2 -2
  136. package/{dist/types → dist-types}/ts3.4/commands/ImportCertificateAuthorityCertificateCommand.d.ts +2 -2
  137. package/{dist/types → dist-types}/ts3.4/commands/IssueCertificateCommand.d.ts +2 -2
  138. package/{dist/types → dist-types}/ts3.4/commands/ListCertificateAuthoritiesCommand.d.ts +2 -2
  139. package/{dist/types → dist-types}/ts3.4/commands/ListPermissionsCommand.d.ts +2 -2
  140. package/{dist/types → dist-types}/ts3.4/commands/ListTagsCommand.d.ts +2 -2
  141. package/{dist/types → dist-types}/ts3.4/commands/PutPolicyCommand.d.ts +2 -2
  142. package/{dist/types → dist-types}/ts3.4/commands/RestoreCertificateAuthorityCommand.d.ts +2 -2
  143. package/{dist/types → dist-types}/ts3.4/commands/RevokeCertificateCommand.d.ts +2 -2
  144. package/{dist/types → dist-types}/ts3.4/commands/TagCertificateAuthorityCommand.d.ts +2 -2
  145. package/{dist/types → dist-types}/ts3.4/commands/UntagCertificateAuthorityCommand.d.ts +2 -2
  146. package/{dist/types → dist-types}/ts3.4/commands/UpdateCertificateAuthorityCommand.d.ts +2 -2
  147. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  148. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  149. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  150. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  151. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  152. package/{dist/types → dist-types}/ts3.4/pagination/ListCertificateAuthoritiesPaginator.d.ts +1 -1
  153. package/{dist/types → dist-types}/ts3.4/pagination/ListPermissionsPaginator.d.ts +1 -1
  154. package/{dist/types → dist-types}/ts3.4/pagination/ListTagsPaginator.d.ts +1 -1
  155. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  156. package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
  157. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -1
  158. package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
  159. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  160. package/{dist/types → dist-types}/ts3.4/waiters/waitForAuditReportCreated.d.ts +1 -1
  161. package/{dist/types → dist-types}/ts3.4/waiters/waitForCertificateAuthorityCSRCreated.d.ts +1 -1
  162. package/{dist/types → dist-types}/ts3.4/waiters/waitForCertificateIssued.d.ts +1 -1
  163. package/{dist/types → dist-types}/waiters/waitForAuditReportCreated.d.ts +1 -1
  164. package/{dist/types → dist-types}/waiters/waitForCertificateAuthorityCSRCreated.d.ts +1 -1
  165. package/{dist/types → dist-types}/waiters/waitForCertificateIssued.d.ts +1 -1
  166. package/package.json +53 -50
  167. package/ACMPCA.ts +0 -1322
  168. package/ACMPCAClient.ts +0 -360
  169. package/commands/CreateCertificateAuthorityAuditReportCommand.ts +0 -121
  170. package/commands/CreateCertificateAuthorityCommand.ts +0 -117
  171. package/commands/CreatePermissionCommand.ts +0 -120
  172. package/commands/DeleteCertificateAuthorityCommand.ts +0 -116
  173. package/commands/DeletePermissionCommand.ts +0 -122
  174. package/commands/DeletePolicyCommand.ts +0 -128
  175. package/commands/DescribeCertificateAuthorityAuditReportCommand.ts +0 -112
  176. package/commands/DescribeCertificateAuthorityCommand.ts +0 -139
  177. package/commands/GetCertificateAuthorityCertificateCommand.ts +0 -108
  178. package/commands/GetCertificateAuthorityCsrCommand.ts +0 -101
  179. package/commands/GetCertificateCommand.ts +0 -101
  180. package/commands/GetPolicyCommand.ts +0 -121
  181. package/commands/ImportCertificateAuthorityCertificateCommand.ts +0 -228
  182. package/commands/IssueCertificateCommand.ts +0 -101
  183. package/commands/ListCertificateAuthoritiesCommand.ts +0 -97
  184. package/commands/ListPermissionsCommand.ts +0 -121
  185. package/commands/ListTagsCommand.ts +0 -90
  186. package/commands/PutPolicyCommand.ts +0 -122
  187. package/commands/RestoreCertificateAuthorityCommand.ts +0 -107
  188. package/commands/RevokeCertificateCommand.ts +0 -113
  189. package/commands/TagCertificateAuthorityCommand.ts +0 -101
  190. package/commands/UntagCertificateAuthorityCommand.ts +0 -101
  191. package/commands/UpdateCertificateAuthorityCommand.ts +0 -107
  192. package/dist/cjs/ACMPCA.js.map +0 -1
  193. package/dist/cjs/ACMPCAClient.js.map +0 -1
  194. package/dist/cjs/commands/CreateCertificateAuthorityAuditReportCommand.js.map +0 -1
  195. package/dist/cjs/commands/CreateCertificateAuthorityCommand.js.map +0 -1
  196. package/dist/cjs/commands/CreatePermissionCommand.js.map +0 -1
  197. package/dist/cjs/commands/DeleteCertificateAuthorityCommand.js.map +0 -1
  198. package/dist/cjs/commands/DeletePermissionCommand.js.map +0 -1
  199. package/dist/cjs/commands/DeletePolicyCommand.js.map +0 -1
  200. package/dist/cjs/commands/DescribeCertificateAuthorityAuditReportCommand.js.map +0 -1
  201. package/dist/cjs/commands/DescribeCertificateAuthorityCommand.js.map +0 -1
  202. package/dist/cjs/commands/GetCertificateAuthorityCertificateCommand.js.map +0 -1
  203. package/dist/cjs/commands/GetCertificateAuthorityCsrCommand.js.map +0 -1
  204. package/dist/cjs/commands/GetCertificateCommand.js.map +0 -1
  205. package/dist/cjs/commands/GetPolicyCommand.js.map +0 -1
  206. package/dist/cjs/commands/ImportCertificateAuthorityCertificateCommand.js.map +0 -1
  207. package/dist/cjs/commands/IssueCertificateCommand.js.map +0 -1
  208. package/dist/cjs/commands/ListCertificateAuthoritiesCommand.js.map +0 -1
  209. package/dist/cjs/commands/ListPermissionsCommand.js.map +0 -1
  210. package/dist/cjs/commands/ListTagsCommand.js.map +0 -1
  211. package/dist/cjs/commands/PutPolicyCommand.js.map +0 -1
  212. package/dist/cjs/commands/RestoreCertificateAuthorityCommand.js.map +0 -1
  213. package/dist/cjs/commands/RevokeCertificateCommand.js.map +0 -1
  214. package/dist/cjs/commands/TagCertificateAuthorityCommand.js.map +0 -1
  215. package/dist/cjs/commands/UntagCertificateAuthorityCommand.js.map +0 -1
  216. package/dist/cjs/commands/UpdateCertificateAuthorityCommand.js.map +0 -1
  217. package/dist/cjs/endpoints.js.map +0 -1
  218. package/dist/cjs/index.js.map +0 -1
  219. package/dist/cjs/models/index.js.map +0 -1
  220. package/dist/cjs/models/models_0.js.map +0 -1
  221. package/dist/cjs/package.json +0 -92
  222. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  223. package/dist/cjs/pagination/ListCertificateAuthoritiesPaginator.js.map +0 -1
  224. package/dist/cjs/pagination/ListPermissionsPaginator.js.map +0 -1
  225. package/dist/cjs/pagination/ListTagsPaginator.js.map +0 -1
  226. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  227. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  228. package/dist/cjs/runtimeConfig.js.map +0 -1
  229. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  230. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  231. package/dist/cjs/waiters/waitForAuditReportCreated.js.map +0 -1
  232. package/dist/cjs/waiters/waitForCertificateAuthorityCSRCreated.js.map +0 -1
  233. package/dist/cjs/waiters/waitForCertificateIssued.js.map +0 -1
  234. package/dist/es/ACMPCA.js.map +0 -1
  235. package/dist/es/ACMPCAClient.js.map +0 -1
  236. package/dist/es/commands/CreateCertificateAuthorityAuditReportCommand.js +0 -80
  237. package/dist/es/commands/CreateCertificateAuthorityAuditReportCommand.js.map +0 -1
  238. package/dist/es/commands/CreateCertificateAuthorityCommand.js +0 -85
  239. package/dist/es/commands/CreateCertificateAuthorityCommand.js.map +0 -1
  240. package/dist/es/commands/CreatePermissionCommand.js +0 -91
  241. package/dist/es/commands/CreatePermissionCommand.js.map +0 -1
  242. package/dist/es/commands/DeleteCertificateAuthorityCommand.js +0 -84
  243. package/dist/es/commands/DeleteCertificateAuthorityCommand.js.map +0 -1
  244. package/dist/es/commands/DeletePermissionCommand.js +0 -93
  245. package/dist/es/commands/DeletePermissionCommand.js.map +0 -1
  246. package/dist/es/commands/DeletePolicyCommand.js +0 -99
  247. package/dist/es/commands/DeletePolicyCommand.js.map +0 -1
  248. package/dist/es/commands/DescribeCertificateAuthorityAuditReportCommand.js.map +0 -1
  249. package/dist/es/commands/DescribeCertificateAuthorityCommand.js +0 -105
  250. package/dist/es/commands/DescribeCertificateAuthorityCommand.js.map +0 -1
  251. package/dist/es/commands/GetCertificateAuthorityCertificateCommand.js.map +0 -1
  252. package/dist/es/commands/GetCertificateAuthorityCsrCommand.js.map +0 -1
  253. package/dist/es/commands/GetCertificateCommand.js +0 -72
  254. package/dist/es/commands/GetCertificateCommand.js.map +0 -1
  255. package/dist/es/commands/GetPolicyCommand.js +0 -95
  256. package/dist/es/commands/GetPolicyCommand.js.map +0 -1
  257. package/dist/es/commands/ImportCertificateAuthorityCertificateCommand.js +0 -192
  258. package/dist/es/commands/ImportCertificateAuthorityCertificateCommand.js.map +0 -1
  259. package/dist/es/commands/IssueCertificateCommand.js.map +0 -1
  260. package/dist/es/commands/ListCertificateAuthoritiesCommand.js.map +0 -1
  261. package/dist/es/commands/ListPermissionsCommand.js +0 -92
  262. package/dist/es/commands/ListPermissionsCommand.js.map +0 -1
  263. package/dist/es/commands/ListTagsCommand.js.map +0 -1
  264. package/dist/es/commands/PutPolicyCommand.js +0 -96
  265. package/dist/es/commands/PutPolicyCommand.js.map +0 -1
  266. package/dist/es/commands/RestoreCertificateAuthorityCommand.js +0 -75
  267. package/dist/es/commands/RestoreCertificateAuthorityCommand.js.map +0 -1
  268. package/dist/es/commands/RevokeCertificateCommand.js +0 -84
  269. package/dist/es/commands/RevokeCertificateCommand.js.map +0 -1
  270. package/dist/es/commands/TagCertificateAuthorityCommand.js +0 -72
  271. package/dist/es/commands/TagCertificateAuthorityCommand.js.map +0 -1
  272. package/dist/es/commands/UntagCertificateAuthorityCommand.js.map +0 -1
  273. package/dist/es/commands/UpdateCertificateAuthorityCommand.js +0 -75
  274. package/dist/es/commands/UpdateCertificateAuthorityCommand.js.map +0 -1
  275. package/dist/es/endpoints.js.map +0 -1
  276. package/dist/es/index.js +0 -34
  277. package/dist/es/index.js.map +0 -1
  278. package/dist/es/models/index.js +0 -2
  279. package/dist/es/models/index.js.map +0 -1
  280. package/dist/es/models/models_0.js.map +0 -1
  281. package/dist/es/package.json +0 -92
  282. package/dist/es/pagination/Interfaces.js +0 -2
  283. package/dist/es/pagination/Interfaces.js.map +0 -1
  284. package/dist/es/pagination/ListCertificateAuthoritiesPaginator.js.map +0 -1
  285. package/dist/es/pagination/ListPermissionsPaginator.js.map +0 -1
  286. package/dist/es/pagination/ListTagsPaginator.js.map +0 -1
  287. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  288. package/dist/es/runtimeConfig.browser.js.map +0 -1
  289. package/dist/es/runtimeConfig.js.map +0 -1
  290. package/dist/es/runtimeConfig.native.js.map +0 -1
  291. package/dist/es/runtimeConfig.shared.js.map +0 -1
  292. package/dist/es/waiters/waitForAuditReportCreated.js.map +0 -1
  293. package/dist/es/waiters/waitForCertificateAuthorityCSRCreated.js.map +0 -1
  294. package/dist/es/waiters/waitForCertificateIssued.js.map +0 -1
  295. package/endpoints.ts +0 -91
  296. package/jest.config.js +0 -4
  297. package/models/models_0.ts +0 -2571
  298. package/pagination/Interfaces.ts +0 -7
  299. package/pagination/ListCertificateAuthoritiesPaginator.ts +0 -58
  300. package/pagination/ListPermissionsPaginator.ts +0 -58
  301. package/pagination/ListTagsPaginator.ts +0 -54
  302. package/protocols/Aws_json1_1.ts +0 -3844
  303. package/runtimeConfig.browser.ts +0 -40
  304. package/runtimeConfig.native.ts +0 -16
  305. package/runtimeConfig.shared.ts +0 -16
  306. package/runtimeConfig.ts +0 -45
  307. package/tsconfig.es.json +0 -12
  308. package/tsconfig.json +0 -32
  309. package/waiters/waitForAuditReportCreated.ts +0 -60
  310. package/waiters/waitForCertificateAuthorityCSRCreated.ts +0 -48
  311. package/waiters/waitForCertificateIssued.ts +0 -42
package/ACMPCAClient.ts DELETED
@@ -1,360 +0,0 @@
1
- import {
2
- CreateCertificateAuthorityAuditReportCommandInput,
3
- CreateCertificateAuthorityAuditReportCommandOutput,
4
- } from "./commands/CreateCertificateAuthorityAuditReportCommand";
5
- import {
6
- CreateCertificateAuthorityCommandInput,
7
- CreateCertificateAuthorityCommandOutput,
8
- } from "./commands/CreateCertificateAuthorityCommand";
9
- import { CreatePermissionCommandInput, CreatePermissionCommandOutput } from "./commands/CreatePermissionCommand";
10
- import {
11
- DeleteCertificateAuthorityCommandInput,
12
- DeleteCertificateAuthorityCommandOutput,
13
- } from "./commands/DeleteCertificateAuthorityCommand";
14
- import { DeletePermissionCommandInput, DeletePermissionCommandOutput } from "./commands/DeletePermissionCommand";
15
- import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "./commands/DeletePolicyCommand";
16
- import {
17
- DescribeCertificateAuthorityAuditReportCommandInput,
18
- DescribeCertificateAuthorityAuditReportCommandOutput,
19
- } from "./commands/DescribeCertificateAuthorityAuditReportCommand";
20
- import {
21
- DescribeCertificateAuthorityCommandInput,
22
- DescribeCertificateAuthorityCommandOutput,
23
- } from "./commands/DescribeCertificateAuthorityCommand";
24
- import {
25
- GetCertificateAuthorityCertificateCommandInput,
26
- GetCertificateAuthorityCertificateCommandOutput,
27
- } from "./commands/GetCertificateAuthorityCertificateCommand";
28
- import {
29
- GetCertificateAuthorityCsrCommandInput,
30
- GetCertificateAuthorityCsrCommandOutput,
31
- } from "./commands/GetCertificateAuthorityCsrCommand";
32
- import { GetCertificateCommandInput, GetCertificateCommandOutput } from "./commands/GetCertificateCommand";
33
- import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
34
- import {
35
- ImportCertificateAuthorityCertificateCommandInput,
36
- ImportCertificateAuthorityCertificateCommandOutput,
37
- } from "./commands/ImportCertificateAuthorityCertificateCommand";
38
- import { IssueCertificateCommandInput, IssueCertificateCommandOutput } from "./commands/IssueCertificateCommand";
39
- import {
40
- ListCertificateAuthoritiesCommandInput,
41
- ListCertificateAuthoritiesCommandOutput,
42
- } from "./commands/ListCertificateAuthoritiesCommand";
43
- import { ListPermissionsCommandInput, ListPermissionsCommandOutput } from "./commands/ListPermissionsCommand";
44
- import { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
45
- import { PutPolicyCommandInput, PutPolicyCommandOutput } from "./commands/PutPolicyCommand";
46
- import {
47
- RestoreCertificateAuthorityCommandInput,
48
- RestoreCertificateAuthorityCommandOutput,
49
- } from "./commands/RestoreCertificateAuthorityCommand";
50
- import { RevokeCertificateCommandInput, RevokeCertificateCommandOutput } from "./commands/RevokeCertificateCommand";
51
- import {
52
- TagCertificateAuthorityCommandInput,
53
- TagCertificateAuthorityCommandOutput,
54
- } from "./commands/TagCertificateAuthorityCommand";
55
- import {
56
- UntagCertificateAuthorityCommandInput,
57
- UntagCertificateAuthorityCommandOutput,
58
- } from "./commands/UntagCertificateAuthorityCommand";
59
- import {
60
- UpdateCertificateAuthorityCommandInput,
61
- UpdateCertificateAuthorityCommandOutput,
62
- } from "./commands/UpdateCertificateAuthorityCommand";
63
- import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
64
- import {
65
- EndpointsInputConfig,
66
- EndpointsResolvedConfig,
67
- RegionInputConfig,
68
- RegionResolvedConfig,
69
- resolveEndpointsConfig,
70
- resolveRegionConfig,
71
- } from "@aws-sdk/config-resolver";
72
- import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
73
- import {
74
- HostHeaderInputConfig,
75
- HostHeaderResolvedConfig,
76
- getHostHeaderPlugin,
77
- resolveHostHeaderConfig,
78
- } from "@aws-sdk/middleware-host-header";
79
- import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
80
- import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
81
- import {
82
- AwsAuthInputConfig,
83
- AwsAuthResolvedConfig,
84
- getAwsAuthPlugin,
85
- resolveAwsAuthConfig,
86
- } from "@aws-sdk/middleware-signing";
87
- import {
88
- UserAgentInputConfig,
89
- UserAgentResolvedConfig,
90
- getUserAgentPlugin,
91
- resolveUserAgentConfig,
92
- } from "@aws-sdk/middleware-user-agent";
93
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
94
- import {
95
- Client as __Client,
96
- SmithyConfiguration as __SmithyConfiguration,
97
- SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
98
- } from "@aws-sdk/smithy-client";
99
- import {
100
- Provider,
101
- RegionInfoProvider,
102
- Credentials as __Credentials,
103
- Decoder as __Decoder,
104
- Encoder as __Encoder,
105
- Hash as __Hash,
106
- HashConstructor as __HashConstructor,
107
- HttpHandlerOptions as __HttpHandlerOptions,
108
- Logger as __Logger,
109
- Provider as __Provider,
110
- StreamCollector as __StreamCollector,
111
- UrlParser as __UrlParser,
112
- UserAgent as __UserAgent,
113
- } from "@aws-sdk/types";
114
-
115
- export type ServiceInputTypes =
116
- | CreateCertificateAuthorityAuditReportCommandInput
117
- | CreateCertificateAuthorityCommandInput
118
- | CreatePermissionCommandInput
119
- | DeleteCertificateAuthorityCommandInput
120
- | DeletePermissionCommandInput
121
- | DeletePolicyCommandInput
122
- | DescribeCertificateAuthorityAuditReportCommandInput
123
- | DescribeCertificateAuthorityCommandInput
124
- | GetCertificateAuthorityCertificateCommandInput
125
- | GetCertificateAuthorityCsrCommandInput
126
- | GetCertificateCommandInput
127
- | GetPolicyCommandInput
128
- | ImportCertificateAuthorityCertificateCommandInput
129
- | IssueCertificateCommandInput
130
- | ListCertificateAuthoritiesCommandInput
131
- | ListPermissionsCommandInput
132
- | ListTagsCommandInput
133
- | PutPolicyCommandInput
134
- | RestoreCertificateAuthorityCommandInput
135
- | RevokeCertificateCommandInput
136
- | TagCertificateAuthorityCommandInput
137
- | UntagCertificateAuthorityCommandInput
138
- | UpdateCertificateAuthorityCommandInput;
139
-
140
- export type ServiceOutputTypes =
141
- | CreateCertificateAuthorityAuditReportCommandOutput
142
- | CreateCertificateAuthorityCommandOutput
143
- | CreatePermissionCommandOutput
144
- | DeleteCertificateAuthorityCommandOutput
145
- | DeletePermissionCommandOutput
146
- | DeletePolicyCommandOutput
147
- | DescribeCertificateAuthorityAuditReportCommandOutput
148
- | DescribeCertificateAuthorityCommandOutput
149
- | GetCertificateAuthorityCertificateCommandOutput
150
- | GetCertificateAuthorityCsrCommandOutput
151
- | GetCertificateCommandOutput
152
- | GetPolicyCommandOutput
153
- | ImportCertificateAuthorityCertificateCommandOutput
154
- | IssueCertificateCommandOutput
155
- | ListCertificateAuthoritiesCommandOutput
156
- | ListPermissionsCommandOutput
157
- | ListTagsCommandOutput
158
- | PutPolicyCommandOutput
159
- | RestoreCertificateAuthorityCommandOutput
160
- | RevokeCertificateCommandOutput
161
- | TagCertificateAuthorityCommandOutput
162
- | UntagCertificateAuthorityCommandOutput
163
- | UpdateCertificateAuthorityCommandOutput;
164
-
165
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
166
- /**
167
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
168
- */
169
- requestHandler?: __HttpHandler;
170
-
171
- /**
172
- * A constructor for a class implementing the {@link __Hash} interface
173
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
174
- * @internal
175
- */
176
- sha256?: __HashConstructor;
177
-
178
- /**
179
- * The function that will be used to convert strings into HTTP endpoints.
180
- * @internal
181
- */
182
- urlParser?: __UrlParser;
183
-
184
- /**
185
- * A function that can calculate the length of a request body.
186
- * @internal
187
- */
188
- bodyLengthChecker?: (body: any) => number | undefined;
189
-
190
- /**
191
- * A function that converts a stream into an array of bytes.
192
- * @internal
193
- */
194
- streamCollector?: __StreamCollector;
195
-
196
- /**
197
- * The function that will be used to convert a base64-encoded string to a byte array.
198
- * @internal
199
- */
200
- base64Decoder?: __Decoder;
201
-
202
- /**
203
- * The function that will be used to convert binary data to a base64-encoded string.
204
- * @internal
205
- */
206
- base64Encoder?: __Encoder;
207
-
208
- /**
209
- * The function that will be used to convert a UTF8-encoded string to a byte array.
210
- * @internal
211
- */
212
- utf8Decoder?: __Decoder;
213
-
214
- /**
215
- * The function that will be used to convert binary data to a UTF-8 encoded string.
216
- * @internal
217
- */
218
- utf8Encoder?: __Encoder;
219
-
220
- /**
221
- * The runtime environment.
222
- * @internal
223
- */
224
- runtime?: string;
225
-
226
- /**
227
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
228
- * trait of an operation.
229
- */
230
- disableHostPrefix?: boolean;
231
-
232
- /**
233
- * Value for how many times a request will be made at most in case of retry.
234
- */
235
- maxAttempts?: number | __Provider<number>;
236
-
237
- /**
238
- * Specifies which retry algorithm to use.
239
- */
240
- retryMode?: string | __Provider<string>;
241
-
242
- /**
243
- * Optional logger for logging debug/info/warn/error.
244
- */
245
- logger?: __Logger;
246
-
247
- /**
248
- * Unique service identifier.
249
- * @internal
250
- */
251
- serviceId?: string;
252
-
253
- /**
254
- * The AWS region to which this client will send requests
255
- */
256
- region?: string | __Provider<string>;
257
-
258
- /**
259
- * Default credentials provider; Not available in browser runtime.
260
- * @internal
261
- */
262
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
263
-
264
- /**
265
- * Fetch related hostname, signing name or signing region with given region.
266
- * @internal
267
- */
268
- regionInfoProvider?: RegionInfoProvider;
269
-
270
- /**
271
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
272
- * @internal
273
- */
274
- defaultUserAgentProvider?: Provider<__UserAgent>;
275
- }
276
-
277
- type ACMPCAClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
278
- ClientDefaults &
279
- RegionInputConfig &
280
- EndpointsInputConfig &
281
- RetryInputConfig &
282
- HostHeaderInputConfig &
283
- AwsAuthInputConfig &
284
- UserAgentInputConfig;
285
- /**
286
- * The configuration interface of ACMPCAClient class constructor that set the region, credentials and other options.
287
- */
288
- export interface ACMPCAClientConfig extends ACMPCAClientConfigType {}
289
-
290
- type ACMPCAClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
291
- Required<ClientDefaults> &
292
- RegionResolvedConfig &
293
- EndpointsResolvedConfig &
294
- RetryResolvedConfig &
295
- HostHeaderResolvedConfig &
296
- AwsAuthResolvedConfig &
297
- UserAgentResolvedConfig;
298
- /**
299
- * The resolved configuration interface of ACMPCAClient class. This is resolved and normalized from the {@link ACMPCAClientConfig | constructor configuration interface}.
300
- */
301
- export interface ACMPCAClientResolvedConfig extends ACMPCAClientResolvedConfigType {}
302
-
303
- /**
304
- * <p>This is the <i>ACM Private CA API Reference</i>. It provides descriptions,
305
- * syntax, and usage examples for each of the actions and data types involved in creating
306
- * and managing private certificate authorities (CA) for your organization.</p>
307
- * <p>The documentation for each action shows the Query API request parameters and the XML
308
- * response. Alternatively, you can use one of the AWS SDKs to access an API that's
309
- * tailored to the programming language or platform that you're using. For more
310
- * information, see <a href="https://aws.amazon.com/tools/#SDKs">AWS
311
- * SDKs</a>.</p>
312
- * <p>Each ACM Private CA API operation has a quota that determines the number of times the operation
313
- * can be called per second. ACM Private CA throttles API requests at different rates depending
314
- * on the operation. Throttling means that ACM Private CA rejects an otherwise valid request
315
- * because the request exceeds the operation's quota for the number of requests per second.
316
- * When a request is throttled, ACM Private CA returns a <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/CommonErrors.html">ThrottlingException</a> error. ACM Private CA does not guarantee a minimum request
317
- * rate for APIs. </p>
318
- *
319
- * <p>To see an up-to-date list of your ACM Private CA quotas, or to request a quota increase,
320
- * log into your AWS account and visit the <a href="https://console.aws.amazon.com/servicequotas/">Service Quotas</a>
321
- * console.</p>
322
- */
323
- export class ACMPCAClient extends __Client<
324
- __HttpHandlerOptions,
325
- ServiceInputTypes,
326
- ServiceOutputTypes,
327
- ACMPCAClientResolvedConfig
328
- > {
329
- /**
330
- * The resolved configuration of ACMPCAClient class. This is resolved and normalized from the {@link ACMPCAClientConfig | constructor configuration interface}.
331
- */
332
- readonly config: ACMPCAClientResolvedConfig;
333
-
334
- constructor(configuration: ACMPCAClientConfig) {
335
- let _config_0 = __getRuntimeConfig(configuration);
336
- let _config_1 = resolveRegionConfig(_config_0);
337
- let _config_2 = resolveEndpointsConfig(_config_1);
338
- let _config_3 = resolveRetryConfig(_config_2);
339
- let _config_4 = resolveHostHeaderConfig(_config_3);
340
- let _config_5 = resolveAwsAuthConfig(_config_4);
341
- let _config_6 = resolveUserAgentConfig(_config_5);
342
- super(_config_6);
343
- this.config = _config_6;
344
- this.middlewareStack.use(getRetryPlugin(this.config));
345
- this.middlewareStack.use(getContentLengthPlugin(this.config));
346
- this.middlewareStack.use(getHostHeaderPlugin(this.config));
347
- this.middlewareStack.use(getLoggerPlugin(this.config));
348
- this.middlewareStack.use(getAwsAuthPlugin(this.config));
349
- this.middlewareStack.use(getUserAgentPlugin(this.config));
350
- }
351
-
352
- /**
353
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
354
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
355
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
356
- */
357
- destroy(): void {
358
- super.destroy();
359
- }
360
- }
@@ -1,121 +0,0 @@
1
- import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
2
- import {
3
- CreateCertificateAuthorityAuditReportRequest,
4
- CreateCertificateAuthorityAuditReportResponse,
5
- } from "../models/models_0";
6
- import {
7
- deserializeAws_json1_1CreateCertificateAuthorityAuditReportCommand,
8
- serializeAws_json1_1CreateCertificateAuthorityAuditReportCommand,
9
- } from "../protocols/Aws_json1_1";
10
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
11
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
12
- import { Command as $Command } from "@aws-sdk/smithy-client";
13
- import {
14
- FinalizeHandlerArguments,
15
- Handler,
16
- HandlerExecutionContext,
17
- MiddlewareStack,
18
- HttpHandlerOptions as __HttpHandlerOptions,
19
- MetadataBearer as __MetadataBearer,
20
- SerdeContext as __SerdeContext,
21
- } from "@aws-sdk/types";
22
-
23
- export interface CreateCertificateAuthorityAuditReportCommandInput
24
- extends CreateCertificateAuthorityAuditReportRequest {}
25
- export interface CreateCertificateAuthorityAuditReportCommandOutput
26
- extends CreateCertificateAuthorityAuditReportResponse,
27
- __MetadataBearer {}
28
-
29
- /**
30
- * <p>Creates an audit report that lists every time that your CA private key is used. The
31
- * report is saved in the Amazon S3 bucket that you specify on input.
32
- *
33
- * The <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_IssueCertificate.html">IssueCertificate</a> and <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_RevokeCertificate.html">RevokeCertificate</a> actions use
34
- * the private key. </p>
35
- * <note>
36
- * <p>Both PCA and the IAM principal must have permission to write to
37
- * the S3 bucket that you specify. If the IAM principal making the call
38
- * does not have permission to write to the bucket, then an exception is
39
- * thrown. For more information, see <a href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaAuthAccess.html">Configure
40
- * Access to ACM Private CA</a>.</p>
41
- * </note>
42
- *
43
- * <p>ACM Private CA assets that are stored in Amazon S3 can be protected with encryption.
44
- * For more information, see <a href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaAuditReport.html#audit-report-encryption">Encrypting Your Audit
45
- * Reports</a>.</p>
46
- * @example
47
- * Use a bare-bones client and the command you need to make an API call.
48
- * ```javascript
49
- * import { ACMPCAClient, CreateCertificateAuthorityAuditReportCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import
50
- * // const { ACMPCAClient, CreateCertificateAuthorityAuditReportCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import
51
- * const client = new ACMPCAClient(config);
52
- * const command = new CreateCertificateAuthorityAuditReportCommand(input);
53
- * const response = await client.send(command);
54
- * ```
55
- *
56
- * @see {@link CreateCertificateAuthorityAuditReportCommandInput} for command's `input` shape.
57
- * @see {@link CreateCertificateAuthorityAuditReportCommandOutput} for command's `response` shape.
58
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
59
- *
60
- */
61
- export class CreateCertificateAuthorityAuditReportCommand extends $Command<
62
- CreateCertificateAuthorityAuditReportCommandInput,
63
- CreateCertificateAuthorityAuditReportCommandOutput,
64
- ACMPCAClientResolvedConfig
65
- > {
66
- // Start section: command_properties
67
- // End section: command_properties
68
-
69
- constructor(readonly input: CreateCertificateAuthorityAuditReportCommandInput) {
70
- // Start section: command_constructor
71
- super();
72
- // End section: command_constructor
73
- }
74
-
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(
79
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
80
- configuration: ACMPCAClientResolvedConfig,
81
- options?: __HttpHandlerOptions
82
- ): Handler<CreateCertificateAuthorityAuditReportCommandInput, CreateCertificateAuthorityAuditReportCommandOutput> {
83
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
84
-
85
- const stack = clientStack.concat(this.middlewareStack);
86
-
87
- const { logger } = configuration;
88
- const clientName = "ACMPCAClient";
89
- const commandName = "CreateCertificateAuthorityAuditReportCommand";
90
- const handlerExecutionContext: HandlerExecutionContext = {
91
- logger,
92
- clientName,
93
- commandName,
94
- inputFilterSensitiveLog: CreateCertificateAuthorityAuditReportRequest.filterSensitiveLog,
95
- outputFilterSensitiveLog: CreateCertificateAuthorityAuditReportResponse.filterSensitiveLog,
96
- };
97
- const { requestHandler } = configuration;
98
- return stack.resolve(
99
- (request: FinalizeHandlerArguments<any>) =>
100
- requestHandler.handle(request.request as __HttpRequest, options || {}),
101
- handlerExecutionContext
102
- );
103
- }
104
-
105
- private serialize(
106
- input: CreateCertificateAuthorityAuditReportCommandInput,
107
- context: __SerdeContext
108
- ): Promise<__HttpRequest> {
109
- return serializeAws_json1_1CreateCertificateAuthorityAuditReportCommand(input, context);
110
- }
111
-
112
- private deserialize(
113
- output: __HttpResponse,
114
- context: __SerdeContext
115
- ): Promise<CreateCertificateAuthorityAuditReportCommandOutput> {
116
- return deserializeAws_json1_1CreateCertificateAuthorityAuditReportCommand(output, context);
117
- }
118
-
119
- // Start section: command_body_extra
120
- // End section: command_body_extra
121
- }
@@ -1,117 +0,0 @@
1
- import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
2
- import { CreateCertificateAuthorityRequest, CreateCertificateAuthorityResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_json1_1CreateCertificateAuthorityCommand,
5
- serializeAws_json1_1CreateCertificateAuthorityCommand,
6
- } from "../protocols/Aws_json1_1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface CreateCertificateAuthorityCommandInput extends CreateCertificateAuthorityRequest {}
21
- export interface CreateCertificateAuthorityCommandOutput extends CreateCertificateAuthorityResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Creates a root or subordinate private certificate authority (CA). You must specify the
25
- * CA configuration, an optional configuration for Online Certificate Status Protocol (OCSP)
26
- * and/or a certificate revocation list (CRL), the CA type, and
27
- * an optional idempotency token to avoid accidental creation of multiple CAs. The CA
28
- * configuration specifies the name of the algorithm and key size to be used to create the
29
- * CA private key, the type of signing algorithm that the CA uses, and X.500 subject
30
- * information. The OCSP configuration can optionally specify a custom URL for the OCSP responder.
31
- * The CRL configuration specifies the CRL expiration period in days (the
32
- * validity period of the CRL), the Amazon S3 bucket that will contain the CRL, and a CNAME
33
- * alias for the S3 bucket that is included in certificates issued by the CA. If
34
- * successful, this action returns the Amazon Resource Name (ARN) of the CA.</p>
35
- * <p>ACM Private CA assets that are stored in Amazon S3 can be protected with encryption.
36
- * For more information, see <a href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaCreateCa.html#crl-encryption">Encrypting Your
37
- * CRLs</a>.</p>
38
- * <note>
39
- * <p>Both PCA and the IAM principal must have permission to write to
40
- * the S3 bucket that you specify. If the IAM principal making the call
41
- * does not have permission to write to the bucket, then an exception is
42
- * thrown. For more information, see <a href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaAuthAccess.html">Configure
43
- * Access to ACM Private CA</a>.</p>
44
- * </note>
45
- * @example
46
- * Use a bare-bones client and the command you need to make an API call.
47
- * ```javascript
48
- * import { ACMPCAClient, CreateCertificateAuthorityCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import
49
- * // const { ACMPCAClient, CreateCertificateAuthorityCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import
50
- * const client = new ACMPCAClient(config);
51
- * const command = new CreateCertificateAuthorityCommand(input);
52
- * const response = await client.send(command);
53
- * ```
54
- *
55
- * @see {@link CreateCertificateAuthorityCommandInput} for command's `input` shape.
56
- * @see {@link CreateCertificateAuthorityCommandOutput} for command's `response` shape.
57
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
58
- *
59
- */
60
- export class CreateCertificateAuthorityCommand extends $Command<
61
- CreateCertificateAuthorityCommandInput,
62
- CreateCertificateAuthorityCommandOutput,
63
- ACMPCAClientResolvedConfig
64
- > {
65
- // Start section: command_properties
66
- // End section: command_properties
67
-
68
- constructor(readonly input: CreateCertificateAuthorityCommandInput) {
69
- // Start section: command_constructor
70
- super();
71
- // End section: command_constructor
72
- }
73
-
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(
78
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
79
- configuration: ACMPCAClientResolvedConfig,
80
- options?: __HttpHandlerOptions
81
- ): Handler<CreateCertificateAuthorityCommandInput, CreateCertificateAuthorityCommandOutput> {
82
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
83
-
84
- const stack = clientStack.concat(this.middlewareStack);
85
-
86
- const { logger } = configuration;
87
- const clientName = "ACMPCAClient";
88
- const commandName = "CreateCertificateAuthorityCommand";
89
- const handlerExecutionContext: HandlerExecutionContext = {
90
- logger,
91
- clientName,
92
- commandName,
93
- inputFilterSensitiveLog: CreateCertificateAuthorityRequest.filterSensitiveLog,
94
- outputFilterSensitiveLog: CreateCertificateAuthorityResponse.filterSensitiveLog,
95
- };
96
- const { requestHandler } = configuration;
97
- return stack.resolve(
98
- (request: FinalizeHandlerArguments<any>) =>
99
- requestHandler.handle(request.request as __HttpRequest, options || {}),
100
- handlerExecutionContext
101
- );
102
- }
103
-
104
- private serialize(input: CreateCertificateAuthorityCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
105
- return serializeAws_json1_1CreateCertificateAuthorityCommand(input, context);
106
- }
107
-
108
- private deserialize(
109
- output: __HttpResponse,
110
- context: __SerdeContext
111
- ): Promise<CreateCertificateAuthorityCommandOutput> {
112
- return deserializeAws_json1_1CreateCertificateAuthorityCommand(output, context);
113
- }
114
-
115
- // Start section: command_body_extra
116
- // End section: command_body_extra
117
- }