amazonka-dataexchange-2.0: Amazon Data Exchange SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DataExchange.Types.RevisionEntry

Description

 
Synopsis

Documentation

data RevisionEntry Source #

A revision is a container for one or more assets.

See: newRevisionEntry smart constructor.

Constructors

RevisionEntry' 

Fields

  • comment :: Maybe Text

    An optional comment about the revision.

  • finalized :: Maybe Bool

    To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products. Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.

  • revocationComment :: Maybe Text

    A required comment to inform subscribers of the reason their access to the revision was revoked.

  • revoked :: Maybe Bool

    A status indicating that subscribers' access to the revision was revoked.

  • revokedAt :: Maybe ISO8601

    The date and time that the revision was revoked, in ISO 8601 format.

  • sourceId :: Maybe Text

    The revision ID of the owned revision corresponding to the entitled revision being viewed. This parameter is returned when a revision owner is viewing the entitled copy of its owned revision.

  • arn :: Text

    The ARN for the revision.

  • createdAt :: ISO8601

    The date and time that the revision was created, in ISO 8601 format.

  • dataSetId :: Text

    The unique identifier for the data set associated with the data set revision.

  • id :: Text

    The unique identifier for the revision.

  • updatedAt :: ISO8601

    The date and time that the revision was last updated, in ISO 8601 format.

Instances

Instances details
FromJSON RevisionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionEntry

Generic RevisionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionEntry

Associated Types

type Rep RevisionEntry :: Type -> Type #

Read RevisionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionEntry

Show RevisionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionEntry

NFData RevisionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionEntry

Methods

rnf :: RevisionEntry -> () #

Eq RevisionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionEntry

Hashable RevisionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionEntry

type Rep RevisionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionEntry

newRevisionEntry Source #

Create a value of RevisionEntry 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:comment:RevisionEntry', revisionEntry_comment - An optional comment about the revision.

$sel:finalized:RevisionEntry', revisionEntry_finalized - To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products. Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.

$sel:revocationComment:RevisionEntry', revisionEntry_revocationComment - A required comment to inform subscribers of the reason their access to the revision was revoked.

$sel:revoked:RevisionEntry', revisionEntry_revoked - A status indicating that subscribers' access to the revision was revoked.

$sel:revokedAt:RevisionEntry', revisionEntry_revokedAt - The date and time that the revision was revoked, in ISO 8601 format.

$sel:sourceId:RevisionEntry', revisionEntry_sourceId - The revision ID of the owned revision corresponding to the entitled revision being viewed. This parameter is returned when a revision owner is viewing the entitled copy of its owned revision.

$sel:arn:RevisionEntry', revisionEntry_arn - The ARN for the revision.

$sel:createdAt:RevisionEntry', revisionEntry_createdAt - The date and time that the revision was created, in ISO 8601 format.

$sel:dataSetId:RevisionEntry', revisionEntry_dataSetId - The unique identifier for the data set associated with the data set revision.

$sel:id:RevisionEntry', revisionEntry_id - The unique identifier for the revision.

$sel:updatedAt:RevisionEntry', revisionEntry_updatedAt - The date and time that the revision was last updated, in ISO 8601 format.

revisionEntry_comment :: Lens' RevisionEntry (Maybe Text) Source #

An optional comment about the revision.

revisionEntry_finalized :: Lens' RevisionEntry (Maybe Bool) Source #

To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products. Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.

revisionEntry_revocationComment :: Lens' RevisionEntry (Maybe Text) Source #

A required comment to inform subscribers of the reason their access to the revision was revoked.

revisionEntry_revoked :: Lens' RevisionEntry (Maybe Bool) Source #

A status indicating that subscribers' access to the revision was revoked.

revisionEntry_revokedAt :: Lens' RevisionEntry (Maybe UTCTime) Source #

The date and time that the revision was revoked, in ISO 8601 format.

revisionEntry_sourceId :: Lens' RevisionEntry (Maybe Text) Source #

The revision ID of the owned revision corresponding to the entitled revision being viewed. This parameter is returned when a revision owner is viewing the entitled copy of its owned revision.

revisionEntry_arn :: Lens' RevisionEntry Text Source #

The ARN for the revision.

revisionEntry_createdAt :: Lens' RevisionEntry UTCTime Source #

The date and time that the revision was created, in ISO 8601 format.

revisionEntry_dataSetId :: Lens' RevisionEntry Text Source #

The unique identifier for the data set associated with the data set revision.

revisionEntry_id :: Lens' RevisionEntry Text Source #

The unique identifier for the revision.

revisionEntry_updatedAt :: Lens' RevisionEntry UTCTime Source #

The date and time that the revision was last updated, in ISO 8601 format.