DescribeCasesRequest

public struct DescribeCasesRequest : AWSShape
extension Support.DescribeCasesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

    Declaration

    Swift

    public let afterTime: String?
  • The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

    Declaration

    Swift

    public let beforeTime: String?
  • A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

    Declaration

    Swift

    public let caseIdList: [String]?
  • The ID displayed for a case in the AWS Support Center user interface.

    Declaration

    Swift

    public let displayId: String?
  • Specifies whether to include communications in the DescribeCases response. By default, communications are incuded.

    Declaration

    Swift

    public let includeCommunications: Bool?
  • Specifies whether to include resolved support cases in the DescribeCases response. By default, resolved cases aren’t included.

    Declaration

    Swift

    public let includeResolvedCases: Bool?
  • The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (“en”) and Japanese (“ja”). Language parameters must be passed explicitly for operations that take them.

    Declaration

    Swift

    public let language: String?
  • The maximum number of results to return before paginating.

    Declaration

    Swift

    public let maxResults: Int?
  • A resumption point for pagination.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(afterTime: String? = nil, beforeTime: String? = nil, caseIdList: [String]? = nil, displayId: String? = nil, includeCommunications: Bool? = nil, includeResolvedCases: Bool? = nil, language: String? = nil, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws