libZSservicesZSamazonka-rdsZSamazonka-rds
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.RDS.StopDBCluster

Description

Stops an Amazon Aurora DB cluster. When you stop a DB cluster, Aurora retains the DB cluster's metadata, including its endpoints and DB parameter groups. Aurora also retains the transaction logs so you can do a point-in-time restore if necessary.

For more information, see Stopping and Starting an Aurora Cluster in the Amazon Aurora User Guide.

This action only applies to Aurora DB clusters.

Synopsis

Creating a Request

data StopDBCluster Source #

See: newStopDBCluster smart constructor.

Constructors

StopDBCluster' 

Fields

  • dbClusterIdentifier :: Text

    The DB cluster identifier of the Amazon Aurora DB cluster to be stopped. This parameter is stored as a lowercase string.

Instances

Instances details
Eq StopDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

Read StopDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

Show StopDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

Generic StopDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

Associated Types

type Rep StopDBCluster :: Type -> Type #

NFData StopDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

Methods

rnf :: StopDBCluster -> () #

Hashable StopDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

AWSRequest StopDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

Associated Types

type AWSResponse StopDBCluster #

ToHeaders StopDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

ToPath StopDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

ToQuery StopDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

type Rep StopDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

type Rep StopDBCluster = D1 ('MetaData "StopDBCluster" "Amazonka.RDS.StopDBCluster" "libZSservicesZSamazonka-rdsZSamazonka-rds" 'False) (C1 ('MetaCons "StopDBCluster'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

newStopDBCluster Source #

Create a value of StopDBCluster 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:dbClusterIdentifier:StopDBCluster', stopDBCluster_dbClusterIdentifier - The DB cluster identifier of the Amazon Aurora DB cluster to be stopped. This parameter is stored as a lowercase string.

Request Lenses

stopDBCluster_dbClusterIdentifier :: Lens' StopDBCluster Text Source #

The DB cluster identifier of the Amazon Aurora DB cluster to be stopped. This parameter is stored as a lowercase string.

Destructuring the Response

data StopDBClusterResponse Source #

See: newStopDBClusterResponse smart constructor.

Constructors

StopDBClusterResponse' 

Fields

Instances

Instances details
Eq StopDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

Read StopDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

Show StopDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

Generic StopDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

Associated Types

type Rep StopDBClusterResponse :: Type -> Type #

NFData StopDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

Methods

rnf :: StopDBClusterResponse -> () #

type Rep StopDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.StopDBCluster

type Rep StopDBClusterResponse = D1 ('MetaData "StopDBClusterResponse" "Amazonka.RDS.StopDBCluster" "libZSservicesZSamazonka-rdsZSamazonka-rds" 'False) (C1 ('MetaCons "StopDBClusterResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbCluster") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBCluster)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopDBClusterResponse Source #

Create a value of StopDBClusterResponse 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:dbCluster:StopDBClusterResponse', stopDBClusterResponse_dbCluster - Undocumented member.

$sel:httpStatus:StopDBClusterResponse', stopDBClusterResponse_httpStatus - The response's http status code.

Response Lenses