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

Description

This operation updates a data set.

Synopsis

Creating a Request

data UpdateDataSet Source #

See: newUpdateDataSet smart constructor.

Constructors

UpdateDataSet' 

Fields

Instances

Instances details
ToJSON UpdateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

ToHeaders UpdateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

ToPath UpdateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

ToQuery UpdateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

AWSRequest UpdateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

Associated Types

type AWSResponse UpdateDataSet #

Generic UpdateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

Associated Types

type Rep UpdateDataSet :: Type -> Type #

Read UpdateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

Show UpdateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

NFData UpdateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

Methods

rnf :: UpdateDataSet -> () #

Eq UpdateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

Hashable UpdateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

type AWSResponse UpdateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

type Rep UpdateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

type Rep UpdateDataSet = D1 ('MetaData "UpdateDataSet" "Amazonka.DataExchange.UpdateDataSet" "amazonka-dataexchange-2.0-E9wmOad6xSxAaT3Y4FNlvY" 'False) (C1 ('MetaCons "UpdateDataSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateDataSet Source #

Create a value of UpdateDataSet 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:

UpdateDataSet, updateDataSet_description - The description for the data set.

UpdateDataSet, updateDataSet_name - The name of the data set.

UpdateDataSet, updateDataSet_dataSetId - The unique identifier for a data set.

Request Lenses

updateDataSet_description :: Lens' UpdateDataSet (Maybe Text) Source #

The description for the data set.

updateDataSet_name :: Lens' UpdateDataSet (Maybe Text) Source #

The name of the data set.

updateDataSet_dataSetId :: Lens' UpdateDataSet Text Source #

The unique identifier for a data set.

Destructuring the Response

data UpdateDataSetResponse Source #

See: newUpdateDataSetResponse smart constructor.

Constructors

UpdateDataSetResponse' 

Fields

  • arn :: Maybe Text

    The ARN for the data set.

  • assetType :: Maybe AssetType

    The type of asset that is added to a data set.

  • createdAt :: Maybe ISO8601

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

  • description :: Maybe Text

    The description for the data set.

  • id :: Maybe Text

    The unique identifier for the data set.

  • name :: Maybe Text

    The name of the data set.

  • origin :: Maybe Origin

    A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).

  • originDetails :: Maybe OriginDetails

    If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.

  • sourceId :: Maybe Text

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

  • updatedAt :: Maybe ISO8601

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

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic UpdateDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

Associated Types

type Rep UpdateDataSetResponse :: Type -> Type #

Read UpdateDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

Show UpdateDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

NFData UpdateDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

Methods

rnf :: UpdateDataSetResponse -> () #

Eq UpdateDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

type Rep UpdateDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

type Rep UpdateDataSetResponse = D1 ('MetaData "UpdateDataSetResponse" "Amazonka.DataExchange.UpdateDataSet" "amazonka-dataexchange-2.0-E9wmOad6xSxAaT3Y4FNlvY" 'False) (C1 ('MetaCons "UpdateDataSetResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssetType))) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "origin") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Origin)) :*: S1 ('MetaSel ('Just "originDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OriginDetails)))) :*: (S1 ('MetaSel ('Just "sourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "updatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newUpdateDataSetResponse Source #

Create a value of UpdateDataSetResponse 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:

UpdateDataSetResponse, updateDataSetResponse_arn - The ARN for the data set.

UpdateDataSetResponse, updateDataSetResponse_assetType - The type of asset that is added to a data set.

UpdateDataSetResponse, updateDataSetResponse_createdAt - The date and time that the data set was created, in ISO 8601 format.

UpdateDataSet, updateDataSetResponse_description - The description for the data set.

UpdateDataSetResponse, updateDataSetResponse_id - The unique identifier for the data set.

UpdateDataSet, updateDataSetResponse_name - The name of the data set.

UpdateDataSetResponse, updateDataSetResponse_origin - A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).

UpdateDataSetResponse, updateDataSetResponse_originDetails - If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.

UpdateDataSetResponse, updateDataSetResponse_sourceId - The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.

UpdateDataSetResponse, updateDataSetResponse_updatedAt - The date and time that the data set was last updated, in ISO 8601 format.

$sel:httpStatus:UpdateDataSetResponse', updateDataSetResponse_httpStatus - The response's http status code.

Response Lenses

updateDataSetResponse_assetType :: Lens' UpdateDataSetResponse (Maybe AssetType) Source #

The type of asset that is added to a data set.

updateDataSetResponse_createdAt :: Lens' UpdateDataSetResponse (Maybe UTCTime) Source #

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

updateDataSetResponse_id :: Lens' UpdateDataSetResponse (Maybe Text) Source #

The unique identifier for the data set.

updateDataSetResponse_origin :: Lens' UpdateDataSetResponse (Maybe Origin) Source #

A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).

updateDataSetResponse_originDetails :: Lens' UpdateDataSetResponse (Maybe OriginDetails) Source #

If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.

updateDataSetResponse_sourceId :: Lens' UpdateDataSetResponse (Maybe Text) Source #

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

updateDataSetResponse_updatedAt :: Lens' UpdateDataSetResponse (Maybe UTCTime) Source #

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