libZSservicesZSamazonka-neptuneZSamazonka-neptune
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.Neptune.StartDBCluster

Description

Starts an Amazon Neptune DB cluster that was stopped using the AWS console, the Amazon CLI stop-db-cluster command, or the StopDBCluster API.

Synopsis

Creating a Request

data StartDBCluster Source #

See: newStartDBCluster smart constructor.

Constructors

StartDBCluster' 

Fields

  • dbClusterIdentifier :: Text

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

Instances

Instances details
Eq StartDBCluster Source # 
Instance details

Defined in Amazonka.Neptune.StartDBCluster

Read StartDBCluster Source # 
Instance details

Defined in Amazonka.Neptune.StartDBCluster

Show StartDBCluster Source # 
Instance details

Defined in Amazonka.Neptune.StartDBCluster

Generic StartDBCluster Source # 
Instance details

Defined in Amazonka.Neptune.StartDBCluster

Associated Types

type Rep StartDBCluster :: Type -> Type #

NFData StartDBCluster Source # 
Instance details

Defined in Amazonka.Neptune.StartDBCluster

Methods

rnf :: StartDBCluster -> () #

Hashable StartDBCluster Source # 
Instance details

Defined in Amazonka.Neptune.StartDBCluster

AWSRequest StartDBCluster Source # 
Instance details

Defined in Amazonka.Neptune.StartDBCluster

Associated Types

type AWSResponse StartDBCluster #

ToHeaders StartDBCluster Source # 
Instance details

Defined in Amazonka.Neptune.StartDBCluster

ToPath StartDBCluster Source # 
Instance details

Defined in Amazonka.Neptune.StartDBCluster

ToQuery StartDBCluster Source # 
Instance details

Defined in Amazonka.Neptune.StartDBCluster

type Rep StartDBCluster Source # 
Instance details

Defined in Amazonka.Neptune.StartDBCluster

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

Defined in Amazonka.Neptune.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 Neptune 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 Neptune 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.Neptune.StartDBCluster

Read StartDBClusterResponse Source # 
Instance details

Defined in Amazonka.Neptune.StartDBCluster

Show StartDBClusterResponse Source # 
Instance details

Defined in Amazonka.Neptune.StartDBCluster

Generic StartDBClusterResponse Source # 
Instance details

Defined in Amazonka.Neptune.StartDBCluster

Associated Types

type Rep StartDBClusterResponse :: Type -> Type #

NFData StartDBClusterResponse Source # 
Instance details

Defined in Amazonka.Neptune.StartDBCluster

Methods

rnf :: StartDBClusterResponse -> () #

type Rep StartDBClusterResponse Source # 
Instance details

Defined in Amazonka.Neptune.StartDBCluster

type Rep StartDBClusterResponse = D1 ('MetaData "StartDBClusterResponse" "Amazonka.Neptune.StartDBCluster" "libZSservicesZSamazonka-neptuneZSamazonka-neptune" '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