@aws-sdk/client-dataexchange 3.478.0 → 3.481.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 (125) hide show
  1. package/dist-cjs/commands/CancelJobCommand.js +18 -41
  2. package/dist-cjs/commands/CreateDataSetCommand.js +18 -41
  3. package/dist-cjs/commands/CreateEventActionCommand.js +18 -41
  4. package/dist-cjs/commands/CreateJobCommand.js +18 -41
  5. package/dist-cjs/commands/CreateRevisionCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteAssetCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteDataSetCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteEventActionCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteRevisionCommand.js +18 -41
  10. package/dist-cjs/commands/GetAssetCommand.js +18 -41
  11. package/dist-cjs/commands/GetDataSetCommand.js +18 -41
  12. package/dist-cjs/commands/GetEventActionCommand.js +18 -41
  13. package/dist-cjs/commands/GetJobCommand.js +18 -41
  14. package/dist-cjs/commands/GetRevisionCommand.js +18 -41
  15. package/dist-cjs/commands/ListDataSetRevisionsCommand.js +18 -41
  16. package/dist-cjs/commands/ListDataSetsCommand.js +18 -41
  17. package/dist-cjs/commands/ListEventActionsCommand.js +18 -41
  18. package/dist-cjs/commands/ListJobsCommand.js +18 -41
  19. package/dist-cjs/commands/ListRevisionAssetsCommand.js +18 -41
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  21. package/dist-cjs/commands/RevokeRevisionCommand.js +18 -41
  22. package/dist-cjs/commands/SendApiAssetCommand.js +18 -41
  23. package/dist-cjs/commands/SendDataSetNotificationCommand.js +18 -41
  24. package/dist-cjs/commands/StartJobCommand.js +18 -41
  25. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  26. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  27. package/dist-cjs/commands/UpdateAssetCommand.js +18 -41
  28. package/dist-cjs/commands/UpdateDataSetCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateEventActionCommand.js +18 -41
  30. package/dist-cjs/commands/UpdateRevisionCommand.js +18 -41
  31. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  32. package/dist-es/commands/CancelJobCommand.js +18 -41
  33. package/dist-es/commands/CreateDataSetCommand.js +18 -41
  34. package/dist-es/commands/CreateEventActionCommand.js +18 -41
  35. package/dist-es/commands/CreateJobCommand.js +18 -41
  36. package/dist-es/commands/CreateRevisionCommand.js +18 -41
  37. package/dist-es/commands/DeleteAssetCommand.js +18 -41
  38. package/dist-es/commands/DeleteDataSetCommand.js +18 -41
  39. package/dist-es/commands/DeleteEventActionCommand.js +18 -41
  40. package/dist-es/commands/DeleteRevisionCommand.js +18 -41
  41. package/dist-es/commands/GetAssetCommand.js +18 -41
  42. package/dist-es/commands/GetDataSetCommand.js +18 -41
  43. package/dist-es/commands/GetEventActionCommand.js +18 -41
  44. package/dist-es/commands/GetJobCommand.js +18 -41
  45. package/dist-es/commands/GetRevisionCommand.js +18 -41
  46. package/dist-es/commands/ListDataSetRevisionsCommand.js +18 -41
  47. package/dist-es/commands/ListDataSetsCommand.js +18 -41
  48. package/dist-es/commands/ListEventActionsCommand.js +18 -41
  49. package/dist-es/commands/ListJobsCommand.js +18 -41
  50. package/dist-es/commands/ListRevisionAssetsCommand.js +18 -41
  51. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  52. package/dist-es/commands/RevokeRevisionCommand.js +18 -41
  53. package/dist-es/commands/SendApiAssetCommand.js +18 -41
  54. package/dist-es/commands/SendDataSetNotificationCommand.js +18 -41
  55. package/dist-es/commands/StartJobCommand.js +18 -41
  56. package/dist-es/commands/TagResourceCommand.js +18 -41
  57. package/dist-es/commands/UntagResourceCommand.js +18 -41
  58. package/dist-es/commands/UpdateAssetCommand.js +18 -41
  59. package/dist-es/commands/UpdateDataSetCommand.js +18 -41
  60. package/dist-es/commands/UpdateEventActionCommand.js +18 -41
  61. package/dist-es/commands/UpdateRevisionCommand.js +18 -41
  62. package/dist-es/endpoint/EndpointParameters.js +6 -0
  63. package/dist-types/commands/CancelJobCommand.d.ts +6 -21
  64. package/dist-types/commands/CreateDataSetCommand.d.ts +6 -21
  65. package/dist-types/commands/CreateEventActionCommand.d.ts +6 -21
  66. package/dist-types/commands/CreateJobCommand.d.ts +6 -21
  67. package/dist-types/commands/CreateRevisionCommand.d.ts +6 -21
  68. package/dist-types/commands/DeleteAssetCommand.d.ts +6 -21
  69. package/dist-types/commands/DeleteDataSetCommand.d.ts +6 -21
  70. package/dist-types/commands/DeleteEventActionCommand.d.ts +6 -21
  71. package/dist-types/commands/DeleteRevisionCommand.d.ts +6 -21
  72. package/dist-types/commands/GetAssetCommand.d.ts +6 -21
  73. package/dist-types/commands/GetDataSetCommand.d.ts +6 -21
  74. package/dist-types/commands/GetEventActionCommand.d.ts +6 -21
  75. package/dist-types/commands/GetJobCommand.d.ts +6 -21
  76. package/dist-types/commands/GetRevisionCommand.d.ts +6 -21
  77. package/dist-types/commands/ListDataSetRevisionsCommand.d.ts +6 -21
  78. package/dist-types/commands/ListDataSetsCommand.d.ts +6 -21
  79. package/dist-types/commands/ListEventActionsCommand.d.ts +6 -21
  80. package/dist-types/commands/ListJobsCommand.d.ts +6 -21
  81. package/dist-types/commands/ListRevisionAssetsCommand.d.ts +6 -21
  82. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  83. package/dist-types/commands/RevokeRevisionCommand.d.ts +6 -21
  84. package/dist-types/commands/SendApiAssetCommand.d.ts +6 -21
  85. package/dist-types/commands/SendDataSetNotificationCommand.d.ts +6 -21
  86. package/dist-types/commands/StartJobCommand.d.ts +6 -21
  87. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  88. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  89. package/dist-types/commands/UpdateAssetCommand.d.ts +6 -21
  90. package/dist-types/commands/UpdateDataSetCommand.d.ts +6 -21
  91. package/dist-types/commands/UpdateEventActionCommand.d.ts +6 -21
  92. package/dist-types/commands/UpdateRevisionCommand.d.ts +6 -21
  93. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  94. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/CreateEventActionCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/CreateRevisionCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/DeleteEventActionCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/DeleteRevisionCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/GetDataSetCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/GetEventActionCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +12 -23
  107. package/dist-types/ts3.4/commands/GetRevisionCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/ListDataSetRevisionsCommand.d.ts +12 -24
  109. package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/ListEventActionsCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/ListRevisionAssetsCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/RevokeRevisionCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/SendApiAssetCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/SendDataSetNotificationCommand.d.ts +12 -24
  117. package/dist-types/ts3.4/commands/StartJobCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/UpdateEventActionCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/UpdateRevisionCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  125. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
