@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
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetCertificateRequest, GetCertificateResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1GetCertificateCommand, serializeAws_json1_1GetCertificateCommand, } from "../protocols/Aws_json1_1";
6
+ var GetCertificateCommand = (function (_super) {
7
+ __extends(GetCertificateCommand, _super);
8
+ function GetCertificateCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetCertificateCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ACMPCAClient";
18
+ var commandName = "GetCertificateCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetCertificateRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: GetCertificateResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetCertificateCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1GetCertificateCommand(input, context);
33
+ };
34
+ GetCertificateCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1GetCertificateCommand(output, context);
36
+ };
37
+ return GetCertificateCommand;
38
+ }($Command));
39
+ export { GetCertificateCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1GetPolicyCommand, serializeAws_json1_1GetPolicyCommand } from "../protocols/Aws_json1_1";
6
+ var GetPolicyCommand = (function (_super) {
7
+ __extends(GetPolicyCommand, _super);
8
+ function GetPolicyCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetPolicyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ACMPCAClient";
18
+ var commandName = "GetPolicyCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetPolicyRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: GetPolicyResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetPolicyCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1GetPolicyCommand(input, context);
33
+ };
34
+ GetPolicyCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1GetPolicyCommand(output, context);
36
+ };
37
+ return GetPolicyCommand;
38
+ }($Command));
39
+ export { GetPolicyCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ImportCertificateAuthorityCertificateRequest } from "../models/models_0";
5
+ import { deserializeAws_json1_1ImportCertificateAuthorityCertificateCommand, serializeAws_json1_1ImportCertificateAuthorityCertificateCommand, } from "../protocols/Aws_json1_1";
6
+ var ImportCertificateAuthorityCertificateCommand = (function (_super) {
7
+ __extends(ImportCertificateAuthorityCertificateCommand, _super);
8
+ function ImportCertificateAuthorityCertificateCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ ImportCertificateAuthorityCertificateCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ACMPCAClient";
18
+ var commandName = "ImportCertificateAuthorityCertificateCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: ImportCertificateAuthorityCertificateRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: function (output) { return output; },
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ImportCertificateAuthorityCertificateCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1ImportCertificateAuthorityCertificateCommand(input, context);
33
+ };
34
+ ImportCertificateAuthorityCertificateCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1ImportCertificateAuthorityCertificateCommand(output, context);
36
+ };
37
+ return ImportCertificateAuthorityCertificateCommand;
38
+ }($Command));
39
+ export { ImportCertificateAuthorityCertificateCommand };
@@ -1,47 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { IssueCertificateRequest, IssueCertificateResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1IssueCertificateCommand, serializeAws_json1_1IssueCertificateCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Uses your private certificate authority (CA), or one that has been shared with you, to
8
- * issue a client certificate. This action returns the Amazon Resource Name (ARN) of the
9
- * certificate. You can retrieve the certificate by calling the <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_GetCertificate.html">GetCertificate</a> action and
10
- * specifying the ARN. </p>
11
- * <note>
12
- * <p>You cannot use the ACM <b>ListCertificateAuthorities</b> action to retrieve the ARNs of the
13
- * certificates that you issue by using ACM Private CA.</p>
14
- * </note>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { ACMPCAClient, IssueCertificateCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import
19
- * // const { ACMPCAClient, IssueCertificateCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import
20
- * const client = new ACMPCAClient(config);
21
- * const command = new IssueCertificateCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link IssueCertificateCommandInput} for command's `input` shape.
26
- * @see {@link IssueCertificateCommandOutput} for command's `response` shape.
27
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
30
- var IssueCertificateCommand = /** @class */ (function (_super) {
4
+ import { IssueCertificateRequest, IssueCertificateResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1IssueCertificateCommand, serializeAws_json1_1IssueCertificateCommand, } from "../protocols/Aws_json1_1";
6
+ var IssueCertificateCommand = (function (_super) {
31
7
  __extends(IssueCertificateCommand, _super);
32
- // Start section: command_properties
33
- // End section: command_properties
34
8
  function IssueCertificateCommand(input) {
35
- var _this =
36
- // Start section: command_constructor
37
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
38
10
  _this.input = input;
39
11
  return _this;
40
- // End section: command_constructor
41
12
  }
42
- /**
43
- * @internal
44
- */
45
13
  IssueCertificateCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
46
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
47
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -69,4 +37,3 @@ var IssueCertificateCommand = /** @class */ (function (_super) {
69
37
  return IssueCertificateCommand;
70
38
  }($Command));
71
39
  export { IssueCertificateCommand };
72
- //# sourceMappingURL=IssueCertificateCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListCertificateAuthoritiesRequest, ListCertificateAuthoritiesResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1ListCertificateAuthoritiesCommand, serializeAws_json1_1ListCertificateAuthoritiesCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Lists the private certificate authorities that you created by using the <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_CreateCertificateAuthority.html">CreateCertificateAuthority</a> action.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { ACMPCAClient, ListCertificateAuthoritiesCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import
12
- * // const { ACMPCAClient, ListCertificateAuthoritiesCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import
13
- * const client = new ACMPCAClient(config);
14
- * const command = new ListCertificateAuthoritiesCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListCertificateAuthoritiesCommandInput} for command's `input` shape.
19
- * @see {@link ListCertificateAuthoritiesCommandOutput} for command's `response` shape.
20
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListCertificateAuthoritiesCommand = /** @class */ (function (_super) {
4
+ import { ListCertificateAuthoritiesRequest, ListCertificateAuthoritiesResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1ListCertificateAuthoritiesCommand, serializeAws_json1_1ListCertificateAuthoritiesCommand, } from "../protocols/Aws_json1_1";
6
+ var ListCertificateAuthoritiesCommand = (function (_super) {
24
7
  __extends(ListCertificateAuthoritiesCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListCertificateAuthoritiesCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  ListCertificateAuthoritiesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var ListCertificateAuthoritiesCommand = /** @class */ (function (_super) {
62
37
  return ListCertificateAuthoritiesCommand;
63
38
  }($Command));
64
39
  export { ListCertificateAuthoritiesCommand };
65
- //# sourceMappingURL=ListCertificateAuthoritiesCommand.js.map
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListPermissionsRequest, ListPermissionsResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1ListPermissionsCommand, serializeAws_json1_1ListPermissionsCommand, } from "../protocols/Aws_json1_1";
6
+ var ListPermissionsCommand = (function (_super) {
7
+ __extends(ListPermissionsCommand, _super);
8
+ function ListPermissionsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ ListPermissionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ACMPCAClient";
18
+ var commandName = "ListPermissionsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: ListPermissionsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: ListPermissionsResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListPermissionsCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1ListPermissionsCommand(input, context);
33
+ };
34
+ ListPermissionsCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1ListPermissionsCommand(output, context);
36
+ };
37
+ return ListPermissionsCommand;
38
+ }($Command));
39
+ export { ListPermissionsCommand };
@@ -1,43 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1ListTagsCommand, serializeAws_json1_1ListTagsCommand } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Lists the tags, if any, that are associated with your private CA or one that has been
8
- * shared with you. Tags are labels that you can use to identify and organize your CAs.
9
- * Each tag consists of a key and an optional value. Call the <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_TagCertificateAuthority.html">TagCertificateAuthority</a>
10
- * action to add one or more tags to your CA. Call the <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_UntagCertificateAuthority.html">UntagCertificateAuthority</a> action to remove tags. </p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ACMPCAClient, ListTagsCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import
15
- * // const { ACMPCAClient, ListTagsCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import
16
- * const client = new ACMPCAClient(config);
17
- * const command = new ListTagsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListTagsCommandInput} for command's `input` shape.
22
- * @see {@link ListTagsCommandOutput} for command's `response` shape.
23
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- var ListTagsCommand = /** @class */ (function (_super) {
4
+ import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1ListTagsCommand, serializeAws_json1_1ListTagsCommand } from "../protocols/Aws_json1_1";
6
+ var ListTagsCommand = (function (_super) {
27
7
  __extends(ListTagsCommand, _super);
28
- // Start section: command_properties
29
- // End section: command_properties
30
8
  function ListTagsCommand(input) {
31
- var _this =
32
- // Start section: command_constructor
33
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
34
10
  _this.input = input;
35
11
  return _this;
36
- // End section: command_constructor
37
12
  }
38
- /**
39
- * @internal
40
- */
41
13
  ListTagsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
42
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
43
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -65,4 +37,3 @@ var ListTagsCommand = /** @class */ (function (_super) {
65
37
  return ListTagsCommand;
66
38
  }($Command));
67
39
  export { ListTagsCommand };
68
- //# sourceMappingURL=ListTagsCommand.js.map
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { PutPolicyRequest } from "../models/models_0";
5
+ import { deserializeAws_json1_1PutPolicyCommand, serializeAws_json1_1PutPolicyCommand } from "../protocols/Aws_json1_1";
6
+ var PutPolicyCommand = (function (_super) {
7
+ __extends(PutPolicyCommand, _super);
8
+ function PutPolicyCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ PutPolicyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ACMPCAClient";
18
+ var commandName = "PutPolicyCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: PutPolicyRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: function (output) { return output; },
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ PutPolicyCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1PutPolicyCommand(input, context);
33
+ };
34
+ PutPolicyCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1PutPolicyCommand(output, context);
36
+ };
37
+ return PutPolicyCommand;
38
+ }($Command));
39
+ export { PutPolicyCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { RestoreCertificateAuthorityRequest } from "../models/models_0";
5
+ import { deserializeAws_json1_1RestoreCertificateAuthorityCommand, serializeAws_json1_1RestoreCertificateAuthorityCommand, } from "../protocols/Aws_json1_1";
6
+ var RestoreCertificateAuthorityCommand = (function (_super) {
7
+ __extends(RestoreCertificateAuthorityCommand, _super);
8
+ function RestoreCertificateAuthorityCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ RestoreCertificateAuthorityCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ACMPCAClient";
18
+ var commandName = "RestoreCertificateAuthorityCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: RestoreCertificateAuthorityRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: function (output) { return output; },
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ RestoreCertificateAuthorityCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1RestoreCertificateAuthorityCommand(input, context);
33
+ };
34
+ RestoreCertificateAuthorityCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1RestoreCertificateAuthorityCommand(output, context);
36
+ };
37
+ return RestoreCertificateAuthorityCommand;
38
+ }($Command));
39
+ export { RestoreCertificateAuthorityCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { RevokeCertificateRequest } from "../models/models_0";
5
+ import { deserializeAws_json1_1RevokeCertificateCommand, serializeAws_json1_1RevokeCertificateCommand, } from "../protocols/Aws_json1_1";
6
+ var RevokeCertificateCommand = (function (_super) {
7
+ __extends(RevokeCertificateCommand, _super);
8
+ function RevokeCertificateCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ RevokeCertificateCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ACMPCAClient";
18
+ var commandName = "RevokeCertificateCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: RevokeCertificateRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: function (output) { return output; },
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ RevokeCertificateCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1RevokeCertificateCommand(input, context);
33
+ };
34
+ RevokeCertificateCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1RevokeCertificateCommand(output, context);
36
+ };
37
+ return RevokeCertificateCommand;
38
+ }($Command));
39
+ export { RevokeCertificateCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { TagCertificateAuthorityRequest } from "../models/models_0";
5
+ import { deserializeAws_json1_1TagCertificateAuthorityCommand, serializeAws_json1_1TagCertificateAuthorityCommand, } from "../protocols/Aws_json1_1";
6
+ var TagCertificateAuthorityCommand = (function (_super) {
7
+ __extends(TagCertificateAuthorityCommand, _super);
8
+ function TagCertificateAuthorityCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ TagCertificateAuthorityCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ACMPCAClient";
18
+ var commandName = "TagCertificateAuthorityCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: TagCertificateAuthorityRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: function (output) { return output; },
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ TagCertificateAuthorityCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1TagCertificateAuthorityCommand(input, context);
33
+ };
34
+ TagCertificateAuthorityCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1TagCertificateAuthorityCommand(output, context);
36
+ };
37
+ return TagCertificateAuthorityCommand;
38
+ }($Command));
39
+ export { TagCertificateAuthorityCommand };
@@ -1,44 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { UntagCertificateAuthorityRequest } from "../models/models_0";
3
- import { deserializeAws_json1_1UntagCertificateAuthorityCommand, serializeAws_json1_1UntagCertificateAuthorityCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Remove one or more tags from your private CA. A tag consists of a key-value pair. If
8
- * you do not specify the value portion of the tag when calling this action, the tag will
9
- * be removed regardless of value. If you specify a value, the tag is removed only if it is
10
- * associated with the specified value. To add tags to a private CA, use the <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_TagCertificateAuthority.html">TagCertificateAuthority</a>. Call the <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_ListTags.html">ListTags</a> action to see what tags are
11
- * associated with your CA. </p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ACMPCAClient, UntagCertificateAuthorityCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import
16
- * // const { ACMPCAClient, UntagCertificateAuthorityCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import
17
- * const client = new ACMPCAClient(config);
18
- * const command = new UntagCertificateAuthorityCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link UntagCertificateAuthorityCommandInput} for command's `input` shape.
23
- * @see {@link UntagCertificateAuthorityCommandOutput} for command's `response` shape.
24
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- var UntagCertificateAuthorityCommand = /** @class */ (function (_super) {
4
+ import { UntagCertificateAuthorityRequest } from "../models/models_0";
5
+ import { deserializeAws_json1_1UntagCertificateAuthorityCommand, serializeAws_json1_1UntagCertificateAuthorityCommand, } from "../protocols/Aws_json1_1";
6
+ var UntagCertificateAuthorityCommand = (function (_super) {
28
7
  __extends(UntagCertificateAuthorityCommand, _super);
29
- // Start section: command_properties
30
- // End section: command_properties
31
8
  function UntagCertificateAuthorityCommand(input) {
32
- var _this =
33
- // Start section: command_constructor
34
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
35
10
  _this.input = input;
36
11
  return _this;
37
- // End section: command_constructor
38
12
  }
39
- /**
40
- * @internal
41
- */
42
13
  UntagCertificateAuthorityCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
43
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
44
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -66,4 +37,3 @@ var UntagCertificateAuthorityCommand = /** @class */ (function (_super) {
66
37
  return UntagCertificateAuthorityCommand;
67
38
  }($Command));
68
39
  export { UntagCertificateAuthorityCommand };
69
- //# sourceMappingURL=UntagCertificateAuthorityCommand.js.map
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { UpdateCertificateAuthorityRequest } from "../models/models_0";
5
+ import { deserializeAws_json1_1UpdateCertificateAuthorityCommand, serializeAws_json1_1UpdateCertificateAuthorityCommand, } from "../protocols/Aws_json1_1";
6
+ var UpdateCertificateAuthorityCommand = (function (_super) {
7
+ __extends(UpdateCertificateAuthorityCommand, _super);
8
+ function UpdateCertificateAuthorityCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ UpdateCertificateAuthorityCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ACMPCAClient";
18
+ var commandName = "UpdateCertificateAuthorityCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: UpdateCertificateAuthorityRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: function (output) { return output; },
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ UpdateCertificateAuthorityCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1UpdateCertificateAuthorityCommand(input, context);
33
+ };
34
+ UpdateCertificateAuthorityCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1UpdateCertificateAuthorityCommand(output, context);
36
+ };
37
+ return UpdateCertificateAuthorityCommand;
38
+ }($Command));
39
+ export { UpdateCertificateAuthorityCommand };
@@ -81,7 +81,6 @@ var partitionHash = {
81
81
  };
82
82
  export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
83
83
  return __generator(this, function (_a) {
84
- return [2 /*return*/, getRegionInfo(region, __assign(__assign({}, options), { signingService: "acm-pca", regionHash: regionHash, partitionHash: partitionHash }))];
84
+ return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "acm-pca", regionHash: regionHash, partitionHash: partitionHash }))];
85
85
  });
86
86
  }); };
87
- //# sourceMappingURL=endpoints.js.map
File without changes