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

Description

Describes the task sets in the specified cluster and service. This is used when a service uses the EXTERNAL deployment controller type. For more information, see Amazon ECS Deployment Types in the Amazon Elastic Container Service Developer Guide.

Synopsis

Creating a Request

data DescribeTaskSets Source #

See: newDescribeTaskSets smart constructor.

Constructors

DescribeTaskSets' 

Fields

  • taskSets :: Maybe [Text]

    The ID or full Amazon Resource Name (ARN) of task sets to describe.

  • include :: Maybe [TaskSetField]

    Specifies whether to see the resource tags for the task set. If TAGS is specified, the tags are included in the response. If this field is omitted, tags are not included in the response.

  • cluster :: Text

    The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task sets exist in.

  • service :: Text

    The short name or full Amazon Resource Name (ARN) of the service that the task sets exist in.

Instances

Instances details
Eq DescribeTaskSets Source # 
Instance details

Defined in Amazonka.ECS.DescribeTaskSets

Read DescribeTaskSets Source # 
Instance details

Defined in Amazonka.ECS.DescribeTaskSets

Show DescribeTaskSets Source # 
Instance details

Defined in Amazonka.ECS.DescribeTaskSets

Generic DescribeTaskSets Source # 
Instance details

Defined in Amazonka.ECS.DescribeTaskSets

Associated Types

type Rep DescribeTaskSets :: Type -> Type #

NFData DescribeTaskSets Source # 
Instance details

Defined in Amazonka.ECS.DescribeTaskSets

Methods

rnf :: DescribeTaskSets -> () #

Hashable DescribeTaskSets Source # 
Instance details

Defined in Amazonka.ECS.DescribeTaskSets

ToJSON DescribeTaskSets Source # 
Instance details

Defined in Amazonka.ECS.DescribeTaskSets

AWSRequest DescribeTaskSets Source # 
Instance details

Defined in Amazonka.ECS.DescribeTaskSets

Associated Types

type AWSResponse DescribeTaskSets #

ToHeaders DescribeTaskSets Source # 
Instance details

Defined in Amazonka.ECS.DescribeTaskSets

ToPath DescribeTaskSets Source # 
Instance details

Defined in Amazonka.ECS.DescribeTaskSets

ToQuery DescribeTaskSets Source # 
Instance details

Defined in Amazonka.ECS.DescribeTaskSets

type Rep DescribeTaskSets Source # 
Instance details

Defined in Amazonka.ECS.DescribeTaskSets

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

Defined in Amazonka.ECS.DescribeTaskSets

newDescribeTaskSets Source #

Create a value of DescribeTaskSets 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:taskSets:DescribeTaskSets', describeTaskSets_taskSets - The ID or full Amazon Resource Name (ARN) of task sets to describe.

$sel:include:DescribeTaskSets', describeTaskSets_include - Specifies whether to see the resource tags for the task set. If TAGS is specified, the tags are included in the response. If this field is omitted, tags are not included in the response.

$sel:cluster:DescribeTaskSets', describeTaskSets_cluster - The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task sets exist in.

$sel:service:DescribeTaskSets', describeTaskSets_service - The short name or full Amazon Resource Name (ARN) of the service that the task sets exist in.

Request Lenses

describeTaskSets_taskSets :: Lens' DescribeTaskSets (Maybe [Text]) Source #

The ID or full Amazon Resource Name (ARN) of task sets to describe.

describeTaskSets_include :: Lens' DescribeTaskSets (Maybe [TaskSetField]) Source #

Specifies whether to see the resource tags for the task set. If TAGS is specified, the tags are included in the response. If this field is omitted, tags are not included in the response.

describeTaskSets_cluster :: Lens' DescribeTaskSets Text Source #

The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task sets exist in.

describeTaskSets_service :: Lens' DescribeTaskSets Text Source #

The short name or full Amazon Resource Name (ARN) of the service that the task sets exist in.

Destructuring the Response

data DescribeTaskSetsResponse Source #

See: newDescribeTaskSetsResponse smart constructor.

Constructors

DescribeTaskSetsResponse' 

Fields

Instances

Instances details
Eq DescribeTaskSetsResponse Source # 
Instance details

Defined in Amazonka.ECS.DescribeTaskSets

Read DescribeTaskSetsResponse Source # 
Instance details

Defined in Amazonka.ECS.DescribeTaskSets

Show DescribeTaskSetsResponse Source # 
Instance details

Defined in Amazonka.ECS.DescribeTaskSets

Generic DescribeTaskSetsResponse Source # 
Instance details

Defined in Amazonka.ECS.DescribeTaskSets

Associated Types

type Rep DescribeTaskSetsResponse :: Type -> Type #

NFData DescribeTaskSetsResponse Source # 
Instance details

Defined in Amazonka.ECS.DescribeTaskSets

type Rep DescribeTaskSetsResponse Source # 
Instance details

Defined in Amazonka.ECS.DescribeTaskSets

type Rep DescribeTaskSetsResponse = D1 ('MetaData "DescribeTaskSetsResponse" "Amazonka.ECS.DescribeTaskSets" "libZSservicesZSamazonka-ecsZSamazonka-ecs" 'False) (C1 ('MetaCons "DescribeTaskSetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "taskSets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TaskSet])) :*: (S1 ('MetaSel ('Just "failures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Failure])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeTaskSetsResponse Source #

Create a value of DescribeTaskSetsResponse 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:taskSets:DescribeTaskSets', describeTaskSetsResponse_taskSets - The list of task sets described.

$sel:failures:DescribeTaskSetsResponse', describeTaskSetsResponse_failures - Any failures associated with the call.

$sel:httpStatus:DescribeTaskSetsResponse', describeTaskSetsResponse_httpStatus - The response's http status code.

Response Lenses