DescribeServicesRequest

public struct DescribeServicesRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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?
  • A JSON-formatted list of service codes available for AWS services.

    Declaration

    Swift

    public let serviceCodeList: [String]?
  • Undocumented

    Declaration

    Swift

    public init(language: String? = nil, serviceCodeList: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws