Skip to content

Commit

Permalink
feat: update clients with smithy models as of 08/20 (#1457)
Browse files Browse the repository at this point in the history
Co-authored-by: JordonPhillips <phjordon@amazon.com>
  • Loading branch information
trivikr and JordonPhillips authored Aug 21, 2020
1 parent 906786f commit f95cce3
Show file tree
Hide file tree
Showing 1,608 changed files with 662,059 additions and 314,941 deletions.
386 changes: 193 additions & 193 deletions clients/client-acm-pca/models/index.ts

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions clients/client-acm/ACM.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,10 @@ export class ACM extends ACMClient {
}

/**
* <p>Retrieves a certificate specified by an ARN and its certificate chain . The chain is an
* ordered list of certificates that contains the end entity certificate, intermediate
* certificates of subordinate CAs, and the root certificate in that order. The certificate and
* certificate chain are base64 encoded. If you want to decode the certificate to see the
* individual fields, you can use OpenSSL.</p>
* <p>Retrieves an Amazon-issued certificate and its certificate chain. The chain consists of
* the certificate of the issuing CA and the intermediate certificates of any other subordinate
* CAs. All of the certificates are base64 encoded. You can use <a href="https://wiki.openssl.org/index.php/Command_Line_Utilities">OpenSSL</a> to decode
* the certificates and inspect individual fields.</p>
*/
public getCertificate(
args: GetCertificateCommandInput,
Expand Down
Loading

0 comments on commit f95cce3

Please sign in to comment.