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

Description

Starts an Amazon RDS DB instance that was stopped using the Amazon Web Services console, the stop-db-instance CLI command, or the StopDBInstance action.

For more information, see Starting an Amazon RDS DB instance That Was Previously Stopped in the Amazon RDS User Guide.

This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora DB clusters, use StartDBCluster instead.

Synopsis

Creating a Request

data StartDBInstance Source #

See: newStartDBInstance smart constructor.

Constructors

StartDBInstance' 

Fields

Instances

Instances details
Eq StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Read StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Show StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Generic StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Associated Types

type Rep StartDBInstance :: Type -> Type #

NFData StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Methods

rnf :: StartDBInstance -> () #

Hashable StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

AWSRequest StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Associated Types

type AWSResponse StartDBInstance #

ToHeaders StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

ToPath StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

ToQuery StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

type Rep StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

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

Defined in Amazonka.RDS.StartDBInstance

newStartDBInstance Source #

Create a value of StartDBInstance 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:dbInstanceIdentifier:StartDBInstance', startDBInstance_dbInstanceIdentifier - The user-supplied instance identifier.

Request Lenses

startDBInstance_dbInstanceIdentifier :: Lens' StartDBInstance Text Source #

The user-supplied instance identifier.

Destructuring the Response

data StartDBInstanceResponse Source #

See: newStartDBInstanceResponse smart constructor.

Constructors

StartDBInstanceResponse' 

Fields

Instances

Instances details
Eq StartDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Read StartDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Show StartDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Generic StartDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Associated Types

type Rep StartDBInstanceResponse :: Type -> Type #

NFData StartDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Methods

rnf :: StartDBInstanceResponse -> () #

type Rep StartDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

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

newStartDBInstanceResponse Source #

Create a value of StartDBInstanceResponse 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:dbInstance:StartDBInstanceResponse', startDBInstanceResponse_dbInstance - Undocumented member.

$sel:httpStatus:StartDBInstanceResponse', startDBInstanceResponse_httpStatus - The response's http status code.

Response Lenses