Module Values_2.ServiceDetailSource

Describes a VPC endpoint service.

Sourcetype nonrec t = {
  1. serviceName : Values_0.String_.t option;
    (*

    The name of the service.

    *)
  2. serviceId : Values_0.String_.t option;
    (*

    The ID of the endpoint service.

    *)
  3. serviceType : Values_1.ServiceTypeDetailSet.t option;
    (*

    The type of service.

    *)
  4. serviceRegion : Values_0.String_.t option;
    (*

    The Region where the service is hosted.

    *)
  5. availabilityZoneIds : Values_0.ValueStringList.t option;
    (*

    The IDs of the Availability Zones in which the service is available. Either AvailabilityZone or AvailabilityZoneId can be specified, but not both

    *)
  6. availabilityZones : Values_0.ValueStringList.t option;
    (*

    The Availability Zones in which the service is available. Either AvailabilityZone or AvailabilityZoneId can be specified, but not both

    *)
  7. owner : Values_0.String_.t option;
    (*

    The Amazon Web Services account ID of the service owner.

    *)
  8. baseEndpointDnsNames : Values_0.ValueStringList.t option;
    (*

    The DNS names for the service.

    *)
  9. privateDnsName : Values_0.String_.t option;
    (*

    The private DNS name for the service.

    *)
  10. privateDnsNames : Values_1.PrivateDnsDetailsSet.t option;
    (*

    The private DNS names assigned to the VPC endpoint service.

    *)
  11. vpcEndpointPolicySupported : Values_0.Boolean.t option;
    (*

    Indicates whether the service supports endpoint policies.

    *)
  12. acceptanceRequired : Values_0.Boolean.t option;
    (*

    Indicates whether VPC endpoint connection requests to the service must be accepted by the service owner.

    *)
  13. managesVpcEndpoints : Values_0.Boolean.t option;
    (*

    Indicates whether the service manages its VPC endpoints. Management of the service VPC endpoints using the VPC endpoint API is restricted.

    *)
  14. payerResponsibility : Values_1.PayerResponsibility.t option;
    (*

    The payer responsibility.

    *)
  15. tags : Values_0.TagList.t option;
    (*

    The tags assigned to the service.

    *)
  16. privateDnsNameVerificationState : Values_0.DnsNameState.t option;
    (*

    The verification state of the VPC endpoint service. Consumers of the endpoint service cannot use the private name when the state is not verified.

    *)
  17. supportedIpAddressTypes : Values_1.SupportedIpAddressTypes.t option;
    (*

    The supported IP address types.

    *)
}
Sourceval make : ?serviceName:??? -> ?serviceId:??? -> ?serviceType:??? -> ?serviceRegion:??? -> ?availabilityZoneIds:??? -> ?availabilityZones:??? -> ?owner:??? -> ?baseEndpointDnsNames:??? -> ?privateDnsName:??? -> ?privateDnsNames:??? -> ?vpcEndpointPolicySupported:??? -> ?acceptanceRequired:??? -> ?managesVpcEndpoints:??? -> ?payerResponsibility:??? -> ?tags:??? -> ?privateDnsNameVerificationState:??? -> ?supportedIpAddressTypes:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `List of [> `Enum of string | `String of string | `Structure of (string * [> `Enum of string | `String of string ]) list ] list | `String of Values_0.String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t