Module Values_5.DescribeVpcEndpointAssociationsRequestSource

Describes the VPC resources, VPC endpoint services, Amazon Lattice services, or service networks associated with the VPC endpoint.

Sourcetype nonrec t = {
  1. dryRun : Values_0.Boolean.t option;
    (*

    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.

    *)
  2. vpcEndpointIds : Values_3.VpcEndpointIdList.t option;
    (*

    The IDs of the VPC endpoints.

    *)
  3. filters : Values_3.FilterList.t option;
    (*

    The filters. vpc-endpoint-id - The ID of the VPC endpoint. associated-resource-accessibility - The association state. When the state is accessible, it returns AVAILABLE. When the state is inaccessible, it returns PENDING or FAILED. association-id - The ID of the VPC endpoint association. associated-resource-id - The ID of the associated resource configuration. service-network-arn - The Amazon Resource Name (ARN) of the associated service network. Only VPC endpoints of type service network will be returned. resource-configuration-group-arn - The Amazon Resource Name (ARN) of the resource configuration of type GROUP.

    *)
  4. maxResults : int option;
    (*

    The maximum page size.

    *)
  5. nextToken : Values_0.String_.t option;
    (*

    The pagination token.

    *)
}
Sourceval make : ?dryRun:??? -> ?vpcEndpointIds:??? -> ?filters:??? -> ?maxResults:??? -> ?nextToken:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Integer of int | `List of [> `String of Values_1.VpcEndpointId.t | `Structure of (string * [> `List of [> `String of string ] list | `String of Values_0.String_.t ]) 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