acm-pca-2017-08-22.min.json 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803
  1. {
  2. "version": "2.0",
  3. "metadata": {
  4. "apiVersion": "2017-08-22",
  5. "endpointPrefix": "acm-pca",
  6. "jsonVersion": "1.1",
  7. "protocol": "json",
  8. "serviceAbbreviation": "ACM-PCA",
  9. "serviceFullName": "AWS Certificate Manager Private Certificate Authority",
  10. "serviceId": "ACM PCA",
  11. "signatureVersion": "v4",
  12. "targetPrefix": "ACMPrivateCA",
  13. "uid": "acm-pca-2017-08-22"
  14. },
  15. "operations": {
  16. "CreateCertificateAuthority": {
  17. "input": {
  18. "type": "structure",
  19. "required": [
  20. "CertificateAuthorityConfiguration",
  21. "CertificateAuthorityType"
  22. ],
  23. "members": {
  24. "CertificateAuthorityConfiguration": {
  25. "shape": "S2"
  26. },
  27. "RevocationConfiguration": {
  28. "shape": "Sv"
  29. },
  30. "CertificateAuthorityType": {},
  31. "IdempotencyToken": {},
  32. "KeyStorageSecurityStandard": {},
  33. "Tags": {
  34. "shape": "S16"
  35. },
  36. "UsageMode": {}
  37. }
  38. },
  39. "output": {
  40. "type": "structure",
  41. "members": {
  42. "CertificateAuthorityArn": {}
  43. }
  44. },
  45. "idempotent": true
  46. },
  47. "CreateCertificateAuthorityAuditReport": {
  48. "input": {
  49. "type": "structure",
  50. "required": [
  51. "CertificateAuthorityArn",
  52. "S3BucketName",
  53. "AuditReportResponseFormat"
  54. ],
  55. "members": {
  56. "CertificateAuthorityArn": {},
  57. "S3BucketName": {},
  58. "AuditReportResponseFormat": {}
  59. }
  60. },
  61. "output": {
  62. "type": "structure",
  63. "members": {
  64. "AuditReportId": {},
  65. "S3Key": {}
  66. }
  67. },
  68. "idempotent": true
  69. },
  70. "CreatePermission": {
  71. "input": {
  72. "type": "structure",
  73. "required": [
  74. "CertificateAuthorityArn",
  75. "Principal",
  76. "Actions"
  77. ],
  78. "members": {
  79. "CertificateAuthorityArn": {},
  80. "Principal": {},
  81. "SourceAccount": {},
  82. "Actions": {
  83. "shape": "S1m"
  84. }
  85. }
  86. }
  87. },
  88. "DeleteCertificateAuthority": {
  89. "input": {
  90. "type": "structure",
  91. "required": [
  92. "CertificateAuthorityArn"
  93. ],
  94. "members": {
  95. "CertificateAuthorityArn": {},
  96. "PermanentDeletionTimeInDays": {
  97. "type": "integer"
  98. }
  99. }
  100. }
  101. },
  102. "DeletePermission": {
  103. "input": {
  104. "type": "structure",
  105. "required": [
  106. "CertificateAuthorityArn",
  107. "Principal"
  108. ],
  109. "members": {
  110. "CertificateAuthorityArn": {},
  111. "Principal": {},
  112. "SourceAccount": {}
  113. }
  114. }
  115. },
  116. "DeletePolicy": {
  117. "input": {
  118. "type": "structure",
  119. "required": [
  120. "ResourceArn"
  121. ],
  122. "members": {
  123. "ResourceArn": {}
  124. }
  125. }
  126. },
  127. "DescribeCertificateAuthority": {
  128. "input": {
  129. "type": "structure",
  130. "required": [
  131. "CertificateAuthorityArn"
  132. ],
  133. "members": {
  134. "CertificateAuthorityArn": {}
  135. }
  136. },
  137. "output": {
  138. "type": "structure",
  139. "members": {
  140. "CertificateAuthority": {
  141. "shape": "S1u"
  142. }
  143. }
  144. }
  145. },
  146. "DescribeCertificateAuthorityAuditReport": {
  147. "input": {
  148. "type": "structure",
  149. "required": [
  150. "CertificateAuthorityArn",
  151. "AuditReportId"
  152. ],
  153. "members": {
  154. "CertificateAuthorityArn": {},
  155. "AuditReportId": {}
  156. }
  157. },
  158. "output": {
  159. "type": "structure",
  160. "members": {
  161. "AuditReportStatus": {},
  162. "S3BucketName": {},
  163. "S3Key": {},
  164. "CreatedAt": {
  165. "type": "timestamp"
  166. }
  167. }
  168. }
  169. },
  170. "GetCertificate": {
  171. "input": {
  172. "type": "structure",
  173. "required": [
  174. "CertificateAuthorityArn",
  175. "CertificateArn"
  176. ],
  177. "members": {
  178. "CertificateAuthorityArn": {},
  179. "CertificateArn": {}
  180. }
  181. },
  182. "output": {
  183. "type": "structure",
  184. "members": {
  185. "Certificate": {},
  186. "CertificateChain": {}
  187. }
  188. }
  189. },
  190. "GetCertificateAuthorityCertificate": {
  191. "input": {
  192. "type": "structure",
  193. "required": [
  194. "CertificateAuthorityArn"
  195. ],
  196. "members": {
  197. "CertificateAuthorityArn": {}
  198. }
  199. },
  200. "output": {
  201. "type": "structure",
  202. "members": {
  203. "Certificate": {},
  204. "CertificateChain": {}
  205. }
  206. }
  207. },
  208. "GetCertificateAuthorityCsr": {
  209. "input": {
  210. "type": "structure",
  211. "required": [
  212. "CertificateAuthorityArn"
  213. ],
  214. "members": {
  215. "CertificateAuthorityArn": {}
  216. }
  217. },
  218. "output": {
  219. "type": "structure",
  220. "members": {
  221. "Csr": {}
  222. }
  223. }
  224. },
  225. "GetPolicy": {
  226. "input": {
  227. "type": "structure",
  228. "required": [
  229. "ResourceArn"
  230. ],
  231. "members": {
  232. "ResourceArn": {}
  233. }
  234. },
  235. "output": {
  236. "type": "structure",
  237. "members": {
  238. "Policy": {}
  239. }
  240. }
  241. },
  242. "ImportCertificateAuthorityCertificate": {
  243. "input": {
  244. "type": "structure",
  245. "required": [
  246. "CertificateAuthorityArn",
  247. "Certificate"
  248. ],
  249. "members": {
  250. "CertificateAuthorityArn": {},
  251. "Certificate": {
  252. "type": "blob"
  253. },
  254. "CertificateChain": {
  255. "type": "blob"
  256. }
  257. }
  258. }
  259. },
  260. "IssueCertificate": {
  261. "input": {
  262. "type": "structure",
  263. "required": [
  264. "CertificateAuthorityArn",
  265. "Csr",
  266. "SigningAlgorithm",
  267. "Validity"
  268. ],
  269. "members": {
  270. "ApiPassthrough": {
  271. "type": "structure",
  272. "members": {
  273. "Extensions": {
  274. "type": "structure",
  275. "members": {
  276. "CertificatePolicies": {
  277. "type": "list",
  278. "member": {
  279. "type": "structure",
  280. "required": [
  281. "CertPolicyId"
  282. ],
  283. "members": {
  284. "CertPolicyId": {},
  285. "PolicyQualifiers": {
  286. "type": "list",
  287. "member": {
  288. "type": "structure",
  289. "required": [
  290. "PolicyQualifierId",
  291. "Qualifier"
  292. ],
  293. "members": {
  294. "PolicyQualifierId": {},
  295. "Qualifier": {
  296. "type": "structure",
  297. "required": [
  298. "CpsUri"
  299. ],
  300. "members": {
  301. "CpsUri": {}
  302. }
  303. }
  304. }
  305. }
  306. }
  307. }
  308. }
  309. },
  310. "ExtendedKeyUsage": {
  311. "type": "list",
  312. "member": {
  313. "type": "structure",
  314. "members": {
  315. "ExtendedKeyUsageType": {},
  316. "ExtendedKeyUsageObjectIdentifier": {}
  317. }
  318. }
  319. },
  320. "KeyUsage": {
  321. "shape": "Sj"
  322. },
  323. "SubjectAlternativeNames": {
  324. "type": "list",
  325. "member": {
  326. "shape": "Sp"
  327. }
  328. },
  329. "CustomExtensions": {
  330. "type": "list",
  331. "member": {
  332. "type": "structure",
  333. "required": [
  334. "ObjectIdentifier",
  335. "Value"
  336. ],
  337. "members": {
  338. "ObjectIdentifier": {},
  339. "Value": {},
  340. "Critical": {
  341. "type": "boolean"
  342. }
  343. }
  344. }
  345. }
  346. }
  347. },
  348. "Subject": {
  349. "shape": "S5"
  350. }
  351. }
  352. },
  353. "CertificateAuthorityArn": {},
  354. "Csr": {
  355. "type": "blob"
  356. },
  357. "SigningAlgorithm": {},
  358. "TemplateArn": {},
  359. "Validity": {
  360. "shape": "S2y"
  361. },
  362. "ValidityNotBefore": {
  363. "shape": "S2y"
  364. },
  365. "IdempotencyToken": {}
  366. }
  367. },
  368. "output": {
  369. "type": "structure",
  370. "members": {
  371. "CertificateArn": {}
  372. }
  373. },
  374. "idempotent": true
  375. },
  376. "ListCertificateAuthorities": {
  377. "input": {
  378. "type": "structure",
  379. "members": {
  380. "NextToken": {},
  381. "MaxResults": {
  382. "type": "integer"
  383. },
  384. "ResourceOwner": {}
  385. }
  386. },
  387. "output": {
  388. "type": "structure",
  389. "members": {
  390. "CertificateAuthorities": {
  391. "type": "list",
  392. "member": {
  393. "shape": "S1u"
  394. }
  395. },
  396. "NextToken": {}
  397. }
  398. }
  399. },
  400. "ListPermissions": {
  401. "input": {
  402. "type": "structure",
  403. "required": [
  404. "CertificateAuthorityArn"
  405. ],
  406. "members": {
  407. "CertificateAuthorityArn": {},
  408. "NextToken": {},
  409. "MaxResults": {
  410. "type": "integer"
  411. }
  412. }
  413. },
  414. "output": {
  415. "type": "structure",
  416. "members": {
  417. "Permissions": {
  418. "type": "list",
  419. "member": {
  420. "type": "structure",
  421. "members": {
  422. "CertificateAuthorityArn": {},
  423. "CreatedAt": {
  424. "type": "timestamp"
  425. },
  426. "Principal": {},
  427. "SourceAccount": {},
  428. "Actions": {
  429. "shape": "S1m"
  430. },
  431. "Policy": {}
  432. }
  433. }
  434. },
  435. "NextToken": {}
  436. }
  437. }
  438. },
  439. "ListTags": {
  440. "input": {
  441. "type": "structure",
  442. "required": [
  443. "CertificateAuthorityArn"
  444. ],
  445. "members": {
  446. "CertificateAuthorityArn": {},
  447. "NextToken": {},
  448. "MaxResults": {
  449. "type": "integer"
  450. }
  451. }
  452. },
  453. "output": {
  454. "type": "structure",
  455. "members": {
  456. "Tags": {
  457. "shape": "S16"
  458. },
  459. "NextToken": {}
  460. }
  461. }
  462. },
  463. "PutPolicy": {
  464. "input": {
  465. "type": "structure",
  466. "required": [
  467. "ResourceArn",
  468. "Policy"
  469. ],
  470. "members": {
  471. "ResourceArn": {},
  472. "Policy": {}
  473. }
  474. }
  475. },
  476. "RestoreCertificateAuthority": {
  477. "input": {
  478. "type": "structure",
  479. "required": [
  480. "CertificateAuthorityArn"
  481. ],
  482. "members": {
  483. "CertificateAuthorityArn": {}
  484. }
  485. }
  486. },
  487. "RevokeCertificate": {
  488. "input": {
  489. "type": "structure",
  490. "required": [
  491. "CertificateAuthorityArn",
  492. "CertificateSerial",
  493. "RevocationReason"
  494. ],
  495. "members": {
  496. "CertificateAuthorityArn": {},
  497. "CertificateSerial": {},
  498. "RevocationReason": {}
  499. }
  500. }
  501. },
  502. "TagCertificateAuthority": {
  503. "input": {
  504. "type": "structure",
  505. "required": [
  506. "CertificateAuthorityArn",
  507. "Tags"
  508. ],
  509. "members": {
  510. "CertificateAuthorityArn": {},
  511. "Tags": {
  512. "shape": "S16"
  513. }
  514. }
  515. }
  516. },
  517. "UntagCertificateAuthority": {
  518. "input": {
  519. "type": "structure",
  520. "required": [
  521. "CertificateAuthorityArn",
  522. "Tags"
  523. ],
  524. "members": {
  525. "CertificateAuthorityArn": {},
  526. "Tags": {
  527. "shape": "S16"
  528. }
  529. }
  530. }
  531. },
  532. "UpdateCertificateAuthority": {
  533. "input": {
  534. "type": "structure",
  535. "required": [
  536. "CertificateAuthorityArn"
  537. ],
  538. "members": {
  539. "CertificateAuthorityArn": {},
  540. "RevocationConfiguration": {
  541. "shape": "Sv"
  542. },
  543. "Status": {}
  544. }
  545. }
  546. }
  547. },
  548. "shapes": {
  549. "S2": {
  550. "type": "structure",
  551. "required": [
  552. "KeyAlgorithm",
  553. "SigningAlgorithm",
  554. "Subject"
  555. ],
  556. "members": {
  557. "KeyAlgorithm": {},
  558. "SigningAlgorithm": {},
  559. "Subject": {
  560. "shape": "S5"
  561. },
  562. "CsrExtensions": {
  563. "type": "structure",
  564. "members": {
  565. "KeyUsage": {
  566. "shape": "Sj"
  567. },
  568. "SubjectInformationAccess": {
  569. "type": "list",
  570. "member": {
  571. "type": "structure",
  572. "required": [
  573. "AccessMethod",
  574. "AccessLocation"
  575. ],
  576. "members": {
  577. "AccessMethod": {
  578. "type": "structure",
  579. "members": {
  580. "CustomObjectIdentifier": {},
  581. "AccessMethodType": {}
  582. }
  583. },
  584. "AccessLocation": {
  585. "shape": "Sp"
  586. }
  587. }
  588. }
  589. }
  590. }
  591. }
  592. }
  593. },
  594. "S5": {
  595. "type": "structure",
  596. "members": {
  597. "Country": {},
  598. "Organization": {},
  599. "OrganizationalUnit": {},
  600. "DistinguishedNameQualifier": {},
  601. "State": {},
  602. "CommonName": {},
  603. "SerialNumber": {},
  604. "Locality": {},
  605. "Title": {},
  606. "Surname": {},
  607. "GivenName": {},
  608. "Initials": {},
  609. "Pseudonym": {},
  610. "GenerationQualifier": {},
  611. "CustomAttributes": {
  612. "type": "list",
  613. "member": {
  614. "type": "structure",
  615. "required": [
  616. "ObjectIdentifier",
  617. "Value"
  618. ],
  619. "members": {
  620. "ObjectIdentifier": {},
  621. "Value": {}
  622. }
  623. }
  624. }
  625. }
  626. },
  627. "Sj": {
  628. "type": "structure",
  629. "members": {
  630. "DigitalSignature": {
  631. "type": "boolean"
  632. },
  633. "NonRepudiation": {
  634. "type": "boolean"
  635. },
  636. "KeyEncipherment": {
  637. "type": "boolean"
  638. },
  639. "DataEncipherment": {
  640. "type": "boolean"
  641. },
  642. "KeyAgreement": {
  643. "type": "boolean"
  644. },
  645. "KeyCertSign": {
  646. "type": "boolean"
  647. },
  648. "CRLSign": {
  649. "type": "boolean"
  650. },
  651. "EncipherOnly": {
  652. "type": "boolean"
  653. },
  654. "DecipherOnly": {
  655. "type": "boolean"
  656. }
  657. }
  658. },
  659. "Sp": {
  660. "type": "structure",
  661. "members": {
  662. "OtherName": {
  663. "type": "structure",
  664. "required": [
  665. "TypeId",
  666. "Value"
  667. ],
  668. "members": {
  669. "TypeId": {},
  670. "Value": {}
  671. }
  672. },
  673. "Rfc822Name": {},
  674. "DnsName": {},
  675. "DirectoryName": {
  676. "shape": "S5"
  677. },
  678. "EdiPartyName": {
  679. "type": "structure",
  680. "required": [
  681. "PartyName"
  682. ],
  683. "members": {
  684. "PartyName": {},
  685. "NameAssigner": {}
  686. }
  687. },
  688. "UniformResourceIdentifier": {},
  689. "IpAddress": {},
  690. "RegisteredId": {}
  691. }
  692. },
  693. "Sv": {
  694. "type": "structure",
  695. "members": {
  696. "CrlConfiguration": {
  697. "type": "structure",
  698. "required": [
  699. "Enabled"
  700. ],
  701. "members": {
  702. "Enabled": {
  703. "type": "boolean"
  704. },
  705. "ExpirationInDays": {
  706. "type": "integer"
  707. },
  708. "CustomCname": {},
  709. "S3BucketName": {},
  710. "S3ObjectAcl": {},
  711. "CrlDistributionPointExtensionConfiguration": {
  712. "type": "structure",
  713. "required": [
  714. "OmitExtension"
  715. ],
  716. "members": {
  717. "OmitExtension": {
  718. "type": "boolean"
  719. }
  720. }
  721. }
  722. }
  723. },
  724. "OcspConfiguration": {
  725. "type": "structure",
  726. "required": [
  727. "Enabled"
  728. ],
  729. "members": {
  730. "Enabled": {
  731. "type": "boolean"
  732. },
  733. "OcspCustomCname": {}
  734. }
  735. }
  736. }
  737. },
  738. "S16": {
  739. "type": "list",
  740. "member": {
  741. "type": "structure",
  742. "required": [
  743. "Key"
  744. ],
  745. "members": {
  746. "Key": {},
  747. "Value": {}
  748. }
  749. }
  750. },
  751. "S1m": {
  752. "type": "list",
  753. "member": {}
  754. },
  755. "S1u": {
  756. "type": "structure",
  757. "members": {
  758. "Arn": {},
  759. "OwnerAccount": {},
  760. "CreatedAt": {
  761. "type": "timestamp"
  762. },
  763. "LastStateChangeAt": {
  764. "type": "timestamp"
  765. },
  766. "Type": {},
  767. "Serial": {},
  768. "Status": {},
  769. "NotBefore": {
  770. "type": "timestamp"
  771. },
  772. "NotAfter": {
  773. "type": "timestamp"
  774. },
  775. "FailureReason": {},
  776. "CertificateAuthorityConfiguration": {
  777. "shape": "S2"
  778. },
  779. "RevocationConfiguration": {
  780. "shape": "Sv"
  781. },
  782. "RestorableUntil": {
  783. "type": "timestamp"
  784. },
  785. "KeyStorageSecurityStandard": {},
  786. "UsageMode": {}
  787. }
  788. },
  789. "S2y": {
  790. "type": "structure",
  791. "required": [
  792. "Value",
  793. "Type"
  794. ],
  795. "members": {
  796. "Value": {
  797. "type": "long"
  798. },
  799. "Type": {}
  800. }
  801. }
  802. }
  803. }