- Navigation Guide
@aws-sdk/client-iam
UploadServerCertificateCommandOutput Interface
The output of UploadServerCertificateCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
ServerCertificateMetadata | ServerCertificateMetadata | undefined | The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key. |
Tags | Tag[] | undefined | A list of tags that are attached to the new IAM server certificate. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide. |
Full Signature
export interface UploadServerCertificateCommandOutput extends UploadServerCertificateResponse, MetadataBearer