libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange
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.DataExchange.UpdateDataSet

Description

This operation updates a data set.

Synopsis

Creating a Request

data UpdateDataSet Source #

The request body for UpdateDataSet.

See: newUpdateDataSet smart constructor.

Constructors

UpdateDataSet' 

Fields

Instances

Instances details
Eq UpdateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

Read UpdateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

Show UpdateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

Generic UpdateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

Associated Types

type Rep UpdateDataSet :: Type -> Type #

NFData UpdateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

Methods

rnf :: UpdateDataSet -> () #

Hashable UpdateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

ToJSON UpdateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

AWSRequest UpdateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

Associated Types

type AWSResponse 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

type Rep UpdateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

type Rep UpdateDataSet = D1 ('MetaData "UpdateDataSet" "Amazonka.DataExchange.UpdateDataSet" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "UpdateDataSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

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:

$sel:name:UpdateDataSet', updateDataSet_name - The name of the data set.

$sel:description:UpdateDataSet', updateDataSet_description - The description for the data set.

$sel:dataSetId:UpdateDataSet', updateDataSet_dataSetId - The unique identifier for a data set.

Request Lenses

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

The name of the data set.

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

The description for 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

  • origin :: Maybe Origin

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

  • arn :: Maybe Text

    The ARN for the data set.

  • createdAt :: Maybe POSIX

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

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

  • originDetails :: Maybe OriginDetails

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

  • name :: Maybe Text

    The name of the data set.

  • id :: Maybe Text

    The unique identifier for the data set.

  • assetType :: Maybe AssetType

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

  • updatedAt :: Maybe POSIX

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

  • description :: Maybe Text

    The description for the data set.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq UpdateDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

Read UpdateDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

Show UpdateDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

Generic UpdateDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

Associated Types

type Rep UpdateDataSetResponse :: Type -> Type #

NFData UpdateDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

Methods

rnf :: UpdateDataSetResponse -> () #

type Rep UpdateDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateDataSet

type Rep UpdateDataSetResponse = D1 ('MetaData "UpdateDataSetResponse" "Amazonka.DataExchange.UpdateDataSet" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "UpdateDataSetResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "origin") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Origin)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "sourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "originDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OriginDetails))))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssetType)))) :*: (S1 ('MetaSel ('Just "updatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

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

$sel:arn:UpdateDataSetResponse', updateDataSetResponse_arn - The ARN for the data set.

$sel:createdAt:UpdateDataSetResponse', updateDataSetResponse_createdAt - The date and time that the data set was created, in ISO 8601 format.

$sel:sourceId: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.

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

$sel:name:UpdateDataSet', updateDataSetResponse_name - The name of the data set.

$sel:id:UpdateDataSetResponse', updateDataSetResponse_id - The unique identifier for the data set.

$sel:assetType:UpdateDataSetResponse', updateDataSetResponse_assetType - The type of asset that is added to a data set.

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

$sel:description:UpdateDataSet', updateDataSetResponse_description - The description for the data set.

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

Response Lenses

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_createdAt :: Lens' UpdateDataSetResponse (Maybe UTCTime) Source #

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

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_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_id :: Lens' UpdateDataSetResponse (Maybe Text) Source #

The unique identifier for the data set.

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

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

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

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