diff --git a/clients/client-lightsail/src/commands/GetCertificatesCommand.ts b/clients/client-lightsail/src/commands/GetCertificatesCommand.ts index 2c1a531b9a195..4b1f49b7638dd 100644 --- a/clients/client-lightsail/src/commands/GetCertificatesCommand.ts +++ b/clients/client-lightsail/src/commands/GetCertificatesCommand.ts @@ -38,7 +38,7 @@ export interface GetCertificatesCommandOutput extends GetCertificatesResult, __M * @public *
Returns information about one or more Amazon Lightsail SSL/TLS certificates.
*To get a summary of a certificate, ommit includeCertificateDetails
from
+ *
To get a summary of a certificate, omit includeCertificateDetails
from
* your request. The response will include only the certificate Amazon Resource Name (ARN),
* certificate name, domain name, and tags.
Describes the full details of an Amazon Lightsail SSL/TLS certificate.
*To get a summary of a certificate, use the GetCertificates
action and ommit
+ *
To get a summary of a certificate, use the GetCertificates
action and omit
* includeCertificateDetails
from your request. The response will include only
* the certificate Amazon Resource Name (ARN), certificate name, domain name, and tags.
The token to advance to the next page of results from your request.
+ *To get a page token, perform an initial GetCertificates
request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.
An object that describes certificates.
*/ certificates?: CertificateSummary[]; + + /** + *If NextPageToken
is returned there are more results available. The value of NextPageToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
Specified in the Unix time format.
- *For example, if you wish to use a start time of October 1, 2018, at 8 PM UTC, specify + *
For example, if you want to use a start time of October 1, 2018, at 8 PM UTC, specify
* 1538424000
as the start time.
Specified in the Unix time format.
- *For example, if you wish to use an end time of October 1, 2018, at 9 PM UTC, specify + *
For example, if you want to use an end time of October 1, 2018, at 9 PM UTC, specify
* 1538427600
as the end time.