ListConfigurationHistoryRequest

public struct ListConfigurationHistoryRequest : AWSShape
extension ApplicationInsights.ListConfigurationHistoryRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The end time of the event.

    Declaration

    Swift

    public let endTime: TimeStamp?
  • The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

    Declaration

    Swift

    public let eventStatus: ConfigurationEventStatus?
  • The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

    Declaration

    Swift

    public let maxResults: Int?
  • The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

    Declaration

    Swift

    public let nextToken: String?
  • Resource group to which the application belongs.

    Declaration

    Swift

    public let resourceGroupName: String?
  • The start time of the event.

    Declaration

    Swift

    public let startTime: TimeStamp?
  • Undocumented

    Declaration

    Swift

    public init(endTime: TimeStamp? = nil, eventStatus: ConfigurationEventStatus? = nil, maxResults: Int? = nil, nextToken: String? = nil, resourceGroupName: String? = nil, startTime: TimeStamp? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws