@aws-sdk/client-dataexchange 3.477.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 (145) 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-cjs/pagination/ListDataSetRevisionsPaginator.js +2 -24
  33. package/dist-cjs/pagination/ListDataSetsPaginator.js +2 -24
  34. package/dist-cjs/pagination/ListEventActionsPaginator.js +2 -24
  35. package/dist-cjs/pagination/ListJobsPaginator.js +2 -24
  36. package/dist-cjs/pagination/ListRevisionAssetsPaginator.js +2 -24
  37. package/dist-es/commands/CancelJobCommand.js +18 -41
  38. package/dist-es/commands/CreateDataSetCommand.js +18 -41
  39. package/dist-es/commands/CreateEventActionCommand.js +18 -41
  40. package/dist-es/commands/CreateJobCommand.js +18 -41
  41. package/dist-es/commands/CreateRevisionCommand.js +18 -41
  42. package/dist-es/commands/DeleteAssetCommand.js +18 -41
  43. package/dist-es/commands/DeleteDataSetCommand.js +18 -41
  44. package/dist-es/commands/DeleteEventActionCommand.js +18 -41
  45. package/dist-es/commands/DeleteRevisionCommand.js +18 -41
  46. package/dist-es/commands/GetAssetCommand.js +18 -41
  47. package/dist-es/commands/GetDataSetCommand.js +18 -41
  48. package/dist-es/commands/GetEventActionCommand.js +18 -41
  49. package/dist-es/commands/GetJobCommand.js +18 -41
  50. package/dist-es/commands/GetRevisionCommand.js +18 -41
  51. package/dist-es/commands/ListDataSetRevisionsCommand.js +18 -41
  52. package/dist-es/commands/ListDataSetsCommand.js +18 -41
  53. package/dist-es/commands/ListEventActionsCommand.js +18 -41
  54. package/dist-es/commands/ListJobsCommand.js +18 -41
  55. package/dist-es/commands/ListRevisionAssetsCommand.js +18 -41
  56. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  57. package/dist-es/commands/RevokeRevisionCommand.js +18 -41
  58. package/dist-es/commands/SendApiAssetCommand.js +18 -41
  59. package/dist-es/commands/SendDataSetNotificationCommand.js +18 -41
  60. package/dist-es/commands/StartJobCommand.js +18 -41
  61. package/dist-es/commands/TagResourceCommand.js +18 -41
  62. package/dist-es/commands/UntagResourceCommand.js +18 -41
  63. package/dist-es/commands/UpdateAssetCommand.js +18 -41
  64. package/dist-es/commands/UpdateDataSetCommand.js +18 -41
  65. package/dist-es/commands/UpdateEventActionCommand.js +18 -41
  66. package/dist-es/commands/UpdateRevisionCommand.js +18 -41
  67. package/dist-es/endpoint/EndpointParameters.js +6 -0
  68. package/dist-es/pagination/ListDataSetRevisionsPaginator.js +2 -23
  69. package/dist-es/pagination/ListDataSetsPaginator.js +2 -23
  70. package/dist-es/pagination/ListEventActionsPaginator.js +2 -23
  71. package/dist-es/pagination/ListJobsPaginator.js +2 -23
  72. package/dist-es/pagination/ListRevisionAssetsPaginator.js +2 -23
  73. package/dist-types/commands/CancelJobCommand.d.ts +6 -21
  74. package/dist-types/commands/CreateDataSetCommand.d.ts +6 -21
  75. package/dist-types/commands/CreateEventActionCommand.d.ts +6 -21
  76. package/dist-types/commands/CreateJobCommand.d.ts +6 -21
  77. package/dist-types/commands/CreateRevisionCommand.d.ts +6 -21
  78. package/dist-types/commands/DeleteAssetCommand.d.ts +6 -21
  79. package/dist-types/commands/DeleteDataSetCommand.d.ts +6 -21
  80. package/dist-types/commands/DeleteEventActionCommand.d.ts +6 -21
  81. package/dist-types/commands/DeleteRevisionCommand.d.ts +6 -21
  82. package/dist-types/commands/GetAssetCommand.d.ts +6 -21
  83. package/dist-types/commands/GetDataSetCommand.d.ts +6 -21
  84. package/dist-types/commands/GetEventActionCommand.d.ts +6 -21
  85. package/dist-types/commands/GetJobCommand.d.ts +6 -21
  86. package/dist-types/commands/GetRevisionCommand.d.ts +6 -21
  87. package/dist-types/commands/ListDataSetRevisionsCommand.d.ts +6 -21
  88. package/dist-types/commands/ListDataSetsCommand.d.ts +6 -21
  89. package/dist-types/commands/ListEventActionsCommand.d.ts +6 -21
  90. package/dist-types/commands/ListJobsCommand.d.ts +6 -21
  91. package/dist-types/commands/ListRevisionAssetsCommand.d.ts +6 -21
  92. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  93. package/dist-types/commands/RevokeRevisionCommand.d.ts +6 -21
  94. package/dist-types/commands/SendApiAssetCommand.d.ts +6 -21
  95. package/dist-types/commands/SendDataSetNotificationCommand.d.ts +6 -21
  96. package/dist-types/commands/StartJobCommand.d.ts +6 -21
  97. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  98. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  99. package/dist-types/commands/UpdateAssetCommand.d.ts +6 -21
  100. package/dist-types/commands/UpdateDataSetCommand.d.ts +6 -21
  101. package/dist-types/commands/UpdateEventActionCommand.d.ts +6 -21
  102. package/dist-types/commands/UpdateRevisionCommand.d.ts +6 -21
  103. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  104. package/dist-types/pagination/ListDataSetRevisionsPaginator.d.ts +1 -1
  105. package/dist-types/pagination/ListDataSetsPaginator.d.ts +1 -1
  106. package/dist-types/pagination/ListEventActionsPaginator.d.ts +1 -1
  107. package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
  108. package/dist-types/pagination/ListRevisionAssetsPaginator.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/CreateEventActionCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/CreateRevisionCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/DeleteEventActionCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/DeleteRevisionCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/GetDataSetCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/GetEventActionCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +12 -23
  122. package/dist-types/ts3.4/commands/GetRevisionCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/ListDataSetRevisionsCommand.d.ts +12 -24
  124. package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/ListEventActionsCommand.d.ts +14 -23
  126. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/ListRevisionAssetsCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  129. package/dist-types/ts3.4/commands/RevokeRevisionCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/SendApiAssetCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/SendDataSetNotificationCommand.d.ts +12 -24
  132. package/dist-types/ts3.4/commands/StartJobCommand.d.ts +14 -23
  133. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  134. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  135. package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +14 -23
  136. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +14 -23
  137. package/dist-types/ts3.4/commands/UpdateEventActionCommand.d.ts +14 -23
  138. package/dist-types/ts3.4/commands/UpdateRevisionCommand.d.ts +14 -23
  139. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  140. package/dist-types/ts3.4/pagination/ListDataSetRevisionsPaginator.d.ts +3 -3
  141. package/dist-types/ts3.4/pagination/ListDataSetsPaginator.d.ts +3 -3
  142. package/dist-types/ts3.4/pagination/ListEventActionsPaginator.d.ts +3 -3
  143. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +3 -3
  144. package/dist-types/ts3.4/pagination/ListRevisionAssetsPaginator.d.ts +3 -3
  145. package/package.json +11 -11
