@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,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListDataSetsCommand, } from "../commands/ListDataSetsCommand";
2
3
  import { DataExchangeClient } from "../DataExchangeClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListDataSetsCommand(input), ...args);
5
- };
6
- export async function* paginateListDataSets(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof DataExchangeClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected DataExchange | DataExchangeClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListDataSets = createPaginator(DataExchangeClient, ListDataSetsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListEventActionsCommand, } from "../commands/ListEventActionsCommand";
2
3
  import { DataExchangeClient } from "../DataExchangeClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListEventActionsCommand(input), ...args);
5
- };
6
- export async function* paginateListEventActions(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof DataExchangeClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected DataExchange | DataExchangeClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListEventActions = createPaginator(DataExchangeClient, ListEventActionsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListJobsCommand } from "../commands/ListJobsCommand";
2
3
  import { DataExchangeClient } from "../DataExchangeClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListJobsCommand(input), ...args);
5
- };
6
- export async function* paginateListJobs(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof DataExchangeClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected DataExchange | DataExchangeClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListJobs = createPaginator(DataExchangeClient, ListJobsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ListRevisionAssetsCommand, } from "../commands/ListRevisionAssetsCommand";
2
3
  import { DataExchangeClient } from "../DataExchangeClient";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListRevisionAssetsCommand(input), ...args);
5
- };
6
- export async function* paginateListRevisionAssets(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof DataExchangeClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected DataExchange | DataExchangeClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListRevisionAssets = createPaginator(DataExchangeClient, ListRevisionAssetsCommand, "NextToken", "NextToken", "MaxResults");
@@ -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 { CancelJobRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CancelJobCommandInput extends CancelJobRequest {
21
20
  */
22
21
  export interface CancelJobCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const CancelJobCommand_base: {
24
+ new (input: CancelJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelJobCommandInput, CancelJobCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation cancels a job. Jobs can be cancelled only when they are in the WAITING state.</p>
@@ -64,23 +67,5 @@ export interface CancelJobCommandOutput extends __MetadataBearer {
64
67
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
65
68
  *
66
69
  */
67
- export declare class CancelJobCommand extends $Command<CancelJobCommandInput, CancelJobCommandOutput, DataExchangeClientResolvedConfig> {
68
- readonly input: CancelJobCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: CancelJobCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelJobCommandInput, CancelJobCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class CancelJobCommand extends CancelJobCommand_base {
86
71
  }
@@ -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 { CreateDataSetRequest, CreateDataSetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateDataSetCommandInput extends CreateDataSetRequest {
21
20
  */
22
21
  export interface CreateDataSetCommandOutput extends CreateDataSetResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateDataSetCommand_base: {
24
+ new (input: CreateDataSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataSetCommandInput, CreateDataSetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation creates a data set.</p>
@@ -85,23 +88,5 @@ export interface CreateDataSetCommandOutput extends CreateDataSetResponse, __Met
85
88
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
86
89
  *
87
90
  */
88
- export declare class CreateDataSetCommand extends $Command<CreateDataSetCommandInput, CreateDataSetCommandOutput, DataExchangeClientResolvedConfig> {
89
- readonly input: CreateDataSetCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: CreateDataSetCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDataSetCommandInput, CreateDataSetCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class CreateDataSetCommand extends CreateDataSetCommand_base {
107
92
  }
@@ -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 { CreateEventActionRequest, CreateEventActionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateEventActionCommandInput extends CreateEventActionRequest
21
20
  */
22
21
  export interface CreateEventActionCommandOutput extends CreateEventActionResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateEventActionCommand_base: {
24
+ new (input: CreateEventActionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEventActionCommandInput, CreateEventActionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation creates an event action.</p>
@@ -102,23 +105,5 @@ export interface CreateEventActionCommandOutput extends CreateEventActionRespons
102
105
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
103
106
  *
104
107
  */
105
- export declare class CreateEventActionCommand extends $Command<CreateEventActionCommandInput, CreateEventActionCommandOutput, DataExchangeClientResolvedConfig> {
106
- readonly input: CreateEventActionCommandInput;
107
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
108
- /**
109
- * @public
110
- */
111
- constructor(input: CreateEventActionCommandInput);
112
- /**
113
- * @internal
114
- */
115
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEventActionCommandInput, CreateEventActionCommandOutput>;
116
- /**
117
- * @internal
118
- */
119
- private serialize;
120
- /**
121
- * @internal
122
- */
123
- private deserialize;
108
+ export declare class CreateEventActionCommand extends CreateEventActionCommand_base {
124
109
  }
@@ -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 { CreateJobRequest, CreateJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateJobCommandInput extends CreateJobRequest {
21
20
  */
22
21
  export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateJobCommand_base: {
24
+ new (input: CreateJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateJobCommandInput, CreateJobCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation creates a job.</p>
@@ -346,23 +349,5 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
346
349
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
347
350
  *
348
351
  */
349
- export declare class CreateJobCommand extends $Command<CreateJobCommandInput, CreateJobCommandOutput, DataExchangeClientResolvedConfig> {
350
- readonly input: CreateJobCommandInput;
351
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
352
- /**
353
- * @public
354
- */
355
- constructor(input: CreateJobCommandInput);
356
- /**
357
- * @internal
358
- */
359
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateJobCommandInput, CreateJobCommandOutput>;
360
- /**
361
- * @internal
362
- */
363
- private serialize;
364
- /**
365
- * @internal
366
- */
367
- private deserialize;
352
+ export declare class CreateJobCommand extends CreateJobCommand_base {
368
353
  }
@@ -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 { CreateRevisionRequest, CreateRevisionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateRevisionCommandInput extends CreateRevisionRequest {
21
20
  */
22
21
  export interface CreateRevisionCommandOutput extends CreateRevisionResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateRevisionCommand_base: {
24
+ new (input: CreateRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRevisionCommandInput, CreateRevisionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation creates a revision for a data set.</p>
@@ -83,23 +86,5 @@ export interface CreateRevisionCommandOutput extends CreateRevisionResponse, __M
83
86
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
84
87
  *
85
88
  */
86
- export declare class CreateRevisionCommand extends $Command<CreateRevisionCommandInput, CreateRevisionCommandOutput, DataExchangeClientResolvedConfig> {
87
- readonly input: CreateRevisionCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: CreateRevisionCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRevisionCommandInput, CreateRevisionCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class CreateRevisionCommand extends CreateRevisionCommand_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 { 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
  }