prowler-sdk-poc
Version:
1,477 lines (1,476 loc) • 57.7 kB
TypeScript
import {Request} from '../lib/request';
import {Response} from '../lib/response';
import {AWSError} from '../lib/error';
import {Service} from '../lib/service';
import {ServiceConfigurationOptions} from '../lib/service';
import {ConfigBase as Config} from '../lib/config-base';
interface Blob {}
declare class DataExchange extends Service {
/**
* Constructs a service object. This object has one method for each API operation.
*/
constructor(options?: DataExchange.Types.ClientConfiguration)
config: Config & DataExchange.Types.ClientConfiguration;
/**
* This operation cancels a job. Jobs can be cancelled only when they are in the WAITING state.
*/
cancelJob(params: DataExchange.Types.CancelJobRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* This operation cancels a job. Jobs can be cancelled only when they are in the WAITING state.
*/
cancelJob(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* This operation creates a data set.
*/
createDataSet(params: DataExchange.Types.CreateDataSetRequest, callback?: (err: AWSError, data: DataExchange.Types.CreateDataSetResponse) => void): Request<DataExchange.Types.CreateDataSetResponse, AWSError>;
/**
* This operation creates a data set.
*/
createDataSet(callback?: (err: AWSError, data: DataExchange.Types.CreateDataSetResponse) => void): Request<DataExchange.Types.CreateDataSetResponse, AWSError>;
/**
* This operation creates an event action.
*/
createEventAction(params: DataExchange.Types.CreateEventActionRequest, callback?: (err: AWSError, data: DataExchange.Types.CreateEventActionResponse) => void): Request<DataExchange.Types.CreateEventActionResponse, AWSError>;
/**
* This operation creates an event action.
*/
createEventAction(callback?: (err: AWSError, data: DataExchange.Types.CreateEventActionResponse) => void): Request<DataExchange.Types.CreateEventActionResponse, AWSError>;
/**
* This operation creates a job.
*/
createJob(params: DataExchange.Types.CreateJobRequest, callback?: (err: AWSError, data: DataExchange.Types.CreateJobResponse) => void): Request<DataExchange.Types.CreateJobResponse, AWSError>;
/**
* This operation creates a job.
*/
createJob(callback?: (err: AWSError, data: DataExchange.Types.CreateJobResponse) => void): Request<DataExchange.Types.CreateJobResponse, AWSError>;
/**
* This operation creates a revision for a data set.
*/
createRevision(params: DataExchange.Types.CreateRevisionRequest, callback?: (err: AWSError, data: DataExchange.Types.CreateRevisionResponse) => void): Request<DataExchange.Types.CreateRevisionResponse, AWSError>;
/**
* This operation creates a revision for a data set.
*/
createRevision(callback?: (err: AWSError, data: DataExchange.Types.CreateRevisionResponse) => void): Request<DataExchange.Types.CreateRevisionResponse, AWSError>;
/**
* This operation deletes an asset.
*/
deleteAsset(params: DataExchange.Types.DeleteAssetRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* This operation deletes an asset.
*/
deleteAsset(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* This operation deletes a data set.
*/
deleteDataSet(params: DataExchange.Types.DeleteDataSetRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* This operation deletes a data set.
*/
deleteDataSet(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* This operation deletes the event action.
*/
deleteEventAction(params: DataExchange.Types.DeleteEventActionRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* This operation deletes the event action.
*/
deleteEventAction(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* This operation deletes a revision.
*/
deleteRevision(params: DataExchange.Types.DeleteRevisionRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* This operation deletes a revision.
*/
deleteRevision(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* This operation returns information about an asset.
*/
getAsset(params: DataExchange.Types.GetAssetRequest, callback?: (err: AWSError, data: DataExchange.Types.GetAssetResponse) => void): Request<DataExchange.Types.GetAssetResponse, AWSError>;
/**
* This operation returns information about an asset.
*/
getAsset(callback?: (err: AWSError, data: DataExchange.Types.GetAssetResponse) => void): Request<DataExchange.Types.GetAssetResponse, AWSError>;
/**
* This operation returns information about a data set.
*/
getDataSet(params: DataExchange.Types.GetDataSetRequest, callback?: (err: AWSError, data: DataExchange.Types.GetDataSetResponse) => void): Request<DataExchange.Types.GetDataSetResponse, AWSError>;
/**
* This operation returns information about a data set.
*/
getDataSet(callback?: (err: AWSError, data: DataExchange.Types.GetDataSetResponse) => void): Request<DataExchange.Types.GetDataSetResponse, AWSError>;
/**
* This operation retrieves information about an event action.
*/
getEventAction(params: DataExchange.Types.GetEventActionRequest, callback?: (err: AWSError, data: DataExchange.Types.GetEventActionResponse) => void): Request<DataExchange.Types.GetEventActionResponse, AWSError>;
/**
* This operation retrieves information about an event action.
*/
getEventAction(callback?: (err: AWSError, data: DataExchange.Types.GetEventActionResponse) => void): Request<DataExchange.Types.GetEventActionResponse, AWSError>;
/**
* This operation returns information about a job.
*/
getJob(params: DataExchange.Types.GetJobRequest, callback?: (err: AWSError, data: DataExchange.Types.GetJobResponse) => void): Request<DataExchange.Types.GetJobResponse, AWSError>;
/**
* This operation returns information about a job.
*/
getJob(callback?: (err: AWSError, data: DataExchange.Types.GetJobResponse) => void): Request<DataExchange.Types.GetJobResponse, AWSError>;
/**
* This operation returns information about a revision.
*/
getRevision(params: DataExchange.Types.GetRevisionRequest, callback?: (err: AWSError, data: DataExchange.Types.GetRevisionResponse) => void): Request<DataExchange.Types.GetRevisionResponse, AWSError>;
/**
* This operation returns information about a revision.
*/
getRevision(callback?: (err: AWSError, data: DataExchange.Types.GetRevisionResponse) => void): Request<DataExchange.Types.GetRevisionResponse, AWSError>;
/**
* This operation lists a data set's revisions sorted by CreatedAt in descending order.
*/
listDataSetRevisions(params: DataExchange.Types.ListDataSetRevisionsRequest, callback?: (err: AWSError, data: DataExchange.Types.ListDataSetRevisionsResponse) => void): Request<DataExchange.Types.ListDataSetRevisionsResponse, AWSError>;
/**
* This operation lists a data set's revisions sorted by CreatedAt in descending order.
*/
listDataSetRevisions(callback?: (err: AWSError, data: DataExchange.Types.ListDataSetRevisionsResponse) => void): Request<DataExchange.Types.ListDataSetRevisionsResponse, AWSError>;
/**
* This operation lists your data sets. When listing by origin OWNED, results are sorted by CreatedAt in descending order. When listing by origin ENTITLED, there is no order and the maxResults parameter is ignored.
*/
listDataSets(params: DataExchange.Types.ListDataSetsRequest, callback?: (err: AWSError, data: DataExchange.Types.ListDataSetsResponse) => void): Request<DataExchange.Types.ListDataSetsResponse, AWSError>;
/**
* This operation lists your data sets. When listing by origin OWNED, results are sorted by CreatedAt in descending order. When listing by origin ENTITLED, there is no order and the maxResults parameter is ignored.
*/
listDataSets(callback?: (err: AWSError, data: DataExchange.Types.ListDataSetsResponse) => void): Request<DataExchange.Types.ListDataSetsResponse, AWSError>;
/**
* This operation lists your event actions.
*/
listEventActions(params: DataExchange.Types.ListEventActionsRequest, callback?: (err: AWSError, data: DataExchange.Types.ListEventActionsResponse) => void): Request<DataExchange.Types.ListEventActionsResponse, AWSError>;
/**
* This operation lists your event actions.
*/
listEventActions(callback?: (err: AWSError, data: DataExchange.Types.ListEventActionsResponse) => void): Request<DataExchange.Types.ListEventActionsResponse, AWSError>;
/**
* This operation lists your jobs sorted by CreatedAt in descending order.
*/
listJobs(params: DataExchange.Types.ListJobsRequest, callback?: (err: AWSError, data: DataExchange.Types.ListJobsResponse) => void): Request<DataExchange.Types.ListJobsResponse, AWSError>;
/**
* This operation lists your jobs sorted by CreatedAt in descending order.
*/
listJobs(callback?: (err: AWSError, data: DataExchange.Types.ListJobsResponse) => void): Request<DataExchange.Types.ListJobsResponse, AWSError>;
/**
* This operation lists a revision's assets sorted alphabetically in descending order.
*/
listRevisionAssets(params: DataExchange.Types.ListRevisionAssetsRequest, callback?: (err: AWSError, data: DataExchange.Types.ListRevisionAssetsResponse) => void): Request<DataExchange.Types.ListRevisionAssetsResponse, AWSError>;
/**
* This operation lists a revision's assets sorted alphabetically in descending order.
*/
listRevisionAssets(callback?: (err: AWSError, data: DataExchange.Types.ListRevisionAssetsResponse) => void): Request<DataExchange.Types.ListRevisionAssetsResponse, AWSError>;
/**
* This operation lists the tags on the resource.
*/
listTagsForResource(params: DataExchange.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: DataExchange.Types.ListTagsForResourceResponse) => void): Request<DataExchange.Types.ListTagsForResourceResponse, AWSError>;
/**
* This operation lists the tags on the resource.
*/
listTagsForResource(callback?: (err: AWSError, data: DataExchange.Types.ListTagsForResourceResponse) => void): Request<DataExchange.Types.ListTagsForResourceResponse, AWSError>;
/**
* This operation starts a job.
*/
startJob(params: DataExchange.Types.StartJobRequest, callback?: (err: AWSError, data: DataExchange.Types.StartJobResponse) => void): Request<DataExchange.Types.StartJobResponse, AWSError>;
/**
* This operation starts a job.
*/
startJob(callback?: (err: AWSError, data: DataExchange.Types.StartJobResponse) => void): Request<DataExchange.Types.StartJobResponse, AWSError>;
/**
* This operation tags a resource.
*/
tagResource(params: DataExchange.Types.TagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* This operation tags a resource.
*/
tagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* This operation removes one or more tags from a resource.
*/
untagResource(params: DataExchange.Types.UntagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* This operation removes one or more tags from a resource.
*/
untagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* This operation updates an asset.
*/
updateAsset(params: DataExchange.Types.UpdateAssetRequest, callback?: (err: AWSError, data: DataExchange.Types.UpdateAssetResponse) => void): Request<DataExchange.Types.UpdateAssetResponse, AWSError>;
/**
* This operation updates an asset.
*/
updateAsset(callback?: (err: AWSError, data: DataExchange.Types.UpdateAssetResponse) => void): Request<DataExchange.Types.UpdateAssetResponse, AWSError>;
/**
* This operation updates a data set.
*/
updateDataSet(params: DataExchange.Types.UpdateDataSetRequest, callback?: (err: AWSError, data: DataExchange.Types.UpdateDataSetResponse) => void): Request<DataExchange.Types.UpdateDataSetResponse, AWSError>;
/**
* This operation updates a data set.
*/
updateDataSet(callback?: (err: AWSError, data: DataExchange.Types.UpdateDataSetResponse) => void): Request<DataExchange.Types.UpdateDataSetResponse, AWSError>;
/**
* This operation updates the event action.
*/
updateEventAction(params: DataExchange.Types.UpdateEventActionRequest, callback?: (err: AWSError, data: DataExchange.Types.UpdateEventActionResponse) => void): Request<DataExchange.Types.UpdateEventActionResponse, AWSError>;
/**
* This operation updates the event action.
*/
updateEventAction(callback?: (err: AWSError, data: DataExchange.Types.UpdateEventActionResponse) => void): Request<DataExchange.Types.UpdateEventActionResponse, AWSError>;
/**
* This operation updates a revision.
*/
updateRevision(params: DataExchange.Types.UpdateRevisionRequest, callback?: (err: AWSError, data: DataExchange.Types.UpdateRevisionResponse) => void): Request<DataExchange.Types.UpdateRevisionResponse, AWSError>;
/**
* This operation updates a revision.
*/
updateRevision(callback?: (err: AWSError, data: DataExchange.Types.UpdateRevisionResponse) => void): Request<DataExchange.Types.UpdateRevisionResponse, AWSError>;
}
declare namespace DataExchange {
export interface Action {
/**
* Details for the export revision to Amazon S3 action.
*/
ExportRevisionToS3?: AutoExportRevisionToS3RequestDetails;
}
export type Arn = string;
export interface AssetDestinationEntry {
/**
* The unique identifier for the asset.
*/
AssetId: Id;
/**
* The S3 bucket that is the destination for the asset.
*/
Bucket: __string;
/**
* The name of the object in Amazon S3 for the asset.
*/
Key?: __string;
}
export interface AssetDetails {
/**
* The S3 object that is the asset.
*/
S3SnapshotAsset?: S3SnapshotAsset;
/**
* The Amazon Redshift datashare that is the asset.
*/
RedshiftDataShareAsset?: RedshiftDataShareAsset;
}
export interface AssetEntry {
/**
* The ARN for the asset.
*/
Arn: Arn;
/**
* Information about the asset.
*/
AssetDetails: AssetDetails;
/**
* The type of asset that is added to a data set.
*/
AssetType: AssetType;
/**
* The date and time that the asset was created, in ISO 8601 format.
*/
CreatedAt: Timestamp;
/**
* The unique identifier for the data set associated with this asset.
*/
DataSetId: Id;
/**
* The unique identifier for the asset.
*/
Id: Id;
/**
* 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.
*/
Name: AssetName;
/**
* The unique identifier for the revision associated with this asset.
*/
RevisionId: Id;
/**
* 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.
*/
SourceId?: Id;
/**
* The date and time that the asset was last updated, in ISO 8601 format.
*/
UpdatedAt: Timestamp;
}
export type AssetName = string;
export interface AssetSourceEntry {
/**
* The S3 bucket that's part of the source of the asset.
*/
Bucket: __string;
/**
* The name of the object in Amazon S3 for the asset.
*/
Key: __string;
}
export type AssetType = "S3_SNAPSHOT"|"REDSHIFT_DATA_SHARE"|string;
export interface AutoExportRevisionDestinationEntry {
/**
* The S3 bucket that is the destination for the event action.
*/
Bucket: __string;
/**
* 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.
*/
KeyPattern?: __string;
}
export interface AutoExportRevisionToS3RequestDetails {
/**
* Encryption configuration for the auto export job.
*/
Encryption?: ExportServerSideEncryption;
/**
* A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.
*/
RevisionDestination: AutoExportRevisionDestinationEntry;
}
export interface CancelJobRequest {
/**
* The unique identifier for a job.
*/
JobId: __string;
}
export type Code = "ACCESS_DENIED_EXCEPTION"|"INTERNAL_SERVER_EXCEPTION"|"MALWARE_DETECTED"|"RESOURCE_NOT_FOUND_EXCEPTION"|"SERVICE_QUOTA_EXCEEDED_EXCEPTION"|"VALIDATION_EXCEPTION"|"MALWARE_SCAN_ENCRYPTED_FILE"|string;
export interface CreateDataSetRequest {
/**
* The type of asset that is added to a data set.
*/
AssetType: AssetType;
/**
* A description for the data set. This value can be up to 16,348 characters long.
*/
Description: Description;
/**
* The name of the data set.
*/
Name: Name;
/**
* 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.
*/
Tags?: MapOf__string;
}
export interface CreateDataSetResponse {
/**
* The ARN for the data set.
*/
Arn?: Arn;
/**
* The type of asset that is added to a data set.
*/
AssetType?: AssetType;
/**
* The date and time that the data set was created, in ISO 8601 format.
*/
CreatedAt?: Timestamp;
/**
* The description for the data set.
*/
Description?: Description;
/**
* The unique identifier for the data set.
*/
Id?: Id;
/**
* The name of the data set.
*/
Name?: Name;
/**
* A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
*/
Origin?: Origin;
/**
* If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
*/
OriginDetails?: OriginDetails;
/**
* 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.
*/
SourceId?: Id;
/**
* The tags for the data set.
*/
Tags?: MapOf__string;
/**
* The date and time that the data set was last updated, in ISO 8601 format.
*/
UpdatedAt?: Timestamp;
}
export interface CreateEventActionRequest {
/**
* What occurs after a certain event.
*/
Action: Action;
/**
* What occurs to start an action.
*/
Event: Event;
}
export interface CreateEventActionResponse {
/**
* What occurs after a certain event.
*/
Action?: Action;
/**
* The ARN for the event action.
*/
Arn?: Arn;
/**
* The date and time that the event action was created, in ISO 8601 format.
*/
CreatedAt?: Timestamp;
/**
* What occurs to start an action.
*/
Event?: Event;
/**
* The unique identifier for the event action.
*/
Id?: Id;
/**
* The date and time that the event action was last updated, in ISO 8601 format.
*/
UpdatedAt?: Timestamp;
}
export interface CreateJobRequest {
/**
* The details for the CreateJob request.
*/
Details: RequestDetails;
/**
* The type of job to be created.
*/
Type: Type;
}
export interface CreateJobResponse {
/**
* The ARN for the job.
*/
Arn?: Arn;
/**
* The date and time that the job was created, in ISO 8601 format.
*/
CreatedAt?: Timestamp;
/**
* Details about the job.
*/
Details?: ResponseDetails;
/**
* The errors associated with jobs.
*/
Errors?: ListOfJobError;
/**
* The unique identifier for the job.
*/
Id?: Id;
/**
* The state of the job.
*/
State?: State;
/**
* The job type.
*/
Type?: Type;
/**
* The date and time that the job was last updated, in ISO 8601 format.
*/
UpdatedAt?: Timestamp;
}
export interface CreateRevisionRequest {
/**
* An optional comment about the revision.
*/
Comment?: __stringMin0Max16384;
/**
* The unique identifier for a data set.
*/
DataSetId: __string;
/**
* 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.
*/
Tags?: MapOf__string;
}
export interface CreateRevisionResponse {
/**
* The ARN for the revision.
*/
Arn?: Arn;
/**
* An optional comment about the revision.
*/
Comment?: __stringMin0Max16384;
/**
* The date and time that the revision was created, in ISO 8601 format.
*/
CreatedAt?: Timestamp;
/**
* The unique identifier for the data set associated with this revision.
*/
DataSetId?: Id;
/**
* 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.
*/
Finalized?: __boolean;
/**
* The unique identifier for the revision.
*/
Id?: Id;
/**
* 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.
*/
SourceId?: Id;
/**
* The tags for the revision.
*/
Tags?: MapOf__string;
/**
* The date and time that the revision was last updated, in ISO 8601 format.
*/
UpdatedAt?: Timestamp;
}
export interface DataSetEntry {
/**
* The ARN for the data set.
*/
Arn: Arn;
/**
* The type of asset that is added to a data set.
*/
AssetType: AssetType;
/**
* The date and time that the data set was created, in ISO 8601 format.
*/
CreatedAt: Timestamp;
/**
* The description for the data set.
*/
Description: Description;
/**
* The unique identifier for the data set.
*/
Id: Id;
/**
* The name of the data set.
*/
Name: Name;
/**
* A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
*/
Origin: Origin;
/**
* If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
*/
OriginDetails?: OriginDetails;
/**
* 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.
*/
SourceId?: Id;
/**
* The date and time that the data set was last updated, in ISO 8601 format.
*/
UpdatedAt: Timestamp;
}
export interface DeleteAssetRequest {
/**
* The unique identifier for an asset.
*/
AssetId: __string;
/**
* The unique identifier for a data set.
*/
DataSetId: __string;
/**
* The unique identifier for a revision.
*/
RevisionId: __string;
}
export interface DeleteDataSetRequest {
/**
* The unique identifier for a data set.
*/
DataSetId: __string;
}
export interface DeleteEventActionRequest {
/**
* The unique identifier for the event action.
*/
EventActionId: __string;
}
export interface DeleteRevisionRequest {
/**
* The unique identifier for a data set.
*/
DataSetId: __string;
/**
* The unique identifier for a revision.
*/
RevisionId: __string;
}
export type Description = string;
export interface Details {
/**
* Information about the job error.
*/
ImportAssetFromSignedUrlJobErrorDetails?: ImportAssetFromSignedUrlJobErrorDetails;
/**
* Information about the job error.
*/
ImportAssetsFromS3JobErrorDetails?: ListOfAssetSourceEntry;
}
export interface Event {
/**
* What occurs to start the revision publish action.
*/
RevisionPublished?: RevisionPublished;
}
export interface EventActionEntry {
/**
* What occurs after a certain event.
*/
Action: Action;
/**
* The Amazon Resource Name (ARN) for the event action.
*/
Arn: Arn;
/**
* The date and time that the event action was created, in ISO 8601 format.
*/
CreatedAt: Timestamp;
/**
* What occurs to start an action.
*/
Event: Event;
/**
* The unique identifier for the event action.
*/
Id: Id;
/**
* The date and time that the event action was last updated, in ISO 8601 format.
*/
UpdatedAt: Timestamp;
}
export interface ExportAssetToSignedUrlRequestDetails {
/**
* The unique identifier for the asset that is exported to a signed URL.
*/
AssetId: Id;
/**
* The unique identifier for the data set associated with this export job.
*/
DataSetId: Id;
/**
* The unique identifier for the revision associated with this export request.
*/
RevisionId: Id;
}
export interface ExportAssetToSignedUrlResponseDetails {
/**
* The unique identifier for the asset associated with this export job.
*/
AssetId: Id;
/**
* The unique identifier for the data set associated with this export job.
*/
DataSetId: Id;
/**
* The unique identifier for the revision associated with this export response.
*/
RevisionId: Id;
/**
* The signed URL for the export request.
*/
SignedUrl?: __string;
/**
* The date and time that the signed URL expires, in ISO 8601 format.
*/
SignedUrlExpiresAt?: Timestamp;
}
export interface ExportAssetsToS3RequestDetails {
/**
* The destination for the asset.
*/
AssetDestinations: ListOfAssetDestinationEntry;
/**
* The unique identifier for the data set associated with this export job.
*/
DataSetId: Id;
/**
* Encryption configuration for the export job.
*/
Encryption?: ExportServerSideEncryption;
/**
* The unique identifier for the revision associated with this export request.
*/
RevisionId: Id;
}
export interface ExportAssetsToS3ResponseDetails {
/**
* The destination in Amazon S3 where the asset is exported.
*/
AssetDestinations: ListOfAssetDestinationEntry;
/**
* The unique identifier for the data set associated with this export job.
*/
DataSetId: Id;
/**
* Encryption configuration of the export job.
*/
Encryption?: ExportServerSideEncryption;
/**
* The unique identifier for the revision associated with this export response.
*/
RevisionId: Id;
}
export interface ExportRevisionsToS3RequestDetails {
/**
* The unique identifier for the data set associated with this export job.
*/
DataSetId: Id;
/**
* Encryption configuration for the export job.
*/
Encryption?: ExportServerSideEncryption;
/**
* The destination for the revision.
*/
RevisionDestinations: ListOfRevisionDestinationEntry;
}
export interface ExportRevisionsToS3ResponseDetails {
/**
* The unique identifier for the data set associated with this export job.
*/
DataSetId: Id;
/**
* Encryption configuration of the export job.
*/
Encryption?: ExportServerSideEncryption;
/**
* The destination in Amazon S3 where the revision is exported.
*/
RevisionDestinations: ListOfRevisionDestinationEntry;
/**
* The Amazon Resource Name (ARN) of the event action.
*/
EventActionArn?: __string;
}
export interface ExportServerSideEncryption {
/**
* 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.
*/
KmsKeyArn?: __string;
/**
* The type of server side encryption used for encrypting the objects in Amazon S3.
*/
Type: ServerSideEncryptionTypes;
}
export interface GetAssetRequest {
/**
* The unique identifier for an asset.
*/
AssetId: __string;
/**
* The unique identifier for a data set.
*/
DataSetId: __string;
/**
* The unique identifier for a revision.
*/
RevisionId: __string;
}
export interface GetAssetResponse {
/**
* The ARN for the asset.
*/
Arn?: Arn;
/**
* Information about the asset.
*/
AssetDetails?: AssetDetails;
/**
* The type of asset that is added to a data set.
*/
AssetType?: AssetType;
/**
* The date and time that the asset was created, in ISO 8601 format.
*/
CreatedAt?: Timestamp;
/**
* The unique identifier for the data set associated with this asset.
*/
DataSetId?: Id;
/**
* The unique identifier for the asset.
*/
Id?: Id;
/**
* 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.
*/
Name?: AssetName;
/**
* The unique identifier for the revision associated with this asset.
*/
RevisionId?: Id;
/**
* 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.
*/
SourceId?: Id;
/**
* The date and time that the asset was last updated, in ISO 8601 format.
*/
UpdatedAt?: Timestamp;
}
export interface GetDataSetRequest {
/**
* The unique identifier for a data set.
*/
DataSetId: __string;
}
export interface GetDataSetResponse {
/**
* The ARN for the data set.
*/
Arn?: Arn;
/**
* The type of asset that is added to a data set.
*/
AssetType?: AssetType;
/**
* The date and time that the data set was created, in ISO 8601 format.
*/
CreatedAt?: Timestamp;
/**
* The description for the data set.
*/
Description?: Description;
/**
* The unique identifier for the data set.
*/
Id?: Id;
/**
* The name of the data set.
*/
Name?: Name;
/**
* A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
*/
Origin?: Origin;
/**
* If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
*/
OriginDetails?: OriginDetails;
/**
* 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.
*/
SourceId?: Id;
/**
* The tags for the data set.
*/
Tags?: MapOf__string;
/**
* The date and time that the data set was last updated, in ISO 8601 format.
*/
UpdatedAt?: Timestamp;
}
export interface GetEventActionRequest {
/**
* The unique identifier for the event action.
*/
EventActionId: __string;
}
export interface GetEventActionResponse {
/**
* What occurs after a certain event.
*/
Action?: Action;
/**
* The ARN for the event action.
*/
Arn?: Arn;
/**
* The date and time that the event action was created, in ISO 8601 format.
*/
CreatedAt?: Timestamp;
/**
* What occurs to start an action.
*/
Event?: Event;
/**
* The unique identifier for the event action.
*/
Id?: Id;
/**
* The date and time that the event action was last updated, in ISO 8601 format.
*/
UpdatedAt?: Timestamp;
}
export interface GetJobRequest {
/**
* The unique identifier for a job.
*/
JobId: __string;
}
export interface GetJobResponse {
/**
* The ARN for the job.
*/
Arn?: Arn;
/**
* The date and time that the job was created, in ISO 8601 format.
*/
CreatedAt?: Timestamp;
/**
* Details about the job.
*/
Details?: ResponseDetails;
/**
* The errors associated with jobs.
*/
Errors?: ListOfJobError;
/**
* The unique identifier for the job.
*/
Id?: Id;
/**
* The state of the job.
*/
State?: State;
/**
* The job type.
*/
Type?: Type;
/**
* The date and time that the job was last updated, in ISO 8601 format.
*/
UpdatedAt?: Timestamp;
}
export interface GetRevisionRequest {
/**
* The unique identifier for a data set.
*/
DataSetId: __string;
/**
* The unique identifier for a revision.
*/
RevisionId: __string;
}
export interface GetRevisionResponse {
/**
* The ARN for the revision.
*/
Arn?: Arn;
/**
* An optional comment about the revision.
*/
Comment?: __stringMin0Max16384;
/**
* The date and time that the revision was created, in ISO 8601 format.
*/
CreatedAt?: Timestamp;
/**
* The unique identifier for the data set associated with this revision.
*/
DataSetId?: Id;
/**
* 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.
*/
Finalized?: __boolean;
/**
* The unique identifier for the revision.
*/
Id?: Id;
/**
* 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.
*/
SourceId?: Id;
/**
* The tags for the revision.
*/
Tags?: MapOf__string;
/**
* The date and time that the revision was last updated, in ISO 8601 format.
*/
UpdatedAt?: Timestamp;
}
export type Id = string;
export interface ImportAssetFromSignedUrlJobErrorDetails {
/**
* Information about the job error.
*/
AssetName: AssetName;
}
export interface ImportAssetFromSignedUrlRequestDetails {
/**
* The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name.
*/
AssetName: AssetName;
/**
* The unique identifier for the data set associated with this import job.
*/
DataSetId: Id;
/**
* The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.
*/
Md5Hash: __stringMin24Max24PatternAZaZ094AZaZ092AZaZ093;
/**
* The unique identifier for the revision associated with this import request.
*/
RevisionId: Id;
}
export interface ImportAssetFromSignedUrlResponseDetails {
/**
* The name for the asset associated with this import job.
*/
AssetName: AssetName;
/**
* The unique identifier for the data set associated with this import job.
*/
DataSetId: Id;
/**
* The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.
*/
Md5Hash?: __stringMin24Max24PatternAZaZ094AZaZ092AZaZ093;
/**
* The unique identifier for the revision associated with this import response.
*/
RevisionId: Id;
/**
* The signed URL.
*/
SignedUrl?: __string;
/**
* The time and date at which the signed URL expires, in ISO 8601 format.
*/
SignedUrlExpiresAt?: Timestamp;
}
export interface ImportAssetsFromRedshiftDataSharesRequestDetails {
/**
* A list of Amazon Redshift datashare assets.
*/
AssetSources: ListOfRedshiftDataShareAssetSourceEntry;
/**
* The unique identifier for the data set associated with this import job.
*/
DataSetId: Id;
/**
* The unique identifier for the revision associated with this import job.
*/
RevisionId: Id;
}
export interface ImportAssetsFromRedshiftDataSharesResponseDetails {
/**
* A list of Amazon Redshift datashare asset sources.
*/
AssetSources: ListOfRedshiftDataShareAssetSourceEntry;
/**
* The unique identifier for the data set associated with this import job.
*/
DataSetId: Id;
/**
* The unique identifier for the revision associated with this import job.
*/
RevisionId: Id;
}
export interface ImportAssetsFromS3RequestDetails {
/**
* Is a list of S3 bucket and object key pairs.
*/
AssetSources: ListOfAssetSourceEntry;
/**
* The unique identifier for the data set associated with this import job.
*/
DataSetId: Id;
/**
* The unique identifier for the revision associated with this import request.
*/
RevisionId: Id;
}
export interface ImportAssetsFromS3ResponseDetails {
/**
* Is a list of Amazon S3 bucket and object key pairs.
*/
AssetSources: ListOfAssetSourceEntry;
/**
* The unique identifier for the data set associated with this import job.
*/
DataSetId: Id;
/**
* The unique identifier for the revision associated with this import response.
*/
RevisionId: Id;
}
export interface JobEntry {
/**
* The ARN for the job.
*/
Arn: Arn;
/**
* The date and time that the job was created, in ISO 8601 format.
*/
CreatedAt: Timestamp;
/**
* Details of the operation to be performed by the job, such as export destination details or import source details.
*/
Details: ResponseDetails;
/**
* Errors for jobs.
*/
Errors?: ListOfJobError;
/**
* The unique identifier for the job.
*/
Id: Id;
/**
* The state of the job.
*/
State: State;
/**
* The job type.
*/
Type: Type;
/**
* The date and time that the job was last updated, in ISO 8601 format.
*/
UpdatedAt: Timestamp;
}
export interface JobError {
/**
* The code for the job error.
*/
Code: Code;
/**
* The details about the job error.
*/
Details?: Details;
/**
* The name of the limit that was reached.
*/
LimitName?: JobErrorLimitName;
/**
* The value of the exceeded limit.
*/
LimitValue?: __double;
/**
* The message related to the job error.
*/
Message: __string;
/**
* The unique identifier for the resource related to the error.
*/
ResourceId?: __string;
/**
* The type of resource related to the error.
*/
ResourceType?: JobErrorResourceTypes;
}
export type JobErrorLimitName = "Assets per revision"|"Asset size in GB"|"Amazon Redshift datashare assets per revision"|string;
export type JobErrorResourceTypes = "REVISION"|"ASSET"|"DATA_SET"|string;
export interface ListDataSetRevisionsRequest {
/**
* The unique identifier for a data set.
*/
DataSetId: __string;
/**
* The maximum number of results returned by a single call.
*/
MaxResults?: MaxResults;
/**
* The token value retrieved from a previous call to access the next page of results.
*/
NextToken?: __string;
}
export interface ListDataSetRevisionsResponse {
/**
* The token value retrieved from a previous call to access the next page of results.
*/
NextToken?: NextToken;
/**
* The asset objects listed by the request.
*/
Revisions?: ListOfRevisionEntry;
}
export interface ListDataSetsRequest {
/**
* The maximum number of results returned by a single call.
*/
MaxResults?: MaxResults;
/**
* The token value retrieved from a previous call to access the next page of results.
*/
NextToken?: __string;
/**
* A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
*/
Origin?: __string;
}
export interface ListDataSetsResponse {
/**
* The data set objects listed by the request.
*/
DataSets?: ListOfDataSetEntry;
/**
* The token value retrieved from a previous call to access the next page of results.
*/
NextToken?: NextToken;
}
export interface ListEventActionsRequest {
/**
* The unique identifier for the event source.
*/
EventSourceId?: __string;
/**
* The maximum number of results returned by a single call.
*/
MaxResults?: MaxResults;
/**
* The token value retrieved from a previous call to access the next page of results.
*/
NextToken?: __string;
}
export interface ListEventActionsResponse {
/**
* The event action objects listed by the request.
*/
EventActions?: ListOfEventActionEntry;
/**
* The token value retrieved from a previous call to access the next page of results.
*/
NextToken?: NextToken;
}
export interface ListJobsRequest {
/**
* The unique identifier for a data set.
*/
DataSetId?: __string;
/**
* The maximum number of results returned by a single call.
*/
MaxResults?: MaxResults;
/**
* The token value retrieved from a previous call to access the next page of results.
*/
NextToken?: __string;
/**
* The unique identifier for a revision.
*/
RevisionId?: __string;
}
export interface ListJobsResponse {
/**
* The jobs listed by the request.
*/
Jobs?: ListOfJobEntry;
/**
* The token value retrieved from a previous call to access the next page of results.
*/
NextToken?: NextToken;
}
export type ListOfAssetDestinationEntry = AssetDestinationEntry[];
export type ListOfAssetSourceEntry = AssetSourceEntry[];
export type ListOfRedshiftDataShareAssetSourceEntry = RedshiftDataShareAssetSourceEntry[];
export type ListOfRevisionDestinationEntry = RevisionDestinationEntry[];
export interface ListRevisionAssetsRequest {
/**
* The unique identifier for a data set.
*/
DataSetId: __string;
/**
* The maximum number of results returned by a single call.
*/
MaxResults?: MaxResults;
/**
* The token value retrieved from a previous call to access the next page of results.
*/
NextToken?: __string;
/**
* The unique identifier for a revision.
*/
RevisionId: __string;
}
export interface ListRevisionAssetsResponse {
/**
* The asset objects listed by the request.
*/
Assets?: ListOfAssetEntry;
/**
* The token value retrieved from a previous call to access the next page of results.
*/
NextToken?: NextToken;
}
export interface ListTagsForResourceRequest {
/**
* An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.
*/
ResourceArn: __string;
}
export interface ListTagsForResourceResponse {
/**
* A label that consists of a customer-defined key and an optional value.
*/
Tags?: MapOf__string;
}
export type MaxResults = number;
export type Name = string;
export type NextToken = string;
export type Origin = "OWNED"|"ENTITLED"|string;
export interface OriginDetails {
/**
* The product ID of the origin of the data set.
*/
ProductId: __string;
}
export interface RedshiftDataShareAsset {
/**
* The Amazon Resource Name (ARN) of the datashare asset.
*/
Arn: __string;
}
export interface RedshiftDataShareAssetSourceEntry {
/**
* The Amazon Resource Name (ARN) of the datashare asset.
*/
DataShareArn: __string;
}
export interface RequestDetails {
/**
* Details about the export to signed URL request.
*/
ExportAssetToSignedUrl?: ExportAssetToSignedUrlRequestDetails;
/**
* Details about the export to Amazon S3 request.
*/
ExportAssetsToS3?: ExportAssetsToS3RequestDetails;
/**
* Details about the export to Amazon S3 request.
*/
ExportRevisionsToS3?: ExportRevisionsToS3RequestDetails;
/**
* Details about the import from signed URL request.
*/
ImportAssetFromSignedUrl?: ImportAssetFromSignedUrlRequestDetails;
/**
* Details about the import from Amazon S3 request.
*/
ImportAssetsFromS3?: ImportAssetsFromS3RequestDetails;
/**
* Details from an import from Amazon Redshift datashare request.
*/
ImportAssetsFromRedshiftDataShares?: ImportAssetsFromRedshiftDataSharesRequestDetails;
}
export interface ResponseDetails {
/**
* Details for the export to signed URL response.
*/
ExportAssetToSignedUrl?: ExportAssetToSignedUrlResponseDetails;
/**
* Details for the export to Amazon S3 response.
*/
ExportAssetsToS3?: ExportAssetsToS3ResponseDetails;
/**
* Details for the export revisions to Amazon S3 response.
*/
ExportRevisionsToS3?: ExportRevisionsToS3ResponseDetails;
/**
* Details for the import from signed URL response.
*/
ImportAssetFromSignedUrl?: ImportAssetFromSignedUrlResponseDetails;
/**
* Details for the import from Amazon S3 response.
*/
ImportAssetsFromS3?: ImportAssetsFromS3ResponseDetails;
/**
* Details from an import from Amazon Redshift datashare response.
*/
ImportAssetsFromRedshiftDataShares?: ImportAssetsFromRedshiftDataSharesResponseDetails;
}
export interface RevisionDestinationEntry {
/**
* The S3 bucket that is the destination for the assets in the revision.
*/
Bucket: __string;
/**
* 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.
*/
KeyPattern?: __string;
/**
* The unique identifier for the revision.
*/
RevisionId: Id;
}
export interface RevisionEntry {
/**
* The ARN for the revision.
*/
Arn: Arn;
/**
* An optional comment about the revision.
*/
Comment?: __stringMin0Max16384;
/**
* The date and time that the revision was created, in ISO 8601 format.
*/
CreatedAt: Timestamp;
/**
* The unique identifier for the data set associated with this revision.
*/
DataSetId: Id;
/**
* 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.
*/
Finalized?: __boolean;
/**
* The unique identifier for the revision.
*/
Id: Id;
/**
* 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.
*/
SourceId?: Id;
/**
* The date and time that the revision was last updated, in ISO 8601 format.
*/
UpdatedAt: Timestamp;
}
export interface RevisionPublished {
/**
* The data set ID of the published revision.
*/
DataSetId: Id;
}
export interface S3SnapshotAsset {
/**
* The size of the S3 object that is the object.
*/
Size: __doubleMin0;
}
export type ServerSideEncryptionTypes = "aws:kms"|"AES256"|string;
export interface StartJobRequest {
/**
* The unique identifier for a job.
*/
JobId: __string;
}
export interface StartJobResponse {
}
export type State = "WAITING"|"IN_PROGRESS"|"ERROR"|"COMPLETED"|"CANCELLED"|"TIMED_OUT"|string;
export interface TagResourceRequest {
/**
* An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.
*/
ResourceArn: __string;
/**
* A label that consists of a customer-defined key and an optional value.
*/
Tags: MapOf__string;
}
export type Timestamp = Date;
export type Type = "IMPORT_ASSETS_FROM_S3"|"IMPORT_ASSET_FROM_SIGNED_URL"|"EXPORT_ASSETS_TO_S3"|"EXPORT_ASSET_TO_SIGNED_URL"|"EXPORT_REVISIONS_TO_S3"|"IMPORT_ASSETS_FROM_REDSHIFT_DATA_SHARES"|string;
export interface UntagResourceRequest {