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

Contents

Description

Derived from API version 2017-07-25 of the AWS service descriptions, licensed under Apache 2.0.

AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in the cloud. You can use the AWS Data Exchange APIs to create, update, manage, and access file-based data set in the AWS Cloud.

As a subscriber, you can view and access the data sets that you have an entitlement to through a subscription. You can use the APIS to download or copy your entitled data sets to Amazon S3 for use across a variety of AWS analytics and machine learning services.

As a provider, you can create and manage your data sets that you would like to publish to a product. Being able to package and provide your data sets into products requires a few steps to determine eligibility. For more information, visit the AWS Data Exchange User Guide.

A data set is a collection of data that can be changed or updated over time. Data sets can be updated using revisions, which represent a new version or incremental change to a data set. A revision contains one or more assets. An asset in AWS Data Exchange is a piece of data that can be stored as an Amazon S3 object. The asset can be a structured data file, an image file, or some other data file. Jobs are asynchronous import or export operations used to create or copy assets.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2017-07-25 of the Amazon Data Exchange SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by DataExchange.

ValidationException

AccessDeniedException

_AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Access to the resource is denied.

ConflictException

_ConflictException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request couldn't be completed because it conflicted with the current state of the resource.

ServiceLimitExceededException

_ServiceLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request has exceeded the quotas imposed by the service.

ThrottlingException

_ThrottlingException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The limit on the number of requests per second was exceeded.

InternalServerException

_InternalServerException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An exception occurred with the service.

ResourceNotFoundException

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

GetEventAction

data GetEventAction Source #

See: newGetEventAction smart constructor.

Constructors

GetEventAction' Text 

Instances

Instances details
Eq GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Read GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Show GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Generic GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Associated Types

type Rep GetEventAction :: Type -> Type #

NFData GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Methods

rnf :: GetEventAction -> () #

Hashable GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

AWSRequest GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Associated Types

type AWSResponse GetEventAction #

ToHeaders GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

ToPath GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

ToQuery GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

type Rep GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

