Skip to content

Commit f95cce3

Browse files
feat: update clients with smithy models as of 08/20 (#1457)
Co-authored-by: JordonPhillips <[email protected]>
1 parent 906786f commit f95cce3

File tree

1,608 files changed

+662059
-314941
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,608 files changed

+662059
-314941
lines changed

clients/client-acm-pca/models/index.ts

Lines changed: 193 additions & 193 deletions
Large diffs are not rendered by default.

clients/client-acm/ACM.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,11 +232,10 @@ export class ACM extends ACMClient {
232232
}
233233

234234
/**
235-
* <p>Retrieves a certificate specified by an ARN and its certificate chain . The chain is an
236-
* ordered list of certificates that contains the end entity certificate, intermediate
237-
* certificates of subordinate CAs, and the root certificate in that order. The certificate and
238-
* certificate chain are base64 encoded. If you want to decode the certificate to see the
239-
* individual fields, you can use OpenSSL.</p>
235+
* <p>Retrieves an Amazon-issued certificate and its certificate chain. The chain consists of
236+
* the certificate of the issuing CA and the intermediate certificates of any other subordinate
237+
* 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
238+
* the certificates and inspect individual fields.</p>
240239
*/
241240
public getCertificate(
242241
args: GetCertificateCommandInput,

0 commit comments

Comments
 (0)