4
  import { DeleteAssetRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteAssetCommandInput extends DeleteAssetRequest {
21
20
  */
22
21
  export interface DeleteAssetCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteAssetCommand_base: {
24
+ new (input: DeleteAssetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAssetCommandInput, DeleteAssetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation deletes an asset.</p>
@@ -69,23 +72,5 @@ export interface DeleteAssetCommandOutput extends __MetadataBearer {
69
72
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
70
73
  *
71
74
  */
72
- export declare class DeleteAssetCommand extends $Command<DeleteAssetCommandInput, DeleteAssetCommandOutput, DataExchangeClientResolvedConfig> {
73
- readonly input: DeleteAssetCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: DeleteAssetCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAssetCommandInput, DeleteAssetCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class DeleteAssetCommand extends DeleteAssetCommand_base {
91
76
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
4
  import { DeleteDataSetRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDataSetCommandInput extends DeleteDataSetRequest {
21
20
  */
22
21
  export interface DeleteDataSetCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteDataSetCommand_base: {
24
+ new (input: DeleteDataSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataSetCommandInput, DeleteDataSetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation deletes a data set.</p>
@@ -67,23 +70,5 @@ export interface DeleteDataSetCommandOutput extends __MetadataBearer {
67
70
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
68
71
  *
69
72
  */
70
- export declare class DeleteDataSetCommand extends $Command<DeleteDataSetCommandInput, DeleteDataSetCommandOutput, DataExchangeClientResolvedConfig> {
71
- readonly input: DeleteDataSetCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DeleteDataSetCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDataSetCommandInput, DeleteDataSetCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DeleteDataSetCommand extends DeleteDataSetCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
4
  import { DeleteEventActionRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteEventActionCommandInput extends DeleteEventActionRequest
21
20
  */
22
21
  export interface DeleteEventActionCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteEventActionCommand_base: {
24
+ new (input: DeleteEventActionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventActionCommandInput, DeleteEventActionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation deletes the event action.</p>
@@ -61,23 +64,5 @@ export interface DeleteEventActionCommandOutput extends __MetadataBearer {
61
64
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
62
65
  *
63
66
  */
64
- export declare class DeleteEventActionCommand extends $Command<DeleteEventActionCommandInput, DeleteEventActionCommandOutput, DataExchangeClientResolvedConfig> {
65
- readonly input: DeleteEventActionCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: DeleteEventActionCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEventActionCommandInput, DeleteEventActionCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class DeleteEventActionCommand extends DeleteEventActionCommand_base {
83
68
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
4
  import { DeleteRevisionRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteRevisionCommandInput extends DeleteRevisionRequest {
21
20
  */
22
21
  export interface DeleteRevisionCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteRevisionCommand_base: {
24
+ new (input: DeleteRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRevisionCommandInput, DeleteRevisionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation deletes a revision.</p>
@@ -68,23 +71,5 @@ export interface DeleteRevisionCommandOutput extends __MetadataBearer {
68
71
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
69
72
  *
70
73
  */
71
- export declare class DeleteRevisionCommand extends $Command<DeleteRevisionCommandInput, DeleteRevisionCommandOutput, DataExchangeClientResolvedConfig> {
72
- readonly input: DeleteRevisionCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: DeleteRevisionCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRevisionCommandInput, DeleteRevisionCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class DeleteRevisionCommand extends DeleteRevisionCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
4
  import { GetAssetRequest, GetAssetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetAssetCommandInput extends GetAssetRequest {
21
20
  */
22
21
  export interface GetAssetCommandOutput extends GetAssetResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetAssetCommand_base: {
24
+ new (input: GetAssetCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssetCommandInput, GetAssetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation returns information about an asset.</p>
@@ -143,23 +146,5 @@ export interface GetAssetCommandOutput extends GetAssetResponse, __MetadataBeare
143
146
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
144
147
  *
145
148
  */
146
- export declare class GetAssetCommand extends $Command<GetAssetCommandInput, GetAssetCommandOutput, DataExchangeClientResolvedConfig> {
147
- readonly input: GetAssetCommandInput;
148
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
149
- /**
150
- * @public
151
- */
152
- constructor(input: GetAssetCommandInput);
153
- /**
154
- * @internal
155
- */
156
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAssetCommandInput, GetAssetCommandOutput>;
157
- /**
158
- * @internal
159
- */
160
- private serialize;
161
- /**
162
- * @internal
163
- */
164
- private deserialize;
149
+ export declare class GetAssetCommand extends GetAssetCommand_base {
165
150
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
4
  import { GetDataSetRequest, GetDataSetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDataSetCommandInput extends GetDataSetRequest {
21
20
  */
22
21
  export interface GetDataSetCommandOutput extends GetDataSetResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDataSetCommand_base: {
24
+ new (input: GetDataSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataSetCommandInput, GetDataSetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation returns information about a data set.</p>
@@ -77,23 +80,5 @@ export interface GetDataSetCommandOutput extends GetDataSetResponse, __MetadataB
77
80
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
78
81
  *
79
82
  */
80
- export declare class GetDataSetCommand extends $Command<GetDataSetCommandInput, GetDataSetCommandOutput, DataExchangeClientResolvedConfig> {
81
- readonly input: GetDataSetCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: GetDataSetCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataSetCommandInput, GetDataSetCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class GetDataSetCommand extends GetDataSetCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
4
  import { GetEventActionRequest, GetEventActionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetEventActionCommandInput extends GetEventActionRequest {
21
20
  */
22
21
  export interface GetEventActionCommandOutput extends GetEventActionResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetEventActionCommand_base: {
24
+ new (input: GetEventActionCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventActionCommandInput, GetEventActionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation retrieves information about an event action.</p>
@@ -83,23 +86,5 @@ export interface GetEventActionCommandOutput extends GetEventActionResponse, __M
83
86
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
84
87
  *
85
88
  */
86
- export declare class GetEventActionCommand extends $Command<GetEventActionCommandInput, GetEventActionCommandOutput, DataExchangeClientResolvedConfig> {
87
- readonly input: GetEventActionCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: GetEventActionCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEventActionCommandInput, GetEventActionCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class GetEventActionCommand extends GetEventActionCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
4
  import { GetJobRequest, GetJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetJobCommandInput extends GetJobRequest {
21
20
  */
22
21
  export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetJobCommand_base: {
24
+ new (input: GetJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobCommandInput, GetJobCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation returns information about a job.</p>
@@ -218,23 +221,5 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
218
221
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
219
222
  *
220
223
  */
221
- export declare class GetJobCommand extends $Command<GetJobCommandInput, GetJobCommandOutput, DataExchangeClientResolvedConfig> {
222
- readonly input: GetJobCommandInput;
223
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
224
- /**
225
- * @public
226
- */
227
- constructor(input: GetJobCommandInput);
228
- /**
229
- * @internal
230
- */
231
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetJobCommandInput, GetJobCommandOutput>;
232
- /**
233
- * @internal
234
- */
235
- private serialize;
236
- /**
237
- * @internal
238
- */
239
- private deserialize;
224
+ export declare class GetJobCommand extends GetJobCommand_base {
240
225
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
4
  import { GetRevisionRequest, GetRevisionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetRevisionCommandInput extends GetRevisionRequest {
21
20
  */
22
21
  export interface GetRevisionCommandOutput extends GetRevisionResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetRevisionCommand_base: {
24
+ new (input: GetRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<GetRevisionCommandInput, GetRevisionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation returns information about a revision.</p>
@@ -77,23 +80,5 @@ export interface GetRevisionCommandOutput extends GetRevisionResponse, __Metadat
77
80
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
78
81
  *
79
82
  */
80
- export declare class GetRevisionCommand extends $Command<GetRevisionCommandInput, GetRevisionCommandOutput, DataExchangeClientResolvedConfig> {
81
- readonly input: GetRevisionCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: GetRevisionCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRevisionCommandInput, GetRevisionCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class GetRevisionCommand extends GetRevisionCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
4
  import { ListDataSetRevisionsRequest, ListDataSetRevisionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDataSetRevisionsCommandInput extends ListDataSetRevisionsRe
21
20
  */
22
21
  export interface ListDataSetRevisionsCommandOutput extends ListDataSetRevisionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListDataSetRevisionsCommand_base: {
24
+ new (input: ListDataSetRevisionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataSetRevisionsCommandInput, ListDataSetRevisionsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation lists a data set's revisions sorted by CreatedAt in descending order.</p>
@@ -80,23 +83,5 @@ export interface ListDataSetRevisionsCommandOutput extends ListDataSetRevisionsR
80
83
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
81
84
  *
82
85
  */
83
- export declare class ListDataSetRevisionsCommand extends $Command<ListDataSetRevisionsCommandInput, ListDataSetRevisionsCommandOutput, DataExchangeClientResolvedConfig> {
84
- readonly input: ListDataSetRevisionsCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: ListDataSetRevisionsCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataSetRevisionsCommandInput, ListDataSetRevisionsCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class ListDataSetRevisionsCommand extends ListDataSetRevisionsCommand_base {
102
87
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
4
  import { ListDataSetsRequest, ListDataSetsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDataSetsCommandInput extends ListDataSetsRequest {
21
20
  */
22
21
  export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListDataSetsCommand_base: {
24
+ new (input: ListDataSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataSetsCommandInput, ListDataSetsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <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 and the maxResults parameter is ignored.</p>
@@ -81,23 +84,5 @@ export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __Metad
81
84
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
82
85
  *
83
86
  */
84
- export declare class ListDataSetsCommand extends $Command<ListDataSetsCommandInput, ListDataSetsCommandOutput, DataExchangeClientResolvedConfig> {
85
- readonly input: ListDataSetsCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ListDataSetsCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataSetsCommandInput, ListDataSetsCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ListDataSetsCommand extends ListDataSetsCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
4
  import { ListEventActionsRequest, ListEventActionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListEventActionsCommandInput extends ListEventActionsRequest {
21
20
  */
22
21
  export interface ListEventActionsCommandOutput extends ListEventActionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListEventActionsCommand_base: {
24
+ new (input: ListEventActionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventActionsCommandInput, ListEventActionsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation lists your event actions.</p>
@@ -90,23 +93,5 @@ export interface ListEventActionsCommandOutput extends ListEventActionsResponse,
90
93
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
91
94
  *
92
95
  */
93
- export declare class ListEventActionsCommand extends $Command<ListEventActionsCommandInput, ListEventActionsCommandOutput, DataExchangeClientResolvedConfig> {
94
- readonly input: ListEventActionsCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: ListEventActionsCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEventActionsCommandInput, ListEventActionsCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class ListEventActionsCommand extends ListEventActionsCommand_base {
112
97
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
4
  import { ListJobsRequest, ListJobsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListJobsCommandInput extends ListJobsRequest {
21
20
  */
22
21
  export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListJobsCommand_base: {
24
+ new (input: ListJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation lists your jobs sorted by CreatedAt in descending order.</p>
@@ -226,23 +229,5 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
226
229
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
227
230
  *
228
231
  */
229
- export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, DataExchangeClientResolvedConfig> {
230
- readonly input: ListJobsCommandInput;
231
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
232
- /**
233
- * @public
234
- */
235
- constructor(input: ListJobsCommandInput);
236
- /**
237
- * @internal
238
- */
239
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListJobsCommandInput, ListJobsCommandOutput>;
240
- /**
241
- * @internal
242
- */
243
- private serialize;
244
- /**
245
- * @internal
246
- */
247
- private deserialize;
232
+ export declare class ListJobsCommand extends ListJobsCommand_base {
248
233
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
4
  import { ListRevisionAssetsRequest, ListRevisionAssetsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListRevisionAssetsCommandInput extends ListRevisionAssetsReques
21
20
  */
22
21
  export interface ListRevisionAssetsCommandOutput extends ListRevisionAssetsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListRevisionAssetsCommand_base: {
24
+ new (input: ListRevisionAssetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRevisionAssetsCommandInput, ListRevisionAssetsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation lists a revision's assets sorted alphabetically in descending order.</p>
@@ -149,23 +152,5 @@ export interface ListRevisionAssetsCommandOutput extends ListRevisionAssetsRespo
149
152
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
150
153
  *
151
154
  */
152
- export declare class ListRevisionAssetsCommand extends $Command<ListRevisionAssetsCommandInput, ListRevisionAssetsCommandOutput, DataExchangeClientResolvedConfig> {
153
- readonly input: ListRevisionAssetsCommandInput;
154
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
155
- /**
156
- * @public
157
- */
158
- constructor(input: ListRevisionAssetsCommandInput);
159
- /**
160
- * @internal
161
- */
162
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRevisionAssetsCommandInput, ListRevisionAssetsCommandOutput>;
163
- /**
164
- * @internal
165
- */
166
- private serialize;
167
- /**
168
- * @internal
169
- */
170
- private deserialize;
155
+ export declare class ListRevisionAssetsCommand extends ListRevisionAssetsCommand_base {
171
156
  }