type Rep GetEventAction = D1 ('MetaData "GetEventAction" "Amazonka.DataExchange.GetEventAction" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "GetEventAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventActionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

newGetEventAction Source #

Create a value of GetEventAction 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:eventActionId:GetEventAction', getEventAction_eventActionId - The unique identifier for the event action.

data GetEventActionResponse Source #

See: newGetEventActionResponse smart constructor.

Instances

Instances details
Eq GetEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Read GetEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Show GetEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Generic GetEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Associated Types

type Rep GetEventActionResponse :: Type -> Type #

NFData GetEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

Methods

rnf :: GetEventActionResponse -> () #

type Rep GetEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetEventAction

type Rep GetEventActionResponse = D1 ('MetaData "GetEventActionResponse" "Amazonka.DataExchange.GetEventAction" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "GetEventActionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "event") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Event)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Action)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "updatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetEventActionResponse Source #

Create a value of GetEventActionResponse 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:event:GetEventActionResponse', getEventActionResponse_event - What occurs to start an action.

$sel:arn:GetEventActionResponse', getEventActionResponse_arn - The ARN for the event action.

$sel:createdAt:GetEventActionResponse', getEventActionResponse_createdAt - The date and time that the event action was created, in ISO 8601 format.

$sel:action:GetEventActionResponse', getEventActionResponse_action - What occurs after a certain event.

$sel:id:GetEventActionResponse', getEventActionResponse_id - The unique identifier for the event action.

$sel:updatedAt:GetEventActionResponse', getEventActionResponse_updatedAt - The date and time that the event action was last updated, in ISO 8601 format.

$sel:httpStatus:GetEventActionResponse', getEventActionResponse_httpStatus - The response's http status code.

CreateRevision

data CreateRevision Source #

The request body for CreateRevision.

See: newCreateRevision smart constructor.

Instances

Instances details
Eq CreateRevision Source # 
Instance details

Defined in Amazonka.DataExchange.CreateRevision

Read CreateRevision Source # 
Instance details

Defined in Amazonka.DataExchange.CreateRevision

Show CreateRevision Source # 
Instance details

Defined in Amazonka.DataExchange.CreateRevision

Generic CreateRevision Source # 
Instance details

Defined in Amazonka.DataExchange.CreateRevision

Associated Types

type Rep CreateRevision :: Type -> Type #

NFData CreateRevision Source # 
Instance details

Defined in Amazonka.DataExchange.CreateRevision

Methods

rnf :: CreateRevision -> () #

Hashable CreateRevision Source # 
Instance details

Defined in Amazonka.DataExchange.CreateRevision

ToJSON CreateRevision Source # 
Instance details

Defined in Amazonka.DataExchange.CreateRevision

AWSRequest CreateRevision Source # 
Instance details

Defined in Amazonka.DataExchange.CreateRevision

Associated Types

type AWSResponse CreateRevision #

ToHeaders CreateRevision Source # 
Instance details

Defined in Amazonka.DataExchange.CreateRevision

ToPath CreateRevision Source # 
Instance details

Defined in Amazonka.DataExchange.CreateRevision

ToQuery CreateRevision Source # 
Instance details

Defined in Amazonka.DataExchange.CreateRevision

type Rep CreateRevision Source # 
Instance details

Defined in Amazonka.DataExchange.CreateRevision

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

Defined in Amazonka.DataExchange.CreateRevision

newCreateRevision Source #

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

$sel:tags:CreateRevision', createRevision_tags - A revision tag is an optional label that you can assign to a revision when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.

$sel:dataSetId:CreateRevision', createRevision_dataSetId - The unique identifier for a data set.

data CreateRevisionResponse Source #

See: newCreateRevisionResponse smart constructor.

Instances

Instances details
Eq CreateRevisionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateRevision

Read CreateRevisionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateRevision

Show CreateRevisionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateRevision

Generic CreateRevisionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateRevision

Associated Types

type Rep CreateRevisionResponse :: Type -> Type #

NFData CreateRevisionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateRevision

Methods

rnf :: CreateRevisionResponse -> () #

type Rep CreateRevisionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateRevision

newCreateRevisionResponse Source #

Create a value of CreateRevisionResponse 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:arn:CreateRevisionResponse', createRevisionResponse_arn - The ARN for the revision.

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

$sel:sourceId:CreateRevisionResponse', createRevisionResponse_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:finalized:CreateRevisionResponse', createRevisionResponse_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:dataSetId:CreateRevision', createRevisionResponse_dataSetId - The unique identifier for the data set associated with this revision.

$sel:id:CreateRevisionResponse', createRevisionResponse_id - The unique identifier for the revision.

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

$sel:comment:CreateRevision', createRevisionResponse_comment - An optional comment about the revision.

$sel:tags:CreateRevision', createRevisionResponse_tags - The tags for the revision.

$sel:httpStatus:CreateRevisionResponse', createRevisionResponse_httpStatus - The response's http status code.

ListRevisionAssets (Paginated)

data ListRevisionAssets Source #

See: newListRevisionAssets smart constructor.

Instances

Instances details
Eq ListRevisionAssets Source # 
Instance details

Defined in Amazonka.DataExchange.ListRevisionAssets

Read ListRevisionAssets Source # 
Instance details

Defined in Amazonka.DataExchange.ListRevisionAssets

Show ListRevisionAssets Source # 
Instance details

Defined in Amazonka.DataExchange.ListRevisionAssets

Generic ListRevisionAssets Source # 
Instance details

Defined in Amazonka.DataExchange.ListRevisionAssets

Associated Types

type Rep ListRevisionAssets :: Type -> Type #

NFData ListRevisionAssets Source # 
Instance details

Defined in Amazonka.DataExchange.ListRevisionAssets

Methods

rnf :: ListRevisionAssets -> () #

Hashable ListRevisionAssets Source # 
Instance details

Defined in Amazonka.DataExchange.ListRevisionAssets

AWSPager ListRevisionAssets Source # 
Instance details

Defined in Amazonka.DataExchange.ListRevisionAssets

AWSRequest ListRevisionAssets Source # 
Instance details

Defined in Amazonka.DataExchange.ListRevisionAssets

Associated Types

type AWSResponse ListRevisionAssets #

ToHeaders ListRevisionAssets Source # 
Instance details

Defined in Amazonka.DataExchange.ListRevisionAssets

ToPath ListRevisionAssets Source # 
Instance details

Defined in Amazonka.DataExchange.ListRevisionAssets

ToQuery ListRevisionAssets Source # 
Instance details

Defined in Amazonka.DataExchange.ListRevisionAssets

type Rep ListRevisionAssets Source # 
Instance details

Defined in Amazonka.DataExchange.ListRevisionAssets

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

Defined in Amazonka.DataExchange.ListRevisionAssets

newListRevisionAssets Source #

Create a value of ListRevisionAssets 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:nextToken:ListRevisionAssets', listRevisionAssets_nextToken - The token value retrieved from a previous call to access the next page of results.

$sel:maxResults:ListRevisionAssets', listRevisionAssets_maxResults - The maximum number of results returned by a single call.

$sel:revisionId:ListRevisionAssets', listRevisionAssets_revisionId - The unique identifier for a revision.

$sel:dataSetId:ListRevisionAssets', listRevisionAssets_dataSetId - The unique identifier for a data set.

data ListRevisionAssetsResponse Source #

See: newListRevisionAssetsResponse smart constructor.

Instances

Instances details
Eq ListRevisionAssetsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListRevisionAssets

Read ListRevisionAssetsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListRevisionAssets

Show ListRevisionAssetsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListRevisionAssets

Generic ListRevisionAssetsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListRevisionAssets

Associated Types

type Rep ListRevisionAssetsResponse :: Type -> Type #

NFData ListRevisionAssetsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListRevisionAssets

type Rep ListRevisionAssetsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListRevisionAssets

type Rep ListRevisionAssetsResponse = D1 ('MetaData "ListRevisionAssetsResponse" "Amazonka.DataExchange.ListRevisionAssets" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ListRevisionAssetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "assets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AssetEntry])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListRevisionAssetsResponse Source #

Create a value of ListRevisionAssetsResponse 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:nextToken:ListRevisionAssets', listRevisionAssetsResponse_nextToken - The token value retrieved from a previous call to access the next page of results.

$sel:assets:ListRevisionAssetsResponse', listRevisionAssetsResponse_assets - The asset objects listed by the request.

$sel:httpStatus:ListRevisionAssetsResponse', listRevisionAssetsResponse_httpStatus - The response's http status code.

DeleteRevision

data DeleteRevision Source #

See: newDeleteRevision smart constructor.

Constructors

DeleteRevision' Text Text 

Instances

Instances details
Eq DeleteRevision Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteRevision

Read DeleteRevision Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteRevision

Show DeleteRevision Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteRevision

Generic DeleteRevision Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteRevision

Associated Types

type Rep DeleteRevision :: Type -> Type #

NFData DeleteRevision Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteRevision

Methods

rnf :: DeleteRevision -> () #

Hashable DeleteRevision Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteRevision

AWSRequest DeleteRevision Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteRevision

Associated Types

type AWSResponse DeleteRevision #

ToHeaders DeleteRevision Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteRevision

ToPath DeleteRevision Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteRevision

ToQuery DeleteRevision Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteRevision

type Rep DeleteRevision Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteRevision

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

Defined in Amazonka.DataExchange.DeleteRevision

newDeleteRevision Source #

Create a value of DeleteRevision 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:revisionId:DeleteRevision', deleteRevision_revisionId - The unique identifier for a revision.

$sel:dataSetId:DeleteRevision', deleteRevision_dataSetId - The unique identifier for a data set.

data DeleteRevisionResponse Source #

See: newDeleteRevisionResponse smart constructor.

Instances

Instances details
Eq DeleteRevisionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteRevision

Read DeleteRevisionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteRevision

Show DeleteRevisionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteRevision

Generic DeleteRevisionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteRevision

Associated Types

type Rep DeleteRevisionResponse :: Type -> Type #

NFData DeleteRevisionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteRevision

Methods

rnf :: DeleteRevisionResponse -> () #

type Rep DeleteRevisionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteRevision

type Rep DeleteRevisionResponse = D1 ('MetaData "DeleteRevisionResponse" "Amazonka.DataExchange.DeleteRevision" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "DeleteRevisionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteRevisionResponse :: DeleteRevisionResponse Source #

Create a value of DeleteRevisionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

UpdateRevision

data UpdateRevision Source #

The request body for UpdateRevision.

See: newUpdateRevision smart constructor.

Instances

Instances details
Eq UpdateRevision Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateRevision

Read UpdateRevision Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateRevision

Show UpdateRevision Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateRevision

Generic UpdateRevision Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateRevision

Associated Types

type Rep UpdateRevision :: Type -> Type #

NFData UpdateRevision Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateRevision

Methods

rnf :: UpdateRevision -> () #

Hashable UpdateRevision Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateRevision

ToJSON UpdateRevision Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateRevision

AWSRequest UpdateRevision Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateRevision

Associated Types

type AWSResponse UpdateRevision #

ToHeaders UpdateRevision Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateRevision

ToPath UpdateRevision Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateRevision

ToQuery UpdateRevision Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateRevision

type Rep UpdateRevision Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateRevision

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

Defined in Amazonka.DataExchange.UpdateRevision

newUpdateRevision Source #

Create a value of UpdateRevision 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:finalized:UpdateRevision', updateRevision_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.

$sel:comment:UpdateRevision', updateRevision_comment - An optional comment about the revision.

$sel:revisionId:UpdateRevision', updateRevision_revisionId - The unique identifier for a revision.

$sel:dataSetId:UpdateRevision', updateRevision_dataSetId - The unique identifier for a data set.

data UpdateRevisionResponse Source #

See: newUpdateRevisionResponse smart constructor.

Instances

Instances details
Eq UpdateRevisionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateRevision

Read UpdateRevisionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateRevision

Show UpdateRevisionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateRevision

Generic UpdateRevisionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateRevision

Associated Types

type Rep UpdateRevisionResponse :: Type -> Type #

NFData UpdateRevisionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateRevision

Methods

rnf :: UpdateRevisionResponse -> () #

type Rep UpdateRevisionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateRevision

newUpdateRevisionResponse Source #

Create a value of UpdateRevisionResponse 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:arn:UpdateRevisionResponse', updateRevisionResponse_arn - The ARN for the revision.

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

$sel:sourceId:UpdateRevisionResponse', updateRevisionResponse_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:finalized:UpdateRevision', updateRevisionResponse_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 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:dataSetId:UpdateRevision', updateRevisionResponse_dataSetId - The unique identifier for the data set associated with this revision.

$sel:id:UpdateRevisionResponse', updateRevisionResponse_id - The unique identifier for the revision.

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

$sel:comment:UpdateRevision', updateRevisionResponse_comment - An optional comment about the revision.

$sel:httpStatus:UpdateRevisionResponse', updateRevisionResponse_httpStatus - The response's http status code.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataExchange.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataExchange.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataExchange.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataExchange.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataExchange.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataExchange.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataExchange.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataExchange.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataExchange.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataExchange.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataExchange.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.DataExchange.ListTagsForResource" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.DataExchange.ListTagsForResource

newListTagsForResource Source #

Create a value of ListTagsForResource 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:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.DataExchange.ListTagsForResource" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse 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:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - A label that consists of a customer-defined key and an optional value.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

GetRevision

data GetRevision Source #

See: newGetRevision smart constructor.

Constructors

GetRevision' Text Text 

Instances

Instances details
Eq GetRevision Source # 
Instance details

Defined in Amazonka.DataExchange.GetRevision

Read GetRevision Source # 
Instance details

Defined in Amazonka.DataExchange.GetRevision

Show GetRevision Source # 
Instance details

Defined in Amazonka.DataExchange.GetRevision

Generic GetRevision Source # 
Instance details

Defined in Amazonka.DataExchange.GetRevision

Associated Types

type Rep GetRevision :: Type -> Type #

NFData GetRevision Source # 
Instance details

Defined in Amazonka.DataExchange.GetRevision

Methods

rnf :: GetRevision -> () #

Hashable GetRevision Source # 
Instance details

Defined in Amazonka.DataExchange.GetRevision

AWSRequest GetRevision Source # 
Instance details

Defined in Amazonka.DataExchange.GetRevision

Associated Types

type AWSResponse GetRevision #

ToHeaders GetRevision Source # 
Instance details

Defined in Amazonka.DataExchange.GetRevision

Methods

toHeaders :: GetRevision -> [Header] #

ToPath GetRevision Source # 
Instance details

Defined in Amazonka.DataExchange.GetRevision

ToQuery GetRevision Source # 
Instance details

Defined in Amazonka.DataExchange.GetRevision

type Rep GetRevision Source # 
Instance details

Defined in Amazonka.DataExchange.GetRevision

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

Defined in Amazonka.DataExchange.GetRevision

newGetRevision Source #

Create a value of GetRevision 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:revisionId:GetRevision', getRevision_revisionId - The unique identifier for a revision.

$sel:dataSetId:GetRevision', getRevision_dataSetId - The unique identifier for a data set.

data GetRevisionResponse Source #

See: newGetRevisionResponse smart constructor.

Instances

Instances details
Eq GetRevisionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetRevision

Read GetRevisionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetRevision

Show GetRevisionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetRevision

Generic GetRevisionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetRevision

Associated Types

type Rep GetRevisionResponse :: Type -> Type #

NFData GetRevisionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetRevision

Methods

rnf :: GetRevisionResponse -> () #

type Rep GetRevisionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetRevision

newGetRevisionResponse Source #

Create a value of GetRevisionResponse 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:arn:GetRevisionResponse', getRevisionResponse_arn - The ARN for the revision.

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

$sel:sourceId:GetRevisionResponse', getRevisionResponse_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:finalized:GetRevisionResponse', getRevisionResponse_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:dataSetId:GetRevision', getRevisionResponse_dataSetId - The unique identifier for the data set associated with this revision.

$sel:id:GetRevisionResponse', getRevisionResponse_id - The unique identifier for the revision.

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

$sel:comment:GetRevisionResponse', getRevisionResponse_comment - An optional comment about the revision.

$sel:tags:GetRevisionResponse', getRevisionResponse_tags - The tags for the revision.

$sel:httpStatus:GetRevisionResponse', getRevisionResponse_httpStatus - The response's http status code.

DeleteDataSet

data DeleteDataSet Source #

See: newDeleteDataSet smart constructor.

Constructors

DeleteDataSet' Text 

Instances

Instances details
Eq DeleteDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteDataSet

Read DeleteDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteDataSet

Show DeleteDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteDataSet

Generic DeleteDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteDataSet

Associated Types

type Rep DeleteDataSet :: Type -> Type #

NFData DeleteDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteDataSet

Methods

rnf :: DeleteDataSet -> () #

Hashable DeleteDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteDataSet

AWSRequest DeleteDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteDataSet

Associated Types

type AWSResponse DeleteDataSet #

ToHeaders DeleteDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteDataSet

ToPath DeleteDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteDataSet

ToQuery DeleteDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteDataSet

type Rep DeleteDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteDataSet

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

Defined in Amazonka.DataExchange.DeleteDataSet

newDeleteDataSet Source #

Create a value of DeleteDataSet 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:dataSetId:DeleteDataSet', deleteDataSet_dataSetId - The unique identifier for a data set.

data DeleteDataSetResponse Source #

See: newDeleteDataSetResponse smart constructor.

Instances

Instances details
Eq DeleteDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteDataSet

Read DeleteDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteDataSet

Show DeleteDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteDataSet

Generic DeleteDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteDataSet

Associated Types

type Rep DeleteDataSetResponse :: Type -> Type #

NFData DeleteDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteDataSet

Methods

rnf :: DeleteDataSetResponse -> () #

type Rep DeleteDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteDataSet

type Rep DeleteDataSetResponse = D1 ('MetaData "DeleteDataSetResponse" "Amazonka.DataExchange.DeleteDataSet" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "DeleteDataSetResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteDataSetResponse :: DeleteDataSetResponse Source #

Create a value of DeleteDataSetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

UpdateDataSet

data UpdateDataSet Source #

The request body for UpdateDataSet.

See: newUpdateDataSet smart constructor.

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.

data UpdateDataSetResponse Source #

See: newUpdateDataSetResponse smart constructor.

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.

CreateJob

data CreateJob Source #

The request body for CreateJob.

See: newCreateJob smart constructor.

Instances

Instances details
Eq CreateJob Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

Read CreateJob Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

Show CreateJob Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

Generic CreateJob Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

Associated Types

type Rep CreateJob :: Type -> Type #

NFData CreateJob Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

Methods

rnf :: CreateJob -> () #

Hashable CreateJob Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

ToJSON CreateJob Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

AWSRequest CreateJob Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

Associated Types

type AWSResponse CreateJob #

ToHeaders CreateJob Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

Methods

toHeaders :: CreateJob -> [Header] #

ToPath CreateJob Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

ToQuery CreateJob Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

type Rep CreateJob Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

type Rep CreateJob = D1 ('MetaData "CreateJob" "Amazonka.DataExchange.CreateJob" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "CreateJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Type) :*: S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RequestDetails)))
type AWSResponse CreateJob Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

newCreateJob Source #

Create a value of CreateJob 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:type':CreateJob', createJob_type - The type of job to be created.

$sel:details:CreateJob', createJob_details - The details for the CreateJob request.

data CreateJobResponse Source #

See: newCreateJobResponse smart constructor.

Instances

Instances details
Eq CreateJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

Read CreateJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

Show CreateJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

Generic CreateJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

Associated Types

type Rep CreateJobResponse :: Type -> Type #

NFData CreateJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

Methods

rnf :: CreateJobResponse -> () #

type Rep CreateJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

newCreateJobResponse Source #

Create a value of CreateJobResponse 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:state:CreateJobResponse', createJobResponse_state - The state of the job.

$sel:arn:CreateJobResponse', createJobResponse_arn - The ARN for the job.

$sel:createdAt:CreateJobResponse', createJobResponse_createdAt - The date and time that the job was created, in ISO 8601 format.

$sel:details:CreateJob', createJobResponse_details - Details about the job.

$sel:id:CreateJobResponse', createJobResponse_id - The unique identifier for the job.

$sel:type':CreateJob', createJobResponse_type - The job type.

$sel:updatedAt:CreateJobResponse', createJobResponse_updatedAt - The date and time that the job was last updated, in ISO 8601 format.

$sel:errors:CreateJobResponse', createJobResponse_errors - The errors associated with jobs.

$sel:httpStatus:CreateJobResponse', createJobResponse_httpStatus - The response's http status code.

ListEventActions (Paginated)

data ListEventActions Source #

See: newListEventActions smart constructor.

Instances

Instances details
Eq ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Read ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Show ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Generic ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Associated Types

type Rep ListEventActions :: Type -> Type #

NFData ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Methods

rnf :: ListEventActions -> () #

Hashable ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

AWSPager ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

AWSRequest ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Associated Types

type AWSResponse ListEventActions #

ToHeaders ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

ToPath ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

ToQuery ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

type Rep ListEventActions Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

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

Defined in Amazonka.DataExchange.ListEventActions

newListEventActions :: ListEventActions Source #

Create a value of ListEventActions 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:eventSourceId:ListEventActions', listEventActions_eventSourceId - The unique identifier for the event source.

$sel:nextToken:ListEventActions', listEventActions_nextToken - The token value retrieved from a previous call to access the next page of results.

$sel:maxResults:ListEventActions', listEventActions_maxResults - The maximum number of results returned by a single call.

data ListEventActionsResponse Source #

See: newListEventActionsResponse smart constructor.

Instances

Instances details
Eq ListEventActionsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Read ListEventActionsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Show ListEventActionsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Generic ListEventActionsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

Associated Types

type Rep ListEventActionsResponse :: Type -> Type #

NFData ListEventActionsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

type Rep ListEventActionsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListEventActions

type Rep ListEventActionsResponse = D1 ('MetaData "ListEventActionsResponse" "Amazonka.DataExchange.ListEventActions" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ListEventActionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EventActionEntry])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListEventActionsResponse Source #

Create a value of ListEventActionsResponse 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:eventActions:ListEventActionsResponse', listEventActionsResponse_eventActions - The event action objects listed by the request.

$sel:nextToken:ListEventActions', listEventActionsResponse_nextToken - The token value retrieved from a previous call to access the next page of results.

$sel:httpStatus:ListEventActionsResponse', listEventActionsResponse_httpStatus - The response's http status code.

GetAsset

data GetAsset Source #

See: newGetAsset smart constructor.

Constructors

GetAsset' Text Text Text 

Instances

Instances details
Eq GetAsset Source # 
Instance details

Defined in Amazonka.DataExchange.GetAsset

Read GetAsset Source # 
Instance details

Defined in Amazonka.DataExchange.GetAsset

Show GetAsset Source # 
Instance details

Defined in Amazonka.DataExchange.GetAsset

Generic GetAsset Source # 
Instance details

Defined in Amazonka.DataExchange.GetAsset

Associated Types

type Rep GetAsset :: Type -> Type #

Methods

from :: GetAsset -> Rep GetAsset x #

to :: Rep GetAsset x -> GetAsset #

NFData GetAsset Source # 
Instance details

Defined in Amazonka.DataExchange.GetAsset

Methods

rnf :: GetAsset -> () #

Hashable GetAsset Source # 
Instance details

Defined in Amazonka.DataExchange.GetAsset

Methods

hashWithSalt :: Int -> GetAsset -> Int #

hash :: GetAsset -> Int #

AWSRequest GetAsset Source # 
Instance details

Defined in Amazonka.DataExchange.GetAsset

Associated Types

type AWSResponse GetAsset #

ToHeaders GetAsset Source # 
Instance details

Defined in Amazonka.DataExchange.GetAsset

Methods

toHeaders :: GetAsset -> [Header] #

ToPath GetAsset Source # 
Instance details

Defined in Amazonka.DataExchange.GetAsset

ToQuery GetAsset Source # 
Instance details

Defined in Amazonka.DataExchange.GetAsset

type Rep GetAsset Source # 
Instance details

Defined in Amazonka.DataExchange.GetAsset

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

Defined in Amazonka.DataExchange.GetAsset

newGetAsset Source #

Create a value of GetAsset 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:revisionId:GetAsset', getAsset_revisionId - The unique identifier for a revision.

$sel:assetId:GetAsset', getAsset_assetId - The unique identifier for an asset.

$sel:dataSetId:GetAsset', getAsset_dataSetId - The unique identifier for a data set.

data GetAssetResponse Source #

See: newGetAssetResponse smart constructor.

Instances

Instances details
Eq GetAssetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetAsset

Read GetAssetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetAsset

Show GetAssetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetAsset

Generic GetAssetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetAsset

Associated Types

type Rep GetAssetResponse :: Type -> Type #

NFData GetAssetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetAsset

Methods

rnf :: GetAssetResponse -> () #

type Rep GetAssetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetAsset

newGetAssetResponse Source #

Create a value of GetAssetResponse 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:arn:GetAssetResponse', getAssetResponse_arn - The ARN for the asset.

$sel:createdAt:GetAssetResponse', getAssetResponse_createdAt - The date and time that the asset was created, in ISO 8601 format.

$sel:sourceId:GetAssetResponse', getAssetResponse_sourceId - The asset ID of the owned asset corresponding to the entitled asset being viewed. This parameter is returned when an asset owner is viewing the entitled copy of its owned asset.

$sel:dataSetId:GetAsset', getAssetResponse_dataSetId - The unique identifier for the data set associated with this asset.

$sel:name:GetAssetResponse', getAssetResponse_name - The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key.

$sel:assetDetails:GetAssetResponse', getAssetResponse_assetDetails - Information about the asset.

$sel:id:GetAssetResponse', getAssetResponse_id - The unique identifier for the asset.

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

$sel:updatedAt:GetAssetResponse', getAssetResponse_updatedAt - The date and time that the asset was last updated, in ISO 8601 format.

$sel:revisionId:GetAsset', getAssetResponse_revisionId - The unique identifier for the revision associated with this asset.

$sel:httpStatus:GetAssetResponse', getAssetResponse_httpStatus - The response's http status code.

ListJobs (Paginated)

data ListJobs Source #

See: newListJobs smart constructor.

Instances

Instances details
Eq ListJobs Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

Read ListJobs Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

Show ListJobs Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

Generic ListJobs Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

Associated Types

type Rep ListJobs :: Type -> Type #

Methods

from :: ListJobs -> Rep ListJobs x #

to :: Rep ListJobs x -> ListJobs #

NFData ListJobs Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

Methods

rnf :: ListJobs -> () #

Hashable ListJobs Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

Methods

hashWithSalt :: Int -> ListJobs -> Int #

hash :: ListJobs -> Int #

AWSPager ListJobs Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

AWSRequest ListJobs Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

Associated Types

type AWSResponse ListJobs #

ToHeaders ListJobs Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

Methods

toHeaders :: ListJobs -> [Header] #

ToPath ListJobs Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

ToQuery ListJobs Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

type Rep ListJobs Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

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

Defined in Amazonka.DataExchange.ListJobs

newListJobs :: ListJobs Source #

Create a value of ListJobs 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:nextToken:ListJobs', listJobs_nextToken - The token value retrieved from a previous call to access the next page of results.

$sel:dataSetId:ListJobs', listJobs_dataSetId - The unique identifier for a data set.

$sel:maxResults:ListJobs', listJobs_maxResults - The maximum number of results returned by a single call.

$sel:revisionId:ListJobs', listJobs_revisionId - The unique identifier for a revision.

data ListJobsResponse Source #

See: newListJobsResponse smart constructor.

Instances

Instances details
Eq ListJobsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

Read ListJobsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

Show ListJobsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

Generic ListJobsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

Associated Types

type Rep ListJobsResponse :: Type -> Type #

NFData ListJobsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

Methods

rnf :: ListJobsResponse -> () #

type Rep ListJobsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

type Rep ListJobsResponse = D1 ('MetaData "ListJobsResponse" "Amazonka.DataExchange.ListJobs" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ListJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "jobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [JobEntry])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListJobsResponse Source #

Create a value of ListJobsResponse 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:nextToken:ListJobs', listJobsResponse_nextToken - The token value retrieved from a previous call to access the next page of results.

$sel:jobs:ListJobsResponse', listJobsResponse_jobs - The jobs listed by the request.

$sel:httpStatus:ListJobsResponse', listJobsResponse_httpStatus - The response's http status code.

CreateDataSet

data CreateDataSet Source #

The request body for CreateDataSet.

See: newCreateDataSet smart constructor.

Instances

Instances details
Eq CreateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.CreateDataSet

Read CreateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.CreateDataSet

Show CreateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.CreateDataSet

Generic CreateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.CreateDataSet

Associated Types

type Rep CreateDataSet :: Type -> Type #

NFData CreateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.CreateDataSet

Methods

rnf :: CreateDataSet -> () #

Hashable CreateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.CreateDataSet

ToJSON CreateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.CreateDataSet

AWSRequest CreateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.CreateDataSet

Associated Types

type AWSResponse CreateDataSet #

ToHeaders CreateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.CreateDataSet

ToPath CreateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.CreateDataSet

ToQuery CreateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.CreateDataSet

type Rep CreateDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.CreateDataSet

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

Defined in Amazonka.DataExchange.CreateDataSet

newCreateDataSet Source #

Create a value of CreateDataSet 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:tags:CreateDataSet', createDataSet_tags - A data set tag is an optional label that you can assign to a data set when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.

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

$sel:description:CreateDataSet', createDataSet_description - A description for the data set. This value can be up to 16,348 characters long.

$sel:name:CreateDataSet', createDataSet_name - The name of the data set.

data CreateDataSetResponse Source #

See: newCreateDataSetResponse smart constructor.

Instances

Instances details
Eq CreateDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateDataSet

Read CreateDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateDataSet

Show CreateDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateDataSet

Generic CreateDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateDataSet

Associated Types

type Rep CreateDataSetResponse :: Type -> Type #

NFData CreateDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateDataSet

Methods

rnf :: CreateDataSetResponse -> () #

type Rep CreateDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateDataSet

type Rep CreateDataSetResponse = D1 ('MetaData "CreateDataSetResponse" "Amazonka.DataExchange.CreateDataSet" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "CreateDataSetResponse'" '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 "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newCreateDataSetResponse Source #

Create a value of CreateDataSetResponse 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:CreateDataSetResponse', createDataSetResponse_origin - A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).

$sel:arn:CreateDataSetResponse', createDataSetResponse_arn - The ARN for the data set.

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

$sel:sourceId:CreateDataSetResponse', createDataSetResponse_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:CreateDataSetResponse', createDataSetResponse_originDetails - If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.

$sel:name:CreateDataSet', createDataSetResponse_name - The name of the data set.

$sel:id:CreateDataSetResponse', createDataSetResponse_id - The unique identifier for the data set.

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

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

$sel:description:CreateDataSet', createDataSetResponse_description - The description for the data set.

$sel:tags:CreateDataSet', createDataSetResponse_tags - The tags for the data set.

$sel:httpStatus:CreateDataSetResponse', createDataSetResponse_httpStatus - The response's http status code.

DeleteAsset

data DeleteAsset Source #

See: newDeleteAsset smart constructor.

Constructors

DeleteAsset' Text Text Text 

Instances

Instances details
Eq DeleteAsset Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteAsset

Read DeleteAsset Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteAsset

Show DeleteAsset Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteAsset

Generic DeleteAsset Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteAsset

Associated Types

type Rep DeleteAsset :: Type -> Type #

NFData DeleteAsset Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteAsset

Methods

rnf :: DeleteAsset -> () #

Hashable DeleteAsset Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteAsset

AWSRequest DeleteAsset Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteAsset

Associated Types

type AWSResponse DeleteAsset #

ToHeaders DeleteAsset Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteAsset

Methods

toHeaders :: DeleteAsset -> [Header] #

ToPath DeleteAsset Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteAsset

ToQuery DeleteAsset Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteAsset

type Rep DeleteAsset Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteAsset

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

Defined in Amazonka.DataExchange.DeleteAsset

newDeleteAsset Source #

Create a value of DeleteAsset 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:revisionId:DeleteAsset', deleteAsset_revisionId - The unique identifier for a revision.

$sel:assetId:DeleteAsset', deleteAsset_assetId - The unique identifier for an asset.

$sel:dataSetId:DeleteAsset', deleteAsset_dataSetId - The unique identifier for a data set.

data DeleteAssetResponse Source #

See: newDeleteAssetResponse smart constructor.

Constructors

DeleteAssetResponse' 

Instances

Instances details
Eq DeleteAssetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteAsset

Read DeleteAssetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteAsset

Show DeleteAssetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteAsset

Generic DeleteAssetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteAsset

Associated Types

type Rep DeleteAssetResponse :: Type -> Type #

NFData DeleteAssetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteAsset

Methods

rnf :: DeleteAssetResponse -> () #

type Rep DeleteAssetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteAsset

type Rep DeleteAssetResponse = D1 ('MetaData "DeleteAssetResponse" "Amazonka.DataExchange.DeleteAsset" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "DeleteAssetResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteAssetResponse :: DeleteAssetResponse Source #

Create a value of DeleteAssetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

UpdateAsset

data UpdateAsset Source #

The request body for UpdateAsset.

See: newUpdateAsset smart constructor.

Instances

Instances details
Eq UpdateAsset Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateAsset

Read UpdateAsset Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateAsset

Show UpdateAsset Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateAsset

Generic UpdateAsset Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateAsset

Associated Types

type Rep UpdateAsset :: Type -> Type #

NFData UpdateAsset Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateAsset

Methods

rnf :: UpdateAsset -> () #

Hashable UpdateAsset Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateAsset

ToJSON UpdateAsset Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateAsset

AWSRequest UpdateAsset Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateAsset

Associated Types

type AWSResponse UpdateAsset #

ToHeaders UpdateAsset Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateAsset

Methods

toHeaders :: UpdateAsset -> [Header] #

ToPath UpdateAsset Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateAsset

ToQuery UpdateAsset Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateAsset

type Rep UpdateAsset Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateAsset

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

Defined in Amazonka.DataExchange.UpdateAsset

newUpdateAsset Source #

Create a value of UpdateAsset 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:revisionId:UpdateAsset', updateAsset_revisionId - The unique identifier for a revision.

$sel:assetId:UpdateAsset', updateAsset_assetId - The unique identifier for an asset.

$sel:dataSetId:UpdateAsset', updateAsset_dataSetId - The unique identifier for a data set.

$sel:name:UpdateAsset', updateAsset_name - The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key.

data UpdateAssetResponse Source #

See: newUpdateAssetResponse smart constructor.

Instances

Instances details
Eq UpdateAssetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateAsset

Read UpdateAssetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateAsset

Show UpdateAssetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateAsset

Generic UpdateAssetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateAsset

Associated Types

type Rep UpdateAssetResponse :: Type -> Type #

NFData UpdateAssetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateAsset

Methods

rnf :: UpdateAssetResponse -> () #

type Rep UpdateAssetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateAsset

newUpdateAssetResponse Source #

Create a value of UpdateAssetResponse 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:arn:UpdateAssetResponse', updateAssetResponse_arn - The ARN for the asset.

$sel:createdAt:UpdateAssetResponse', updateAssetResponse_createdAt - The date and time that the asset was created, in ISO 8601 format.

$sel:sourceId:UpdateAssetResponse', updateAssetResponse_sourceId - The asset ID of the owned asset corresponding to the entitled asset being viewed. This parameter is returned when an asset owner is viewing the entitled copy of its owned asset.

$sel:dataSetId:UpdateAsset', updateAssetResponse_dataSetId - The unique identifier for the data set associated with this asset.

$sel:name:UpdateAsset', updateAssetResponse_name - The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key.

$sel:assetDetails:UpdateAssetResponse', updateAssetResponse_assetDetails - Information about the asset.

$sel:id:UpdateAssetResponse', updateAssetResponse_id - The unique identifier for the asset.

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

$sel:updatedAt:UpdateAssetResponse', updateAssetResponse_updatedAt - The date and time that the asset was last updated, in ISO 8601 format.

$sel:revisionId:UpdateAsset', updateAssetResponse_revisionId - The unique identifier for the revision associated with this asset.

$sel:httpStatus:UpdateAssetResponse', updateAssetResponse_httpStatus - The response's http status code.

GetJob

data GetJob Source #

See: newGetJob smart constructor.

Constructors

GetJob' Text 

Instances

Instances details
Eq GetJob Source # 
Instance details

Defined in Amazonka.DataExchange.GetJob

Methods

(==) :: GetJob -> GetJob -> Bool #

(/=) :: GetJob -> GetJob -> Bool #

Read GetJob Source # 
Instance details

Defined in Amazonka.DataExchange.GetJob

Show GetJob Source # 
Instance details

Defined in Amazonka.DataExchange.GetJob

Generic GetJob Source # 
Instance details

Defined in Amazonka.DataExchange.GetJob

Associated Types

type Rep GetJob :: Type -> Type #

Methods

from :: GetJob -> Rep GetJob x #

to :: Rep GetJob x -> GetJob #

NFData GetJob Source # 
Instance details

Defined in Amazonka.DataExchange.GetJob

Methods

rnf :: GetJob -> () #

Hashable GetJob Source # 
Instance details

Defined in Amazonka.DataExchange.GetJob

Methods

hashWithSalt :: Int -> GetJob -> Int #

hash :: GetJob -> Int #

AWSRequest GetJob Source # 
Instance details

Defined in Amazonka.DataExchange.GetJob

Associated Types

type AWSResponse GetJob #

ToHeaders GetJob Source # 
Instance details

Defined in Amazonka.DataExchange.GetJob

Methods

toHeaders :: GetJob -> [Header] #

ToPath GetJob Source # 
Instance details

Defined in Amazonka.DataExchange.GetJob

Methods

toPath :: GetJob -> ByteString #

ToQuery GetJob Source # 
Instance details

Defined in Amazonka.DataExchange.GetJob

type Rep GetJob Source # 
Instance details

Defined in Amazonka.DataExchange.GetJob

type Rep GetJob = D1 ('MetaData "GetJob" "Amazonka.DataExchange.GetJob" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "GetJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetJob Source # 
Instance details

Defined in Amazonka.DataExchange.GetJob

newGetJob Source #

Create a value of GetJob 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:jobId:GetJob', getJob_jobId - The unique identifier for a job.

data GetJobResponse Source #

See: newGetJobResponse smart constructor.

Instances

Instances details
Eq GetJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetJob

Read GetJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetJob

Show GetJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetJob

Generic GetJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetJob

Associated Types

type Rep GetJobResponse :: Type -> Type #

NFData GetJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetJob

Methods

rnf :: GetJobResponse -> () #

type Rep GetJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetJob

newGetJobResponse Source #

Create a value of GetJobResponse 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:state:GetJobResponse', getJobResponse_state - The state of the job.

$sel:arn:GetJobResponse', getJobResponse_arn - The ARN for the job.

$sel:createdAt:GetJobResponse', getJobResponse_createdAt - The date and time that the job was created, in ISO 8601 format.

$sel:details:GetJobResponse', getJobResponse_details - Details about the job.

$sel:id:GetJobResponse', getJobResponse_id - The unique identifier for the job.

$sel:type':GetJobResponse', getJobResponse_type - The job type.

$sel:updatedAt:GetJobResponse', getJobResponse_updatedAt - The date and time that the job was last updated, in ISO 8601 format.

$sel:errors:GetJobResponse', getJobResponse_errors - The errors associated with jobs.

$sel:httpStatus:GetJobResponse', getJobResponse_httpStatus - The response's http status code.

GetDataSet

data GetDataSet Source #

See: newGetDataSet smart constructor.

Constructors

GetDataSet' Text 

Instances

Instances details
Eq GetDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

Read GetDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

Show GetDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

Generic GetDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

Associated Types

type Rep GetDataSet :: Type -> Type #

NFData GetDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

Methods

rnf :: GetDataSet -> () #

Hashable GetDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

AWSRequest GetDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

Associated Types

type AWSResponse GetDataSet #

ToHeaders GetDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

Methods

toHeaders :: GetDataSet -> [Header] #

ToPath GetDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

ToQuery GetDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

type Rep GetDataSet Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

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

Defined in Amazonka.DataExchange.GetDataSet

newGetDataSet Source #

Create a value of GetDataSet 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:dataSetId:GetDataSet', getDataSet_dataSetId - The unique identifier for a data set.

data GetDataSetResponse Source #

See: newGetDataSetResponse smart constructor.

Instances

Instances details
Eq GetDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

Read GetDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

Show GetDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

Generic GetDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

Associated Types

type Rep GetDataSetResponse :: Type -> Type #

NFData GetDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

Methods

rnf :: GetDataSetResponse -> () #

type Rep GetDataSetResponse Source # 
Instance details

Defined in Amazonka.DataExchange.GetDataSet

type Rep GetDataSetResponse = D1 ('MetaData "GetDataSetResponse" "Amazonka.DataExchange.GetDataSet" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "GetDataSetResponse'" '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 "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newGetDataSetResponse Source #

Create a value of GetDataSetResponse 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:GetDataSetResponse', getDataSetResponse_origin - A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).

$sel:arn:GetDataSetResponse', getDataSetResponse_arn - The ARN for the data set.

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

$sel:sourceId:GetDataSetResponse', getDataSetResponse_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:GetDataSetResponse', getDataSetResponse_originDetails - If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.

$sel:name:GetDataSetResponse', getDataSetResponse_name - The name of the data set.

$sel:id:GetDataSetResponse', getDataSetResponse_id - The unique identifier for the data set.

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

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

$sel:description:GetDataSetResponse', getDataSetResponse_description - The description for the data set.

$sel:tags:GetDataSetResponse', getDataSetResponse_tags - The tags for the data set.

$sel:httpStatus:GetDataSetResponse', getDataSetResponse_httpStatus - The response's http status code.

StartJob

data StartJob Source #

See: newStartJob smart constructor.

Constructors

StartJob' Text 

Instances

Instances details
Eq StartJob Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

Read StartJob Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

Show StartJob Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

Generic StartJob Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

Associated Types

type Rep StartJob :: Type -> Type #

Methods

from :: StartJob -> Rep StartJob x #

to :: Rep StartJob x -> StartJob #

NFData StartJob Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

Methods

rnf :: StartJob -> () #

Hashable StartJob Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

Methods

hashWithSalt :: Int -> StartJob -> Int #

hash :: StartJob -> Int #

ToJSON StartJob Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

AWSRequest StartJob Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

Associated Types

type AWSResponse StartJob #

ToHeaders StartJob Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

Methods

toHeaders :: StartJob -> [Header] #

ToPath StartJob Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

ToQuery StartJob Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

type Rep StartJob Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

type Rep StartJob = D1 ('MetaData "StartJob" "Amazonka.DataExchange.StartJob" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "StartJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StartJob Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

newStartJob Source #

Create a value of StartJob 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:jobId:StartJob', startJob_jobId - The unique identifier for a job.

data StartJobResponse Source #

See: newStartJobResponse smart constructor.

Constructors

StartJobResponse' Int 

Instances

Instances details
Eq StartJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

Read StartJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

Show StartJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

Generic StartJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

Associated Types

type Rep StartJobResponse :: Type -> Type #

NFData StartJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

Methods

rnf :: StartJobResponse -> () #

type Rep StartJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

type Rep StartJobResponse = D1 ('MetaData "StartJobResponse" "Amazonka.DataExchange.StartJob" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "StartJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartJobResponse Source #

Create a value of StartJobResponse 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:httpStatus:StartJobResponse', startJobResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

The request body for TagResource.

See: newTagResource smart constructor.

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.DataExchange.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.DataExchange.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.DataExchange.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.DataExchange.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.DataExchange.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.DataExchange.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.DataExchange.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.DataExchange.TagResource

Associated Types

type AWSResponse TagResource #

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.DataExchange.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.DataExchange.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.DataExchange.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.DataExchange.TagResource

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

Defined in Amazonka.DataExchange.TagResource

newTagResource Source #

Create a value of TagResource 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:resourceArn:TagResource', tagResource_resourceArn - An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.

$sel:tags:TagResource', tagResource_tags - A label that consists of a customer-defined key and an optional value.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Constructors

TagResourceResponse' 

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.DataExchange.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.DataExchange.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.DataExchange.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.DataExchange.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.DataExchange.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.DataExchange.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.DataExchange.TagResource" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newTagResourceResponse :: TagResourceResponse Source #

Create a value of TagResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

ListDataSetRevisions (Paginated)

data ListDataSetRevisions Source #

See: newListDataSetRevisions smart constructor.

Instances

Instances details
Eq ListDataSetRevisions Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSetRevisions

Read ListDataSetRevisions Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSetRevisions

Show ListDataSetRevisions Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSetRevisions

Generic ListDataSetRevisions Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSetRevisions

Associated Types

type Rep ListDataSetRevisions :: Type -> Type #

NFData ListDataSetRevisions Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSetRevisions

Methods

rnf :: ListDataSetRevisions -> () #

Hashable ListDataSetRevisions Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSetRevisions

AWSPager ListDataSetRevisions Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSetRevisions

AWSRequest ListDataSetRevisions Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSetRevisions

Associated Types

type AWSResponse ListDataSetRevisions #

ToHeaders ListDataSetRevisions Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSetRevisions

ToPath ListDataSetRevisions Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSetRevisions

ToQuery ListDataSetRevisions Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSetRevisions

type Rep ListDataSetRevisions Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSetRevisions

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

Defined in Amazonka.DataExchange.ListDataSetRevisions

newListDataSetRevisions Source #

Create a value of ListDataSetRevisions 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:nextToken:ListDataSetRevisions', listDataSetRevisions_nextToken - The token value retrieved from a previous call to access the next page of results.

$sel:maxResults:ListDataSetRevisions', listDataSetRevisions_maxResults - The maximum number of results returned by a single call.

$sel:dataSetId:ListDataSetRevisions', listDataSetRevisions_dataSetId - The unique identifier for a data set.

data ListDataSetRevisionsResponse Source #

See: newListDataSetRevisionsResponse smart constructor.

Instances

Instances details
Eq ListDataSetRevisionsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSetRevisions

Read ListDataSetRevisionsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSetRevisions

Show ListDataSetRevisionsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSetRevisions

Generic ListDataSetRevisionsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSetRevisions

Associated Types

type Rep ListDataSetRevisionsResponse :: Type -> Type #

NFData ListDataSetRevisionsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSetRevisions

type Rep ListDataSetRevisionsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSetRevisions

type Rep ListDataSetRevisionsResponse = D1 ('MetaData "ListDataSetRevisionsResponse" "Amazonka.DataExchange.ListDataSetRevisions" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ListDataSetRevisionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "revisions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RevisionEntry])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDataSetRevisionsResponse Source #

Create a value of ListDataSetRevisionsResponse 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:nextToken:ListDataSetRevisions', listDataSetRevisionsResponse_nextToken - The token value retrieved from a previous call to access the next page of results.

$sel:revisions:ListDataSetRevisionsResponse', listDataSetRevisionsResponse_revisions - The asset objects listed by the request.

$sel:httpStatus:ListDataSetRevisionsResponse', listDataSetRevisionsResponse_httpStatus - The response's http status code.

DeleteEventAction

data DeleteEventAction Source #

See: newDeleteEventAction smart constructor.

Constructors

DeleteEventAction' Text 

Instances

Instances details
Eq DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Read DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Show DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Generic DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Associated Types

type Rep DeleteEventAction :: Type -> Type #

NFData DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Methods

rnf :: DeleteEventAction -> () #

Hashable DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

AWSRequest DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Associated Types

type AWSResponse DeleteEventAction #

ToHeaders DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

ToPath DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

ToQuery DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

type Rep DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

type Rep DeleteEventAction = D1 ('MetaData "DeleteEventAction" "Amazonka.DataExchange.DeleteEventAction" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "DeleteEventAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventActionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

newDeleteEventAction Source #

Create a value of DeleteEventAction 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:eventActionId:DeleteEventAction', deleteEventAction_eventActionId - The unique identifier for the event action.

data DeleteEventActionResponse Source #

See: newDeleteEventActionResponse smart constructor.

Instances

Instances details
Eq DeleteEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Read DeleteEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Show DeleteEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Generic DeleteEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

Associated Types

type Rep DeleteEventActionResponse :: Type -> Type #

NFData DeleteEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

type Rep DeleteEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.DeleteEventAction

type Rep DeleteEventActionResponse = D1 ('MetaData "DeleteEventActionResponse" "Amazonka.DataExchange.DeleteEventAction" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "DeleteEventActionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteEventActionResponse :: DeleteEventActionResponse Source #

Create a value of DeleteEventActionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

UpdateEventAction

data UpdateEventAction Source #

The request body for UpdateEventAction.

See: newUpdateEventAction smart constructor.

Instances

Instances details
Eq UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Read UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Show UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Generic UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Associated Types

type Rep UpdateEventAction :: Type -> Type #

NFData UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Methods

rnf :: UpdateEventAction -> () #

Hashable UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

ToJSON UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

AWSRequest UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Associated Types

type AWSResponse UpdateEventAction #

ToHeaders UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

ToPath UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

ToQuery UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

type Rep UpdateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

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

Defined in Amazonka.DataExchange.UpdateEventAction

newUpdateEventAction Source #

Create a value of UpdateEventAction 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:action:UpdateEventAction', updateEventAction_action - What occurs after a certain event.

$sel:eventActionId:UpdateEventAction', updateEventAction_eventActionId - The unique identifier for the event action.

data UpdateEventActionResponse Source #

See: newUpdateEventActionResponse smart constructor.

Instances

Instances details
Eq UpdateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Read UpdateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Show UpdateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Generic UpdateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

Associated Types

type Rep UpdateEventActionResponse :: Type -> Type #

NFData UpdateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

type Rep UpdateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UpdateEventAction

type Rep UpdateEventActionResponse = D1 ('MetaData "UpdateEventActionResponse" "Amazonka.DataExchange.UpdateEventAction" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "UpdateEventActionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "event") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Event)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Action)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "updatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newUpdateEventActionResponse Source #

Create a value of UpdateEventActionResponse 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:event:UpdateEventActionResponse', updateEventActionResponse_event - What occurs to start an action.

$sel:arn:UpdateEventActionResponse', updateEventActionResponse_arn - The ARN for the event action.

$sel:createdAt:UpdateEventActionResponse', updateEventActionResponse_createdAt - The date and time that the event action was created, in ISO 8601 format.

$sel:action:UpdateEventAction', updateEventActionResponse_action - What occurs after a certain event.

$sel:id:UpdateEventActionResponse', updateEventActionResponse_id - The unique identifier for the event action.

$sel:updatedAt:UpdateEventActionResponse', updateEventActionResponse_updatedAt - The date and time that the event action was last updated, in ISO 8601 format.

$sel:httpStatus:UpdateEventActionResponse', updateEventActionResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' [Text] Text 

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.DataExchange.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.DataExchange.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.DataExchange.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.DataExchange.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.DataExchange.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.DataExchange.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.DataExchange.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.DataExchange.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.DataExchange.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.DataExchange.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.DataExchange.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.DataExchange.UntagResource" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.DataExchange.UntagResource

newUntagResource Source #

Create a value of UntagResource 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:tagKeys:UntagResource', untagResource_tagKeys - The key tags.

$sel:resourceArn:UntagResource', untagResource_resourceArn - An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DataExchange.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.DataExchange.UntagResource" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUntagResourceResponse :: UntagResourceResponse Source #

Create a value of UntagResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

ListDataSets (Paginated)

data ListDataSets Source #

See: newListDataSets smart constructor.

Instances

Instances details
Eq ListDataSets Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSets

Read ListDataSets Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSets

Show ListDataSets Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSets

Generic ListDataSets Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSets

Associated Types

type Rep ListDataSets :: Type -> Type #

NFData ListDataSets Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSets

Methods

rnf :: ListDataSets -> () #

Hashable ListDataSets Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSets

AWSPager ListDataSets Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSets

AWSRequest ListDataSets Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSets

Associated Types

type AWSResponse ListDataSets #

ToHeaders ListDataSets Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSets

ToPath ListDataSets Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSets

ToQuery ListDataSets Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSets

type Rep ListDataSets Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSets

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

Defined in Amazonka.DataExchange.ListDataSets

newListDataSets :: ListDataSets Source #

Create a value of ListDataSets 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:ListDataSets', listDataSets_origin - A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).

$sel:nextToken:ListDataSets', listDataSets_nextToken - The token value retrieved from a previous call to access the next page of results.

$sel:maxResults:ListDataSets', listDataSets_maxResults - The maximum number of results returned by a single call.

data ListDataSetsResponse Source #

See: newListDataSetsResponse smart constructor.

Instances

Instances details
Eq ListDataSetsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSets

Read ListDataSetsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSets

Show ListDataSetsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSets

Generic ListDataSetsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSets

Associated Types

type Rep ListDataSetsResponse :: Type -> Type #

NFData ListDataSetsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSets

Methods

rnf :: ListDataSetsResponse -> () #

type Rep ListDataSetsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListDataSets

type Rep ListDataSetsResponse = D1 ('MetaData "ListDataSetsResponse" "Amazonka.DataExchange.ListDataSets" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ListDataSetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dataSets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DataSetEntry])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDataSetsResponse Source #

Create a value of ListDataSetsResponse 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:nextToken:ListDataSets', listDataSetsResponse_nextToken - The token value retrieved from a previous call to access the next page of results.

$sel:dataSets:ListDataSetsResponse', listDataSetsResponse_dataSets - The data set objects listed by the request.

$sel:httpStatus:ListDataSetsResponse', listDataSetsResponse_httpStatus - The response's http status code.

CreateEventAction

data CreateEventAction Source #

The request body for CreateEventAction.

See: newCreateEventAction smart constructor.

Instances

Instances details
Eq CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Read CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Show CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Generic CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Associated Types

type Rep CreateEventAction :: Type -> Type #

NFData CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Methods

rnf :: CreateEventAction -> () #

Hashable CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

ToJSON CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

AWSRequest CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Associated Types

type AWSResponse CreateEventAction #

ToHeaders CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

ToPath CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

ToQuery CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

type Rep CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

type Rep CreateEventAction = D1 ('MetaData "CreateEventAction" "Amazonka.DataExchange.CreateEventAction" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "CreateEventAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Action) :*: S1 ('MetaSel ('Just "event") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Event)))
type AWSResponse CreateEventAction Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

newCreateEventAction Source #

Create a value of CreateEventAction 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:action:CreateEventAction', createEventAction_action - What occurs after a certain event.

$sel:event:CreateEventAction', createEventAction_event - What occurs to start an action.

data CreateEventActionResponse Source #

See: newCreateEventActionResponse smart constructor.

Instances

Instances details
Eq CreateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Read CreateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Show CreateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Generic CreateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

Associated Types

type Rep CreateEventActionResponse :: Type -> Type #

NFData CreateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

type Rep CreateEventActionResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateEventAction

type Rep CreateEventActionResponse = D1 ('MetaData "CreateEventActionResponse" "Amazonka.DataExchange.CreateEventAction" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "CreateEventActionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "event") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Event)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Action)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "updatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newCreateEventActionResponse Source #

Create a value of CreateEventActionResponse 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:event:CreateEventAction', createEventActionResponse_event - What occurs to start an action.

$sel:arn:CreateEventActionResponse', createEventActionResponse_arn - The ARN for the event action.

$sel:createdAt:CreateEventActionResponse', createEventActionResponse_createdAt - The date and time that the event action was created, in ISO 8601 format.

$sel:action:CreateEventAction', createEventActionResponse_action - What occurs after a certain event.

$sel:id:CreateEventActionResponse', createEventActionResponse_id - The unique identifier for the event action.

$sel:updatedAt:CreateEventActionResponse', createEventActionResponse_updatedAt - The date and time that the event action was last updated, in ISO 8601 format.

$sel:httpStatus:CreateEventActionResponse', createEventActionResponse_httpStatus - The response's http status code.

CancelJob

data CancelJob Source #

See: newCancelJob smart constructor.

Constructors

CancelJob' Text 

Instances

Instances details
Eq CancelJob Source # 
Instance details

Defined in Amazonka.DataExchange.CancelJob

Read CancelJob Source # 
Instance details

Defined in Amazonka.DataExchange.CancelJob

Show CancelJob Source # 
Instance details

Defined in Amazonka.DataExchange.CancelJob

Generic CancelJob Source # 
Instance details

Defined in Amazonka.DataExchange.CancelJob

Associated Types

type Rep CancelJob :: Type -> Type #

NFData CancelJob Source # 
Instance details

Defined in Amazonka.DataExchange.CancelJob

Methods

rnf :: CancelJob -> () #

Hashable CancelJob Source # 
Instance details

Defined in Amazonka.DataExchange.CancelJob

AWSRequest CancelJob Source # 
Instance details

Defined in Amazonka.DataExchange.CancelJob

Associated Types

type AWSResponse CancelJob #

ToHeaders CancelJob Source # 
Instance details

Defined in Amazonka.DataExchange.CancelJob

Methods

toHeaders :: CancelJob -> [Header] #

ToPath CancelJob Source # 
Instance details

Defined in Amazonka.DataExchange.CancelJob

ToQuery CancelJob Source # 
Instance details

Defined in Amazonka.DataExchange.CancelJob

type Rep CancelJob Source # 
Instance details

Defined in Amazonka.DataExchange.CancelJob

type Rep CancelJob = D1 ('MetaData "CancelJob" "Amazonka.DataExchange.CancelJob" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "CancelJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CancelJob Source # 
Instance details

Defined in Amazonka.DataExchange.CancelJob

newCancelJob Source #

Create a value of CancelJob 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:jobId:CancelJob', cancelJob_jobId - The unique identifier for a job.

data CancelJobResponse Source #

See: newCancelJobResponse smart constructor.

Constructors

CancelJobResponse' 

Instances

Instances details
Eq CancelJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CancelJob

Read CancelJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CancelJob

Show CancelJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CancelJob

Generic CancelJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CancelJob

Associated Types

type Rep CancelJobResponse :: Type -> Type #

NFData CancelJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CancelJob

Methods

rnf :: CancelJobResponse -> () #

type Rep CancelJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CancelJob

type Rep CancelJobResponse = D1 ('MetaData "CancelJobResponse" "Amazonka.DataExchange.CancelJob" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "CancelJobResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newCancelJobResponse :: CancelJobResponse Source #

Create a value of CancelJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

Types

AssetType

newtype AssetType Source #

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

Constructors

AssetType' 

Fields

Instances

Instances details
Eq AssetType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetType

Ord AssetType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetType

Read AssetType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetType

Show AssetType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetType

Generic AssetType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetType

Associated Types

type Rep AssetType :: Type -> Type #

NFData AssetType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetType

Methods

rnf :: AssetType -> () #

Hashable AssetType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetType

ToJSON AssetType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetType

ToJSONKey AssetType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetType

FromJSON AssetType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetType

FromJSONKey AssetType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetType

ToLog AssetType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetType

ToHeader AssetType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetType

ToQuery AssetType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetType

FromXML AssetType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetType

ToXML AssetType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetType

Methods

toXML :: AssetType -> XML #

ToByteString AssetType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetType

Methods

toBS :: AssetType -> ByteString #

FromText AssetType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetType

ToText AssetType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetType

Methods

toText :: AssetType -> Text #

type Rep AssetType Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetType

type Rep AssetType = D1 ('MetaData "AssetType" "Amazonka.DataExchange.Types.AssetType" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'True) (C1 ('MetaCons "AssetType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAssetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Code

newtype Code Source #

Constructors

Code' 

Fields

Instances

Instances details
Eq Code Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Code

Methods

(==) :: Code -> Code -> Bool #

(/=) :: Code -> Code -> Bool #

Ord Code Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Code

Methods

compare :: Code -> Code -> Ordering #

(<) :: Code -> Code -> Bool #

(<=) :: Code -> Code -> Bool #

(>) :: Code -> Code -> Bool #

(>=) :: Code -> Code -> Bool #

max :: Code -> Code -> Code #

min :: Code -> Code -> Code #

Read Code Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Code

Show Code Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Code

Methods

showsPrec :: Int -> Code -> ShowS #

show :: Code -> String #

showList :: [Code] -> ShowS #

Generic Code Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Code

Associated Types

type Rep Code :: Type -> Type #

Methods

from :: Code -> Rep Code x #

to :: Rep Code x -> Code #

NFData Code Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Code

Methods

rnf :: Code -> () #

Hashable Code Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Code

Methods

hashWithSalt :: Int -> Code -> Int #

hash :: Code -> Int #

ToJSON Code Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Code

ToJSONKey Code Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Code

FromJSON Code Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Code

FromJSONKey Code Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Code

ToLog Code Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Code

ToHeader Code Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Code

Methods

toHeader :: HeaderName -> Code -> [Header] #

ToQuery Code Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Code

Methods

toQuery :: Code -> QueryString #

FromXML Code Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Code

Methods

parseXML :: [Node] -> Either String Code #

ToXML Code Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Code

Methods

toXML :: Code -> XML #

ToByteString Code Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Code

Methods

toBS :: Code -> ByteString #

FromText Code Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Code

ToText Code Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Code

Methods

toText :: Code -> Text #

type Rep Code Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Code

type Rep Code = D1 ('MetaData "Code" "Amazonka.DataExchange.Types.Code" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'True) (C1 ('MetaCons "Code'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

JobErrorLimitName

newtype JobErrorLimitName Source #

The name of the limit that was reached.

Instances

Instances details
Eq JobErrorLimitName Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorLimitName

Ord JobErrorLimitName Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorLimitName

Read JobErrorLimitName Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorLimitName

Show JobErrorLimitName Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorLimitName

Generic JobErrorLimitName Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorLimitName

Associated Types

type Rep JobErrorLimitName :: Type -> Type #

NFData JobErrorLimitName Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorLimitName

Methods

rnf :: JobErrorLimitName -> () #

Hashable JobErrorLimitName Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorLimitName

ToJSON JobErrorLimitName Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorLimitName

ToJSONKey JobErrorLimitName Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorLimitName

FromJSON JobErrorLimitName Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorLimitName

FromJSONKey JobErrorLimitName Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorLimitName

ToLog JobErrorLimitName Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorLimitName

ToHeader JobErrorLimitName Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorLimitName

ToQuery JobErrorLimitName Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorLimitName

FromXML JobErrorLimitName Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorLimitName

ToXML JobErrorLimitName Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorLimitName

ToByteString JobErrorLimitName Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorLimitName

FromText JobErrorLimitName Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorLimitName

ToText JobErrorLimitName Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorLimitName

type Rep JobErrorLimitName Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorLimitName

type Rep JobErrorLimitName = D1 ('MetaData "JobErrorLimitName" "Amazonka.DataExchange.Types.JobErrorLimitName" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'True) (C1 ('MetaCons "JobErrorLimitName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromJobErrorLimitName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

JobErrorResourceTypes

newtype JobErrorResourceTypes Source #

The types of resource which the job error can apply to.

Instances

Instances details
Eq JobErrorResourceTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorResourceTypes

Ord JobErrorResourceTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorResourceTypes

Read JobErrorResourceTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorResourceTypes

Show JobErrorResourceTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorResourceTypes

Generic JobErrorResourceTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorResourceTypes

Associated Types

type Rep JobErrorResourceTypes :: Type -> Type #

NFData JobErrorResourceTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorResourceTypes

Methods

rnf :: JobErrorResourceTypes -> () #

Hashable JobErrorResourceTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorResourceTypes

ToJSON JobErrorResourceTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorResourceTypes

ToJSONKey JobErrorResourceTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorResourceTypes

FromJSON JobErrorResourceTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorResourceTypes

FromJSONKey JobErrorResourceTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorResourceTypes

ToLog JobErrorResourceTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorResourceTypes

ToHeader JobErrorResourceTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorResourceTypes

ToQuery JobErrorResourceTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorResourceTypes

FromXML JobErrorResourceTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorResourceTypes

ToXML JobErrorResourceTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorResourceTypes

ToByteString JobErrorResourceTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorResourceTypes

FromText JobErrorResourceTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorResourceTypes

ToText JobErrorResourceTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorResourceTypes

type Rep JobErrorResourceTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobErrorResourceTypes

type Rep JobErrorResourceTypes = D1 ('MetaData "JobErrorResourceTypes" "Amazonka.DataExchange.Types.JobErrorResourceTypes" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'True) (C1 ('MetaCons "JobErrorResourceTypes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromJobErrorResourceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Origin

newtype Origin Source #

A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers). When an owned data set is published in a product, AWS Data Exchange creates a copy of the data set. Subscribers can access that copy of the data set as an entitled data set.

Constructors

Origin' 

Fields

Bundled Patterns

pattern Origin_ENTITLED :: Origin 
pattern Origin_OWNED :: Origin 

Instances

Instances details
Eq Origin Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Origin

Methods

(==) :: Origin -> Origin -> Bool #

(/=) :: Origin -> Origin -> Bool #

Ord Origin Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Origin

Read Origin Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Origin

Show Origin Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Origin

Generic Origin Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Origin

Associated Types

type Rep Origin :: Type -> Type #

Methods

from :: Origin -> Rep Origin x #

to :: Rep Origin x -> Origin #

NFData Origin Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Origin

Methods

rnf :: Origin -> () #

Hashable Origin Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Origin

Methods

hashWithSalt :: Int -> Origin -> Int #

hash :: Origin -> Int #

ToJSON Origin Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Origin

ToJSONKey Origin Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Origin

FromJSON Origin Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Origin

FromJSONKey Origin Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Origin

ToLog Origin Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Origin

ToHeader Origin Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Origin

Methods

toHeader :: HeaderName -> Origin -> [Header] #

ToQuery Origin Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Origin

FromXML Origin Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Origin

ToXML Origin Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Origin

Methods

toXML :: Origin -> XML #

ToByteString Origin Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Origin

Methods

toBS :: Origin -> ByteString #

FromText Origin Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Origin

ToText Origin Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Origin

Methods

toText :: Origin -> Text #

type Rep Origin Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Origin

type Rep Origin = D1 ('MetaData "Origin" "Amazonka.DataExchange.Types.Origin" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'True) (C1 ('MetaCons "Origin'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrigin") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ServerSideEncryptionTypes

newtype ServerSideEncryptionTypes Source #

The types of encryption supported in export jobs to Amazon S3.

Instances

Instances details
Eq ServerSideEncryptionTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ServerSideEncryptionTypes

Ord ServerSideEncryptionTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ServerSideEncryptionTypes

Read ServerSideEncryptionTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ServerSideEncryptionTypes

Show ServerSideEncryptionTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ServerSideEncryptionTypes

Generic ServerSideEncryptionTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ServerSideEncryptionTypes

Associated Types

type Rep ServerSideEncryptionTypes :: Type -> Type #

NFData ServerSideEncryptionTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ServerSideEncryptionTypes

Hashable ServerSideEncryptionTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ServerSideEncryptionTypes

ToJSON ServerSideEncryptionTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ServerSideEncryptionTypes

ToJSONKey ServerSideEncryptionTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ServerSideEncryptionTypes

FromJSON ServerSideEncryptionTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ServerSideEncryptionTypes

FromJSONKey ServerSideEncryptionTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ServerSideEncryptionTypes

ToLog ServerSideEncryptionTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ServerSideEncryptionTypes

ToHeader ServerSideEncryptionTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ServerSideEncryptionTypes

ToQuery ServerSideEncryptionTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ServerSideEncryptionTypes

FromXML ServerSideEncryptionTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ServerSideEncryptionTypes

ToXML ServerSideEncryptionTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ServerSideEncryptionTypes

ToByteString ServerSideEncryptionTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ServerSideEncryptionTypes

FromText ServerSideEncryptionTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ServerSideEncryptionTypes

ToText ServerSideEncryptionTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ServerSideEncryptionTypes

type Rep ServerSideEncryptionTypes Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ServerSideEncryptionTypes

type Rep ServerSideEncryptionTypes = D1 ('MetaData "ServerSideEncryptionTypes" "Amazonka.DataExchange.Types.ServerSideEncryptionTypes" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'True) (C1 ('MetaCons "ServerSideEncryptionTypes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromServerSideEncryptionTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

State

newtype State Source #

Constructors

State' 

Fields

Bundled Patterns

pattern State_CANCELLED :: State 
pattern State_COMPLETED :: State 
pattern State_ERROR :: State 
pattern State_IN_PROGRESS :: State 
pattern State_TIMED_OUT :: State 
pattern State_WAITING :: State 

Instances

Instances details
Eq State Source # 
Instance details

Defined in Amazonka.DataExchange.Types.State

Methods

(==) :: State -> State -> Bool #

(/=) :: State -> State -> Bool #

Ord State Source # 
Instance details

Defined in Amazonka.DataExchange.Types.State

Methods

compare :: State -> State -> Ordering #

(<) :: State -> State -> Bool #

(<=) :: State -> State -> Bool #

(>) :: State -> State -> Bool #

(>=) :: State -> State -> Bool #

max :: State -> State -> State #

min :: State -> State -> State #

Read State Source # 
Instance details

Defined in Amazonka.DataExchange.Types.State

Show State Source # 
Instance details

Defined in Amazonka.DataExchange.Types.State

Methods

showsPrec :: Int -> State -> ShowS #

show :: State -> String #

showList :: [State] -> ShowS #

Generic State Source # 
Instance details

Defined in Amazonka.DataExchange.Types.State

Associated Types

type Rep State :: Type -> Type #

Methods

from :: State -> Rep State x #

to :: Rep State x -> State #

NFData State Source # 
Instance details

Defined in Amazonka.DataExchange.Types.State

Methods

rnf :: State -> () #

Hashable State Source # 
Instance details

Defined in Amazonka.DataExchange.Types.State

Methods

hashWithSalt :: Int -> State -> Int #

hash :: State -> Int #

ToJSON State Source # 
Instance details

Defined in Amazonka.DataExchange.Types.State

ToJSONKey State Source # 
Instance details

Defined in Amazonka.DataExchange.Types.State

FromJSON State Source # 
Instance details

Defined in Amazonka.DataExchange.Types.State

FromJSONKey State Source # 
Instance details

Defined in Amazonka.DataExchange.Types.State

ToLog State Source # 
Instance details

Defined in Amazonka.DataExchange.Types.State

ToHeader State Source # 
Instance details

Defined in Amazonka.DataExchange.Types.State

Methods

toHeader :: HeaderName -> State -> [Header] #

ToQuery State Source # 
Instance details

Defined in Amazonka.DataExchange.Types.State

Methods

toQuery :: State -> QueryString #

FromXML State Source # 
Instance details

Defined in Amazonka.DataExchange.Types.State

Methods

parseXML :: [Node] -> Either String State #

ToXML State Source # 
Instance details

Defined in Amazonka.DataExchange.Types.State

Methods

toXML :: State -> XML #

ToByteString State Source # 
Instance details

Defined in Amazonka.DataExchange.Types.State

Methods

toBS :: State -> ByteString #

FromText State Source # 
Instance details

Defined in Amazonka.DataExchange.Types.State

ToText State Source # 
Instance details

Defined in Amazonka.DataExchange.Types.State

Methods

toText :: State -> Text #

type Rep State Source # 
Instance details

Defined in Amazonka.DataExchange.Types.State

type Rep State = D1 ('MetaData "State" "Amazonka.DataExchange.Types.State" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'True) (C1 ('MetaCons "State'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Type

newtype Type Source #

Constructors

Type' 

Fields

Instances

Instances details
Eq Type Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Type

Methods

(==) :: Type -> Type -> Bool #

(/=) :: Type -> Type -> Bool #

Ord Type Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Type

Methods

compare :: Type -> Type -> Ordering #

(<) :: Type -> Type -> Bool #

(<=) :: Type -> Type -> Bool #

(>) :: Type -> Type -> Bool #

(>=) :: Type -> Type -> Bool #

max :: Type -> Type -> Type #

min :: Type -> Type -> Type #

Read Type Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Type

Show Type Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Type

Methods

showsPrec :: Int -> Type -> ShowS #

show :: Type -> String #

showList :: [Type] -> ShowS #

Generic Type Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Type

Associated Types

type Rep Type :: Type -> Type #

Methods

from :: Type -> Rep Type x #

to :: Rep Type x -> Type #

NFData Type Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Type

Methods

rnf :: Type -> () #

Hashable Type Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Type

Methods

hashWithSalt :: Int -> Type -> Int #

hash :: Type -> Int #

ToJSON Type Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Type

ToJSONKey Type Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Type

FromJSON Type Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Type

FromJSONKey Type Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Type

ToLog Type Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Type

ToHeader Type Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Type

Methods

toHeader :: HeaderName -> Type -> [Header] #

ToQuery Type Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Type

Methods

toQuery :: Type -> QueryString #

FromXML Type Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Type

Methods

parseXML :: [Node] -> Either String Type #

ToXML Type Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Type

Methods

toXML :: Type -> XML #

ToByteString Type Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Type

Methods

toBS :: Type -> ByteString #

FromText Type Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Type

ToText Type Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Type

Methods

toText :: Type -> Text #

type Rep Type Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Type

type Rep Type = D1 ('MetaData "Type" "Amazonka.DataExchange.Types.Type" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'True) (C1 ('MetaCons "Type'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Action

data Action Source #

What occurs after a certain event.

See: newAction smart constructor.

Instances

Instances details
Eq Action Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Action

Methods

(==) :: Action -> Action -> Bool #

(/=) :: Action -> Action -> Bool #

Read Action Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Action

Show Action Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Action

Generic Action Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Action

Associated Types

type Rep Action :: Type -> Type #

Methods

from :: Action -> Rep Action x #

to :: Rep Action x -> Action #

NFData Action Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Action

Methods

rnf :: Action -> () #

Hashable Action Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Action

Methods

hashWithSalt :: Int -> Action -> Int #

hash :: Action -> Int #

ToJSON Action Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Action

FromJSON Action Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Action

type Rep Action Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Action

type Rep Action = D1 ('MetaData "Action" "Amazonka.DataExchange.Types.Action" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "Action'" 'PrefixI 'True) (S1 ('MetaSel ('Just "exportRevisionToS3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoExportRevisionToS3RequestDetails))))

newAction :: Action Source #

Create a value of Action 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:exportRevisionToS3:Action', action_exportRevisionToS3 - Details for the export revision to Amazon S3 action.

AssetDestinationEntry

data AssetDestinationEntry Source #

The destination for the asset.

See: newAssetDestinationEntry smart constructor.

Instances

Instances details
Eq AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

Read AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

Show AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

Generic AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

Associated Types

type Rep AssetDestinationEntry :: Type -> Type #

NFData AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

Methods

rnf :: AssetDestinationEntry -> () #

Hashable AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

ToJSON AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

FromJSON AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

type Rep AssetDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDestinationEntry

type Rep AssetDestinationEntry = D1 ('MetaData "AssetDestinationEntry" "Amazonka.DataExchange.Types.AssetDestinationEntry" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "AssetDestinationEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "assetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAssetDestinationEntry Source #

Create a value of AssetDestinationEntry 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:key:AssetDestinationEntry', assetDestinationEntry_key - The name of the object in Amazon S3 for the asset.

$sel:bucket:AssetDestinationEntry', assetDestinationEntry_bucket - The S3 bucket that is the destination for the asset.

$sel:assetId:AssetDestinationEntry', assetDestinationEntry_assetId - The unique identifier for the asset.

AssetDetails

data AssetDetails Source #

Information about the asset.

See: newAssetDetails smart constructor.

Instances

Instances details
Eq AssetDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDetails

Read AssetDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDetails

Show AssetDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDetails

Generic AssetDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDetails

Associated Types

type Rep AssetDetails :: Type -> Type #

NFData AssetDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDetails

Methods

rnf :: AssetDetails -> () #

Hashable AssetDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDetails

FromJSON AssetDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDetails

type Rep AssetDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetDetails

type Rep AssetDetails = D1 ('MetaData "AssetDetails" "Amazonka.DataExchange.Types.AssetDetails" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "AssetDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3SnapshotAsset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3SnapshotAsset)) :*: S1 ('MetaSel ('Just "redshiftDataShareAsset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftDataShareAsset))))

newAssetDetails :: AssetDetails Source #

Create a value of AssetDetails 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:s3SnapshotAsset:AssetDetails', assetDetails_s3SnapshotAsset - The S3 object that is the asset.

$sel:redshiftDataShareAsset:AssetDetails', assetDetails_redshiftDataShareAsset - The Amazon Redshift datashare that is the asset.

AssetEntry

data AssetEntry Source #

An asset in AWS Data Exchange is a piece of data. The asset can be a structured data file, an image file, or some other data file that can be stored as an S3 object, or an Amazon Redshift datashare (Preview). When you create an import job for your files, you create an asset in AWS Data Exchange for each of those files.

See: newAssetEntry smart constructor.

Instances

Instances details
Eq AssetEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetEntry

Read AssetEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetEntry

Show AssetEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetEntry

Generic AssetEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetEntry

Associated Types

type Rep AssetEntry :: Type -> Type #

NFData AssetEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetEntry

Methods

rnf :: AssetEntry -> () #

Hashable AssetEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetEntry

FromJSON AssetEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetEntry

type Rep AssetEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetEntry

newAssetEntry Source #

Create a value of AssetEntry 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:sourceId:AssetEntry', assetEntry_sourceId - The asset ID of the owned asset corresponding to the entitled asset being viewed. This parameter is returned when an asset owner is viewing the entitled copy of its owned asset.

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

$sel:createdAt:AssetEntry', assetEntry_createdAt - The date and time that the asset was created, in ISO 8601 format.

$sel:dataSetId:AssetEntry', assetEntry_dataSetId - The unique identifier for the data set associated with this asset.

$sel:id:AssetEntry', assetEntry_id - The unique identifier for the asset.

$sel:arn:AssetEntry', assetEntry_arn - The ARN for the asset.

$sel:assetDetails:AssetEntry', assetEntry_assetDetails - Information about the asset.

$sel:updatedAt:AssetEntry', assetEntry_updatedAt - The date and time that the asset was last updated, in ISO 8601 format.

$sel:revisionId:AssetEntry', assetEntry_revisionId - The unique identifier for the revision associated with this asset.

$sel:name:AssetEntry', assetEntry_name - The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key.

AssetSourceEntry

data AssetSourceEntry Source #

The source of the assets.

See: newAssetSourceEntry smart constructor.

Instances

Instances details
Eq AssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetSourceEntry

Read AssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetSourceEntry

Show AssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetSourceEntry

Generic AssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetSourceEntry

Associated Types

type Rep AssetSourceEntry :: Type -> Type #

NFData AssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetSourceEntry

Methods

rnf :: AssetSourceEntry -> () #

Hashable AssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetSourceEntry

ToJSON AssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetSourceEntry

FromJSON AssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetSourceEntry

type Rep AssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AssetSourceEntry

type Rep AssetSourceEntry = D1 ('MetaData "AssetSourceEntry" "Amazonka.DataExchange.Types.AssetSourceEntry" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "AssetSourceEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAssetSourceEntry Source #

Create a value of AssetSourceEntry 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:bucket:AssetSourceEntry', assetSourceEntry_bucket - The S3 bucket that's part of the source of the asset.

$sel:key:AssetSourceEntry', assetSourceEntry_key - The name of the object in Amazon S3 for the asset.

AutoExportRevisionDestinationEntry

data AutoExportRevisionDestinationEntry Source #

A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.

See: newAutoExportRevisionDestinationEntry smart constructor.

Instances

Instances details
Eq AutoExportRevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionDestinationEntry

Read AutoExportRevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionDestinationEntry

Show AutoExportRevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionDestinationEntry

Generic AutoExportRevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionDestinationEntry

Associated Types

type Rep AutoExportRevisionDestinationEntry :: Type -> Type #

NFData AutoExportRevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionDestinationEntry

Hashable AutoExportRevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionDestinationEntry

ToJSON AutoExportRevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionDestinationEntry

FromJSON AutoExportRevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionDestinationEntry

type Rep AutoExportRevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionDestinationEntry

type Rep AutoExportRevisionDestinationEntry = D1 ('MetaData "AutoExportRevisionDestinationEntry" "Amazonka.DataExchange.Types.AutoExportRevisionDestinationEntry" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "AutoExportRevisionDestinationEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyPattern") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAutoExportRevisionDestinationEntry Source #

Create a value of AutoExportRevisionDestinationEntry 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:keyPattern:AutoExportRevisionDestinationEntry', autoExportRevisionDestinationEntry_keyPattern - A string representing the pattern for generated names of the individual assets in the revision. For more information about key patterns, see Key patterns when exporting revisions.

$sel:bucket:AutoExportRevisionDestinationEntry', autoExportRevisionDestinationEntry_bucket - The S3 bucket that is the destination for the event action.

AutoExportRevisionToS3RequestDetails

data AutoExportRevisionToS3RequestDetails Source #

Details of the operation to be performed by the job.

See: newAutoExportRevisionToS3RequestDetails smart constructor.

Instances

Instances details
Eq AutoExportRevisionToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionToS3RequestDetails

Read AutoExportRevisionToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionToS3RequestDetails

Show AutoExportRevisionToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionToS3RequestDetails

Generic AutoExportRevisionToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionToS3RequestDetails

NFData AutoExportRevisionToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionToS3RequestDetails

Hashable AutoExportRevisionToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionToS3RequestDetails

ToJSON AutoExportRevisionToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionToS3RequestDetails

FromJSON AutoExportRevisionToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionToS3RequestDetails

type Rep AutoExportRevisionToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.AutoExportRevisionToS3RequestDetails

type Rep AutoExportRevisionToS3RequestDetails = D1 ('MetaData "AutoExportRevisionToS3RequestDetails" "Amazonka.DataExchange.Types.AutoExportRevisionToS3RequestDetails" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "AutoExportRevisionToS3RequestDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "encryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExportServerSideEncryption)) :*: S1 ('MetaSel ('Just "revisionDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoExportRevisionDestinationEntry)))

newAutoExportRevisionToS3RequestDetails Source #

Create a value of AutoExportRevisionToS3RequestDetails 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:encryption:AutoExportRevisionToS3RequestDetails', autoExportRevisionToS3RequestDetails_encryption - Encryption configuration for the auto export job.

$sel:revisionDestination:AutoExportRevisionToS3RequestDetails', autoExportRevisionToS3RequestDetails_revisionDestination - A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.

DataSetEntry

data DataSetEntry Source #

A data set is an AWS resource with one or more revisions.

See: newDataSetEntry smart constructor.

Instances

Instances details
Eq DataSetEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.DataSetEntry

Read DataSetEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.DataSetEntry

Show DataSetEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.DataSetEntry

Generic DataSetEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.DataSetEntry

Associated Types

type Rep DataSetEntry :: Type -> Type #

NFData DataSetEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.DataSetEntry

Methods

rnf :: DataSetEntry -> () #

Hashable DataSetEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.DataSetEntry

FromJSON DataSetEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.DataSetEntry

type Rep DataSetEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.DataSetEntry

newDataSetEntry Source #

Create a value of DataSetEntry 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:sourceId:DataSetEntry', dataSetEntry_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:DataSetEntry', dataSetEntry_originDetails - If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.

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

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

$sel:description:DataSetEntry', dataSetEntry_description - The description for the data set.

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

$sel:id:DataSetEntry', dataSetEntry_id - The unique identifier for the data set.

$sel:arn:DataSetEntry', dataSetEntry_arn - The ARN for the data set.

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

$sel:name:DataSetEntry', dataSetEntry_name - The name of the data set.

Details

data Details Source #

Information about the job error.

See: newDetails smart constructor.

Instances

Instances details
Eq Details Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Details

Methods

(==) :: Details -> Details -> Bool #

(/=) :: Details -> Details -> Bool #

Read Details Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Details

Show Details Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Details

Generic Details Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Details

Associated Types

type Rep Details :: Type -> Type #

Methods

from :: Details -> Rep Details x #

to :: Rep Details x -> Details #

NFData Details Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Details

Methods

rnf :: Details -> () #

Hashable Details Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Details

Methods

hashWithSalt :: Int -> Details -> Int #

hash :: Details -> Int #

FromJSON Details Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Details

type Rep Details Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Details

type Rep Details = D1 ('MetaData "Details" "Amazonka.DataExchange.Types.Details" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "Details'" 'PrefixI 'True) (S1 ('MetaSel ('Just "importAssetFromSignedUrlJobErrorDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImportAssetFromSignedUrlJobErrorDetails)) :*: S1 ('MetaSel ('Just "importAssetsFromS3JobErrorDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AssetSourceEntry]))))

newDetails :: Details Source #

Create a value of Details 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:importAssetFromSignedUrlJobErrorDetails:Details', details_importAssetFromSignedUrlJobErrorDetails - Information about the job error.

$sel:importAssetsFromS3JobErrorDetails:Details', details_importAssetsFromS3JobErrorDetails - Information about the job error.

Event

data Event Source #

What occurs to start an action.

See: newEvent smart constructor.

Instances

Instances details
Eq Event Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Event

Methods

(==) :: Event -> Event -> Bool #

(/=) :: Event -> Event -> Bool #

Read Event Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Event

Show Event Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Event

Methods

showsPrec :: Int -> Event -> ShowS #

show :: Event -> String #

showList :: [Event] -> ShowS #

Generic Event Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Event

Associated Types

type Rep Event :: Type -> Type #

Methods

from :: Event -> Rep Event x #

to :: Rep Event x -> Event #

NFData Event Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Event

Methods

rnf :: Event -> () #

Hashable Event Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Event

Methods

hashWithSalt :: Int -> Event -> Int #

hash :: Event -> Int #

ToJSON Event Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Event

FromJSON Event Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Event

type Rep Event Source # 
Instance details

Defined in Amazonka.DataExchange.Types.Event

type Rep Event = D1 ('MetaData "Event" "Amazonka.DataExchange.Types.Event" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "Event'" 'PrefixI 'True) (S1 ('MetaSel ('Just "revisionPublished") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RevisionPublished))))

newEvent :: Event Source #

Create a value of Event 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:revisionPublished:Event', event_revisionPublished - What occurs to start the revision publish action.

EventActionEntry

data EventActionEntry Source #

An event action is an object that defines the relationship between a specific event and an automated action that will be taken on behalf of the customer.

See: newEventActionEntry smart constructor.

Instances

Instances details
Eq EventActionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.EventActionEntry

Read EventActionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.EventActionEntry

Show EventActionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.EventActionEntry

Generic EventActionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.EventActionEntry

Associated Types

type Rep EventActionEntry :: Type -> Type #

NFData EventActionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.EventActionEntry

Methods

rnf :: EventActionEntry -> () #

Hashable EventActionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.EventActionEntry

FromJSON EventActionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.EventActionEntry

type Rep EventActionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.EventActionEntry

type Rep EventActionEntry = D1 ('MetaData "EventActionEntry" "Amazonka.DataExchange.Types.EventActionEntry" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "EventActionEntry'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Action) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "event") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Event))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "updatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newEventActionEntry Source #

Create a value of EventActionEntry 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:action:EventActionEntry', eventActionEntry_action - What occurs after a certain event.

$sel:createdAt:EventActionEntry', eventActionEntry_createdAt - The date and time that the event action was created, in ISO 8601 format.

$sel:event:EventActionEntry', eventActionEntry_event - What occurs to start an action.

$sel:id:EventActionEntry', eventActionEntry_id - The unique identifier for the event action.

$sel:arn:EventActionEntry', eventActionEntry_arn - The Amazon Resource Name (ARN) for the event action.

$sel:updatedAt:EventActionEntry', eventActionEntry_updatedAt - The date and time that the event action was last updated, in ISO 8601 format.

ExportAssetToSignedUrlRequestDetails

data ExportAssetToSignedUrlRequestDetails Source #

Details of the operation to be performed by the job.

See: newExportAssetToSignedUrlRequestDetails smart constructor.

Instances

Instances details
Eq ExportAssetToSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlRequestDetails

Read ExportAssetToSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlRequestDetails

Show ExportAssetToSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlRequestDetails

Generic ExportAssetToSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlRequestDetails

NFData ExportAssetToSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlRequestDetails

Hashable ExportAssetToSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlRequestDetails

ToJSON ExportAssetToSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlRequestDetails

type Rep ExportAssetToSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlRequestDetails

type Rep ExportAssetToSignedUrlRequestDetails = D1 ('MetaData "ExportAssetToSignedUrlRequestDetails" "Amazonka.DataExchange.Types.ExportAssetToSignedUrlRequestDetails" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ExportAssetToSignedUrlRequestDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "assetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newExportAssetToSignedUrlRequestDetails Source #

Create a value of ExportAssetToSignedUrlRequestDetails 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:dataSetId:ExportAssetToSignedUrlRequestDetails', exportAssetToSignedUrlRequestDetails_dataSetId - The unique identifier for the data set associated with this export job.

$sel:assetId:ExportAssetToSignedUrlRequestDetails', exportAssetToSignedUrlRequestDetails_assetId - The unique identifier for the asset that is exported to a signed URL.

$sel:revisionId:ExportAssetToSignedUrlRequestDetails', exportAssetToSignedUrlRequestDetails_revisionId - The unique identifier for the revision associated with this export request.

ExportAssetToSignedUrlResponseDetails

data ExportAssetToSignedUrlResponseDetails Source #

The details of the export to signed URL response.

See: newExportAssetToSignedUrlResponseDetails smart constructor.

Instances

Instances details
Eq ExportAssetToSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlResponseDetails

Read ExportAssetToSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlResponseDetails

Show ExportAssetToSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlResponseDetails

Generic ExportAssetToSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlResponseDetails

NFData ExportAssetToSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlResponseDetails

Hashable ExportAssetToSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlResponseDetails

FromJSON ExportAssetToSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlResponseDetails

type Rep ExportAssetToSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlResponseDetails

type Rep ExportAssetToSignedUrlResponseDetails = D1 ('MetaData "ExportAssetToSignedUrlResponseDetails" "Amazonka.DataExchange.Types.ExportAssetToSignedUrlResponseDetails" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ExportAssetToSignedUrlResponseDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "signedUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "signedUrlExpiresAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "assetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newExportAssetToSignedUrlResponseDetails Source #

Create a value of ExportAssetToSignedUrlResponseDetails 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:signedUrl:ExportAssetToSignedUrlResponseDetails', exportAssetToSignedUrlResponseDetails_signedUrl - The signed URL for the export request.

$sel:signedUrlExpiresAt:ExportAssetToSignedUrlResponseDetails', exportAssetToSignedUrlResponseDetails_signedUrlExpiresAt - The date and time that the signed URL expires, in ISO 8601 format.

$sel:dataSetId:ExportAssetToSignedUrlResponseDetails', exportAssetToSignedUrlResponseDetails_dataSetId - The unique identifier for the data set associated with this export job.

$sel:assetId:ExportAssetToSignedUrlResponseDetails', exportAssetToSignedUrlResponseDetails_assetId - The unique identifier for the asset associated with this export job.

$sel:revisionId:ExportAssetToSignedUrlResponseDetails', exportAssetToSignedUrlResponseDetails_revisionId - The unique identifier for the revision associated with this export response.

ExportAssetsToS3RequestDetails

data ExportAssetsToS3RequestDetails Source #

Details of the operation to be performed by the job.

See: newExportAssetsToS3RequestDetails smart constructor.

Instances

Instances details
Eq ExportAssetsToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3RequestDetails

Read ExportAssetsToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3RequestDetails

Show ExportAssetsToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3RequestDetails

Generic ExportAssetsToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3RequestDetails

Associated Types

type Rep ExportAssetsToS3RequestDetails :: Type -> Type #

NFData ExportAssetsToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3RequestDetails

Hashable ExportAssetsToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3RequestDetails

ToJSON ExportAssetsToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3RequestDetails

type Rep ExportAssetsToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3RequestDetails

type Rep ExportAssetsToS3RequestDetails = D1 ('MetaData "ExportAssetsToS3RequestDetails" "Amazonka.DataExchange.Types.ExportAssetsToS3RequestDetails" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ExportAssetsToS3RequestDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "encryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExportServerSideEncryption)) :*: S1 ('MetaSel ('Just "assetDestinations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AssetDestinationEntry])) :*: (S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newExportAssetsToS3RequestDetails Source #

Create a value of ExportAssetsToS3RequestDetails 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:encryption:ExportAssetsToS3RequestDetails', exportAssetsToS3RequestDetails_encryption - Encryption configuration for the export job.

$sel:assetDestinations:ExportAssetsToS3RequestDetails', exportAssetsToS3RequestDetails_assetDestinations - The destination for the asset.

$sel:dataSetId:ExportAssetsToS3RequestDetails', exportAssetsToS3RequestDetails_dataSetId - The unique identifier for the data set associated with this export job.

$sel:revisionId:ExportAssetsToS3RequestDetails', exportAssetsToS3RequestDetails_revisionId - The unique identifier for the revision associated with this export request.

ExportAssetsToS3ResponseDetails

data ExportAssetsToS3ResponseDetails Source #

Details about the export to Amazon S3 response.

See: newExportAssetsToS3ResponseDetails smart constructor.

Instances

Instances details
Eq ExportAssetsToS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3ResponseDetails

Read ExportAssetsToS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3ResponseDetails

Show ExportAssetsToS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3ResponseDetails

Generic ExportAssetsToS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3ResponseDetails

Associated Types

type Rep ExportAssetsToS3ResponseDetails :: Type -> Type #

NFData ExportAssetsToS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3ResponseDetails

Hashable ExportAssetsToS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3ResponseDetails

FromJSON ExportAssetsToS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3ResponseDetails

type Rep ExportAssetsToS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3ResponseDetails

type Rep ExportAssetsToS3ResponseDetails = D1 ('MetaData "ExportAssetsToS3ResponseDetails" "Amazonka.DataExchange.Types.ExportAssetsToS3ResponseDetails" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ExportAssetsToS3ResponseDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "encryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExportServerSideEncryption)) :*: S1 ('MetaSel ('Just "assetDestinations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AssetDestinationEntry])) :*: (S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newExportAssetsToS3ResponseDetails Source #

Create a value of ExportAssetsToS3ResponseDetails 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:encryption:ExportAssetsToS3ResponseDetails', exportAssetsToS3ResponseDetails_encryption - Encryption configuration of the export job.

$sel:assetDestinations:ExportAssetsToS3ResponseDetails', exportAssetsToS3ResponseDetails_assetDestinations - The destination in Amazon S3 where the asset is exported.

$sel:dataSetId:ExportAssetsToS3ResponseDetails', exportAssetsToS3ResponseDetails_dataSetId - The unique identifier for the data set associated with this export job.

$sel:revisionId:ExportAssetsToS3ResponseDetails', exportAssetsToS3ResponseDetails_revisionId - The unique identifier for the revision associated with this export response.

ExportRevisionsToS3RequestDetails

data ExportRevisionsToS3RequestDetails Source #

Details of the operation to be performed by the job.

See: newExportRevisionsToS3RequestDetails smart constructor.

Instances

Instances details
Eq ExportRevisionsToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportRevisionsToS3RequestDetails

Read ExportRevisionsToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportRevisionsToS3RequestDetails

Show ExportRevisionsToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportRevisionsToS3RequestDetails

Generic ExportRevisionsToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportRevisionsToS3RequestDetails

Associated Types

type Rep ExportRevisionsToS3RequestDetails :: Type -> Type #

NFData ExportRevisionsToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportRevisionsToS3RequestDetails

Hashable ExportRevisionsToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportRevisionsToS3RequestDetails

ToJSON ExportRevisionsToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportRevisionsToS3RequestDetails

type Rep ExportRevisionsToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportRevisionsToS3RequestDetails

type Rep ExportRevisionsToS3RequestDetails = D1 ('MetaData "ExportRevisionsToS3RequestDetails" "Amazonka.DataExchange.Types.ExportRevisionsToS3RequestDetails" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ExportRevisionsToS3RequestDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "encryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExportServerSideEncryption)) :*: (S1 ('MetaSel ('Just "revisionDestinations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [RevisionDestinationEntry]) :*: S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newExportRevisionsToS3RequestDetails Source #

Create a value of ExportRevisionsToS3RequestDetails 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:encryption:ExportRevisionsToS3RequestDetails', exportRevisionsToS3RequestDetails_encryption - Encryption configuration for the export job.

$sel:revisionDestinations:ExportRevisionsToS3RequestDetails', exportRevisionsToS3RequestDetails_revisionDestinations - The destination for the revision.

$sel:dataSetId:ExportRevisionsToS3RequestDetails', exportRevisionsToS3RequestDetails_dataSetId - The unique identifier for the data set associated with this export job.

ExportRevisionsToS3ResponseDetails

data ExportRevisionsToS3ResponseDetails Source #

Details about the export revisions to Amazon S3 response.

See: newExportRevisionsToS3ResponseDetails smart constructor.

Instances

Instances details
Eq ExportRevisionsToS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportRevisionsToS3ResponseDetails

Read ExportRevisionsToS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportRevisionsToS3ResponseDetails

Show ExportRevisionsToS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportRevisionsToS3ResponseDetails

Generic ExportRevisionsToS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportRevisionsToS3ResponseDetails

Associated Types

type Rep ExportRevisionsToS3ResponseDetails :: Type -> Type #

NFData ExportRevisionsToS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportRevisionsToS3ResponseDetails

Hashable ExportRevisionsToS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportRevisionsToS3ResponseDetails

FromJSON ExportRevisionsToS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportRevisionsToS3ResponseDetails

type Rep ExportRevisionsToS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportRevisionsToS3ResponseDetails

type Rep ExportRevisionsToS3ResponseDetails = D1 ('MetaData "ExportRevisionsToS3ResponseDetails" "Amazonka.DataExchange.Types.ExportRevisionsToS3ResponseDetails" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ExportRevisionsToS3ResponseDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "encryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExportServerSideEncryption)) :*: S1 ('MetaSel ('Just "eventActionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "revisionDestinations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [RevisionDestinationEntry]) :*: S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newExportRevisionsToS3ResponseDetails Source #

Create a value of ExportRevisionsToS3ResponseDetails 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:encryption:ExportRevisionsToS3ResponseDetails', exportRevisionsToS3ResponseDetails_encryption - Encryption configuration of the export job.

$sel:eventActionArn:ExportRevisionsToS3ResponseDetails', exportRevisionsToS3ResponseDetails_eventActionArn - The Amazon Resource Name (ARN) of the event action.

$sel:revisionDestinations:ExportRevisionsToS3ResponseDetails', exportRevisionsToS3ResponseDetails_revisionDestinations - The destination in Amazon S3 where the revision is exported.

$sel:dataSetId:ExportRevisionsToS3ResponseDetails', exportRevisionsToS3ResponseDetails_dataSetId - The unique identifier for the data set associated with this export job.

ExportServerSideEncryption

data ExportServerSideEncryption Source #

Encryption configuration of the export job. Includes the encryption type in addition to the AWS KMS key. The KMS key is only necessary if you chose the KMS encryption. type.

See: newExportServerSideEncryption smart constructor.

Instances

Instances details
Eq ExportServerSideEncryption Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportServerSideEncryption

Read ExportServerSideEncryption Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportServerSideEncryption

Show ExportServerSideEncryption Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportServerSideEncryption

Generic ExportServerSideEncryption Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportServerSideEncryption

Associated Types

type Rep ExportServerSideEncryption :: Type -> Type #

NFData ExportServerSideEncryption Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportServerSideEncryption

Hashable ExportServerSideEncryption Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportServerSideEncryption

ToJSON ExportServerSideEncryption Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportServerSideEncryption

FromJSON ExportServerSideEncryption Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportServerSideEncryption

type Rep ExportServerSideEncryption Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportServerSideEncryption

type Rep ExportServerSideEncryption = D1 ('MetaData "ExportServerSideEncryption" "Amazonka.DataExchange.Types.ExportServerSideEncryption" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ExportServerSideEncryption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ServerSideEncryptionTypes)))

newExportServerSideEncryption Source #

Create a value of ExportServerSideEncryption 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:kmsKeyArn:ExportServerSideEncryption', exportServerSideEncryption_kmsKeyArn - The Amazon Resource Name (ARN) of the AWS KMS key you want to use to encrypt the Amazon S3 objects. This parameter is required if you choose aws:kms as an encryption type.

$sel:type':ExportServerSideEncryption', exportServerSideEncryption_type - The type of server side encryption used for encrypting the objects in Amazon S3.

ImportAssetFromSignedUrlJobErrorDetails

data ImportAssetFromSignedUrlJobErrorDetails Source #

Information about the job error.

See: newImportAssetFromSignedUrlJobErrorDetails smart constructor.

Instances

Instances details
Eq ImportAssetFromSignedUrlJobErrorDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlJobErrorDetails

Read ImportAssetFromSignedUrlJobErrorDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlJobErrorDetails

Show ImportAssetFromSignedUrlJobErrorDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlJobErrorDetails

Generic ImportAssetFromSignedUrlJobErrorDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlJobErrorDetails

NFData ImportAssetFromSignedUrlJobErrorDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlJobErrorDetails

Hashable ImportAssetFromSignedUrlJobErrorDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlJobErrorDetails

FromJSON ImportAssetFromSignedUrlJobErrorDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlJobErrorDetails

type Rep ImportAssetFromSignedUrlJobErrorDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlJobErrorDetails

type Rep ImportAssetFromSignedUrlJobErrorDetails = D1 ('MetaData "ImportAssetFromSignedUrlJobErrorDetails" "Amazonka.DataExchange.Types.ImportAssetFromSignedUrlJobErrorDetails" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ImportAssetFromSignedUrlJobErrorDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newImportAssetFromSignedUrlJobErrorDetails Source #

Create a value of ImportAssetFromSignedUrlJobErrorDetails 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:assetName:ImportAssetFromSignedUrlJobErrorDetails', importAssetFromSignedUrlJobErrorDetails_assetName - Information about the job error.

ImportAssetFromSignedUrlRequestDetails

data ImportAssetFromSignedUrlRequestDetails Source #

Details of the operation to be performed by the job.

See: newImportAssetFromSignedUrlRequestDetails smart constructor.

Instances

Instances details
Eq ImportAssetFromSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlRequestDetails

Read ImportAssetFromSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlRequestDetails

Show ImportAssetFromSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlRequestDetails

Generic ImportAssetFromSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlRequestDetails

NFData ImportAssetFromSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlRequestDetails

Hashable ImportAssetFromSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlRequestDetails

ToJSON ImportAssetFromSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlRequestDetails

type Rep ImportAssetFromSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlRequestDetails

type Rep ImportAssetFromSignedUrlRequestDetails = D1 ('MetaData "ImportAssetFromSignedUrlRequestDetails" "Amazonka.DataExchange.Types.ImportAssetFromSignedUrlRequestDetails" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ImportAssetFromSignedUrlRequestDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "md5Hash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "assetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newImportAssetFromSignedUrlRequestDetails Source #

Create a value of ImportAssetFromSignedUrlRequestDetails 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:dataSetId:ImportAssetFromSignedUrlRequestDetails', importAssetFromSignedUrlRequestDetails_dataSetId - The unique identifier for the data set associated with this import job.

$sel:md5Hash:ImportAssetFromSignedUrlRequestDetails', importAssetFromSignedUrlRequestDetails_md5Hash - The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.

$sel:assetName:ImportAssetFromSignedUrlRequestDetails', importAssetFromSignedUrlRequestDetails_assetName - The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name.

$sel:revisionId:ImportAssetFromSignedUrlRequestDetails', importAssetFromSignedUrlRequestDetails_revisionId - The unique identifier for the revision associated with this import request.

ImportAssetFromSignedUrlResponseDetails

data ImportAssetFromSignedUrlResponseDetails Source #

The details in the response for an import request, including the signed URL and other information.

See: newImportAssetFromSignedUrlResponseDetails smart constructor.

Instances

Instances details
Eq ImportAssetFromSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlResponseDetails

Read ImportAssetFromSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlResponseDetails

Show ImportAssetFromSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlResponseDetails

Generic ImportAssetFromSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlResponseDetails

NFData ImportAssetFromSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlResponseDetails

Hashable ImportAssetFromSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlResponseDetails

FromJSON ImportAssetFromSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlResponseDetails

type Rep ImportAssetFromSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlResponseDetails

type Rep ImportAssetFromSignedUrlResponseDetails = D1 ('MetaData "ImportAssetFromSignedUrlResponseDetails" "Amazonka.DataExchange.Types.ImportAssetFromSignedUrlResponseDetails" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ImportAssetFromSignedUrlResponseDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "signedUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "signedUrlExpiresAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "md5Hash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "assetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newImportAssetFromSignedUrlResponseDetails Source #

Create a value of ImportAssetFromSignedUrlResponseDetails 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:signedUrl:ImportAssetFromSignedUrlResponseDetails', importAssetFromSignedUrlResponseDetails_signedUrl - The signed URL.

$sel:signedUrlExpiresAt:ImportAssetFromSignedUrlResponseDetails', importAssetFromSignedUrlResponseDetails_signedUrlExpiresAt - The time and date at which the signed URL expires, in ISO 8601 format.

$sel:md5Hash:ImportAssetFromSignedUrlResponseDetails', importAssetFromSignedUrlResponseDetails_md5Hash - The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.

$sel:dataSetId:ImportAssetFromSignedUrlResponseDetails', importAssetFromSignedUrlResponseDetails_dataSetId - The unique identifier for the data set associated with this import job.

$sel:assetName:ImportAssetFromSignedUrlResponseDetails', importAssetFromSignedUrlResponseDetails_assetName - The name for the asset associated with this import job.

$sel:revisionId:ImportAssetFromSignedUrlResponseDetails', importAssetFromSignedUrlResponseDetails_revisionId - The unique identifier for the revision associated with this import response.

ImportAssetsFromRedshiftDataSharesRequestDetails

data ImportAssetsFromRedshiftDataSharesRequestDetails Source #

Details from an import from Amazon Redshift datashare request.

See: newImportAssetsFromRedshiftDataSharesRequestDetails smart constructor.

Instances

Instances details
Eq ImportAssetsFromRedshiftDataSharesRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromRedshiftDataSharesRequestDetails

Read ImportAssetsFromRedshiftDataSharesRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromRedshiftDataSharesRequestDetails

Show ImportAssetsFromRedshiftDataSharesRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromRedshiftDataSharesRequestDetails

Generic ImportAssetsFromRedshiftDataSharesRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromRedshiftDataSharesRequestDetails

NFData ImportAssetsFromRedshiftDataSharesRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromRedshiftDataSharesRequestDetails

Hashable ImportAssetsFromRedshiftDataSharesRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromRedshiftDataSharesRequestDetails

ToJSON ImportAssetsFromRedshiftDataSharesRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromRedshiftDataSharesRequestDetails

type Rep ImportAssetsFromRedshiftDataSharesRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromRedshiftDataSharesRequestDetails

type Rep ImportAssetsFromRedshiftDataSharesRequestDetails = D1 ('MetaData "ImportAssetsFromRedshiftDataSharesRequestDetails" "Amazonka.DataExchange.Types.ImportAssetsFromRedshiftDataSharesRequestDetails" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ImportAssetsFromRedshiftDataSharesRequestDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "assetSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [RedshiftDataShareAssetSourceEntry]) :*: S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

ImportAssetsFromRedshiftDataSharesResponseDetails

data ImportAssetsFromRedshiftDataSharesResponseDetails Source #

Details from an import from Amazon Redshift datashare response.

See: newImportAssetsFromRedshiftDataSharesResponseDetails smart constructor.

Instances

Instances details
Eq ImportAssetsFromRedshiftDataSharesResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromRedshiftDataSharesResponseDetails

Read ImportAssetsFromRedshiftDataSharesResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromRedshiftDataSharesResponseDetails

Show ImportAssetsFromRedshiftDataSharesResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromRedshiftDataSharesResponseDetails

Generic ImportAssetsFromRedshiftDataSharesResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromRedshiftDataSharesResponseDetails

NFData ImportAssetsFromRedshiftDataSharesResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromRedshiftDataSharesResponseDetails

Hashable ImportAssetsFromRedshiftDataSharesResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromRedshiftDataSharesResponseDetails

FromJSON ImportAssetsFromRedshiftDataSharesResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromRedshiftDataSharesResponseDetails

type Rep ImportAssetsFromRedshiftDataSharesResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromRedshiftDataSharesResponseDetails

type Rep ImportAssetsFromRedshiftDataSharesResponseDetails = D1 ('MetaData "ImportAssetsFromRedshiftDataSharesResponseDetails" "Amazonka.DataExchange.Types.ImportAssetsFromRedshiftDataSharesResponseDetails" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ImportAssetsFromRedshiftDataSharesResponseDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "assetSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [RedshiftDataShareAssetSourceEntry]) :*: S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

ImportAssetsFromS3RequestDetails

data ImportAssetsFromS3RequestDetails Source #

Details of the operation to be performed by the job.

See: newImportAssetsFromS3RequestDetails smart constructor.

Instances

Instances details
Eq ImportAssetsFromS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3RequestDetails

Read ImportAssetsFromS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3RequestDetails

Show ImportAssetsFromS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3RequestDetails

Generic ImportAssetsFromS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3RequestDetails

Associated Types

type Rep ImportAssetsFromS3RequestDetails :: Type -> Type #

NFData ImportAssetsFromS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3RequestDetails

Hashable ImportAssetsFromS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3RequestDetails

ToJSON ImportAssetsFromS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3RequestDetails

type Rep ImportAssetsFromS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3RequestDetails

type Rep ImportAssetsFromS3RequestDetails = D1 ('MetaData "ImportAssetsFromS3RequestDetails" "Amazonka.DataExchange.Types.ImportAssetsFromS3RequestDetails" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ImportAssetsFromS3RequestDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "assetSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AssetSourceEntry]) :*: S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newImportAssetsFromS3RequestDetails Source #

Create a value of ImportAssetsFromS3RequestDetails 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:dataSetId:ImportAssetsFromS3RequestDetails', importAssetsFromS3RequestDetails_dataSetId - The unique identifier for the data set associated with this import job.

$sel:assetSources:ImportAssetsFromS3RequestDetails', importAssetsFromS3RequestDetails_assetSources - Is a list of S3 bucket and object key pairs.

$sel:revisionId:ImportAssetsFromS3RequestDetails', importAssetsFromS3RequestDetails_revisionId - The unique identifier for the revision associated with this import request.

ImportAssetsFromS3ResponseDetails

data ImportAssetsFromS3ResponseDetails Source #

Details from an import from Amazon S3 response.

See: newImportAssetsFromS3ResponseDetails smart constructor.

Instances

Instances details
Eq ImportAssetsFromS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3ResponseDetails

Read ImportAssetsFromS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3ResponseDetails

Show ImportAssetsFromS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3ResponseDetails

Generic ImportAssetsFromS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3ResponseDetails

Associated Types

type Rep ImportAssetsFromS3ResponseDetails :: Type -> Type #

NFData ImportAssetsFromS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3ResponseDetails

Hashable ImportAssetsFromS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3ResponseDetails

FromJSON ImportAssetsFromS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3ResponseDetails

type Rep ImportAssetsFromS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3ResponseDetails

type Rep ImportAssetsFromS3ResponseDetails = D1 ('MetaData "ImportAssetsFromS3ResponseDetails" "Amazonka.DataExchange.Types.ImportAssetsFromS3ResponseDetails" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ImportAssetsFromS3ResponseDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "assetSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AssetSourceEntry]) :*: S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newImportAssetsFromS3ResponseDetails Source #

Create a value of ImportAssetsFromS3ResponseDetails 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:dataSetId:ImportAssetsFromS3ResponseDetails', importAssetsFromS3ResponseDetails_dataSetId - The unique identifier for the data set associated with this import job.

$sel:assetSources:ImportAssetsFromS3ResponseDetails', importAssetsFromS3ResponseDetails_assetSources - Is a list of Amazon S3 bucket and object key pairs.

$sel:revisionId:ImportAssetsFromS3ResponseDetails', importAssetsFromS3ResponseDetails_revisionId - The unique identifier for the revision associated with this import response.

JobEntry

data JobEntry Source #

AWS Data Exchange Jobs are asynchronous import or export operations used to create or copy assets. A data set owner can both import and export as they see fit. Someone with an entitlement to a data set can only export. Jobs are deleted 90 days after they are created.

See: newJobEntry smart constructor.

Instances

Instances details
Eq JobEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobEntry

Read JobEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobEntry

Show JobEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobEntry

Generic JobEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobEntry

Associated Types

type Rep JobEntry :: Type -> Type #

Methods

from :: JobEntry -> Rep JobEntry x #

to :: Rep JobEntry x -> JobEntry #

NFData JobEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobEntry

Methods

rnf :: JobEntry -> () #

Hashable JobEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobEntry

Methods

hashWithSalt :: Int -> JobEntry -> Int #

hash :: JobEntry -> Int #

FromJSON JobEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobEntry

type Rep JobEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobEntry

newJobEntry Source #

Create a value of JobEntry 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:errors:JobEntry', jobEntry_errors - Errors for jobs.

$sel:type':JobEntry', jobEntry_type - The job type.

$sel:details:JobEntry', jobEntry_details - Details of the operation to be performed by the job, such as export destination details or import source details.

$sel:state:JobEntry', jobEntry_state - The state of the job.

$sel:createdAt:JobEntry', jobEntry_createdAt - The date and time that the job was created, in ISO 8601 format.

$sel:id:JobEntry', jobEntry_id - The unique identifier for the job.

$sel:arn:JobEntry', jobEntry_arn - The ARN for the job.

$sel:updatedAt:JobEntry', jobEntry_updatedAt - The date and time that the job was last updated, in ISO 8601 format.

JobError

data JobError Source #

An error that occurred with the job request.

See: newJobError smart constructor.

Instances

Instances details
Eq JobError Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobError

Read JobError Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobError

Show JobError Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobError

Generic JobError Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobError

Associated Types

type Rep JobError :: Type -> Type #

Methods

from :: JobError -> Rep JobError x #

to :: Rep JobError x -> JobError #

NFData JobError Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobError

Methods

rnf :: JobError -> () #

Hashable JobError Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobError

Methods

hashWithSalt :: Int -> JobError -> Int #

hash :: JobError -> Int #

FromJSON JobError Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobError

type Rep JobError Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobError

newJobError Source #

Create a value of JobError 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:resourceId:JobError', jobError_resourceId - The unique identifier for the resource related to the error.

$sel:limitName:JobError', jobError_limitName - The name of the limit that was reached.

$sel:resourceType:JobError', jobError_resourceType - The type of resource related to the error.

$sel:details:JobError', jobError_details - The details about the job error.

$sel:limitValue:JobError', jobError_limitValue - The value of the exceeded limit.

$sel:message:JobError', jobError_message - The message related to the job error.

$sel:code:JobError', jobError_code - The code for the job error.

OriginDetails

data OriginDetails Source #

Information about the origin of the data set.

See: newOriginDetails smart constructor.

Constructors

OriginDetails' Text 

Instances

Instances details
Eq OriginDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.OriginDetails

Read OriginDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.OriginDetails

Show OriginDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.OriginDetails

Generic OriginDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.OriginDetails

Associated Types

type Rep OriginDetails :: Type -> Type #

NFData OriginDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.OriginDetails

Methods

rnf :: OriginDetails -> () #

Hashable OriginDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.OriginDetails

FromJSON OriginDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.OriginDetails

type Rep OriginDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.OriginDetails

type Rep OriginDetails = D1 ('MetaData "OriginDetails" "Amazonka.DataExchange.Types.OriginDetails" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "OriginDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newOriginDetails Source #

Create a value of OriginDetails 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:productId:OriginDetails', originDetails_productId - The product ID of the origin of the data set.

RedshiftDataShareAsset

data RedshiftDataShareAsset Source #

The Amazon Redshift datashare asset.

See: newRedshiftDataShareAsset smart constructor.

Instances

Instances details
Eq RedshiftDataShareAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RedshiftDataShareAsset

Read RedshiftDataShareAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RedshiftDataShareAsset

Show RedshiftDataShareAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RedshiftDataShareAsset

Generic RedshiftDataShareAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RedshiftDataShareAsset

Associated Types

type Rep RedshiftDataShareAsset :: Type -> Type #

NFData RedshiftDataShareAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RedshiftDataShareAsset

Methods

rnf :: RedshiftDataShareAsset -> () #

Hashable RedshiftDataShareAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RedshiftDataShareAsset

FromJSON RedshiftDataShareAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RedshiftDataShareAsset

type Rep RedshiftDataShareAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RedshiftDataShareAsset

type Rep RedshiftDataShareAsset = D1 ('MetaData "RedshiftDataShareAsset" "Amazonka.DataExchange.Types.RedshiftDataShareAsset" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "RedshiftDataShareAsset'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRedshiftDataShareAsset Source #

Create a value of RedshiftDataShareAsset 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:arn:RedshiftDataShareAsset', redshiftDataShareAsset_arn - The Amazon Resource Name (ARN) of the datashare asset.

RedshiftDataShareAssetSourceEntry

data RedshiftDataShareAssetSourceEntry Source #

The source of the Amazon Redshift datashare asset.

See: newRedshiftDataShareAssetSourceEntry smart constructor.

Instances

Instances details
Eq RedshiftDataShareAssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RedshiftDataShareAssetSourceEntry

Read RedshiftDataShareAssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RedshiftDataShareAssetSourceEntry

Show RedshiftDataShareAssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RedshiftDataShareAssetSourceEntry

Generic RedshiftDataShareAssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RedshiftDataShareAssetSourceEntry

Associated Types

type Rep RedshiftDataShareAssetSourceEntry :: Type -> Type #

NFData RedshiftDataShareAssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RedshiftDataShareAssetSourceEntry

Hashable RedshiftDataShareAssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RedshiftDataShareAssetSourceEntry

ToJSON RedshiftDataShareAssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RedshiftDataShareAssetSourceEntry

FromJSON RedshiftDataShareAssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RedshiftDataShareAssetSourceEntry

type Rep RedshiftDataShareAssetSourceEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RedshiftDataShareAssetSourceEntry

type Rep RedshiftDataShareAssetSourceEntry = D1 ('MetaData "RedshiftDataShareAssetSourceEntry" "Amazonka.DataExchange.Types.RedshiftDataShareAssetSourceEntry" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "RedshiftDataShareAssetSourceEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataShareArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRedshiftDataShareAssetSourceEntry Source #

Create a value of RedshiftDataShareAssetSourceEntry 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:dataShareArn:RedshiftDataShareAssetSourceEntry', redshiftDataShareAssetSourceEntry_dataShareArn - The Amazon Resource Name (ARN) of the datashare asset.

RequestDetails

data RequestDetails Source #

The details for the request.

See: newRequestDetails smart constructor.

Instances

Instances details
Eq RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RequestDetails

Read RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RequestDetails

Show RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RequestDetails

Generic RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RequestDetails

Associated Types

type Rep RequestDetails :: Type -> Type #

NFData RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RequestDetails

Methods

rnf :: RequestDetails -> () #

Hashable RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RequestDetails

ToJSON RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RequestDetails

type Rep RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RequestDetails

newRequestDetails :: RequestDetails Source #

Create a value of RequestDetails 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:exportAssetsToS3:RequestDetails', requestDetails_exportAssetsToS3 - Details about the export to Amazon S3 request.

$sel:exportRevisionsToS3:RequestDetails', requestDetails_exportRevisionsToS3 - Details about the export to Amazon S3 request.

$sel:importAssetFromSignedUrl:RequestDetails', requestDetails_importAssetFromSignedUrl - Details about the import from signed URL request.

$sel:importAssetsFromRedshiftDataShares:RequestDetails', requestDetails_importAssetsFromRedshiftDataShares - Details from an import from Amazon Redshift datashare request.

$sel:importAssetsFromS3:RequestDetails', requestDetails_importAssetsFromS3 - Details about the import from Amazon S3 request.

$sel:exportAssetToSignedUrl:RequestDetails', requestDetails_exportAssetToSignedUrl - Details about the export to signed URL request.

ResponseDetails

data ResponseDetails Source #

Details for the response.

See: newResponseDetails smart constructor.

Instances

Instances details
Eq ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ResponseDetails

Read ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ResponseDetails

Show ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ResponseDetails

Generic ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ResponseDetails

Associated Types

type Rep ResponseDetails :: Type -> Type #

NFData ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ResponseDetails

Methods

rnf :: ResponseDetails -> () #

Hashable ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ResponseDetails

FromJSON ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ResponseDetails

type Rep ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ResponseDetails

newResponseDetails :: ResponseDetails Source #

Create a value of ResponseDetails 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:exportAssetsToS3:ResponseDetails', responseDetails_exportAssetsToS3 - Details for the export to Amazon S3 response.

$sel:exportRevisionsToS3:ResponseDetails', responseDetails_exportRevisionsToS3 - Details for the export revisions to Amazon S3 response.

$sel:importAssetFromSignedUrl:ResponseDetails', responseDetails_importAssetFromSignedUrl - Details for the import from signed URL response.

$sel:importAssetsFromRedshiftDataShares:ResponseDetails', responseDetails_importAssetsFromRedshiftDataShares - Details from an import from Amazon Redshift datashare response.

$sel:importAssetsFromS3:ResponseDetails', responseDetails_importAssetsFromS3 - Details for the import from Amazon S3 response.

$sel:exportAssetToSignedUrl:ResponseDetails', responseDetails_exportAssetToSignedUrl - Details for the export to signed URL response.

RevisionDestinationEntry

data RevisionDestinationEntry Source #

The destination where the assets in the revision will be exported.

See: newRevisionDestinationEntry smart constructor.

Instances

Instances details
Eq RevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionDestinationEntry

Read RevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionDestinationEntry

Show RevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionDestinationEntry

Generic RevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionDestinationEntry

Associated Types

type Rep RevisionDestinationEntry :: Type -> Type #

NFData RevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionDestinationEntry

Hashable RevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionDestinationEntry

ToJSON RevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionDestinationEntry

FromJSON RevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionDestinationEntry

type Rep RevisionDestinationEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionDestinationEntry

type Rep RevisionDestinationEntry = D1 ('MetaData "RevisionDestinationEntry" "Amazonka.DataExchange.Types.RevisionDestinationEntry" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "RevisionDestinationEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyPattern") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newRevisionDestinationEntry Source #

Create a value of RevisionDestinationEntry 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:keyPattern:RevisionDestinationEntry', revisionDestinationEntry_keyPattern - A string representing the pattern for generated names of the individual assets in the revision. For more information about key patterns, see Key patterns when exporting revisions.

$sel:bucket:RevisionDestinationEntry', revisionDestinationEntry_bucket - The S3 bucket that is the destination for the assets in the revision.

$sel:revisionId:RevisionDestinationEntry', revisionDestinationEntry_revisionId - The unique identifier for the revision.

RevisionEntry

data RevisionEntry Source #

A revision is a container for one or more assets.

See: newRevisionEntry smart constructor.

Instances

Instances details
Eq RevisionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionEntry

Read RevisionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionEntry

Show 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 #

NFData RevisionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionEntry

Methods

rnf :: RevisionEntry -> () #

Hashable RevisionEntry Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionEntry

FromJSON 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: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: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:comment:RevisionEntry', revisionEntry_comment - An optional comment about 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 this revision.

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

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

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

RevisionPublished

data RevisionPublished Source #

Information about the published revision.

See: newRevisionPublished smart constructor.

Constructors

RevisionPublished' Text 

Instances

Instances details
Eq RevisionPublished Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionPublished

Read RevisionPublished Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionPublished

Show RevisionPublished Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionPublished

Generic RevisionPublished Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionPublished

Associated Types

type Rep RevisionPublished :: Type -> Type #

NFData RevisionPublished Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionPublished

Methods

rnf :: RevisionPublished -> () #

Hashable RevisionPublished Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionPublished

ToJSON RevisionPublished Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionPublished

FromJSON RevisionPublished Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionPublished

type Rep RevisionPublished Source # 
Instance details

Defined in Amazonka.DataExchange.Types.RevisionPublished

type Rep RevisionPublished = D1 ('MetaData "RevisionPublished" "Amazonka.DataExchange.Types.RevisionPublished" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "RevisionPublished'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRevisionPublished Source #

Create a value of RevisionPublished 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:dataSetId:RevisionPublished', revisionPublished_dataSetId - The data set ID of the published revision.

S3SnapshotAsset

data S3SnapshotAsset Source #

The S3 object that is the asset.

See: newS3SnapshotAsset smart constructor.

Constructors

S3SnapshotAsset' Double 

Instances

Instances details
Eq S3SnapshotAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.S3SnapshotAsset

Read S3SnapshotAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.S3SnapshotAsset

Show S3SnapshotAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.S3SnapshotAsset

Generic S3SnapshotAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.S3SnapshotAsset

Associated Types

type Rep S3SnapshotAsset :: Type -> Type #

NFData S3SnapshotAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.S3SnapshotAsset

Methods

rnf :: S3SnapshotAsset -> () #

Hashable S3SnapshotAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.S3SnapshotAsset

FromJSON S3SnapshotAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.S3SnapshotAsset

type Rep S3SnapshotAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.S3SnapshotAsset

type Rep S3SnapshotAsset = D1 ('MetaData "S3SnapshotAsset" "Amazonka.DataExchange.Types.S3SnapshotAsset" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "S3SnapshotAsset'" 'PrefixI 'True) (S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)))

newS3SnapshotAsset Source #

Create a value of S3SnapshotAsset 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:size:S3SnapshotAsset', s3SnapshotAsset_size - The size of the S3 object that is the object.