libZSservicesZSamazonka-nimbleZSamazonka-nimble
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.Nimble.Types.StudioComponentState

Description

 
Synopsis

Documentation

newtype StudioComponentState Source #

The current state of the studio component resource.

While a studio component is being created, modified, or deleted, its state will equal "CREATE_IN_PROGRESS", "UPDATE_IN_PROGRESS", or "DELETE_IN_PROGRESS"

These are called 'transition states'.

No modifications may be made to the studio component while it is in a transition state.

If creation of the resource fails, the state will change to `CREATE_FAILED`. The resource StatusCode and StatusMessage will provide more information of why creation failed. The resource in this state will automatically be deleted from your account after a period of time.

If updating the resource fails, the state will change to `UPDATE_FAILED`. The resource StatusCode and StatusMessage will provide more information of why the update failed. The resource will be returned to the state it was in when the update request was invoked.

If deleting the resource fails, the state will change to `DELETE_FAILED`. The resource StatusCode and StatusMessage will provide more information of why the update failed. The resource will be returned to the state it was in when the update request was invoked. After the resource is deleted successfully, it will change to the "DELETED" state. The resource will no longer count against service quotas and cannot be used or acted upon any futher. It will be removed from your account after a period of time.

Instances

Instances details
Eq StudioComponentState Source # 
Instance details

Defined in Amazonka.Nimble.Types.StudioComponentState

Ord StudioComponentState Source # 
Instance details

Defined in Amazonka.Nimble.Types.StudioComponentState

Read StudioComponentState Source # 
Instance details

Defined in Amazonka.Nimble.Types.StudioComponentState

Show StudioComponentState Source # 
Instance details

Defined in Amazonka.Nimble.Types.StudioComponentState

Generic StudioComponentState Source # 
Instance details

Defined in Amazonka.Nimble.Types.StudioComponentState

Associated Types

type Rep StudioComponentState :: Type -> Type #

NFData StudioComponentState Source # 
Instance details

Defined in Amazonka.Nimble.Types.StudioComponentState

Methods

rnf :: StudioComponentState -> () #

Hashable StudioComponentState Source # 
Instance details

Defined in Amazonka.Nimble.Types.StudioComponentState

ToJSON StudioComponentState Source # 
Instance details

Defined in Amazonka.Nimble.Types.StudioComponentState

ToJSONKey StudioComponentState Source # 
Instance details

Defined in Amazonka.Nimble.Types.StudioComponentState

FromJSON StudioComponentState Source # 
Instance details

Defined in Amazonka.Nimble.Types.StudioComponentState

FromJSONKey StudioComponentState Source # 
Instance details

Defined in Amazonka.Nimble.Types.StudioComponentState

ToLog StudioComponentState Source # 
Instance details

Defined in Amazonka.Nimble.Types.StudioComponentState

ToHeader StudioComponentState Source # 
Instance details

Defined in Amazonka.Nimble.Types.StudioComponentState

ToQuery StudioComponentState Source # 
Instance details

Defined in Amazonka.Nimble.Types.StudioComponentState

FromXML StudioComponentState Source # 
Instance details

Defined in Amazonka.Nimble.Types.StudioComponentState

ToXML StudioComponentState Source # 
Instance details

Defined in Amazonka.Nimble.Types.StudioComponentState

ToByteString StudioComponentState Source # 
Instance details

Defined in Amazonka.Nimble.Types.StudioComponentState

FromText StudioComponentState Source # 
Instance details

Defined in Amazonka.Nimble.Types.StudioComponentState

ToText StudioComponentState Source # 
Instance details

Defined in Amazonka.Nimble.Types.StudioComponentState

type Rep StudioComponentState Source # 
Instance details

Defined in Amazonka.Nimble.Types.StudioComponentState

type Rep StudioComponentState = D1 ('MetaData "StudioComponentState" "Amazonka.Nimble.Types.StudioComponentState" "libZSservicesZSamazonka-nimbleZSamazonka-nimble" 'True) (C1 ('MetaCons "StudioComponentState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStudioComponentState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))