| 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.RDS.ModifyDBProxyEndpoint
Description
Changes the settings for an existing DB proxy endpoint.
Synopsis
- data ModifyDBProxyEndpoint = ModifyDBProxyEndpoint' {}
- newModifyDBProxyEndpoint :: Text -> ModifyDBProxyEndpoint
- modifyDBProxyEndpoint_newDBProxyEndpointName :: Lens' ModifyDBProxyEndpoint (Maybe Text)
- modifyDBProxyEndpoint_vpcSecurityGroupIds :: Lens' ModifyDBProxyEndpoint (Maybe [Text])
- modifyDBProxyEndpoint_dbProxyEndpointName :: Lens' ModifyDBProxyEndpoint Text
- data ModifyDBProxyEndpointResponse = ModifyDBProxyEndpointResponse' {}
- newModifyDBProxyEndpointResponse :: Int -> ModifyDBProxyEndpointResponse
- modifyDBProxyEndpointResponse_dbProxyEndpoint :: Lens' ModifyDBProxyEndpointResponse (Maybe DBProxyEndpoint)
- modifyDBProxyEndpointResponse_httpStatus :: Lens' ModifyDBProxyEndpointResponse Int
Creating a Request
data ModifyDBProxyEndpoint Source #
See: newModifyDBProxyEndpoint smart constructor.
Constructors
| ModifyDBProxyEndpoint' | |
Fields
| |
Instances
newModifyDBProxyEndpoint Source #
Arguments
| :: Text | |
| -> ModifyDBProxyEndpoint |
Create a value of ModifyDBProxyEndpoint 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:newDBProxyEndpointName':ModifyDBProxyEndpoint', modifyDBProxyEndpoint_newDBProxyEndpointName - The new identifier for the DBProxyEndpoint. An identifier must begin
with a letter and must contain only ASCII letters, digits, and hyphens;
it can't end with a hyphen or contain two consecutive hyphens.
ModifyDBProxyEndpoint, modifyDBProxyEndpoint_vpcSecurityGroupIds - The VPC security group IDs for the DB proxy endpoint. When the DB proxy
endpoint uses a different VPC than the original proxy, you also specify
a different set of security group IDs than for the original proxy.
ModifyDBProxyEndpoint, modifyDBProxyEndpoint_dbProxyEndpointName - The name of the DB proxy sociated with the DB proxy endpoint that you
want to modify.
Request Lenses
modifyDBProxyEndpoint_newDBProxyEndpointName :: Lens' ModifyDBProxyEndpoint (Maybe Text) Source #
The new identifier for the DBProxyEndpoint. An identifier must begin
with a letter and must contain only ASCII letters, digits, and hyphens;
it can't end with a hyphen or contain two consecutive hyphens.
modifyDBProxyEndpoint_vpcSecurityGroupIds :: Lens' ModifyDBProxyEndpoint (Maybe [Text]) Source #
The VPC security group IDs for the DB proxy endpoint. When the DB proxy endpoint uses a different VPC than the original proxy, you also specify a different set of security group IDs than for the original proxy.
modifyDBProxyEndpoint_dbProxyEndpointName :: Lens' ModifyDBProxyEndpoint Text Source #
The name of the DB proxy sociated with the DB proxy endpoint that you want to modify.
Destructuring the Response
data ModifyDBProxyEndpointResponse Source #
See: newModifyDBProxyEndpointResponse smart constructor.
Constructors
| ModifyDBProxyEndpointResponse' | |
Fields
| |
Instances
newModifyDBProxyEndpointResponse Source #
Create a value of ModifyDBProxyEndpointResponse 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:dbProxyEndpoint:ModifyDBProxyEndpointResponse', modifyDBProxyEndpointResponse_dbProxyEndpoint - The DBProxyEndpoint object representing the new settings for the DB
proxy endpoint.
$sel:httpStatus:ModifyDBProxyEndpointResponse', modifyDBProxyEndpointResponse_httpStatus - The response's http status code.
Response Lenses
modifyDBProxyEndpointResponse_dbProxyEndpoint :: Lens' ModifyDBProxyEndpointResponse (Maybe DBProxyEndpoint) Source #
The DBProxyEndpoint object representing the new settings for the DB
proxy endpoint.
modifyDBProxyEndpointResponse_httpStatus :: Lens' ModifyDBProxyEndpointResponse Int Source #
The response's http status code.