amazonka-rds-2.0: Amazon Relational Database Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.RDS.ModifyDBProxyTargetGroup

Description

Modifies the properties of a DBProxyTargetGroup.

Synopsis

Creating a Request

data ModifyDBProxyTargetGroup Source #

See: newModifyDBProxyTargetGroup smart constructor.

Constructors

ModifyDBProxyTargetGroup' 

Fields

Instances

Instances details
ToHeaders ModifyDBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

ToPath ModifyDBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

ToQuery ModifyDBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

AWSRequest ModifyDBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

Generic ModifyDBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

Associated Types

type Rep ModifyDBProxyTargetGroup :: Type -> Type #

Read ModifyDBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

Show ModifyDBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

NFData ModifyDBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

Eq ModifyDBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

Hashable ModifyDBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

type AWSResponse ModifyDBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

type Rep ModifyDBProxyTargetGroup Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

type Rep ModifyDBProxyTargetGroup = D1 ('MetaData "ModifyDBProxyTargetGroup" "Amazonka.RDS.ModifyDBProxyTargetGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyDBProxyTargetGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "connectionPoolConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionPoolConfiguration)) :*: S1 ('MetaSel ('Just "newName'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "targetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "dbProxyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newModifyDBProxyTargetGroup Source #

Create a value of ModifyDBProxyTargetGroup 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:

ModifyDBProxyTargetGroup, modifyDBProxyTargetGroup_connectionPoolConfig - The settings that determine the size and behavior of the connection pool for the target group.

$sel:newName':ModifyDBProxyTargetGroup', modifyDBProxyTargetGroup_newName - The new name for the modified DBProxyTarget. 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.

ModifyDBProxyTargetGroup, modifyDBProxyTargetGroup_targetGroupName - The name of the target group to modify.

ModifyDBProxyTargetGroup, modifyDBProxyTargetGroup_dbProxyName - The name of the proxy.

Request Lenses

modifyDBProxyTargetGroup_connectionPoolConfig :: Lens' ModifyDBProxyTargetGroup (Maybe ConnectionPoolConfiguration) Source #

The settings that determine the size and behavior of the connection pool for the target group.

modifyDBProxyTargetGroup_newName :: Lens' ModifyDBProxyTargetGroup (Maybe Text) Source #

The new name for the modified DBProxyTarget. 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.

Destructuring the Response

data ModifyDBProxyTargetGroupResponse Source #

See: newModifyDBProxyTargetGroupResponse smart constructor.

Constructors

ModifyDBProxyTargetGroupResponse' 

Fields

Instances

Instances details
Generic ModifyDBProxyTargetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

Associated Types

type Rep ModifyDBProxyTargetGroupResponse :: Type -> Type #

Read ModifyDBProxyTargetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

Show ModifyDBProxyTargetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

NFData ModifyDBProxyTargetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

Eq ModifyDBProxyTargetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

type Rep ModifyDBProxyTargetGroupResponse Source # 
Instance details

Defined in Amazonka.RDS.ModifyDBProxyTargetGroup

type Rep ModifyDBProxyTargetGroupResponse = D1 ('MetaData "ModifyDBProxyTargetGroupResponse" "Amazonka.RDS.ModifyDBProxyTargetGroup" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "ModifyDBProxyTargetGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbProxyTargetGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBProxyTargetGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newModifyDBProxyTargetGroupResponse Source #

Create a value of ModifyDBProxyTargetGroupResponse 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:dbProxyTargetGroup:ModifyDBProxyTargetGroupResponse', modifyDBProxyTargetGroupResponse_dbProxyTargetGroup - The settings of the modified DBProxyTarget.

$sel:httpStatus:ModifyDBProxyTargetGroupResponse', modifyDBProxyTargetGroupResponse_httpStatus - The response's http status code.

Response Lenses