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

Description

This action is only used by the Amazon ECS agent, and it is not intended for use outside of the agent.

Sent to acknowledge that an attachment changed states.

Synopsis

Creating a Request

data SubmitAttachmentStateChanges Source #

See: newSubmitAttachmentStateChanges smart constructor.

Constructors

SubmitAttachmentStateChanges' 

Fields

Instances

Instances details
Eq SubmitAttachmentStateChanges Source # 
Instance details

Defined in Amazonka.ECS.SubmitAttachmentStateChanges

Read SubmitAttachmentStateChanges Source # 
Instance details

Defined in Amazonka.ECS.SubmitAttachmentStateChanges

Show SubmitAttachmentStateChanges Source # 
Instance details

Defined in Amazonka.ECS.SubmitAttachmentStateChanges

Generic SubmitAttachmentStateChanges Source # 
Instance details

Defined in Amazonka.ECS.SubmitAttachmentStateChanges

Associated Types

type Rep SubmitAttachmentStateChanges :: Type -> Type #

NFData SubmitAttachmentStateChanges Source # 
Instance details

Defined in Amazonka.ECS.SubmitAttachmentStateChanges

Hashable SubmitAttachmentStateChanges Source # 
Instance details

Defined in Amazonka.ECS.SubmitAttachmentStateChanges

ToJSON SubmitAttachmentStateChanges Source # 
Instance details

Defined in Amazonka.ECS.SubmitAttachmentStateChanges

AWSRequest SubmitAttachmentStateChanges Source # 
Instance details

Defined in Amazonka.ECS.SubmitAttachmentStateChanges

ToHeaders SubmitAttachmentStateChanges Source # 
Instance details

Defined in Amazonka.ECS.SubmitAttachmentStateChanges

ToPath SubmitAttachmentStateChanges Source # 
Instance details

Defined in Amazonka.ECS.SubmitAttachmentStateChanges

ToQuery SubmitAttachmentStateChanges Source # 
Instance details

Defined in Amazonka.ECS.SubmitAttachmentStateChanges

type Rep SubmitAttachmentStateChanges Source # 
Instance details

Defined in Amazonka.ECS.SubmitAttachmentStateChanges

type Rep SubmitAttachmentStateChanges = D1 ('MetaData "SubmitAttachmentStateChanges" "Amazonka.ECS.SubmitAttachmentStateChanges" "libZSservicesZSamazonka-ecsZSamazonka-ecs" 'False) (C1 ('MetaCons "SubmitAttachmentStateChanges'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cluster") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "attachments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AttachmentStateChange])))
type AWSResponse SubmitAttachmentStateChanges Source # 
Instance details

Defined in Amazonka.ECS.SubmitAttachmentStateChanges

newSubmitAttachmentStateChanges :: SubmitAttachmentStateChanges Source #

Create a value of SubmitAttachmentStateChanges 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:cluster:SubmitAttachmentStateChanges', submitAttachmentStateChanges_cluster - The short name or full ARN of the cluster that hosts the container instance the attachment belongs to.

$sel:attachments:SubmitAttachmentStateChanges', submitAttachmentStateChanges_attachments - Any attachments associated with the state change request.

Request Lenses

submitAttachmentStateChanges_cluster :: Lens' SubmitAttachmentStateChanges (Maybe Text) Source #

The short name or full ARN of the cluster that hosts the container instance the attachment belongs to.

Destructuring the Response

data SubmitAttachmentStateChangesResponse Source #

Constructors

SubmitAttachmentStateChangesResponse' 

Fields

Instances

Instances details
Eq SubmitAttachmentStateChangesResponse Source # 
Instance details

Defined in Amazonka.ECS.SubmitAttachmentStateChanges

Read SubmitAttachmentStateChangesResponse Source # 
Instance details

Defined in Amazonka.ECS.SubmitAttachmentStateChanges

Show SubmitAttachmentStateChangesResponse Source # 
Instance details

Defined in Amazonka.ECS.SubmitAttachmentStateChanges

Generic SubmitAttachmentStateChangesResponse Source # 
Instance details

Defined in Amazonka.ECS.SubmitAttachmentStateChanges

NFData SubmitAttachmentStateChangesResponse Source # 
Instance details

Defined in Amazonka.ECS.SubmitAttachmentStateChanges

type Rep SubmitAttachmentStateChangesResponse Source # 
Instance details

Defined in Amazonka.ECS.SubmitAttachmentStateChanges

type Rep SubmitAttachmentStateChangesResponse = D1 ('MetaData "SubmitAttachmentStateChangesResponse" "Amazonka.ECS.SubmitAttachmentStateChanges" "libZSservicesZSamazonka-ecsZSamazonka-ecs" 'False) (C1 ('MetaCons "SubmitAttachmentStateChangesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acknowledgment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newSubmitAttachmentStateChangesResponse Source #

Create a value of SubmitAttachmentStateChangesResponse 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:acknowledgment:SubmitAttachmentStateChangesResponse', submitAttachmentStateChangesResponse_acknowledgment - Acknowledgement of the state change.

$sel:httpStatus:SubmitAttachmentStateChangesResponse', submitAttachmentStateChangesResponse_httpStatus - The response's http status code.

Response Lenses