DescribeElasticsearchInstanceTypeLimitsRequest
public struct DescribeElasticsearchInstanceTypeLimitsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
DomainName represents the name of the Domain that we are trying to modify. This should be present only if we are querying for Elasticsearch Limits for existing domain.
Declaration
Swift
public let domainName: String?
-
Version of Elasticsearch for which Limits are needed.
Declaration
Swift
public let elasticsearchVersion: String
-
The instance type for an Elasticsearch cluster for which Elasticsearch Limits are needed.
Declaration
Swift
public let instanceType: ESPartitionInstanceType
-
Undocumented
Declaration
Swift
public init(domainName: String? = nil, elasticsearchVersion: String, instanceType: ESPartitionInstanceType)
-
Declaration
Swift
public func validate(name: String) throws