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 |
Synopsis
- data VpcEndpointSummary = VpcEndpointSummary' {}
- newVpcEndpointSummary :: VpcEndpointSummary
- vpcEndpointSummary_domainArn :: Lens' VpcEndpointSummary (Maybe Text)
- vpcEndpointSummary_status :: Lens' VpcEndpointSummary (Maybe VpcEndpointStatus)
- vpcEndpointSummary_vpcEndpointId :: Lens' VpcEndpointSummary (Maybe Text)
- vpcEndpointSummary_vpcEndpointOwner :: Lens' VpcEndpointSummary (Maybe Text)
Documentation
data VpcEndpointSummary Source #
Summary information for an Amazon OpenSearch Service-managed VPC endpoint.
See: newVpcEndpointSummary
smart constructor.
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:domainArn:VpcEndpointSummary'
, vpcEndpointSummary_domainArn
- The Amazon Resource Name (ARN) of the domain associated with the
endpoint.
$sel:status:VpcEndpointSummary'
, vpcEndpointSummary_status
- The current status of the endpoint.
$sel:vpcEndpointId:VpcEndpointSummary'
, vpcEndpointSummary_vpcEndpointId
- The unique identifier of the endpoint.
$sel:vpcEndpointOwner:VpcEndpointSummary'
, vpcEndpointSummary_vpcEndpointOwner
- The creator of the endpoint.
vpcEndpointSummary_domainArn :: Lens' VpcEndpointSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the domain associated with the endpoint.
vpcEndpointSummary_status :: Lens' VpcEndpointSummary (Maybe VpcEndpointStatus) Source #
The current status of the endpoint.
vpcEndpointSummary_vpcEndpointId :: Lens' VpcEndpointSummary (Maybe Text) Source #
The unique identifier of the endpoint.
vpcEndpointSummary_vpcEndpointOwner :: Lens' VpcEndpointSummary (Maybe Text) Source #
The creator of the endpoint.