@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,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 { DeleteRevisionRequest } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteRevisionCommandInput extends DeleteRevisionRequest {}
17
11
  export interface DeleteRevisionCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteRevisionCommand extends $Command<
19
- DeleteRevisionCommandInput,
20
- DeleteRevisionCommandOutput,
21
- DataExchangeClientResolvedConfig
22
- > {
23
- readonly input: DeleteRevisionCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteRevisionCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: DataExchangeClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteRevisionCommandInput, DeleteRevisionCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteRevisionCommand_base: {
13
+ new (
14
+ input: DeleteRevisionCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteRevisionCommandInput,
17
+ DeleteRevisionCommandOutput,
18
+ DataExchangeClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteRevisionCommand extends DeleteRevisionCommand_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 GetAssetCommandInput extends GetAssetRequest {}
17
11
  export interface GetAssetCommandOutput
18
12
  extends GetAssetResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetAssetCommand extends $Command<
21
- GetAssetCommandInput,
22
- GetAssetCommandOutput,
23
- DataExchangeClientResolvedConfig
24
- > {
25
- readonly input: GetAssetCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetAssetCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: DataExchangeClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetAssetCommandInput, GetAssetCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetAssetCommand_base: {
15
+ new (
16
+ input: GetAssetCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetAssetCommandInput,
19
+ GetAssetCommandOutput,
20
+ DataExchangeClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetAssetCommand extends GetAssetCommand_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 GetDataSetCommandInput extends GetDataSetRequest {}
17
11
  export interface GetDataSetCommandOutput
18
12
  extends GetDataSetResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetDataSetCommand extends $Command<
21
- GetDataSetCommandInput,
22
- GetDataSetCommandOutput,
23
- DataExchangeClientResolvedConfig
24
- > {
25
- readonly input: GetDataSetCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetDataSetCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: DataExchangeClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetDataSetCommandInput, GetDataSetCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetDataSetCommand_base: {
15
+ new (
16
+ input: GetDataSetCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetDataSetCommandInput,
19
+ GetDataSetCommandOutput,
20
+ DataExchangeClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetDataSetCommand extends GetDataSetCommand_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 GetEventActionCommandInput extends GetEventActionRequest {}
20
14
  export interface GetEventActionCommandOutput
21
15
  extends GetEventActionResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetEventActionCommand extends $Command<
24
- GetEventActionCommandInput,
25
- GetEventActionCommandOutput,
26
- DataExchangeClientResolvedConfig
27
- > {
28
- readonly input: GetEventActionCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetEventActionCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DataExchangeClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetEventActionCommandInput, GetEventActionCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetEventActionCommand_base: {
18
+ new (
19
+ input: GetEventActionCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetEventActionCommandInput,
22
+ GetEventActionCommandOutput,
23
+ DataExchangeClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetEventActionCommand extends GetEventActionCommand_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,14 @@ import { GetJobRequest, GetJobResponse } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface GetJobCommandInput extends GetJobRequest {}
17
11
  export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {}
18
- export declare class GetJobCommand extends $Command<
19
- GetJobCommandInput,
20
- GetJobCommandOutput,
21
- DataExchangeClientResolvedConfig
22
- > {
23
- readonly input: GetJobCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: GetJobCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: DataExchangeClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<GetJobCommandInput, GetJobCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const GetJobCommand_base: {
13
+ new (input: GetJobCommandInput): import("@smithy/smithy-client").CommandImpl<
14
+ GetJobCommandInput,
15
+ GetJobCommandOutput,
16
+ DataExchangeClientResolvedConfig,
17
+ ServiceInputTypes,
18
+ ServiceOutputTypes
19
+ >;
20
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
21
+ };
22
+ export declare class GetJobCommand extends GetJobCommand_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 GetRevisionCommandInput extends GetRevisionRequest {}
17
11
  export interface GetRevisionCommandOutput
18
12
  extends GetRevisionResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetRevisionCommand extends $Command<
21
- GetRevisionCommandInput,
22
- GetRevisionCommandOutput,
23
- DataExchangeClientResolvedConfig
24
- > {
25
- readonly input: GetRevisionCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetRevisionCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: DataExchangeClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetRevisionCommandInput, GetRevisionCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetRevisionCommand_base: {
15
+ new (
16
+ input: GetRevisionCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetRevisionCommandInput,
19
+ GetRevisionCommandOutput,
20
+ DataExchangeClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetRevisionCommand extends GetRevisionCommand_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,22 +15,16 @@ export interface ListDataSetRevisionsCommandInput
21
15
  export interface ListDataSetRevisionsCommandOutput
22
16
  extends ListDataSetRevisionsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListDataSetRevisionsCommand extends $Command<
25
- ListDataSetRevisionsCommandInput,
26
- ListDataSetRevisionsCommandOutput,
27
- DataExchangeClientResolvedConfig
28
- > {
29
- readonly input: ListDataSetRevisionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListDataSetRevisionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DataExchangeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListDataSetRevisionsCommand_base: {
19
+ new (
20
+ input: ListDataSetRevisionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListDataSetRevisionsCommandInput,
38
- ListDataSetRevisionsCommandOutput
23
+ ListDataSetRevisionsCommandOutput,
24
+ DataExchangeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListDataSetRevisionsCommand extends ListDataSetRevisionsCommand_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 ListDataSetsCommandInput extends ListDataSetsRequest {}
17
11
  export interface ListDataSetsCommandOutput
18
12
  extends ListDataSetsResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListDataSetsCommand extends $Command<
21
- ListDataSetsCommandInput,
22
- ListDataSetsCommandOutput,
23
- DataExchangeClientResolvedConfig
24
- > {
25
- readonly input: ListDataSetsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListDataSetsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: DataExchangeClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListDataSetsCommandInput, ListDataSetsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListDataSetsCommand_base: {
15
+ new (
16
+ input: ListDataSetsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListDataSetsCommandInput,
19
+ ListDataSetsCommandOutput,
20
+ DataExchangeClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListDataSetsCommand extends ListDataSetsCommand_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 ListEventActionsCommandInput extends ListEventActionsRequest {}
20
14
  export interface ListEventActionsCommandOutput
21
15
  extends ListEventActionsResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListEventActionsCommand extends $Command<
24
- ListEventActionsCommandInput,
25
- ListEventActionsCommandOutput,
26
- DataExchangeClientResolvedConfig
27
- > {
28
- readonly input: ListEventActionsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListEventActionsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DataExchangeClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListEventActionsCommandInput, ListEventActionsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListEventActionsCommand_base: {
18
+ new (
19
+ input: ListEventActionsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListEventActionsCommandInput,
22
+ ListEventActionsCommandOutput,
23
+ DataExchangeClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListEventActionsCommand extends ListEventActionsCommand_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 ListJobsCommandInput extends ListJobsRequest {}
17
11
  export interface ListJobsCommandOutput
18
12
  extends ListJobsResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListJobsCommand extends $Command<
21
- ListJobsCommandInput,
22
- ListJobsCommandOutput,
23
- DataExchangeClientResolvedConfig
24
- > {
25
- readonly input: ListJobsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListJobsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: DataExchangeClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListJobsCommandInput, ListJobsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListJobsCommand_base: {
15
+ new (
16
+ input: ListJobsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListJobsCommandInput,
19
+ ListJobsCommandOutput,
20
+ DataExchangeClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListJobsCommand extends ListJobsCommand_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 ListRevisionAssetsCommandInput
21
15
  export interface ListRevisionAssetsCommandOutput
22
16
  extends ListRevisionAssetsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListRevisionAssetsCommand extends $Command<
25
- ListRevisionAssetsCommandInput,
26
- ListRevisionAssetsCommandOutput,
27
- DataExchangeClientResolvedConfig
28
- > {
29
- readonly input: ListRevisionAssetsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListRevisionAssetsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DataExchangeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListRevisionAssetsCommandInput, ListRevisionAssetsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListRevisionAssetsCommand_base: {
19
+ new (
20
+ input: ListRevisionAssetsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListRevisionAssetsCommandInput,
23
+ ListRevisionAssetsCommandOutput,
24
+ DataExchangeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListRevisionAssetsCommand extends ListRevisionAssetsCommand_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 ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- DataExchangeClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DataExchangeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ DataExchangeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_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 RevokeRevisionCommandInput extends RevokeRevisionRequest {}
20
14
  export interface RevokeRevisionCommandOutput
21
15
  extends RevokeRevisionResponse,
22
16
  __MetadataBearer {}
23
- export declare class RevokeRevisionCommand extends $Command<
24
- RevokeRevisionCommandInput,
25
- RevokeRevisionCommandOutput,
26
- DataExchangeClientResolvedConfig
27
- > {
28
- readonly input: RevokeRevisionCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: RevokeRevisionCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DataExchangeClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<RevokeRevisionCommandInput, RevokeRevisionCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const RevokeRevisionCommand_base: {
18
+ new (
19
+ input: RevokeRevisionCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ RevokeRevisionCommandInput,
22
+ RevokeRevisionCommandOutput,
23
+ DataExchangeClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class RevokeRevisionCommand extends RevokeRevisionCommand_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 SendApiAssetCommandInput extends SendApiAssetRequest {}
17
11
  export interface SendApiAssetCommandOutput
18
12
  extends SendApiAssetResponse,
19
13
  __MetadataBearer {}
20
- export declare class SendApiAssetCommand extends $Command<
21
- SendApiAssetCommandInput,
22
- SendApiAssetCommandOutput,
23
- DataExchangeClientResolvedConfig
24
- > {
25
- readonly input: SendApiAssetCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: SendApiAssetCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: DataExchangeClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<SendApiAssetCommandInput, SendApiAssetCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const SendApiAssetCommand_base: {
15
+ new (
16
+ input: SendApiAssetCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ SendApiAssetCommandInput,
19
+ SendApiAssetCommandOutput,
20
+ DataExchangeClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class SendApiAssetCommand extends SendApiAssetCommand_base {}