DiscoverInstancesRequest

public struct DiscoverInstancesRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The health status of the instances that you want to discover.

    Declaration

    Swift

    public let healthStatus: HealthStatusFilter?
  • The maximum number of instances that you want AWS Cloud Map to return in the response to a DiscoverInstances request. If you don’t specify a value for MaxResults, AWS Cloud Map returns up to 100 instances.

    Declaration

    Swift

    public let maxResults: Int?
  • The name of the namespace that you specified when you registered the instance.

    Declaration

    Swift

    public let namespaceName: String
  • A string map that contains attributes with values that you can use to filter instances by any custom attribute that you specified when you registered the instance. Only instances that match all the specified key/value pairs will be returned.

    Declaration

    Swift

    public let queryParameters: [String : String]?
  • The name of the service that you specified when you registered the instance.

    Declaration

    Swift

    public let serviceName: String
  • Undocumented

    Declaration

    Swift

    public init(healthStatus: HealthStatusFilter? = nil, maxResults: Int? = nil, namespaceName: String, queryParameters: [String : String]? = nil, serviceName: String)
  • Declaration

    Swift

    public func validate(name: String) throws