| 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.UpdateVpcEndpointDetail
Description
Synopsis
- data UpdateVpcEndpointDetail = UpdateVpcEndpointDetail' {}
- newUpdateVpcEndpointDetail :: UpdateVpcEndpointDetail
- updateVpcEndpointDetail_id :: Lens' UpdateVpcEndpointDetail (Maybe Text)
- updateVpcEndpointDetail_lastModifiedDate :: Lens' UpdateVpcEndpointDetail (Maybe Integer)
- updateVpcEndpointDetail_name :: Lens' UpdateVpcEndpointDetail (Maybe Text)
- updateVpcEndpointDetail_securityGroupIds :: Lens' UpdateVpcEndpointDetail (Maybe (NonEmpty Text))
- updateVpcEndpointDetail_status :: Lens' UpdateVpcEndpointDetail (Maybe VpcEndpointStatus)
- updateVpcEndpointDetail_subnetIds :: Lens' UpdateVpcEndpointDetail (Maybe (NonEmpty Text))
Documentation
data UpdateVpcEndpointDetail Source #
Update details for an OpenSearch Serverless-managed interface endpoint.
See: newUpdateVpcEndpointDetail smart constructor.
Constructors
| UpdateVpcEndpointDetail' | |
Fields
| |
Instances
newUpdateVpcEndpointDetail :: UpdateVpcEndpointDetail Source #
Create a value of UpdateVpcEndpointDetail 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:UpdateVpcEndpointDetail', updateVpcEndpointDetail_id - The unique identifier of the endpoint.
$sel:lastModifiedDate:UpdateVpcEndpointDetail', updateVpcEndpointDetail_lastModifiedDate - The timestamp of when the endpoint was last modified.
$sel:name:UpdateVpcEndpointDetail', updateVpcEndpointDetail_name - The name of the endpoint.
$sel:securityGroupIds:UpdateVpcEndpointDetail', updateVpcEndpointDetail_securityGroupIds - The unique identifiers of the security groups that define the ports,
protocols, and sources for inbound traffic that you are authorizing into
your endpoint.
$sel:status:UpdateVpcEndpointDetail', updateVpcEndpointDetail_status - The current status of the endpoint update process.
$sel:subnetIds:UpdateVpcEndpointDetail', updateVpcEndpointDetail_subnetIds - The ID of the subnets from which you access OpenSearch Serverless.
updateVpcEndpointDetail_id :: Lens' UpdateVpcEndpointDetail (Maybe Text) Source #
The unique identifier of the endpoint.
updateVpcEndpointDetail_lastModifiedDate :: Lens' UpdateVpcEndpointDetail (Maybe Integer) Source #
The timestamp of when the endpoint was last modified.
updateVpcEndpointDetail_name :: Lens' UpdateVpcEndpointDetail (Maybe Text) Source #
The name of the endpoint.
updateVpcEndpointDetail_securityGroupIds :: Lens' UpdateVpcEndpointDetail (Maybe (NonEmpty Text)) Source #
The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
updateVpcEndpointDetail_status :: Lens' UpdateVpcEndpointDetail (Maybe VpcEndpointStatus) Source #
The current status of the endpoint update process.
updateVpcEndpointDetail_subnetIds :: Lens' UpdateVpcEndpointDetail (Maybe (NonEmpty Text)) Source #
The ID of the subnets from which you access OpenSearch Serverless.