libZSservicesZSamazonka-marketplace-catalogZSamazonka-marketplace-catalog
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.MarketplaceCatalog.Types.ChangeSetSummaryListItem

Description

 
Synopsis

Documentation

data ChangeSetSummaryListItem Source #

A summary of a change set returned in a list of change sets when the ListChangeSets action is called.

See: newChangeSetSummaryListItem smart constructor.

Constructors

ChangeSetSummaryListItem' 

Fields

  • status :: Maybe ChangeStatus

    The current status of the change set.

  • entityIdList :: Maybe [Text]

    This object is a list of entity IDs (string) that are a part of a change set. The entity ID list is a maximum of 20 entities. It must contain at least one entity.

  • startTime :: Maybe Text

    The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was started.

  • failureCode :: Maybe FailureCode

    Returned if the change set is in FAILED status. Can be either CLIENT_ERROR, which means that there are issues with the request (see the ErrorDetailList of DescribeChangeSet), or SERVER_FAULT, which means that there is a problem in the system, and you should retry your request.

  • changeSetName :: Maybe Text

    The non-unique name for the change set.

  • changeSetId :: Maybe Text

    The unique identifier for a change set.

  • endTime :: Maybe Text

    The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was finished.

  • changeSetArn :: Maybe Text

    The ARN associated with the unique identifier for the change set referenced in this request.

Instances

Instances details
Eq ChangeSetSummaryListItem Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.ChangeSetSummaryListItem

Read ChangeSetSummaryListItem Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.ChangeSetSummaryListItem

Show ChangeSetSummaryListItem Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.ChangeSetSummaryListItem

Generic ChangeSetSummaryListItem Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.ChangeSetSummaryListItem

Associated Types

type Rep ChangeSetSummaryListItem :: Type -> Type #

NFData ChangeSetSummaryListItem Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.ChangeSetSummaryListItem

Hashable ChangeSetSummaryListItem Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.ChangeSetSummaryListItem

FromJSON ChangeSetSummaryListItem Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.ChangeSetSummaryListItem

type Rep ChangeSetSummaryListItem Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.Types.ChangeSetSummaryListItem

type Rep ChangeSetSummaryListItem = D1 ('MetaData "ChangeSetSummaryListItem" "Amazonka.MarketplaceCatalog.Types.ChangeSetSummaryListItem" "libZSservicesZSamazonka-marketplace-catalogZSamazonka-marketplace-catalog" 'False) (C1 ('MetaCons "ChangeSetSummaryListItem'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChangeStatus)) :*: S1 ('MetaSel ('Just "entityIdList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failureCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailureCode)))) :*: ((S1 ('MetaSel ('Just "changeSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "changeSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "changeSetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newChangeSetSummaryListItem :: ChangeSetSummaryListItem Source #

Create a value of ChangeSetSummaryListItem 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:status:ChangeSetSummaryListItem', changeSetSummaryListItem_status - The current status of the change set.

$sel:entityIdList:ChangeSetSummaryListItem', changeSetSummaryListItem_entityIdList - This object is a list of entity IDs (string) that are a part of a change set. The entity ID list is a maximum of 20 entities. It must contain at least one entity.

$sel:startTime:ChangeSetSummaryListItem', changeSetSummaryListItem_startTime - The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was started.

$sel:failureCode:ChangeSetSummaryListItem', changeSetSummaryListItem_failureCode - Returned if the change set is in FAILED status. Can be either CLIENT_ERROR, which means that there are issues with the request (see the ErrorDetailList of DescribeChangeSet), or SERVER_FAULT, which means that there is a problem in the system, and you should retry your request.

$sel:changeSetName:ChangeSetSummaryListItem', changeSetSummaryListItem_changeSetName - The non-unique name for the change set.

$sel:changeSetId:ChangeSetSummaryListItem', changeSetSummaryListItem_changeSetId - The unique identifier for a change set.

$sel:endTime:ChangeSetSummaryListItem', changeSetSummaryListItem_endTime - The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was finished.

$sel:changeSetArn:ChangeSetSummaryListItem', changeSetSummaryListItem_changeSetArn - The ARN associated with the unique identifier for the change set referenced in this request.

changeSetSummaryListItem_entityIdList :: Lens' ChangeSetSummaryListItem (Maybe [Text]) Source #

This object is a list of entity IDs (string) that are a part of a change set. The entity ID list is a maximum of 20 entities. It must contain at least one entity.

changeSetSummaryListItem_startTime :: Lens' ChangeSetSummaryListItem (Maybe Text) Source #

The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was started.

changeSetSummaryListItem_failureCode :: Lens' ChangeSetSummaryListItem (Maybe FailureCode) Source #

Returned if the change set is in FAILED status. Can be either CLIENT_ERROR, which means that there are issues with the request (see the ErrorDetailList of DescribeChangeSet), or SERVER_FAULT, which means that there is a problem in the system, and you should retry your request.

changeSetSummaryListItem_endTime :: Lens' ChangeSetSummaryListItem (Maybe Text) Source #

The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was finished.

changeSetSummaryListItem_changeSetArn :: Lens' ChangeSetSummaryListItem (Maybe Text) Source #

The ARN associated with the unique identifier for the change set referenced in this request.