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.StartDBCluster

Description

Starts an Amazon Aurora DB cluster that was stopped using the Amazon Web Services console, the stop-db-cluster CLI command, or the StopDBCluster action.

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 StartDBCluster Source #

See: newStartDBCluster smart constructor.

Constructors

StartDBCluster' 

Fields

  • dbClusterIdentifier :: Text

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

Instances

Instances details
Eq StartDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

Read StartDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

Show StartDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

Generic StartDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

Associated Types

type Rep StartDBCluster :: Type -> Type #

NFData StartDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

Methods

rnf :: StartDBCluster -> () #

Hashable StartDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

AWSRequest StartDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

Associated Types

type AWSResponse StartDBCluster #

ToHeaders StartDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

ToPath StartDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

ToQuery StartDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

type Rep StartDBCluster Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

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

Defined in Amazonka.RDS.StartDBCluster

newStartDBCluster Source #

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

Request Lenses

startDBCluster_dbClusterIdentifier :: Lens' StartDBCluster Text Source #

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

Destructuring the Response

data StartDBClusterResponse Source #

See: newStartDBClusterResponse smart constructor.

Constructors

StartDBClusterResponse' 

Fields

Instances

Instances details
Eq StartDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

Read StartDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

Show StartDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

Generic StartDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

Associated Types

type Rep StartDBClusterResponse :: Type -> Type #

NFData StartDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

Methods

rnf :: StartDBClusterResponse -> () #

type Rep StartDBClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBCluster

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

newStartDBClusterResponse Source #

Create a value of StartDBClusterResponse 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:StartDBClusterResponse', startDBClusterResponse_dbCluster - Undocumented member.

$sel:httpStatus:StartDBClusterResponse', startDBClusterResponse_httpStatus - The response's http status code.

Response Lenses