@@ -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 { UpdateAssetRequest, UpdateAssetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateAssetCommandInput extends UpdateAssetRequest {
21
20
  */
22
21
  export interface UpdateAssetCommandOutput extends UpdateAssetResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateAssetCommand_base: {
24
+ new (input: UpdateAssetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAssetCommandInput, UpdateAssetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation updates an asset.</p>
@@ -150,23 +153,5 @@ export interface UpdateAssetCommandOutput extends UpdateAssetResponse, __Metadat
150
153
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
151
154
  *
152
155
  */
153
- export declare class UpdateAssetCommand extends $Command<UpdateAssetCommandInput, UpdateAssetCommandOutput, DataExchangeClientResolvedConfig> {
154
- readonly input: UpdateAssetCommandInput;
155
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
156
- /**
157
- * @public
158
- */
159
- constructor(input: UpdateAssetCommandInput);
160
- /**
161
- * @internal
162
- */
163
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAssetCommandInput, UpdateAssetCommandOutput>;
164
- /**
165
- * @internal
166
- */
167
- private serialize;
168
- /**
169
- * @internal
170
- */
171
- private deserialize;
156
+ export declare class UpdateAssetCommand extends UpdateAssetCommand_base {
172
157
  }
@@ -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 { UpdateDataSetRequest, UpdateDataSetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateDataSetCommandInput extends UpdateDataSetRequest {
21
20
  */
22
21
  export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateDataSetCommand_base: {
24
+ new (input: UpdateDataSetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataSetCommandInput, UpdateDataSetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation updates a data set.</p>
@@ -79,23 +82,5 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met
79
82
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
80
83
  *
81
84
  */
82
- export declare class UpdateDataSetCommand extends $Command<UpdateDataSetCommandInput, UpdateDataSetCommandOutput, DataExchangeClientResolvedConfig> {
83
- readonly input: UpdateDataSetCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: UpdateDataSetCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDataSetCommandInput, UpdateDataSetCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class UpdateDataSetCommand extends UpdateDataSetCommand_base {
101
86
  }
@@ -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 { UpdateEventActionRequest, UpdateEventActionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateEventActionCommandInput extends UpdateEventActionRequest
21
20
  */
22
21
  export interface UpdateEventActionCommandOutput extends UpdateEventActionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateEventActionCommand_base: {
24
+ new (input: UpdateEventActionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventActionCommandInput, UpdateEventActionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation updates the event action.</p>
@@ -98,23 +101,5 @@ export interface UpdateEventActionCommandOutput extends UpdateEventActionRespons
98
101
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
99
102
  *
100
103
  */
101
- export declare class UpdateEventActionCommand extends $Command<UpdateEventActionCommandInput, UpdateEventActionCommandOutput, DataExchangeClientResolvedConfig> {
102
- readonly input: UpdateEventActionCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: UpdateEventActionCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEventActionCommandInput, UpdateEventActionCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
104
+ export declare class UpdateEventActionCommand extends UpdateEventActionCommand_base {
120
105
  }
@@ -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 { UpdateRevisionRequest, UpdateRevisionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateRevisionCommandInput extends UpdateRevisionRequest {
21
20
  */
22
21
  export interface UpdateRevisionCommandOutput extends UpdateRevisionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateRevisionCommand_base: {
24
+ new (input: UpdateRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRevisionCommandInput, UpdateRevisionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation updates a revision.</p>
@@ -82,23 +85,5 @@ export interface UpdateRevisionCommandOutput extends UpdateRevisionResponse, __M
82
85
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
83
86
  *
84
87
  */
85
- export declare class UpdateRevisionCommand extends $Command<UpdateRevisionCommandInput, UpdateRevisionCommandOutput, DataExchangeClientResolvedConfig> {
86
- readonly input: UpdateRevisionCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: UpdateRevisionCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRevisionCommandInput, UpdateRevisionCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class UpdateRevisionCommand extends UpdateRevisionCommand_base {
104
89
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { DataExchangePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListDataSetRevisions(config: DataExchangePaginationConfiguration, input: ListDataSetRevisionsCommandInput, ...additionalArguments: any): Paginator<ListDataSetRevisionsCommandOutput>;
7
+ export declare const paginateListDataSetRevisions: (config: DataExchangePaginationConfiguration, input: ListDataSetRevisionsCommandInput, ...rest: any[]) => Paginator<ListDataSetRevisionsCommandOutput>;
@@ -4,4 +4,4 @@ import { DataExchangePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListDataSets(config: DataExchangePaginationConfiguration, input: ListDataSetsCommandInput, ...additionalArguments: any): Paginator<ListDataSetsCommandOutput>;
7
+ export declare const paginateListDataSets: (config: DataExchangePaginationConfiguration, input: ListDataSetsCommandInput, ...rest: any[]) => Paginator<ListDataSetsCommandOutput>;
@@ -4,4 +4,4 @@ import { DataExchangePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListEventActions(config: DataExchangePaginationConfiguration, input: ListEventActionsCommandInput, ...additionalArguments: any): Paginator<ListEventActionsCommandOutput>;
7
+ export declare const paginateListEventActions: (config: DataExchangePaginationConfiguration, input: ListEventActionsCommandInput, ...rest: any[]) => Paginator<ListEventActionsCommandOutput>;
@@ -4,4 +4,4 @@ import { DataExchangePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListJobs(config: DataExchangePaginationConfiguration, input: ListJobsCommandInput, ...additionalArguments: any): Paginator<ListJobsCommandOutput>;
7
+ export declare const paginateListJobs: (config: DataExchangePaginationConfiguration, input: ListJobsCommandInput, ...rest: any[]) => Paginator<ListJobsCommandOutput>;
@@ -4,4 +4,4 @@ import { DataExchangePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListRevisionAssets(config: DataExchangePaginationConfiguration, input: ListRevisionAssetsCommandInput, ...additionalArguments: any): Paginator<ListRevisionAssetsCommandOutput>;
7
+ export declare const paginateListRevisionAssets: (config: DataExchangePaginationConfiguration, input: ListRevisionAssetsCommandInput, ...rest: any[]) => Paginator<ListRevisionAssetsCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DataExchangeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import { CancelJobRequest } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface CancelJobCommandInput extends CancelJobRequest {}
17
11
  export interface CancelJobCommandOutput extends __MetadataBearer {}
18
- export declare class CancelJobCommand extends $Command<
19
- CancelJobCommandInput,
20
- CancelJobCommandOutput,
21
- DataExchangeClientResolvedConfig
22
- > {
23
- readonly input: CancelJobCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: CancelJobCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: DataExchangeClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<CancelJobCommandInput, CancelJobCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const CancelJobCommand_base: {
13
+ new (
14
+ input: CancelJobCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ CancelJobCommandInput,
17
+ CancelJobCommandOutput,
18
+ DataExchangeClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class CancelJobCommand extends CancelJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DataExchangeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateDataSetCommandInput extends CreateDataSetRequest {}
20
14
  export interface CreateDataSetCommandOutput
21
15
  extends CreateDataSetResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateDataSetCommand extends $Command<
24
- CreateDataSetCommandInput,
25
- CreateDataSetCommandOutput,
26
- DataExchangeClientResolvedConfig
27
- > {
28
- readonly input: CreateDataSetCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateDataSetCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DataExchangeClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateDataSetCommandInput, CreateDataSetCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateDataSetCommand_base: {
18
+ new (
19
+ input: CreateDataSetCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateDataSetCommandInput,
22
+ CreateDataSetCommandOutput,
23
+ DataExchangeClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateDataSetCommand extends CreateDataSetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DataExchangeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CreateEventActionCommandInput
21
15
  export interface CreateEventActionCommandOutput
22
16
  extends CreateEventActionResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateEventActionCommand extends $Command<
25
- CreateEventActionCommandInput,
26
- CreateEventActionCommandOutput,
27
- DataExchangeClientResolvedConfig
28
- > {
29
- readonly input: CreateEventActionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateEventActionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DataExchangeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateEventActionCommandInput, CreateEventActionCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateEventActionCommand_base: {
19
+ new (
20
+ input: CreateEventActionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateEventActionCommandInput,
23
+ CreateEventActionCommandOutput,
24
+ DataExchangeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateEventActionCommand extends CreateEventActionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DataExchangeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CreateJobCommandInput extends CreateJobRequest {}
17
11
  export interface CreateJobCommandOutput
18
12
  extends CreateJobResponse,
19
13
  __MetadataBearer {}
20
- export declare class CreateJobCommand extends $Command<
21
- CreateJobCommandInput,
22
- CreateJobCommandOutput,
23
- DataExchangeClientResolvedConfig
24
- > {
25
- readonly input: CreateJobCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateJobCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: DataExchangeClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateJobCommandInput, CreateJobCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateJobCommand_base: {
15
+ new (
16
+ input: CreateJobCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateJobCommandInput,
19
+ CreateJobCommandOutput,
20
+ DataExchangeClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateJobCommand extends CreateJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DataExchangeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateRevisionCommandInput extends CreateRevisionRequest {}
20
14
  export interface CreateRevisionCommandOutput
21
15
  extends CreateRevisionResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateRevisionCommand extends $Command<
24
- CreateRevisionCommandInput,
25
- CreateRevisionCommandOutput,
26
- DataExchangeClientResolvedConfig
27
- > {
28
- readonly input: CreateRevisionCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateRevisionCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DataExchangeClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateRevisionCommandInput, CreateRevisionCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateRevisionCommand_base: {
18
+ new (
19
+ input: CreateRevisionCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateRevisionCommandInput,
22
+ CreateRevisionCommandOutput,
23
+ DataExchangeClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateRevisionCommand extends CreateRevisionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DataExchangeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import { DeleteAssetRequest } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteAssetCommandInput extends DeleteAssetRequest {}
17
11
  export interface DeleteAssetCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteAssetCommand extends $Command<
19
- DeleteAssetCommandInput,
20
- DeleteAssetCommandOutput,
21
- DataExchangeClientResolvedConfig
22
- > {
23
- readonly input: DeleteAssetCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteAssetCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: DataExchangeClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteAssetCommandInput, DeleteAssetCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteAssetCommand_base: {
13
+ new (
14
+ input: DeleteAssetCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteAssetCommandInput,
17
+ DeleteAssetCommandOutput,
18
+ DataExchangeClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteAssetCommand extends DeleteAssetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DataExchangeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import { DeleteDataSetRequest } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteDataSetCommandInput extends DeleteDataSetRequest {}
17
11
  export interface DeleteDataSetCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteDataSetCommand extends $Command<
19
- DeleteDataSetCommandInput,
20
- DeleteDataSetCommandOutput,
21
- DataExchangeClientResolvedConfig
22
- > {
23
- readonly input: DeleteDataSetCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteDataSetCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: DataExchangeClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteDataSetCommandInput, DeleteDataSetCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteDataSetCommand_base: {
13
+ new (
14
+ input: DeleteDataSetCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteDataSetCommandInput,
17
+ DeleteDataSetCommandOutput,
18
+ DataExchangeClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteDataSetCommand extends DeleteDataSetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DataExchangeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -16,19 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface DeleteEventActionCommandInput
17
11
  extends DeleteEventActionRequest {}
18
12
  export interface DeleteEventActionCommandOutput extends __MetadataBearer {}
19
- export declare class DeleteEventActionCommand extends $Command<
20
- DeleteEventActionCommandInput,
21
- DeleteEventActionCommandOutput,
22
- DataExchangeClientResolvedConfig
23
- > {
24
- readonly input: DeleteEventActionCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: DeleteEventActionCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: DataExchangeClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<DeleteEventActionCommandInput, DeleteEventActionCommandOutput>;
32
- private serialize;
33
- private deserialize;
34
- }
13
+ declare const DeleteEventActionCommand_base: {
14
+ new (
15
+ input: DeleteEventActionCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
17
+ DeleteEventActionCommandInput,
18
+ DeleteEventActionCommandOutput,
19
+ DataExchangeClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
22
+ >;
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class DeleteEventActionCommand extends DeleteEventActionCommand_base {}