@aws-sdk/client-dataexchange 3.1020.0 → 3.1022.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -18
- package/dist-cjs/schemas/schemas_0.js +31 -14
- package/dist-es/schemas/schemas_0.js +27 -10
- package/dist-types/DataExchange.d.ts +1 -18
- package/dist-types/DataExchangeClient.d.ts +1 -18
- package/dist-types/commands/AcceptDataGrantCommand.d.ts +1 -2
- package/dist-types/commands/CancelJobCommand.d.ts +2 -4
- package/dist-types/commands/CreateJobCommand.d.ts +17 -2
- package/dist-types/commands/DeleteAssetCommand.d.ts +1 -2
- package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -2
- package/dist-types/commands/DeleteRevisionCommand.d.ts +1 -2
- package/dist-types/commands/GetAssetCommand.d.ts +3 -0
- package/dist-types/commands/GetJobCommand.d.ts +8 -0
- package/dist-types/commands/ListDataSetRevisionsCommand.d.ts +1 -2
- package/dist-types/commands/ListDataSetsCommand.d.ts +1 -2
- package/dist-types/commands/ListJobsCommand.d.ts +8 -0
- package/dist-types/commands/ListRevisionAssetsCommand.d.ts +1 -2
- package/dist-types/commands/RevokeRevisionCommand.d.ts +1 -2
- package/dist-types/commands/SendApiAssetCommand.d.ts +1 -2
- package/dist-types/commands/SendDataSetNotificationCommand.d.ts +1 -2
- package/dist-types/commands/StartJobCommand.d.ts +1 -2
- package/dist-types/commands/UpdateAssetCommand.d.ts +1 -2
- package/dist-types/commands/UpdateRevisionCommand.d.ts +1 -2
- package/dist-types/index.d.ts +1 -18
- package/dist-types/models/errors.d.ts +2 -4
- package/dist-types/models/models_0.d.ts +169 -320
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -6,24 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript DataExchange Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<p>AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in
|
|
10
|
-
the cloud. You can use the AWS Data Exchange APIs to create, update, manage, and access
|
|
11
|
-
file-based data set in the AWS Cloud.</p>
|
|
12
|
-
<p>As a subscriber, you can view and access the data sets that you have an entitlement to
|
|
13
|
-
through a subscription. You can use the APIs to download or copy your entitled data sets to
|
|
14
|
-
Amazon Simple Storage Service (Amazon S3) for use across a variety of AWS analytics and
|
|
15
|
-
machine learning services.</p>
|
|
16
|
-
<p>As a provider, you can create and manage your data sets that you would like to publish
|
|
17
|
-
to a product. Being able to package and provide your data sets into products requires a few
|
|
18
|
-
steps to determine eligibility. For more information, visit the <i>AWS Data Exchange
|
|
19
|
-
User Guide</i>.</p>
|
|
20
|
-
<p>A data set is a collection of data that can be changed or updated over time. Data sets
|
|
21
|
-
can be updated using revisions, which represent a new version or incremental change to a
|
|
22
|
-
data set. A revision contains one or more assets. An asset in AWS Data Exchange is a piece
|
|
23
|
-
of data that can be stored as an Amazon S3 object, Redshift datashare, API Gateway API, AWS
|
|
24
|
-
Lake Formation data permission, or Amazon S3 data access. The asset can be a structured
|
|
25
|
-
data file, an image file, or some other data file. Jobs are asynchronous import or export
|
|
26
|
-
operations used to create or copy assets.</p>
|
|
9
|
+
<p>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.</p> <p>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 Simple Storage Service (Amazon S3) for use across a variety of AWS analytics and machine learning services.</p> <p>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 <i>AWS Data Exchange User Guide</i>.</p> <p>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, Redshift datashare, API Gateway API, AWS Lake Formation data permission, or Amazon S3 data access. 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.</p>
|
|
27
10
|
|
|
28
11
|
## Installing
|
|
29
12
|
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.UpdateRevision$ = exports.UpdateEventAction$ = exports.UpdateDataSet$ = exports.UpdateAsset$ = exports.UntagResource$ = exports.TagResource$ = exports.StartJob$ = exports.SendDataSetNotification$ = exports.SendApiAsset$ = exports.RevokeRevision$ = exports.ListTagsForResource$ = exports.ListRevisionAssets$ = exports.ListReceivedDataGrants$ = exports.ListJobs$ = exports.ListEventActions$ = exports.ListDataSets$ = exports.ListDataSetRevisions$ = exports.ListDataGrants$ = exports.GetRevision$ = exports.GetReceivedDataGrant$ = exports.GetJob$ = exports.GetEventAction$ = exports.GetDataSet$ = exports.GetDataGrant$ = exports.GetAsset$ = exports.DeleteRevision$ = exports.DeleteEventAction$ = exports.DeleteDataSet$ = void 0;
|
|
3
|
+
exports.ExportAssetToSignedUrlRequestDetails$ = exports.ExportAssetsToS3ResponseDetails$ = exports.ExportAssetsToS3RequestDetails$ = exports.EventActionEntry$ = exports.Event$ = exports.Details$ = exports.DeprecationRequestDetails$ = exports.DeleteRevisionRequest$ = exports.DeleteEventActionRequest$ = exports.DeleteDataSetRequest$ = exports.DeleteDataGrantRequest$ = exports.DeleteAssetRequest$ = exports.DataUpdateRequestDetails$ = exports.DataSetEntry$ = exports.DataGrantSummaryEntry$ = exports.DatabaseLFTagPolicyAndPermissions$ = exports.DatabaseLFTagPolicy$ = exports.CreateS3DataAccessFromS3BucketResponseDetails$ = exports.CreateS3DataAccessFromS3BucketRequestDetails$ = exports.CreateRevisionResponse$ = exports.CreateRevisionRequest$ = exports.CreateJobResponse$ = exports.CreateJobRequest$ = exports.CreateEventActionResponse$ = exports.CreateEventActionRequest$ = exports.CreateDataSetResponse$ = exports.CreateDataSetRequest$ = exports.CreateDataGrantResponse$ = exports.CreateDataGrantRequest$ = exports.CancelJobRequest$ = exports.AutoExportRevisionToS3RequestDetails$ = exports.AutoExportRevisionDestinationEntry$ = exports.AssetSourceEntry$ = exports.AssetEntry$ = exports.AssetDetails$ = exports.AssetDestinationEntry$ = exports.AssetConfiguration$ = exports.ApiGatewayApiAsset$ = exports.Action$ = exports.AcceptDataGrantResponse$ = exports.AcceptDataGrantRequest$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceLimitExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.DataExchangeServiceException$ = void 0;
|
|
4
|
+
exports.ListReceivedDataGrantsResponse$ = exports.ListReceivedDataGrantsRequest$ = exports.ListJobsResponse$ = exports.ListJobsRequest$ = exports.ListEventActionsResponse$ = exports.ListEventActionsRequest$ = exports.ListDataSetsResponse$ = exports.ListDataSetsRequest$ = exports.ListDataSetRevisionsResponse$ = exports.ListDataSetRevisionsRequest$ = exports.ListDataGrantsResponse$ = exports.ListDataGrantsRequest$ = exports.LFTagPolicyDetails$ = exports.LFTag$ = exports.LFResourceDetails$ = exports.LakeFormationTagPolicyDetails$ = exports.LakeFormationDataPermissionDetails$ = exports.LakeFormationDataPermissionAsset$ = exports.KmsKeyToGrant$ = exports.JobError$ = exports.JobEntry$ = exports.ImportAssetsFromS3ResponseDetails$ = exports.ImportAssetsFromS3RequestDetails$ = exports.ImportAssetsFromRedshiftDataSharesResponseDetails$ = exports.ImportAssetsFromRedshiftDataSharesRequestDetails$ = exports.ImportAssetsFromLakeFormationTagPolicyResponseDetails$ = exports.ImportAssetsFromLakeFormationTagPolicyRequestDetails$ = exports.ImportAssetFromSignedUrlResponseDetails$ = exports.ImportAssetFromSignedUrlRequestDetails$ = exports.ImportAssetFromSignedUrlJobErrorDetails$ = exports.ImportAssetFromApiGatewayApiResponseDetails$ = exports.ImportAssetFromApiGatewayApiRequestDetails$ = exports.GetRevisionResponse$ = exports.GetRevisionRequest$ = exports.GetReceivedDataGrantResponse$ = exports.GetReceivedDataGrantRequest$ = exports.GetJobResponse$ = exports.GetJobRequest$ = exports.GetEventActionResponse$ = exports.GetEventActionRequest$ = exports.GetDataSetResponse$ = exports.GetDataSetRequest$ = exports.GetDataGrantResponse$ = exports.GetDataGrantRequest$ = exports.GetAssetResponse$ = exports.GetAssetRequest$ = exports.ExportServerSideEncryption$ = exports.ExportRevisionsToS3ResponseDetails$ = exports.ExportRevisionsToS3RequestDetails$ = exports.ExportAssetToSignedUrlResponseDetails$ = void 0;
|
|
5
|
+
exports.CreateRevision$ = exports.CreateJob$ = exports.CreateEventAction$ = exports.CreateDataSet$ = exports.CreateDataGrant$ = exports.CancelJob$ = exports.AcceptDataGrant$ = exports.UpdateRevisionResponse$ = exports.UpdateRevisionRequest$ = exports.UpdateEventActionResponse$ = exports.UpdateEventActionRequest$ = exports.UpdateDataSetResponse$ = exports.UpdateDataSetRequest$ = exports.UpdateAssetResponse$ = exports.UpdateAssetRequest$ = exports.UntagResourceRequest$ = exports.TagResourceRequest$ = exports.Tag$ = exports.TableLFTagPolicyAndPermissions$ = exports.TableLFTagPolicy$ = exports.StartJobResponse$ = exports.StartJobRequest$ = exports.SendDataSetNotificationResponse$ = exports.SendDataSetNotificationRequest$ = exports.SendApiAssetResponse$ = exports.SendApiAssetRequest$ = exports.ScopeDetails$ = exports.SchemaChangeRequestDetails$ = exports.SchemaChangeDetails$ = exports.S3SnapshotAsset$ = exports.S3DataAccessDetails$ = exports.S3DataAccessAssetSourceEntry$ = exports.S3DataAccessAsset$ = exports.RevokeRevisionResponse$ = exports.RevokeRevisionRequest$ = exports.RevisionPublished$ = exports.RevisionEntry$ = exports.RevisionDestinationEntry$ = exports.ResponseDetails$ = exports.RequestDetails$ = exports.RedshiftDataShareDetails$ = exports.RedshiftDataShareAssetSourceEntry$ = exports.RedshiftDataShareAsset$ = exports.ReceivedDataGrantSummariesEntry$ = exports.OriginDetails$ = exports.NotificationDetails$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListRevisionAssetsResponse$ = exports.ListRevisionAssetsRequest$ = void 0;
|
|
6
|
+
exports.UpdateRevision$ = exports.UpdateEventAction$ = exports.UpdateDataSet$ = exports.UpdateAsset$ = exports.UntagResource$ = exports.TagResource$ = exports.StartJob$ = exports.SendDataSetNotification$ = exports.SendApiAsset$ = exports.RevokeRevision$ = exports.ListTagsForResource$ = exports.ListRevisionAssets$ = exports.ListReceivedDataGrants$ = exports.ListJobs$ = exports.ListEventActions$ = exports.ListDataSets$ = exports.ListDataSetRevisions$ = exports.ListDataGrants$ = exports.GetRevision$ = exports.GetReceivedDataGrant$ = exports.GetJob$ = exports.GetEventAction$ = exports.GetDataSet$ = exports.GetDataGrant$ = exports.GetAsset$ = exports.DeleteRevision$ = exports.DeleteEventAction$ = exports.DeleteDataSet$ = exports.DeleteDataGrant$ = exports.DeleteAsset$ = void 0;
|
|
7
7
|
const _ = "";
|
|
8
8
|
const _A = "Arn";
|
|
9
9
|
const _AA = "AcceptedAt";
|
|
10
|
+
const _AC = "AssetConfiguration";
|
|
10
11
|
const _AD = "ApiDescription";
|
|
11
12
|
const _ADE = "AccessDeniedException";
|
|
12
13
|
const _ADEs = "AssetDestinationEntry";
|
|
@@ -214,6 +215,7 @@ const _LORDSASE = "ListOfRedshiftDataShareAssetSourceEntry";
|
|
|
214
215
|
const _LORE = "ListOfRevisionEntry";
|
|
215
216
|
const _LOSCD = "ListOfSchemaChangeDetails";
|
|
216
217
|
const _LOSDA = "ListOfS3DataAccesses";
|
|
218
|
+
const _LOT = "ListOfTag";
|
|
217
219
|
const _LRA = "ListRevisionAssets";
|
|
218
220
|
const _LRAR = "ListRevisionAssetsRequest";
|
|
219
221
|
const _LRARi = "ListRevisionAssetsResponse";
|
|
@@ -309,6 +311,7 @@ const _TR = "TagResource";
|
|
|
309
311
|
const _TRR = "TagResourceRequest";
|
|
310
312
|
const _TV = "TagValues";
|
|
311
313
|
const _Ta = "Table";
|
|
314
|
+
const _Tag = "Tag";
|
|
312
315
|
const _Ty = "Type";
|
|
313
316
|
const _UA = "UpdatedAt";
|
|
314
317
|
const _UAR = "UpdateAssetRequest";
|
|
@@ -327,6 +330,7 @@ const _URRpd = "UpdateRevisionResponse";
|
|
|
327
330
|
const _URp = "UpdateRevision";
|
|
328
331
|
const _V = "View";
|
|
329
332
|
const _VE = "ValidationException";
|
|
333
|
+
const _Va = "Value";
|
|
330
334
|
const _aS = "acceptanceState";
|
|
331
335
|
const _c = "client";
|
|
332
336
|
const _dSI = "dataSetId";
|
|
@@ -427,6 +431,11 @@ exports.ApiGatewayApiAsset$ = [3, n0, _AGAA,
|
|
|
427
431
|
[_AD, _AE, _AI, _AK, _AN, _ASDU, _ASDUEA, _PT, _S],
|
|
428
432
|
[0, 0, 0, 0, 0, 0, 5, 0, 0]
|
|
429
433
|
];
|
|
434
|
+
exports.AssetConfiguration$ = [3, n0, _AC,
|
|
435
|
+
0,
|
|
436
|
+
[_T],
|
|
437
|
+
[() => ListOfTag]
|
|
438
|
+
];
|
|
430
439
|
exports.AssetDestinationEntry$ = [3, n0, _ADEs,
|
|
431
440
|
0,
|
|
432
441
|
[_AIs, _B, _K],
|
|
@@ -494,13 +503,13 @@ exports.CreateEventActionResponse$ = [3, n0, _CEARr,
|
|
|
494
503
|
];
|
|
495
504
|
exports.CreateJobRequest$ = [3, n0, _CJRr,
|
|
496
505
|
0,
|
|
497
|
-
[_De, _Ty],
|
|
498
|
-
[() => exports.RequestDetails$, 0], 2
|
|
506
|
+
[_De, _Ty, _AC],
|
|
507
|
+
[() => exports.RequestDetails$, 0, () => exports.AssetConfiguration$], 2
|
|
499
508
|
];
|
|
500
509
|
exports.CreateJobResponse$ = [3, n0, _CJRre,
|
|
501
510
|
0,
|
|
502
|
-
[_A, _CA, _De, _Er, _I, _St, _Ty, _UA],
|
|
503
|
-
[0, 5, () => exports.ResponseDetails$, () => ListOfJobError, 0, 0, 0, 5]
|
|
511
|
+
[_A, _AC, _CA, _De, _Er, _I, _St, _Ty, _UA],
|
|
512
|
+
[0, () => exports.AssetConfiguration$, 5, () => exports.ResponseDetails$, () => ListOfJobError, 0, 0, 0, 5]
|
|
504
513
|
];
|
|
505
514
|
exports.CreateRevisionRequest$ = [3, n0, _CRR,
|
|
506
515
|
0,
|
|
@@ -634,8 +643,8 @@ exports.GetAssetRequest$ = [3, n0, _GAR,
|
|
|
634
643
|
];
|
|
635
644
|
exports.GetAssetResponse$ = [3, n0, _GARe,
|
|
636
645
|
0,
|
|
637
|
-
[_A, _ADs, _AT, _CA, _DSI, _I, _N, _RIe, _SI, _UA],
|
|
638
|
-
[0, () => exports.AssetDetails$, 0, 5, 0, 0, 0, 0, 0, 5]
|
|
646
|
+
[_A, _ADs, _AT, _CA, _DSI, _I, _N, _RIe, _SI, _T, _UA],
|
|
647
|
+
[0, () => exports.AssetDetails$, 0, 5, 0, 0, 0, 0, 0, 128 | 0, 5]
|
|
639
648
|
];
|
|
640
649
|
exports.GetDataGrantRequest$ = [3, n0, _GDGR,
|
|
641
650
|
0,
|
|
@@ -674,8 +683,8 @@ exports.GetJobRequest$ = [3, n0, _GJR,
|
|
|
674
683
|
];
|
|
675
684
|
exports.GetJobResponse$ = [3, n0, _GJRe,
|
|
676
685
|
0,
|
|
677
|
-
[_A, _CA, _De, _Er, _I, _St, _Ty, _UA],
|
|
678
|
-
[0, 5, () => exports.ResponseDetails$, () => ListOfJobError, 0, 0, 0, 5]
|
|
686
|
+
[_A, _AC, _CA, _De, _Er, _I, _St, _Ty, _UA],
|
|
687
|
+
[0, () => exports.AssetConfiguration$, 5, () => exports.ResponseDetails$, () => ListOfJobError, 0, 0, 0, 5]
|
|
679
688
|
];
|
|
680
689
|
exports.GetReceivedDataGrantRequest$ = [3, n0, _GRDGR,
|
|
681
690
|
0,
|
|
@@ -754,8 +763,8 @@ exports.ImportAssetsFromS3ResponseDetails$ = [3, n0, _IAFSRDm,
|
|
|
754
763
|
];
|
|
755
764
|
exports.JobEntry$ = [3, n0, _JE,
|
|
756
765
|
0,
|
|
757
|
-
[_A, _CA, _De, _I, _St, _Ty, _UA, _Er],
|
|
758
|
-
[0, 5, () => exports.ResponseDetails$, 0, 0, 0, 5, () => ListOfJobError], 7
|
|
766
|
+
[_A, _CA, _De, _I, _St, _Ty, _UA, _AC, _Er],
|
|
767
|
+
[0, 5, () => exports.ResponseDetails$, 0, 0, 0, 5, () => exports.AssetConfiguration$, () => ListOfJobError], 7
|
|
759
768
|
];
|
|
760
769
|
exports.JobError$ = [3, n0, _JEo,
|
|
761
770
|
0,
|
|
@@ -1017,6 +1026,11 @@ exports.TableLFTagPolicyAndPermissions$ = [3, n0, _TLFTPAP,
|
|
|
1017
1026
|
[_Ex, _P],
|
|
1018
1027
|
[() => ListOfLFTags, 64 | 0], 2
|
|
1019
1028
|
];
|
|
1029
|
+
exports.Tag$ = [3, n0, _Tag,
|
|
1030
|
+
0,
|
|
1031
|
+
[_K, _Va],
|
|
1032
|
+
[0, 0], 2
|
|
1033
|
+
];
|
|
1020
1034
|
exports.TagResourceRequest$ = [3, n0, _TRR,
|
|
1021
1035
|
0,
|
|
1022
1036
|
[_RAe, _T],
|
|
@@ -1128,6 +1142,9 @@ var ListOfSchemaChangeDetails = [1, n0, _LOSCD,
|
|
|
1128
1142
|
0, () => exports.SchemaChangeDetails$
|
|
1129
1143
|
];
|
|
1130
1144
|
var ListOfTableTagPolicyLFPermissions = 64 | 0;
|
|
1145
|
+
var ListOfTag = [1, n0, _LOT,
|
|
1146
|
+
0, () => exports.Tag$
|
|
1147
|
+
];
|
|
1131
1148
|
var MapOf__string = 128 | 0;
|
|
1132
1149
|
exports.AcceptDataGrant$ = [9, n0, _ADG,
|
|
1133
1150
|
{ [_h]: ["POST", "/v1/data-grants/{DataGrantArn}/accept", 200] }, () => exports.AcceptDataGrantRequest$, () => exports.AcceptDataGrantResponse$
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
const _ = "";
|
|
2
2
|
const _A = "Arn";
|
|
3
3
|
const _AA = "AcceptedAt";
|
|
4
|
+
const _AC = "AssetConfiguration";
|
|
4
5
|
const _AD = "ApiDescription";
|
|
5
6
|
const _ADE = "AccessDeniedException";
|
|
6
7
|
const _ADEs = "AssetDestinationEntry";
|
|
@@ -208,6 +209,7 @@ const _LORDSASE = "ListOfRedshiftDataShareAssetSourceEntry";
|
|
|
208
209
|
const _LORE = "ListOfRevisionEntry";
|
|
209
210
|
const _LOSCD = "ListOfSchemaChangeDetails";
|
|
210
211
|
const _LOSDA = "ListOfS3DataAccesses";
|
|
212
|
+
const _LOT = "ListOfTag";
|
|
211
213
|
const _LRA = "ListRevisionAssets";
|
|
212
214
|
const _LRAR = "ListRevisionAssetsRequest";
|
|
213
215
|
const _LRARi = "ListRevisionAssetsResponse";
|
|
@@ -303,6 +305,7 @@ const _TR = "TagResource";
|
|
|
303
305
|
const _TRR = "TagResourceRequest";
|
|
304
306
|
const _TV = "TagValues";
|
|
305
307
|
const _Ta = "Table";
|
|
308
|
+
const _Tag = "Tag";
|
|
306
309
|
const _Ty = "Type";
|
|
307
310
|
const _UA = "UpdatedAt";
|
|
308
311
|
const _UAR = "UpdateAssetRequest";
|
|
@@ -321,6 +324,7 @@ const _URRpd = "UpdateRevisionResponse";
|
|
|
321
324
|
const _URp = "UpdateRevision";
|
|
322
325
|
const _V = "View";
|
|
323
326
|
const _VE = "ValidationException";
|
|
327
|
+
const _Va = "Value";
|
|
324
328
|
const _aS = "acceptanceState";
|
|
325
329
|
const _c = "client";
|
|
326
330
|
const _dSI = "dataSetId";
|
|
@@ -421,6 +425,11 @@ export var ApiGatewayApiAsset$ = [3, n0, _AGAA,
|
|
|
421
425
|
[_AD, _AE, _AI, _AK, _AN, _ASDU, _ASDUEA, _PT, _S],
|
|
422
426
|
[0, 0, 0, 0, 0, 0, 5, 0, 0]
|
|
423
427
|
];
|
|
428
|
+
export var AssetConfiguration$ = [3, n0, _AC,
|
|
429
|
+
0,
|
|
430
|
+
[_T],
|
|
431
|
+
[() => ListOfTag]
|
|
432
|
+
];
|
|
424
433
|
export var AssetDestinationEntry$ = [3, n0, _ADEs,
|
|
425
434
|
0,
|
|
426
435
|
[_AIs, _B, _K],
|
|
@@ -488,13 +497,13 @@ export var CreateEventActionResponse$ = [3, n0, _CEARr,
|
|
|
488
497
|
];
|
|
489
498
|
export var CreateJobRequest$ = [3, n0, _CJRr,
|
|
490
499
|
0,
|
|
491
|
-
[_De, _Ty],
|
|
492
|
-
[() => RequestDetails$, 0], 2
|
|
500
|
+
[_De, _Ty, _AC],
|
|
501
|
+
[() => RequestDetails$, 0, () => AssetConfiguration$], 2
|
|
493
502
|
];
|
|
494
503
|
export var CreateJobResponse$ = [3, n0, _CJRre,
|
|
495
504
|
0,
|
|
496
|
-
[_A, _CA, _De, _Er, _I, _St, _Ty, _UA],
|
|
497
|
-
[0, 5, () => ResponseDetails$, () => ListOfJobError, 0, 0, 0, 5]
|
|
505
|
+
[_A, _AC, _CA, _De, _Er, _I, _St, _Ty, _UA],
|
|
506
|
+
[0, () => AssetConfiguration$, 5, () => ResponseDetails$, () => ListOfJobError, 0, 0, 0, 5]
|
|
498
507
|
];
|
|
499
508
|
export var CreateRevisionRequest$ = [3, n0, _CRR,
|
|
500
509
|
0,
|
|
@@ -628,8 +637,8 @@ export var GetAssetRequest$ = [3, n0, _GAR,
|
|
|
628
637
|
];
|
|
629
638
|
export var GetAssetResponse$ = [3, n0, _GARe,
|
|
630
639
|
0,
|
|
631
|
-
[_A, _ADs, _AT, _CA, _DSI, _I, _N, _RIe, _SI, _UA],
|
|
632
|
-
[0, () => AssetDetails$, 0, 5, 0, 0, 0, 0, 0, 5]
|
|
640
|
+
[_A, _ADs, _AT, _CA, _DSI, _I, _N, _RIe, _SI, _T, _UA],
|
|
641
|
+
[0, () => AssetDetails$, 0, 5, 0, 0, 0, 0, 0, 128 | 0, 5]
|
|
633
642
|
];
|
|
634
643
|
export var GetDataGrantRequest$ = [3, n0, _GDGR,
|
|
635
644
|
0,
|
|
@@ -668,8 +677,8 @@ export var GetJobRequest$ = [3, n0, _GJR,
|
|
|
668
677
|
];
|
|
669
678
|
export var GetJobResponse$ = [3, n0, _GJRe,
|
|
670
679
|
0,
|
|
671
|
-
[_A, _CA, _De, _Er, _I, _St, _Ty, _UA],
|
|
672
|
-
[0, 5, () => ResponseDetails$, () => ListOfJobError, 0, 0, 0, 5]
|
|
680
|
+
[_A, _AC, _CA, _De, _Er, _I, _St, _Ty, _UA],
|
|
681
|
+
[0, () => AssetConfiguration$, 5, () => ResponseDetails$, () => ListOfJobError, 0, 0, 0, 5]
|
|
673
682
|
];
|
|
674
683
|
export var GetReceivedDataGrantRequest$ = [3, n0, _GRDGR,
|
|
675
684
|
0,
|
|
@@ -748,8 +757,8 @@ export var ImportAssetsFromS3ResponseDetails$ = [3, n0, _IAFSRDm,
|
|
|
748
757
|
];
|
|
749
758
|
export var JobEntry$ = [3, n0, _JE,
|
|
750
759
|
0,
|
|
751
|
-
[_A, _CA, _De, _I, _St, _Ty, _UA, _Er],
|
|
752
|
-
[0, 5, () => ResponseDetails$, 0, 0, 0, 5, () => ListOfJobError], 7
|
|
760
|
+
[_A, _CA, _De, _I, _St, _Ty, _UA, _AC, _Er],
|
|
761
|
+
[0, 5, () => ResponseDetails$, 0, 0, 0, 5, () => AssetConfiguration$, () => ListOfJobError], 7
|
|
753
762
|
];
|
|
754
763
|
export var JobError$ = [3, n0, _JEo,
|
|
755
764
|
0,
|
|
@@ -1011,6 +1020,11 @@ export var TableLFTagPolicyAndPermissions$ = [3, n0, _TLFTPAP,
|
|
|
1011
1020
|
[_Ex, _P],
|
|
1012
1021
|
[() => ListOfLFTags, 64 | 0], 2
|
|
1013
1022
|
];
|
|
1023
|
+
export var Tag$ = [3, n0, _Tag,
|
|
1024
|
+
0,
|
|
1025
|
+
[_K, _Va],
|
|
1026
|
+
[0, 0], 2
|
|
1027
|
+
];
|
|
1014
1028
|
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
1015
1029
|
0,
|
|
1016
1030
|
[_RAe, _T],
|
|
@@ -1122,6 +1136,9 @@ var ListOfSchemaChangeDetails = [1, n0, _LOSCD,
|
|
|
1122
1136
|
0, () => SchemaChangeDetails$
|
|
1123
1137
|
];
|
|
1124
1138
|
var ListOfTableTagPolicyLFPermissions = 64 | 0;
|
|
1139
|
+
var ListOfTag = [1, n0, _LOT,
|
|
1140
|
+
0, () => Tag$
|
|
1141
|
+
];
|
|
1125
1142
|
var MapOf__string = 128 | 0;
|
|
1126
1143
|
export var AcceptDataGrant$ = [9, n0, _ADG,
|
|
1127
1144
|
{ [_h]: ["POST", "/v1/data-grants/{DataGrantArn}/accept", 200] }, () => AcceptDataGrantRequest$, () => AcceptDataGrantResponse$
|
|
@@ -316,24 +316,7 @@ export interface DataExchange {
|
|
|
316
316
|
paginateListRevisionAssets(args: ListRevisionAssetsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRevisionAssetsCommandOutput>;
|
|
317
317
|
}
|
|
318
318
|
/**
|
|
319
|
-
* <p>AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in
|
|
320
|
-
* the cloud. You can use the AWS Data Exchange APIs to create, update, manage, and access
|
|
321
|
-
* file-based data set in the AWS Cloud.</p>
|
|
322
|
-
* <p>As a subscriber, you can view and access the data sets that you have an entitlement to
|
|
323
|
-
* through a subscription. You can use the APIs to download or copy your entitled data sets to
|
|
324
|
-
* Amazon Simple Storage Service (Amazon S3) for use across a variety of AWS analytics and
|
|
325
|
-
* machine learning services.</p>
|
|
326
|
-
* <p>As a provider, you can create and manage your data sets that you would like to publish
|
|
327
|
-
* to a product. Being able to package and provide your data sets into products requires a few
|
|
328
|
-
* steps to determine eligibility. For more information, visit the <i>AWS Data Exchange
|
|
329
|
-
* User Guide</i>.</p>
|
|
330
|
-
* <p>A data set is a collection of data that can be changed or updated over time. Data sets
|
|
331
|
-
* can be updated using revisions, which represent a new version or incremental change to a
|
|
332
|
-
* data set. A revision contains one or more assets. An asset in AWS Data Exchange is a piece
|
|
333
|
-
* of data that can be stored as an Amazon S3 object, Redshift datashare, API Gateway API, AWS
|
|
334
|
-
* Lake Formation data permission, or Amazon S3 data access. The asset can be a structured
|
|
335
|
-
* data file, an image file, or some other data file. Jobs are asynchronous import or export
|
|
336
|
-
* operations used to create or copy assets.</p>
|
|
319
|
+
* <p>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.</p> <p>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 Simple Storage Service (Amazon S3) for use across a variety of AWS analytics and machine learning services.</p> <p>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 <i>AWS Data Exchange User Guide</i>.</p> <p>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, Redshift datashare, API Gateway API, AWS Lake Formation data permission, or Amazon S3 data access. 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.</p>
|
|
337
320
|
* @public
|
|
338
321
|
*/
|
|
339
322
|
export declare class DataExchange extends DataExchangeClient implements DataExchange {
|
|
@@ -206,24 +206,7 @@ export type DataExchangeClientResolvedConfigType = __SmithyResolvedConfiguration
|
|
|
206
206
|
export interface DataExchangeClientResolvedConfig extends DataExchangeClientResolvedConfigType {
|
|
207
207
|
}
|
|
208
208
|
/**
|
|
209
|
-
* <p>AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in
|
|
210
|
-
* the cloud. You can use the AWS Data Exchange APIs to create, update, manage, and access
|
|
211
|
-
* file-based data set in the AWS Cloud.</p>
|
|
212
|
-
* <p>As a subscriber, you can view and access the data sets that you have an entitlement to
|
|
213
|
-
* through a subscription. You can use the APIs to download or copy your entitled data sets to
|
|
214
|
-
* Amazon Simple Storage Service (Amazon S3) for use across a variety of AWS analytics and
|
|
215
|
-
* machine learning services.</p>
|
|
216
|
-
* <p>As a provider, you can create and manage your data sets that you would like to publish
|
|
217
|
-
* to a product. Being able to package and provide your data sets into products requires a few
|
|
218
|
-
* steps to determine eligibility. For more information, visit the <i>AWS Data Exchange
|
|
219
|
-
* User Guide</i>.</p>
|
|
220
|
-
* <p>A data set is a collection of data that can be changed or updated over time. Data sets
|
|
221
|
-
* can be updated using revisions, which represent a new version or incremental change to a
|
|
222
|
-
* data set. A revision contains one or more assets. An asset in AWS Data Exchange is a piece
|
|
223
|
-
* of data that can be stored as an Amazon S3 object, Redshift datashare, API Gateway API, AWS
|
|
224
|
-
* Lake Formation data permission, or Amazon S3 data access. The asset can be a structured
|
|
225
|
-
* data file, an image file, or some other data file. Jobs are asynchronous import or export
|
|
226
|
-
* operations used to create or copy assets.</p>
|
|
209
|
+
* <p>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.</p> <p>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 Simple Storage Service (Amazon S3) for use across a variety of AWS analytics and machine learning services.</p> <p>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 <i>AWS Data Exchange User Guide</i>.</p> <p>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, Redshift datashare, API Gateway API, AWS Lake Formation data permission, or Amazon S3 data access. 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.</p>
|
|
227
210
|
* @public
|
|
228
211
|
*/
|
|
229
212
|
export declare class DataExchangeClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DataExchangeClientResolvedConfig> {
|
|
@@ -69,8 +69,7 @@ declare const AcceptDataGrantCommand_base: {
|
|
|
69
69
|
* <p>Access to the resource is denied.</p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link ConflictException} (client fault)
|
|
72
|
-
* <p>The request couldn't be completed because it conflicted with the current state of the
|
|
73
|
-
* resource.</p>
|
|
72
|
+
* <p>The request couldn't be completed because it conflicted with the current state of the resource.</p>
|
|
74
73
|
*
|
|
75
74
|
* @throws {@link InternalServerException} (server fault)
|
|
76
75
|
* <p>An exception occurred with the service.</p>
|
|
@@ -27,8 +27,7 @@ declare const CancelJobCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>This operation cancels a job. Jobs can be cancelled only when they are in the WAITING
|
|
31
|
-
* state.</p>
|
|
30
|
+
* <p>This operation cancels a job. Jobs can be cancelled only when they are in the WAITING state.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -53,8 +52,7 @@ declare const CancelJobCommand_base: {
|
|
|
53
52
|
* @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
|
|
54
53
|
*
|
|
55
54
|
* @throws {@link ConflictException} (client fault)
|
|
56
|
-
* <p>The request couldn't be completed because it conflicted with the current state of the
|
|
57
|
-
* resource.</p>
|
|
55
|
+
* <p>The request couldn't be completed because it conflicted with the current state of the resource.</p>
|
|
58
56
|
*
|
|
59
57
|
* @throws {@link InternalServerException} (server fault)
|
|
60
58
|
* <p>An exception occurred with the service.</p>
|
|
@@ -37,6 +37,14 @@ declare const CreateJobCommand_base: {
|
|
|
37
37
|
* const config = {}; // type is DataExchangeClientConfig
|
|
38
38
|
* const client = new DataExchangeClient(config);
|
|
39
39
|
* const input = { // CreateJobRequest
|
|
40
|
+
* AssetConfiguration: { // AssetConfiguration
|
|
41
|
+
* Tags: [ // ListOfTag
|
|
42
|
+
* { // Tag
|
|
43
|
+
* Key: "STRING_VALUE", // required
|
|
44
|
+
* Value: "STRING_VALUE", // required
|
|
45
|
+
* },
|
|
46
|
+
* ],
|
|
47
|
+
* },
|
|
40
48
|
* Details: { // RequestDetails
|
|
41
49
|
* ExportAssetToSignedUrl: { // ExportAssetToSignedUrlRequestDetails
|
|
42
50
|
* AssetId: "STRING_VALUE", // required
|
|
@@ -165,6 +173,14 @@ declare const CreateJobCommand_base: {
|
|
|
165
173
|
* const response = await client.send(command);
|
|
166
174
|
* // { // CreateJobResponse
|
|
167
175
|
* // Arn: "STRING_VALUE",
|
|
176
|
+
* // AssetConfiguration: { // AssetConfiguration
|
|
177
|
+
* // Tags: [ // ListOfTag
|
|
178
|
+
* // { // Tag
|
|
179
|
+
* // Key: "STRING_VALUE", // required
|
|
180
|
+
* // Value: "STRING_VALUE", // required
|
|
181
|
+
* // },
|
|
182
|
+
* // ],
|
|
183
|
+
* // },
|
|
168
184
|
* // CreatedAt: new Date("TIMESTAMP"),
|
|
169
185
|
* // Details: { // ResponseDetails
|
|
170
186
|
* // ExportAssetToSignedUrl: { // ExportAssetToSignedUrlResponseDetails
|
|
@@ -334,8 +350,7 @@ declare const CreateJobCommand_base: {
|
|
|
334
350
|
* <p>Access to the resource is denied.</p>
|
|
335
351
|
*
|
|
336
352
|
* @throws {@link ConflictException} (client fault)
|
|
337
|
-
* <p>The request couldn't be completed because it conflicted with the current state of the
|
|
338
|
-
* resource.</p>
|
|
353
|
+
* <p>The request couldn't be completed because it conflicted with the current state of the resource.</p>
|
|
339
354
|
*
|
|
340
355
|
* @throws {@link InternalServerException} (server fault)
|
|
341
356
|
* <p>An exception occurred with the service.</p>
|
|
@@ -57,8 +57,7 @@ declare const DeleteAssetCommand_base: {
|
|
|
57
57
|
* <p>Access to the resource is denied.</p>
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link ConflictException} (client fault)
|
|
60
|
-
* <p>The request couldn't be completed because it conflicted with the current state of the
|
|
61
|
-
* resource.</p>
|
|
60
|
+
* <p>The request couldn't be completed because it conflicted with the current state of the resource.</p>
|
|
62
61
|
*
|
|
63
62
|
* @throws {@link InternalServerException} (server fault)
|
|
64
63
|
* <p>An exception occurred with the service.</p>
|
|
@@ -55,8 +55,7 @@ declare const DeleteDataSetCommand_base: {
|
|
|
55
55
|
* <p>Access to the resource is denied.</p>
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link ConflictException} (client fault)
|
|
58
|
-
* <p>The request couldn't be completed because it conflicted with the current state of the
|
|
59
|
-
* resource.</p>
|
|
58
|
+
* <p>The request couldn't be completed because it conflicted with the current state of the resource.</p>
|
|
60
59
|
*
|
|
61
60
|
* @throws {@link InternalServerException} (server fault)
|
|
62
61
|
* <p>An exception occurred with the service.</p>
|
|
@@ -56,8 +56,7 @@ declare const DeleteRevisionCommand_base: {
|
|
|
56
56
|
* <p>Access to the resource is denied.</p>
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link ConflictException} (client fault)
|
|
59
|
-
* <p>The request couldn't be completed because it conflicted with the current state of the
|
|
60
|
-
* resource.</p>
|
|
59
|
+
* <p>The request couldn't be completed because it conflicted with the current state of the resource.</p>
|
|
61
60
|
*
|
|
62
61
|
* @throws {@link InternalServerException} (server fault)
|
|
63
62
|
* <p>An exception occurred with the service.</p>
|
|
@@ -122,6 +122,9 @@ declare const GetAssetCommand_base: {
|
|
|
122
122
|
* // Name: "STRING_VALUE",
|
|
123
123
|
* // RevisionId: "STRING_VALUE",
|
|
124
124
|
* // SourceId: "STRING_VALUE",
|
|
125
|
+
* // Tags: { // MapOf__string
|
|
126
|
+
* // "<keys>": "STRING_VALUE",
|
|
127
|
+
* // },
|
|
125
128
|
* // UpdatedAt: new Date("TIMESTAMP"),
|
|
126
129
|
* // };
|
|
127
130
|
*
|
|
@@ -43,6 +43,14 @@ declare const GetJobCommand_base: {
|
|
|
43
43
|
* const response = await client.send(command);
|
|
44
44
|
* // { // GetJobResponse
|
|
45
45
|
* // Arn: "STRING_VALUE",
|
|
46
|
+
* // AssetConfiguration: { // AssetConfiguration
|
|
47
|
+
* // Tags: [ // ListOfTag
|
|
48
|
+
* // { // Tag
|
|
49
|
+
* // Key: "STRING_VALUE", // required
|
|
50
|
+
* // Value: "STRING_VALUE", // required
|
|
51
|
+
* // },
|
|
52
|
+
* // ],
|
|
53
|
+
* // },
|
|
46
54
|
* // CreatedAt: new Date("TIMESTAMP"),
|
|
47
55
|
* // Details: { // ResponseDetails
|
|
48
56
|
* // ExportAssetToSignedUrl: { // ExportAssetToSignedUrlResponseDetails
|
|
@@ -27,8 +27,7 @@ declare const ListDataSetRevisionsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>This operation lists a data set's revisions sorted by CreatedAt in descending
|
|
31
|
-
* order.</p>
|
|
30
|
+
* <p>This operation lists a data set's revisions sorted by CreatedAt in descending order.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const ListDataSetsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>This operation lists your data sets. When listing by origin OWNED, results are sorted by
|
|
31
|
-
* CreatedAt in descending order. When listing by origin ENTITLED, there is no order.</p>
|
|
30
|
+
* <p>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.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -48,6 +48,14 @@ declare const ListJobsCommand_base: {
|
|
|
48
48
|
* // Jobs: [ // ListOfJobEntry
|
|
49
49
|
* // { // JobEntry
|
|
50
50
|
* // Arn: "STRING_VALUE", // required
|
|
51
|
+
* // AssetConfiguration: { // AssetConfiguration
|
|
52
|
+
* // Tags: [ // ListOfTag
|
|
53
|
+
* // { // Tag
|
|
54
|
+
* // Key: "STRING_VALUE", // required
|
|
55
|
+
* // Value: "STRING_VALUE", // required
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // },
|
|
51
59
|
* // CreatedAt: new Date("TIMESTAMP"), // required
|
|
52
60
|
* // Details: { // ResponseDetails
|
|
53
61
|
* // ExportAssetToSignedUrl: { // ExportAssetToSignedUrlResponseDetails
|
|
@@ -27,8 +27,7 @@ declare const ListRevisionAssetsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>This operation lists a revision's assets sorted alphabetically in descending
|
|
31
|
-
* order.</p>
|
|
30
|
+
* <p>This operation lists a revision's assets sorted alphabetically in descending order.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -69,8 +69,7 @@ declare const RevokeRevisionCommand_base: {
|
|
|
69
69
|
* <p>Access to the resource is denied.</p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link ConflictException} (client fault)
|
|
72
|
-
* <p>The request couldn't be completed because it conflicted with the current state of the
|
|
73
|
-
* resource.</p>
|
|
72
|
+
* <p>The request couldn't be completed because it conflicted with the current state of the resource.</p>
|
|
74
73
|
*
|
|
75
74
|
* @throws {@link InternalServerException} (server fault)
|
|
76
75
|
* <p>An exception occurred with the service.</p>
|
|
@@ -27,8 +27,7 @@ declare const SendApiAssetCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>This operation invokes an API Gateway API asset. The request is proxied to the
|
|
31
|
-
* provider’s API Gateway API.</p>
|
|
30
|
+
* <p>This operation invokes an API Gateway API asset. The request is proxied to the provider’s API Gateway API.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -104,8 +104,7 @@ declare const SendDataSetNotificationCommand_base: {
|
|
|
104
104
|
* <p>Access to the resource is denied.</p>
|
|
105
105
|
*
|
|
106
106
|
* @throws {@link ConflictException} (client fault)
|
|
107
|
-
* <p>The request couldn't be completed because it conflicted with the current state of the
|
|
108
|
-
* resource.</p>
|
|
107
|
+
* <p>The request couldn't be completed because it conflicted with the current state of the resource.</p>
|
|
109
108
|
*
|
|
110
109
|
* @throws {@link InternalServerException} (server fault)
|
|
111
110
|
* <p>An exception occurred with the service.</p>
|
|
@@ -55,8 +55,7 @@ declare const StartJobCommand_base: {
|
|
|
55
55
|
* <p>Access to the resource is denied.</p>
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link ConflictException} (client fault)
|
|
58
|
-
* <p>The request couldn't be completed because it conflicted with the current state of the
|
|
59
|
-
* resource.</p>
|
|
58
|
+
* <p>The request couldn't be completed because it conflicted with the current state of the resource.</p>
|
|
60
59
|
*
|
|
61
60
|
* @throws {@link InternalServerException} (server fault)
|
|
62
61
|
* <p>An exception occurred with the service.</p>
|
|
@@ -138,8 +138,7 @@ declare const UpdateAssetCommand_base: {
|
|
|
138
138
|
* <p>Access to the resource is denied.</p>
|
|
139
139
|
*
|
|
140
140
|
* @throws {@link ConflictException} (client fault)
|
|
141
|
-
* <p>The request couldn't be completed because it conflicted with the current state of the
|
|
142
|
-
* resource.</p>
|
|
141
|
+
* <p>The request couldn't be completed because it conflicted with the current state of the resource.</p>
|
|
143
142
|
*
|
|
144
143
|
* @throws {@link InternalServerException} (server fault)
|
|
145
144
|
* <p>An exception occurred with the service.</p>
|
|
@@ -70,8 +70,7 @@ declare const UpdateRevisionCommand_base: {
|
|
|
70
70
|
* <p>Access to the resource is denied.</p>
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link ConflictException} (client fault)
|
|
73
|
-
* <p>The request couldn't be completed because it conflicted with the current state of the
|
|
74
|
-
* resource.</p>
|
|
73
|
+
* <p>The request couldn't be completed because it conflicted with the current state of the resource.</p>
|
|
75
74
|
*
|
|
76
75
|
* @throws {@link InternalServerException} (server fault)
|
|
77
76
|
* <p>An exception occurred with the service.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,22 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <p>AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in
|
|
3
|
-
* the cloud. You can use the AWS Data Exchange APIs to create, update, manage, and access
|
|
4
|
-
* file-based data set in the AWS Cloud.</p>
|
|
5
|
-
* <p>As a subscriber, you can view and access the data sets that you have an entitlement to
|
|
6
|
-
* through a subscription. You can use the APIs to download or copy your entitled data sets to
|
|
7
|
-
* Amazon Simple Storage Service (Amazon S3) for use across a variety of AWS analytics and
|
|
8
|
-
* machine learning services.</p>
|
|
9
|
-
* <p>As a provider, you can create and manage your data sets that you would like to publish
|
|
10
|
-
* to a product. Being able to package and provide your data sets into products requires a few
|
|
11
|
-
* steps to determine eligibility. For more information, visit the <i>AWS Data Exchange
|
|
12
|
-
* User Guide</i>.</p>
|
|
13
|
-
* <p>A data set is a collection of data that can be changed or updated over time. Data sets
|
|
14
|
-
* can be updated using revisions, which represent a new version or incremental change to a
|
|
15
|
-
* data set. A revision contains one or more assets. An asset in AWS Data Exchange is a piece
|
|
16
|
-
* of data that can be stored as an Amazon S3 object, Redshift datashare, API Gateway API, AWS
|
|
17
|
-
* Lake Formation data permission, or Amazon S3 data access. The asset can be a structured
|
|
18
|
-
* data file, an image file, or some other data file. Jobs are asynchronous import or export
|
|
19
|
-
* operations used to create or copy assets.</p>
|
|
2
|
+
* <p>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.</p> <p>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 Simple Storage Service (Amazon S3) for use across a variety of AWS analytics and machine learning services.</p> <p>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 <i>AWS Data Exchange User Guide</i>.</p> <p>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, Redshift datashare, API Gateway API, AWS Lake Formation data permission, or Amazon S3 data access. 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.</p>
|
|
20
3
|
*
|
|
21
4
|
* @packageDocumentation
|
|
22
5
|
*/
|