@aws-sdk/client-dataexchange 3.533.0 → 3.535.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/dist-types/DataExchange.d.ts +4 -1
- package/dist-types/DataExchangeClient.d.ts +1 -1
- package/dist-types/commands/CancelJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateDataSetCommand.d.ts +2 -1
- package/dist-types/commands/CreateEventActionCommand.d.ts +2 -1
- package/dist-types/commands/CreateJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateRevisionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAssetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDataSetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEventActionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRevisionCommand.d.ts +2 -1
- package/dist-types/commands/GetAssetCommand.d.ts +2 -1
- package/dist-types/commands/GetDataSetCommand.d.ts +2 -1
- package/dist-types/commands/GetEventActionCommand.d.ts +2 -1
- package/dist-types/commands/GetJobCommand.d.ts +2 -1
- package/dist-types/commands/GetRevisionCommand.d.ts +2 -1
- package/dist-types/commands/ListDataSetRevisionsCommand.d.ts +2 -1
- package/dist-types/commands/ListDataSetsCommand.d.ts +2 -1
- package/dist-types/commands/ListEventActionsCommand.d.ts +2 -1
- package/dist-types/commands/ListJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListRevisionAssetsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/RevokeRevisionCommand.d.ts +2 -1
- package/dist-types/commands/SendApiAssetCommand.d.ts +2 -1
- package/dist-types/commands/SendDataSetNotificationCommand.d.ts +2 -1
- package/dist-types/commands/StartJobCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAssetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEventActionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRevisionCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +553 -553
- package/dist-types/ts3.4/DataExchange.d.ts +3 -0
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEventActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRevisionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEventActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRevisionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDataSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEventActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/GetRevisionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDataSetRevisionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEventActionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRevisionAssetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RevokeRevisionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SendApiAssetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SendDataSetNotificationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateEventActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateRevisionCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateDataSetCommand_base: {
|
|
24
24
|
new (input: UpdateDataSetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataSetCommandInput, UpdateDataSetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateDataSetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataSetCommandInput, UpdateDataSetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation updates a data set.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -81,6 +81,7 @@ declare const UpdateDataSetCommand_base: {
|
|
|
81
81
|
* @throws {@link DataExchangeServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from DataExchange service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class UpdateDataSetCommand extends UpdateDataSetCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateEventActionCommandOutput extends UpdateEventActionRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateEventActionCommand_base: {
|
|
24
24
|
new (input: UpdateEventActionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventActionCommandInput, UpdateEventActionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateEventActionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventActionCommandInput, UpdateEventActionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation updates the event action.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -100,6 +100,7 @@ declare const UpdateEventActionCommand_base: {
|
|
|
100
100
|
* @throws {@link DataExchangeServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from DataExchange service.</p>
|
|
102
102
|
*
|
|
103
|
+
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class UpdateEventActionCommand extends UpdateEventActionCommand_base {
|
|
105
106
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateRevisionCommandOutput extends UpdateRevisionResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateRevisionCommand_base: {
|
|
24
24
|
new (input: UpdateRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRevisionCommandInput, UpdateRevisionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRevisionCommandInput, UpdateRevisionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation updates a revision.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -84,6 +84,7 @@ declare const UpdateRevisionCommand_base: {
|
|
|
84
84
|
* @throws {@link DataExchangeServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from DataExchange service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class UpdateRevisionCommand extends UpdateRevisionCommand_base {
|
|
89
90
|
}
|