ReportInstanceStatusRequest

public struct ReportInstanceStatusRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Descriptive text about the health state of your instance.

    Declaration

    Swift

    public let description: String?
  • Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    Declaration

    Swift

    public let dryRun: Bool?
  • The time at which the reported instance health state ended.

    Declaration

    Swift

    public let endTime: TimeStamp?
  • The instances.

    Declaration

    Swift

    public let instances: [String]
  • The reason codes that describe the health state of your instance. instance-stuck-in-state: My instance is stuck in a state. unresponsive: My instance is unresponsive. not-accepting-credentials: My instance is not accepting my credentials. password-not-available: A password is not available for my instance. performance-network: My instance is experiencing performance problems that I believe are network related. performance-instance-store: My instance is experiencing performance problems that I believe are related to the instance stores. performance-ebs-volume: My instance is experiencing performance problems that I believe are related to an EBS volume. performance-other: My instance is experiencing performance problems. other: [explain using the description parameter]

    Declaration

    Swift

    public let reasonCodes: [ReportInstanceReasonCodes]
  • The time at which the reported instance health state began.

    Declaration

    Swift

    public let startTime: TimeStamp?
  • The status of all instances listed.

    Declaration

    Swift

    public let status: ReportStatusType
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, dryRun: Bool? = nil, endTime: TimeStamp? = nil, instances: [String], reasonCodes: [ReportInstanceReasonCodes], startTime: TimeStamp? = nil, status: ReportStatusType)