ListCertificatesRequest

public struct ListCertificatesRequest : AWSShape
extension ACM.ListCertificatesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Filter the certificate list by status value.

    Declaration

    Swift

    public let certificateStatuses: [CertificateStatus]?
  • Filter the certificate list. For more information, see the Filters structure.

    Declaration

    Swift

    public let includes: Filters?
  • Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

    Declaration

    Swift

    public let maxItems: Int?
  • Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(certificateStatuses: [CertificateStatus]? = nil, includes: Filters? = nil, maxItems: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> ACM.ListCertificatesRequest