@aws-sdk/client-dataexchange 3.288.0 → 3.290.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.
Files changed (30) hide show
  1. package/dist-types/commands/CancelJobCommand.d.ts +16 -0
  2. package/dist-types/commands/CreateDataSetCommand.d.ts +16 -0
  3. package/dist-types/commands/CreateEventActionCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateJobCommand.d.ts +19 -0
  5. package/dist-types/commands/CreateRevisionCommand.d.ts +16 -0
  6. package/dist-types/commands/DeleteAssetCommand.d.ts +19 -0
  7. package/dist-types/commands/DeleteDataSetCommand.d.ts +19 -0
  8. package/dist-types/commands/DeleteEventActionCommand.d.ts +13 -0
  9. package/dist-types/commands/DeleteRevisionCommand.d.ts +19 -0
  10. package/dist-types/commands/GetAssetCommand.d.ts +13 -0
  11. package/dist-types/commands/GetDataSetCommand.d.ts +13 -0
  12. package/dist-types/commands/GetEventActionCommand.d.ts +13 -0
  13. package/dist-types/commands/GetJobCommand.d.ts +13 -0
  14. package/dist-types/commands/GetRevisionCommand.d.ts +13 -0
  15. package/dist-types/commands/ListDataSetRevisionsCommand.d.ts +13 -0
  16. package/dist-types/commands/ListDataSetsCommand.d.ts +13 -0
  17. package/dist-types/commands/ListEventActionsCommand.d.ts +13 -0
  18. package/dist-types/commands/ListJobsCommand.d.ts +13 -0
  19. package/dist-types/commands/ListRevisionAssetsCommand.d.ts +13 -0
  20. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  21. package/dist-types/commands/RevokeRevisionCommand.d.ts +19 -0
  22. package/dist-types/commands/SendApiAssetCommand.d.ts +16 -0
  23. package/dist-types/commands/StartJobCommand.d.ts +19 -0
  24. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  25. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  26. package/dist-types/commands/UpdateAssetCommand.d.ts +19 -0
  27. package/dist-types/commands/UpdateDataSetCommand.d.ts +16 -0
  28. package/dist-types/commands/UpdateEventActionCommand.d.ts +16 -0
  29. package/dist-types/commands/UpdateRevisionCommand.d.ts +19 -0
  30. package/package.json +29 -29
