amazonka-opsworks-0.3.2: Amazon OpsWorks SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.OpsWorks.UnassignInstance

Contents

Description

Unassigns a registered instance from all of it's layers. The instance remains in the stack as an unassigned instance and can be assigned to another layer, as needed. You cannot use this action with instances that were created with AWS OpsWorks.

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

http://docs.aws.amazon.com/opsworks/latest/APIReference/API_UnassignInstance.html

Synopsis

Request

Request constructor

unassignInstance Source

Arguments

:: Text

ui1InstanceId

-> UnassignInstance 

UnassignInstance constructor.

The fields accessible through corresponding lenses are:

Request lenses

ui1InstanceId :: Lens' UnassignInstance Text Source

The instance ID.

Response

Response constructor