@aws-sdk/client-dataexchange 3.478.0 → 3.481.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/dist-cjs/commands/CancelJobCommand.js +18 -41
  2. package/dist-cjs/commands/CreateDataSetCommand.js +18 -41
  3. package/dist-cjs/commands/CreateEventActionCommand.js +18 -41
  4. package/dist-cjs/commands/CreateJobCommand.js +18 -41
  5. package/dist-cjs/commands/CreateRevisionCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteAssetCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteDataSetCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteEventActionCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteRevisionCommand.js +18 -41
  10. package/dist-cjs/commands/GetAssetCommand.js +18 -41
  11. package/dist-cjs/commands/GetDataSetCommand.js +18 -41
  12. package/dist-cjs/commands/GetEventActionCommand.js +18 -41
  13. package/dist-cjs/commands/GetJobCommand.js +18 -41
  14. package/dist-cjs/commands/GetRevisionCommand.js +18 -41
  15. package/dist-cjs/commands/ListDataSetRevisionsCommand.js +18 -41
  16. package/dist-cjs/commands/ListDataSetsCommand.js +18 -41
  17. package/dist-cjs/commands/ListEventActionsCommand.js +18 -41
  18. package/dist-cjs/commands/ListJobsCommand.js +18 -41
  19. package/dist-cjs/commands/ListRevisionAssetsCommand.js +18 -41
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  21. package/dist-cjs/commands/RevokeRevisionCommand.js +18 -41
  22. package/dist-cjs/commands/SendApiAssetCommand.js +18 -41
  23. package/dist-cjs/commands/SendDataSetNotificationCommand.js +18 -41
  24. package/dist-cjs/commands/StartJobCommand.js +18 -41
  25. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  26. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  27. package/dist-cjs/commands/UpdateAssetCommand.js +18 -41
  28. package/dist-cjs/commands/UpdateDataSetCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateEventActionCommand.js +18 -41
  30. package/dist-cjs/commands/UpdateRevisionCommand.js +18 -41
  31. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  32. package/dist-es/commands/CancelJobCommand.js +18 -41
  33. package/dist-es/commands/CreateDataSetCommand.js +18 -41
  34. package/dist-es/commands/CreateEventActionCommand.js +18 -41
  35. package/dist-es/commands/CreateJobCommand.js +18 -41
  36. package/dist-es/commands/CreateRevisionCommand.js +18 -41
  37. package/dist-es/commands/DeleteAssetCommand.js +18 -41
  38. package/dist-es/commands/DeleteDataSetCommand.js +18 -41
  39. package/dist-es/commands/DeleteEventActionCommand.js +18 -41
  40. package/dist-es/commands/DeleteRevisionCommand.js +18 -41
  41. package/dist-es/commands/GetAssetCommand.js +18 -41
  42. package/dist-es/commands/GetDataSetCommand.js +18 -41
  43. package/dist-es/commands/GetEventActionCommand.js +18 -41
  44. package/dist-es/commands/GetJobCommand.js +18 -41
  45. package/dist-es/commands/GetRevisionCommand.js +18 -41
  46. package/dist-es/commands/ListDataSetRevisionsCommand.js +18 -41
  47. package/dist-es/commands/ListDataSetsCommand.js +18 -41
  48. package/dist-es/commands/ListEventActionsCommand.js +18 -41
  49. package/dist-es/commands/ListJobsCommand.js +18 -41
  50. package/dist-es/commands/ListRevisionAssetsCommand.js +18 -41
  51. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  52. package/dist-es/commands/RevokeRevisionCommand.js +18 -41
  53. package/dist-es/commands/SendApiAssetCommand.js +18 -41
  54. package/dist-es/commands/SendDataSetNotificationCommand.js +18 -41
  55. package/dist-es/commands/StartJobCommand.js +18 -41
  56. package/dist-es/commands/TagResourceCommand.js +18 -41
  57. package/dist-es/commands/UntagResourceCommand.js +18 -41
  58. package/dist-es/commands/UpdateAssetCommand.js +18 -41
  59. package/dist-es/commands/UpdateDataSetCommand.js +18 -41
  60. package/dist-es/commands/UpdateEventActionCommand.js +18 -41
  61. package/dist-es/commands/UpdateRevisionCommand.js +18 -41
  62. package/dist-es/endpoint/EndpointParameters.js +6 -0
  63. package/dist-types/commands/CancelJobCommand.d.ts +6 -21
  64. package/dist-types/commands/CreateDataSetCommand.d.ts +6 -21
  65. package/dist-types/commands/CreateEventActionCommand.d.ts +6 -21
  66. package/dist-types/commands/CreateJobCommand.d.ts +6 -21
  67. package/dist-types/commands/CreateRevisionCommand.d.ts +6 -21
  68. package/dist-types/commands/DeleteAssetCommand.d.ts +6 -21
  69. package/dist-types/commands/DeleteDataSetCommand.d.ts +6 -21
  70. package/dist-types/commands/DeleteEventActionCommand.d.ts +6 -21
  71. package/dist-types/commands/DeleteRevisionCommand.d.ts +6 -21
  72. package/dist-types/commands/GetAssetCommand.d.ts +6 -21
  73. package/dist-types/commands/GetDataSetCommand.d.ts +6 -21
  74. package/dist-types/commands/GetEventActionCommand.d.ts +6 -21
  75. package/dist-types/commands/GetJobCommand.d.ts +6 -21
  76. package/dist-types/commands/GetRevisionCommand.d.ts +6 -21
  77. package/dist-types/commands/ListDataSetRevisionsCommand.d.ts +6 -21
  78. package/dist-types/commands/ListDataSetsCommand.d.ts +6 -21
  79. package/dist-types/commands/ListEventActionsCommand.d.ts +6 -21
  80. package/dist-types/commands/ListJobsCommand.d.ts +6 -21
  81. package/dist-types/commands/ListRevisionAssetsCommand.d.ts +6 -21
  82. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  83. package/dist-types/commands/RevokeRevisionCommand.d.ts +6 -21
  84. package/dist-types/commands/SendApiAssetCommand.d.ts +6 -21
  85. package/dist-types/commands/SendDataSetNotificationCommand.d.ts +6 -21
  86. package/dist-types/commands/StartJobCommand.d.ts +6 -21
  87. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  88. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  89. package/dist-types/commands/UpdateAssetCommand.d.ts +6 -21
  90. package/dist-types/commands/UpdateDataSetCommand.d.ts +6 -21
  91. package/dist-types/commands/UpdateEventActionCommand.d.ts +6 -21
  92. package/dist-types/commands/UpdateRevisionCommand.d.ts +6 -21
  93. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  94. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/CreateEventActionCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/CreateRevisionCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/DeleteEventActionCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/DeleteRevisionCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/GetDataSetCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/GetEventActionCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +12 -23
  107. package/dist-types/ts3.4/commands/GetRevisionCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/ListDataSetRevisionsCommand.d.ts +12 -24
  109. package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/ListEventActionsCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/ListRevisionAssetsCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/RevokeRevisionCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/SendApiAssetCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/SendDataSetNotificationCommand.d.ts +12 -24
  117. package/dist-types/ts3.4/commands/StartJobCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/UpdateEventActionCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/UpdateRevisionCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  125. package/package.json +9 -9
@@ -1,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 {}
@@ -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 {}