GenerateAccessLogsRequest

public struct GenerateAccessLogsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique ID for an Amplify app.

    Declaration

    Swift

    public let appId: String
  • The name of the domain.

    Declaration

    Swift

    public let domainName: String
  • The time at which the logs should end. The time range specified is inclusive of the end time.

    Declaration

    Swift

    public let endTime: TimeStamp?
  • The time at which the logs should start. The time range specified is inclusive of the start time.

    Declaration

    Swift

    public let startTime: TimeStamp?
  • Undocumented

    Declaration

    Swift

    public init(appId: String, domainName: String, endTime: TimeStamp? = nil, startTime: TimeStamp? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws