Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update clients with smithy models as of 08/20 #1457

Merged
merged 5 commits into from
Aug 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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