amazonka-rds-2.0: Amazon Relational Database Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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 RDS Custom, 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
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

AWSRequest StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Associated Types

type AWSResponse StartDBInstance #

Generic StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Associated Types

type Rep StartDBInstance :: Type -> Type #

Read StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Show StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

NFData StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Methods

rnf :: StartDBInstance -> () #

Eq StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Hashable StartDBInstance Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

type AWSResponse 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" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "StartDBInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic StartDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Associated Types

type Rep StartDBInstanceResponse :: Type -> Type #

Read StartDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Show StartDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

NFData StartDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

Methods

rnf :: StartDBInstanceResponse -> () #

Eq StartDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

type Rep StartDBInstanceResponse Source # 
Instance details

Defined in Amazonka.RDS.StartDBInstance

type Rep StartDBInstanceResponse = D1 ('MetaData "StartDBInstanceResponse" "Amazonka.RDS.StartDBInstance" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" '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