libZSservicesZSamazonka-opsworksZSamazonka-opsworks
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.OpsWorks.StartInstance

Description

Starts a specified instance. For more information, see Starting, Stopping, and Rebooting Instances.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

Synopsis

Creating a Request

data StartInstance Source #

See: newStartInstance smart constructor.

Constructors

StartInstance' 

Fields

Instances

Instances details
Eq StartInstance Source # 
Instance details

Defined in Amazonka.OpsWorks.StartInstance

Read StartInstance Source # 
Instance details

Defined in Amazonka.OpsWorks.StartInstance

Show StartInstance Source # 
Instance details

Defined in Amazonka.OpsWorks.StartInstance

Generic StartInstance Source # 
Instance details

Defined in Amazonka.OpsWorks.StartInstance

Associated Types

type Rep StartInstance :: Type -> Type #

NFData StartInstance Source # 
Instance details

Defined in Amazonka.OpsWorks.StartInstance

Methods

rnf :: StartInstance -> () #

Hashable StartInstance Source # 
Instance details

Defined in Amazonka.OpsWorks.StartInstance

ToJSON StartInstance Source # 
Instance details

Defined in Amazonka.OpsWorks.StartInstance

AWSRequest StartInstance Source # 
Instance details

Defined in Amazonka.OpsWorks.StartInstance

Associated Types

type AWSResponse StartInstance #

ToHeaders StartInstance Source # 
Instance details

Defined in Amazonka.OpsWorks.StartInstance

ToPath StartInstance Source # 
Instance details

Defined in Amazonka.OpsWorks.StartInstance

ToQuery StartInstance Source # 
Instance details

Defined in Amazonka.OpsWorks.StartInstance

type Rep StartInstance Source # 
Instance details

Defined in Amazonka.OpsWorks.StartInstance

type Rep StartInstance = D1 ('MetaData "StartInstance" "Amazonka.OpsWorks.StartInstance" "libZSservicesZSamazonka-opsworksZSamazonka-opsworks" 'False) (C1 ('MetaCons "StartInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StartInstance Source # 
Instance details

Defined in Amazonka.OpsWorks.StartInstance

newStartInstance Source #

Create a value of StartInstance 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:instanceId:StartInstance', startInstance_instanceId - The instance ID.

Request Lenses

Destructuring the Response

data StartInstanceResponse Source #

See: newStartInstanceResponse smart constructor.

Instances

Instances details
Eq StartInstanceResponse Source # 
Instance details

Defined in Amazonka.OpsWorks.StartInstance

Read StartInstanceResponse Source # 
Instance details

Defined in Amazonka.OpsWorks.StartInstance

Show StartInstanceResponse Source # 
Instance details

Defined in Amazonka.OpsWorks.StartInstance

Generic StartInstanceResponse Source # 
Instance details

Defined in Amazonka.OpsWorks.StartInstance

Associated Types

type Rep StartInstanceResponse :: Type -> Type #

NFData StartInstanceResponse Source # 
Instance details

Defined in Amazonka.OpsWorks.StartInstance

Methods

rnf :: StartInstanceResponse -> () #

type Rep StartInstanceResponse Source # 
Instance details

Defined in Amazonka.OpsWorks.StartInstance

type Rep StartInstanceResponse = D1 ('MetaData "StartInstanceResponse" "Amazonka.OpsWorks.StartInstance" "libZSservicesZSamazonka-opsworksZSamazonka-opsworks" 'False) (C1 ('MetaCons "StartInstanceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStartInstanceResponse :: StartInstanceResponse Source #

Create a value of StartInstanceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.