Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.99 KB

File metadata and controls

30 lines (20 loc) · 1.99 KB

ACM

TotalTLS

Types:

Methods:

  • client.acm.totalTLS.update({ ...params }) -> TotalTLSUpdateResponse
  • client.acm.totalTLS.edit({ ...params }) -> TotalTLSEditResponse
  • client.acm.totalTLS.get({ ...params }) -> TotalTLSGetResponse

CustomTrustStore

Types:

Methods:

  • client.acm.customTrustStore.create({ ...params }) -> CustomTrustStore
  • client.acm.customTrustStore.list({ ...params }) -> CustomTrustStoresV4PagePaginationArray
  • client.acm.customTrustStore.delete(customOriginTrustStoreId, { ...params }) -> CustomTrustStoreDeleteResponse
  • client.acm.customTrustStore.get(customOriginTrustStoreId, { ...params }) -> CustomTrustStore