| 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.DeleteVpcEndpointDetail
Description
Synopsis
- data DeleteVpcEndpointDetail = DeleteVpcEndpointDetail' {}
- newDeleteVpcEndpointDetail :: DeleteVpcEndpointDetail
- deleteVpcEndpointDetail_id :: Lens' DeleteVpcEndpointDetail (Maybe Text)
- deleteVpcEndpointDetail_name :: Lens' DeleteVpcEndpointDetail (Maybe Text)
- deleteVpcEndpointDetail_status :: Lens' DeleteVpcEndpointDetail (Maybe VpcEndpointStatus)
Documentation
data DeleteVpcEndpointDetail Source #
Deletion details for an OpenSearch Serverless-managed interface endpoint.
See: newDeleteVpcEndpointDetail smart constructor.
Constructors
| DeleteVpcEndpointDetail' | |
Instances
newDeleteVpcEndpointDetail :: DeleteVpcEndpointDetail Source #
Create a value of DeleteVpcEndpointDetail 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:DeleteVpcEndpointDetail', deleteVpcEndpointDetail_id - The unique identifier of the endpoint.
$sel:name:DeleteVpcEndpointDetail', deleteVpcEndpointDetail_name - The name of the endpoint.
$sel:status:DeleteVpcEndpointDetail', deleteVpcEndpointDetail_status - The current status of the endpoint deletion process.
deleteVpcEndpointDetail_id :: Lens' DeleteVpcEndpointDetail (Maybe Text) Source #
The unique identifier of the endpoint.
deleteVpcEndpointDetail_name :: Lens' DeleteVpcEndpointDetail (Maybe Text) Source #
The name of the endpoint.
deleteVpcEndpointDetail_status :: Lens' DeleteVpcEndpointDetail (Maybe VpcEndpointStatus) Source #
The current status of the endpoint deletion process.