@@ -29,6 +29,22 @@ export interface CancelJobCommandOutput extends __MetadataBearer {
29
29
  * @see {@link CancelJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>The request couldn't be completed because it conflicted with the current state of the resource.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An exception occurred with the service.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource couldn't be found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The limit on the number of requests per second was exceeded.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The request was invalid.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class CancelJobCommand extends $Command<CancelJobCommandInput, CancelJobCommandOutput, DataExchangeClientResolvedConfig> {
34
50
  readonly input: CancelJobCommandInput;
@@ -29,6 +29,22 @@ export interface CreateDataSetCommandOutput extends CreateDataSetResponse, __Met
29
29
  * @see {@link CreateDataSetCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access to the resource is denied.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An exception occurred with the service.</p>
37
+ *
38
+ * @throws {@link ServiceLimitExceededException} (client fault)
39
+ * <p>The request has exceeded the quotas imposed by the service.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The limit on the number of requests per second was exceeded.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The request was invalid.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class CreateDataSetCommand extends $Command<CreateDataSetCommandInput, CreateDataSetCommandOutput, DataExchangeClientResolvedConfig> {
34
50
  readonly input: CreateDataSetCommandInput;
@@ -29,6 +29,22 @@ export interface CreateEventActionCommandOutput extends CreateEventActionRespons
29
29
  * @see {@link CreateEventActionCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access to the resource is denied.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An exception occurred with the service.</p>
37
+ *
38
+ * @throws {@link ServiceLimitExceededException} (client fault)
39
+ * <p>The request has exceeded the quotas imposed by the service.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The limit on the number of requests per second was exceeded.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The request was invalid.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class CreateEventActionCommand extends $Command<CreateEventActionCommandInput, CreateEventActionCommandOutput, DataExchangeClientResolvedConfig> {
34
50
  readonly input: CreateEventActionCommandInput;
@@ -29,6 +29,25 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
29
29
  * @see {@link CreateJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access to the resource is denied.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request couldn't be completed because it conflicted with the current state of the resource.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An exception occurred with the service.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource couldn't be found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The limit on the number of requests per second was exceeded.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The request was invalid.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class CreateJobCommand extends $Command<CreateJobCommandInput, CreateJobCommandOutput, DataExchangeClientResolvedConfig> {
34
53
  readonly input: CreateJobCommandInput;
@@ -29,6 +29,22 @@ export interface CreateRevisionCommandOutput extends CreateRevisionResponse, __M
29
29
  * @see {@link CreateRevisionCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access to the resource is denied.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An exception occurred with the service.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource couldn't be found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The limit on the number of requests per second was exceeded.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The request was invalid.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class CreateRevisionCommand extends $Command<CreateRevisionCommandInput, CreateRevisionCommandOutput, DataExchangeClientResolvedConfig> {
34
50
  readonly input: CreateRevisionCommandInput;
@@ -29,6 +29,25 @@ export interface DeleteAssetCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteAssetCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access to the resource is denied.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request couldn't be completed because it conflicted with the current state of the resource.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An exception occurred with the service.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource couldn't be found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The limit on the number of requests per second was exceeded.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The request was invalid.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class DeleteAssetCommand extends $Command<DeleteAssetCommandInput, DeleteAssetCommandOutput, DataExchangeClientResolvedConfig> {
34
53
  readonly input: DeleteAssetCommandInput;
@@ -29,6 +29,25 @@ export interface DeleteDataSetCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteDataSetCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access to the resource is denied.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request couldn't be completed because it conflicted with the current state of the resource.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An exception occurred with the service.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource couldn't be found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The limit on the number of requests per second was exceeded.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The request was invalid.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class DeleteDataSetCommand extends $Command<DeleteDataSetCommandInput, DeleteDataSetCommandOutput, DataExchangeClientResolvedConfig> {
34
53
  readonly input: DeleteDataSetCommandInput;
@@ -29,6 +29,19 @@ export interface DeleteEventActionCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteEventActionCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An exception occurred with the service.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource couldn't be found.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The limit on the number of requests per second was exceeded.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The request was invalid.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class DeleteEventActionCommand extends $Command<DeleteEventActionCommandInput, DeleteEventActionCommandOutput, DataExchangeClientResolvedConfig> {
34
47
  readonly input: DeleteEventActionCommandInput;
@@ -29,6 +29,25 @@ export interface DeleteRevisionCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteRevisionCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access to the resource is denied.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request couldn't be completed because it conflicted with the current state of the resource.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An exception occurred with the service.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource couldn't be found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The limit on the number of requests per second was exceeded.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The request was invalid.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class DeleteRevisionCommand extends $Command<DeleteRevisionCommandInput, DeleteRevisionCommandOutput, DataExchangeClientResolvedConfig> {
34
53
  readonly input: DeleteRevisionCommandInput;
@@ -29,6 +29,19 @@ export interface GetAssetCommandOutput extends GetAssetResponse, __MetadataBeare
29
29
  * @see {@link GetAssetCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An exception occurred with the service.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource couldn't be found.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The limit on the number of requests per second was exceeded.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The request was invalid.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class GetAssetCommand extends $Command<GetAssetCommandInput, GetAssetCommandOutput, DataExchangeClientResolvedConfig> {
34
47
  readonly input: GetAssetCommandInput;
@@ -29,6 +29,19 @@ export interface GetDataSetCommandOutput extends GetDataSetResponse, __MetadataB
29
29
  * @see {@link GetDataSetCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An exception occurred with the service.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource couldn't be found.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The limit on the number of requests per second was exceeded.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The request was invalid.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class GetDataSetCommand extends $Command<GetDataSetCommandInput, GetDataSetCommandOutput, DataExchangeClientResolvedConfig> {
34
47
  readonly input: GetDataSetCommandInput;
@@ -29,6 +29,19 @@ export interface GetEventActionCommandOutput extends GetEventActionResponse, __M
29
29
  * @see {@link GetEventActionCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An exception occurred with the service.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource couldn't be found.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The limit on the number of requests per second was exceeded.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The request was invalid.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class GetEventActionCommand extends $Command<GetEventActionCommandInput, GetEventActionCommandOutput, DataExchangeClientResolvedConfig> {
34
47
  readonly input: GetEventActionCommandInput;
@@ -29,6 +29,19 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
29
29
  * @see {@link GetJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An exception occurred with the service.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource couldn't be found.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The limit on the number of requests per second was exceeded.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The request was invalid.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class GetJobCommand extends $Command<GetJobCommandInput, GetJobCommandOutput, DataExchangeClientResolvedConfig> {
34
47
  readonly input: GetJobCommandInput;
@@ -29,6 +29,19 @@ export interface GetRevisionCommandOutput extends GetRevisionResponse, __Metadat
29
29
  * @see {@link GetRevisionCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An exception occurred with the service.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource couldn't be found.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The limit on the number of requests per second was exceeded.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The request was invalid.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class GetRevisionCommand extends $Command<GetRevisionCommandInput, GetRevisionCommandOutput, DataExchangeClientResolvedConfig> {
34
47
  readonly input: GetRevisionCommandInput;
@@ -29,6 +29,19 @@ export interface ListDataSetRevisionsCommandOutput extends ListDataSetRevisionsR
29
29
  * @see {@link ListDataSetRevisionsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An exception occurred with the service.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource couldn't be found.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The limit on the number of requests per second was exceeded.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The request was invalid.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListDataSetRevisionsCommand extends $Command<ListDataSetRevisionsCommandInput, ListDataSetRevisionsCommandOutput, DataExchangeClientResolvedConfig> {
34
47
  readonly input: ListDataSetRevisionsCommandInput;
@@ -29,6 +29,19 @@ export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __Metad
29
29
  * @see {@link ListDataSetsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An exception occurred with the service.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource couldn't be found.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The limit on the number of requests per second was exceeded.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The request was invalid.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListDataSetsCommand extends $Command<ListDataSetsCommandInput, ListDataSetsCommandOutput, DataExchangeClientResolvedConfig> {
34
47
  readonly input: ListDataSetsCommandInput;
@@ -29,6 +29,19 @@ export interface ListEventActionsCommandOutput extends ListEventActionsResponse,
29
29
  * @see {@link ListEventActionsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An exception occurred with the service.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource couldn't be found.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The limit on the number of requests per second was exceeded.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The request was invalid.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListEventActionsCommand extends $Command<ListEventActionsCommandInput, ListEventActionsCommandOutput, DataExchangeClientResolvedConfig> {
34
47
  readonly input: ListEventActionsCommandInput;
@@ -29,6 +29,19 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
29
29
  * @see {@link ListJobsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An exception occurred with the service.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource couldn't be found.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The limit on the number of requests per second was exceeded.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The request was invalid.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, DataExchangeClientResolvedConfig> {
34
47
  readonly input: ListJobsCommandInput;
@@ -29,6 +29,19 @@ export interface ListRevisionAssetsCommandOutput extends ListRevisionAssetsRespo
29
29
  * @see {@link ListRevisionAssetsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An exception occurred with the service.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>The resource couldn't be found.</p>
37
+ *
38
+ * @throws {@link ThrottlingException} (client fault)
39
+ * <p>The limit on the number of requests per second was exceeded.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>The request was invalid.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListRevisionAssetsCommand extends $Command<ListRevisionAssetsCommandInput, ListRevisionAssetsCommandOutput, DataExchangeClientResolvedConfig> {
34
47
  readonly input: ListRevisionAssetsCommandInput;
@@ -29,6 +29,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ *
32
33
  */
33
34
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DataExchangeClientResolvedConfig> {
34
35
  readonly input: ListTagsForResourceCommandInput;
@@ -29,6 +29,25 @@ export interface RevokeRevisionCommandOutput extends RevokeRevisionResponse, __M
29
29
  * @see {@link RevokeRevisionCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access to the resource is denied.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request couldn't be completed because it conflicted with the current state of the resource.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An exception occurred with the service.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource couldn't be found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The limit on the number of requests per second was exceeded.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The request was invalid.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class RevokeRevisionCommand extends $Command<RevokeRevisionCommandInput, RevokeRevisionCommandOutput, DataExchangeClientResolvedConfig> {
34
53
  readonly input: RevokeRevisionCommandInput;
@@ -29,6 +29,22 @@ export interface SendApiAssetCommandOutput extends SendApiAssetResponse, __Metad
29
29
  * @see {@link SendApiAssetCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access to the resource is denied.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An exception occurred with the service.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource couldn't be found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The limit on the number of requests per second was exceeded.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The request was invalid.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class SendApiAssetCommand extends $Command<SendApiAssetCommandInput, SendApiAssetCommandOutput, DataExchangeClientResolvedConfig> {
34
50
  readonly input: SendApiAssetCommandInput;
@@ -29,6 +29,25 @@ export interface StartJobCommandOutput extends StartJobResponse, __MetadataBeare
29
29
  * @see {@link StartJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access to the resource is denied.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request couldn't be completed because it conflicted with the current state of the resource.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An exception occurred with the service.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource couldn't be found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The limit on the number of requests per second was exceeded.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The request was invalid.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class StartJobCommand extends $Command<StartJobCommandInput, StartJobCommandOutput, DataExchangeClientResolvedConfig> {
34
53
  readonly input: StartJobCommandInput;
@@ -29,6 +29,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
29
29
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ *
32
33
  */
33
34
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, DataExchangeClientResolvedConfig> {
34
35
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ *
32
33
  */
33
34
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, DataExchangeClientResolvedConfig> {
34
35
  readonly input: UntagResourceCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateAssetCommandOutput extends UpdateAssetResponse, __Metadat
29
29
  * @see {@link UpdateAssetCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access to the resource is denied.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request couldn't be completed because it conflicted with the current state of the resource.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An exception occurred with the service.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource couldn't be found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The limit on the number of requests per second was exceeded.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The request was invalid.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class UpdateAssetCommand extends $Command<UpdateAssetCommandInput, UpdateAssetCommandOutput, DataExchangeClientResolvedConfig> {
34
53
  readonly input: UpdateAssetCommandInput;
@@ -29,6 +29,22 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met
29
29
  * @see {@link UpdateDataSetCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access to the resource is denied.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An exception occurred with the service.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource couldn't be found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The limit on the number of requests per second was exceeded.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The request was invalid.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class UpdateDataSetCommand extends $Command<UpdateDataSetCommandInput, UpdateDataSetCommandOutput, DataExchangeClientResolvedConfig> {
34
50
  readonly input: UpdateDataSetCommandInput;
@@ -29,6 +29,22 @@ export interface UpdateEventActionCommandOutput extends UpdateEventActionRespons
29
29
  * @see {@link UpdateEventActionCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access to the resource is denied.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An exception occurred with the service.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The resource couldn't be found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The limit on the number of requests per second was exceeded.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The request was invalid.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class UpdateEventActionCommand extends $Command<UpdateEventActionCommandInput, UpdateEventActionCommandOutput, DataExchangeClientResolvedConfig> {
34
50
  readonly input: UpdateEventActionCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateRevisionCommandOutput extends UpdateRevisionResponse, __M
29
29
  * @see {@link UpdateRevisionCommandOutput} for command's `response` shape.
30
30
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access to the resource is denied.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request couldn't be completed because it conflicted with the current state of the resource.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An exception occurred with the service.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The resource couldn't be found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The limit on the number of requests per second was exceeded.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The request was invalid.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class UpdateRevisionCommand extends $Command<UpdateRevisionCommandInput, UpdateRevisionCommandOutput, DataExchangeClientResolvedConfig> {
34
53
  readonly input: UpdateRevisionCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-dataexchange",
3
3
  "description": "AWS SDK for JavaScript Dataexchange Client for Node.js, Browser and React Native",
4
- "version": "3.288.0",
4
+ "version": "3.290.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,37 +20,37 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.288.0",
24
- "@aws-sdk/config-resolver": "3.287.0",
25
- "@aws-sdk/credential-provider-node": "3.288.0",
26
- "@aws-sdk/fetch-http-handler": "3.282.0",
27
- "@aws-sdk/hash-node": "3.272.0",
28
- "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.282.0",
30
- "@aws-sdk/middleware-endpoint": "3.282.0",
31
- "@aws-sdk/middleware-host-header": "3.282.0",
32
- "@aws-sdk/middleware-logger": "3.288.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
- "@aws-sdk/middleware-retry": "3.287.0",
35
- "@aws-sdk/middleware-serde": "3.272.0",
36
- "@aws-sdk/middleware-signing": "3.282.0",
37
- "@aws-sdk/middleware-stack": "3.272.0",
38
- "@aws-sdk/middleware-user-agent": "3.282.0",
39
- "@aws-sdk/node-config-provider": "3.287.0",
40
- "@aws-sdk/node-http-handler": "3.282.0",
41
- "@aws-sdk/protocol-http": "3.282.0",
42
- "@aws-sdk/smithy-client": "3.279.0",
43
- "@aws-sdk/types": "3.272.0",
44
- "@aws-sdk/url-parser": "3.272.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.287.0",
50
- "@aws-sdk/util-endpoints": "3.272.0",
51
- "@aws-sdk/util-retry": "3.272.0",
52
- "@aws-sdk/util-user-agent-browser": "3.282.0",
53
- "@aws-sdk/util-user-agent-node": "3.287.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
53
+ "@aws-sdk/util-user-agent-node": "3.290.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1"
56
56
  },