DomainPackageDetails
public struct DomainPackageDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Name of the domain you’ve associated a package with.
Declaration
Swift
public let domainName: String? -
State of the association. Values are ASSOCIATING/ASSOCIATION_FAILED/ACTIVE/DISSOCIATING/DISSOCIATION_FAILED.
Declaration
Swift
public let domainPackageStatus: DomainPackageStatus? -
Additional information if the package is in an error state. Null otherwise.
Declaration
Swift
public let errorDetails: ErrorDetails? -
Timestamp of the most-recent update to the association status.
Declaration
Swift
public let lastUpdated: TimeStamp? -
Internal ID of the package.
Declaration
Swift
public let packageID: String? -
User specified name of the package.
Declaration
Swift
public let packageName: String? -
Currently supports only TXT-DICTIONARY.
Declaration
Swift
public let packageType: PackageType? -
The relative path on Amazon ES nodes, which can be used as synonym_path when the package is synonym file.
Declaration
Swift
public let referencePath: String? -
init(domainName:domainPackageStatus:errorDetails:lastUpdated:packageID:packageName:packageType:referencePath:)Undocumented
Declaration
Swift
public init(domainName: String? = nil, domainPackageStatus: DomainPackageStatus? = nil, errorDetails: ErrorDetails? = nil, lastUpdated: TimeStamp? = nil, packageID: String? = nil, packageName: String? = nil, packageType: PackageType? = nil, referencePath: String? = nil)
View on GitHub
DomainPackageDetails Structure Reference