| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.OpenSearchServerless.Types.VpcEndpointSummary
Description
Synopsis
Documentation
data VpcEndpointSummary Source #
The VPC endpoint object.
See: newVpcEndpointSummary smart constructor.
Constructors
| VpcEndpointSummary' | |
Instances
newVpcEndpointSummary :: VpcEndpointSummary Source #
Create a value of VpcEndpointSummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:id:VpcEndpointSummary', vpcEndpointSummary_id - The unique identifier of the endpoint.
$sel:name:VpcEndpointSummary', vpcEndpointSummary_name - The name of the endpoint.
$sel:status:VpcEndpointSummary', vpcEndpointSummary_status - The current status of the endpoint.
vpcEndpointSummary_id :: Lens' VpcEndpointSummary (Maybe Text) Source #
The unique identifier of the endpoint.
vpcEndpointSummary_name :: Lens' VpcEndpointSummary (Maybe Text) Source #
The name of the endpoint.
vpcEndpointSummary_status :: Lens' VpcEndpointSummary (Maybe VpcEndpointStatus) Source #
The current status of the endpoint.