UpgradeElasticsearchDomainResponse

public struct UpgradeElasticsearchDomainResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Undocumented

    Declaration

    Swift

    public let domainName: String?
  • This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed. This will not actually perform the Upgrade.

    Declaration

    Swift

    public let performCheckOnly: Bool?
  • The version of Elasticsearch that you intend to upgrade the domain to.

    Declaration

    Swift

    public let targetVersion: String?
  • Undocumented

    Declaration

    Swift

    public init(domainName: String? = nil, performCheckOnly: Bool? = nil, targetVersion: String? = nil)