| 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.CreateVpcEndpointDetail
Description
Synopsis
- data CreateVpcEndpointDetail = CreateVpcEndpointDetail' {}
- newCreateVpcEndpointDetail :: CreateVpcEndpointDetail
- createVpcEndpointDetail_id :: Lens' CreateVpcEndpointDetail (Maybe Text)
- createVpcEndpointDetail_name :: Lens' CreateVpcEndpointDetail (Maybe Text)
- createVpcEndpointDetail_status :: Lens' CreateVpcEndpointDetail (Maybe VpcEndpointStatus)
Documentation
data CreateVpcEndpointDetail Source #
Creation details for an OpenSearch Serverless-managed interface endpoint. For more information, see Access Amazon OpenSearch Serverless using an interface endpoint.
See: newCreateVpcEndpointDetail smart constructor.
Constructors
| CreateVpcEndpointDetail' | |
Instances
newCreateVpcEndpointDetail :: CreateVpcEndpointDetail Source #
Create a value of CreateVpcEndpointDetail 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:CreateVpcEndpointDetail', createVpcEndpointDetail_id - The unique identifier of the endpoint.
$sel:name:CreateVpcEndpointDetail', createVpcEndpointDetail_name - The name of the endpoint.
$sel:status:CreateVpcEndpointDetail', createVpcEndpointDetail_status - The current status in the endpoint creation process.
createVpcEndpointDetail_id :: Lens' CreateVpcEndpointDetail (Maybe Text) Source #
The unique identifier of the endpoint.
createVpcEndpointDetail_name :: Lens' CreateVpcEndpointDetail (Maybe Text) Source #
The name of the endpoint.
createVpcEndpointDetail_status :: Lens' CreateVpcEndpointDetail (Maybe VpcEndpointStatus) Source #
The current status in the endpoint creation process.