libZSservicesZSamazonka-ecsZSamazonka-ecs
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.ECS.Types.AttachmentStateChange

Description

 
Synopsis

Documentation

data AttachmentStateChange Source #

An object representing a change in state for a task attachment.

See: newAttachmentStateChange smart constructor.

Constructors

AttachmentStateChange' 

Fields

Instances

Instances details
Eq AttachmentStateChange Source # 
Instance details

Defined in Amazonka.ECS.Types.AttachmentStateChange

Read AttachmentStateChange Source # 
Instance details

Defined in Amazonka.ECS.Types.AttachmentStateChange

Show AttachmentStateChange Source # 
Instance details

Defined in Amazonka.ECS.Types.AttachmentStateChange

Generic AttachmentStateChange Source # 
Instance details

Defined in Amazonka.ECS.Types.AttachmentStateChange

Associated Types

type Rep AttachmentStateChange :: Type -> Type #

NFData AttachmentStateChange Source # 
Instance details

Defined in Amazonka.ECS.Types.AttachmentStateChange

Methods

rnf :: AttachmentStateChange -> () #

Hashable AttachmentStateChange Source # 
Instance details

Defined in Amazonka.ECS.Types.AttachmentStateChange

ToJSON AttachmentStateChange Source # 
Instance details

Defined in Amazonka.ECS.Types.AttachmentStateChange

type Rep AttachmentStateChange Source # 
Instance details

Defined in Amazonka.ECS.Types.AttachmentStateChange

type Rep AttachmentStateChange = D1 ('MetaData "AttachmentStateChange" "Amazonka.ECS.Types.AttachmentStateChange" "libZSservicesZSamazonka-ecsZSamazonka-ecs" 'False) (C1 ('MetaCons "AttachmentStateChange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attachmentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAttachmentStateChange Source #

Create a value of AttachmentStateChange 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:attachmentArn:AttachmentStateChange', attachmentStateChange_attachmentArn - The Amazon Resource Name (ARN) of the attachment.

$sel:status:AttachmentStateChange', attachmentStateChange_status - The status of the attachment.

attachmentStateChange_attachmentArn :: Lens' AttachmentStateChange Text Source #

The Amazon Resource Name (ARN) of the attachment.