libZSservicesZSamazonka-docdbZSamazonka-docdb
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.DocumentDB.StartDBCluster

Description

Restarts the stopped cluster that is specified by DBClusterIdentifier. For more information, see Stopping and Starting an Amazon DocumentDB Cluster.

Synopsis

Creating a Request

data StartDBCluster Source #

See: newStartDBCluster smart constructor.

Constructors

StartDBCluster' 

Fields

Instances

Instances details
Eq StartDBCluster Source # 
Instance details

Defined in Amazonka.DocumentDB.StartDBCluster

Read StartDBCluster Source # 
Instance details

Defined in Amazonka.DocumentDB.StartDBCluster

Show StartDBCluster Source # 
Instance details

Defined in Amazonka.DocumentDB.StartDBCluster

Generic StartDBCluster Source # 
Instance details

Defined in Amazonka.DocumentDB.StartDBCluster

Associated Types

type Rep StartDBCluster :: Type -> Type #

NFData StartDBCluster Source # 
Instance details

Defined in Amazonka.DocumentDB.StartDBCluster

Methods

rnf :: StartDBCluster -> () #

Hashable StartDBCluster Source # 
Instance details

Defined in Amazonka.DocumentDB.StartDBCluster

AWSRequest StartDBCluster Source # 
Instance details

Defined in Amazonka.DocumentDB.StartDBCluster

Associated Types

type AWSResponse StartDBCluster #

ToHeaders StartDBCluster Source # 
Instance details

Defined in Amazonka.DocumentDB.StartDBCluster

ToPath StartDBCluster Source # 
Instance details

Defined in Amazonka.DocumentDB.StartDBCluster

ToQuery StartDBCluster Source # 
Instance details

Defined in Amazonka.DocumentDB.StartDBCluster

type Rep StartDBCluster Source # 
Instance details

Defined in Amazonka.DocumentDB.StartDBCluster

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

Defined in Amazonka.DocumentDB.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 identifier of the cluster to restart. Example: docdb-2019-05-28-15-24-52

Request Lenses

startDBCluster_dbClusterIdentifier :: Lens' StartDBCluster Text Source #

The identifier of the cluster to restart. Example: docdb-2019-05-28-15-24-52

Destructuring the Response

data StartDBClusterResponse Source #

See: newStartDBClusterResponse smart constructor.

Constructors

StartDBClusterResponse' 

Fields

Instances

Instances details
Eq StartDBClusterResponse Source # 
Instance details

Defined in Amazonka.DocumentDB.StartDBCluster

Read StartDBClusterResponse Source # 
Instance details

Defined in Amazonka.DocumentDB.StartDBCluster

Show StartDBClusterResponse Source # 
Instance details

Defined in Amazonka.DocumentDB.StartDBCluster

Generic StartDBClusterResponse Source # 
Instance details

Defined in Amazonka.DocumentDB.StartDBCluster

Associated Types

type Rep StartDBClusterResponse :: Type -> Type #

NFData StartDBClusterResponse Source # 
Instance details

Defined in Amazonka.DocumentDB.StartDBCluster

Methods

rnf :: StartDBClusterResponse -> () #

type Rep StartDBClusterResponse Source # 
Instance details

Defined in Amazonka.DocumentDB.StartDBCluster

type Rep StartDBClusterResponse = D1 ('MetaData "StartDBClusterResponse" "Amazonka.DocumentDB.StartDBCluster" "libZSservicesZSamazonka-docdbZSamazonka-docdb" '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