@aws-sdk/client-dataexchange 3.1077.0 → 3.1079.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 (119) hide show
  1. package/dist-cjs/index.js +45 -373
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AcceptDataGrantCommand.js +2 -14
  4. package/dist-es/commands/CancelJobCommand.js +2 -14
  5. package/dist-es/commands/CreateDataGrantCommand.js +2 -14
  6. package/dist-es/commands/CreateDataSetCommand.js +2 -14
  7. package/dist-es/commands/CreateEventActionCommand.js +2 -14
  8. package/dist-es/commands/CreateJobCommand.js +2 -14
  9. package/dist-es/commands/CreateRevisionCommand.js +2 -14
  10. package/dist-es/commands/DeleteAssetCommand.js +2 -14
  11. package/dist-es/commands/DeleteDataGrantCommand.js +2 -14
  12. package/dist-es/commands/DeleteDataSetCommand.js +2 -14
  13. package/dist-es/commands/DeleteEventActionCommand.js +2 -14
  14. package/dist-es/commands/DeleteRevisionCommand.js +2 -14
  15. package/dist-es/commands/GetAssetCommand.js +2 -14
  16. package/dist-es/commands/GetDataGrantCommand.js +2 -14
  17. package/dist-es/commands/GetDataSetCommand.js +2 -14
  18. package/dist-es/commands/GetEventActionCommand.js +2 -14
  19. package/dist-es/commands/GetJobCommand.js +2 -14
  20. package/dist-es/commands/GetReceivedDataGrantCommand.js +2 -14
  21. package/dist-es/commands/GetRevisionCommand.js +2 -14
  22. package/dist-es/commands/ListDataGrantsCommand.js +2 -14
  23. package/dist-es/commands/ListDataSetRevisionsCommand.js +2 -14
  24. package/dist-es/commands/ListDataSetsCommand.js +2 -14
  25. package/dist-es/commands/ListEventActionsCommand.js +2 -14
  26. package/dist-es/commands/ListJobsCommand.js +2 -14
  27. package/dist-es/commands/ListReceivedDataGrantsCommand.js +2 -14
  28. package/dist-es/commands/ListRevisionAssetsCommand.js +2 -14
  29. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  30. package/dist-es/commands/RevokeRevisionCommand.js +2 -14
  31. package/dist-es/commands/SendApiAssetCommand.js +2 -14
  32. package/dist-es/commands/SendDataSetNotificationCommand.js +2 -14
  33. package/dist-es/commands/StartJobCommand.js +2 -14
  34. package/dist-es/commands/TagResourceCommand.js +2 -14
  35. package/dist-es/commands/UntagResourceCommand.js +2 -14
  36. package/dist-es/commands/UpdateAssetCommand.js +2 -14
  37. package/dist-es/commands/UpdateDataSetCommand.js +2 -14
  38. package/dist-es/commands/UpdateEventActionCommand.js +2 -14
  39. package/dist-es/commands/UpdateRevisionCommand.js +2 -14
  40. package/dist-es/index.js +1 -0
  41. package/dist-types/commandBuilder.d.ts +18 -0
  42. package/dist-types/commands/AcceptDataGrantCommand.d.ts +3 -8
  43. package/dist-types/commands/CancelJobCommand.d.ts +3 -8
  44. package/dist-types/commands/CreateDataGrantCommand.d.ts +3 -8
  45. package/dist-types/commands/CreateDataSetCommand.d.ts +3 -8
  46. package/dist-types/commands/CreateEventActionCommand.d.ts +3 -8
  47. package/dist-types/commands/CreateJobCommand.d.ts +3 -8
  48. package/dist-types/commands/CreateRevisionCommand.d.ts +3 -8
  49. package/dist-types/commands/DeleteAssetCommand.d.ts +3 -8
  50. package/dist-types/commands/DeleteDataGrantCommand.d.ts +3 -8
  51. package/dist-types/commands/DeleteDataSetCommand.d.ts +3 -8
  52. package/dist-types/commands/DeleteEventActionCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteRevisionCommand.d.ts +3 -8
  54. package/dist-types/commands/GetAssetCommand.d.ts +3 -8
  55. package/dist-types/commands/GetDataGrantCommand.d.ts +3 -8
  56. package/dist-types/commands/GetDataSetCommand.d.ts +3 -8
  57. package/dist-types/commands/GetEventActionCommand.d.ts +3 -8
  58. package/dist-types/commands/GetJobCommand.d.ts +3 -8
  59. package/dist-types/commands/GetReceivedDataGrantCommand.d.ts +3 -8
  60. package/dist-types/commands/GetRevisionCommand.d.ts +3 -8
  61. package/dist-types/commands/ListDataGrantsCommand.d.ts +3 -8
  62. package/dist-types/commands/ListDataSetRevisionsCommand.d.ts +3 -8
  63. package/dist-types/commands/ListDataSetsCommand.d.ts +3 -8
  64. package/dist-types/commands/ListEventActionsCommand.d.ts +3 -8
  65. package/dist-types/commands/ListJobsCommand.d.ts +3 -8
  66. package/dist-types/commands/ListReceivedDataGrantsCommand.d.ts +3 -8
  67. package/dist-types/commands/ListRevisionAssetsCommand.d.ts +3 -8
  68. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  69. package/dist-types/commands/RevokeRevisionCommand.d.ts +3 -8
  70. package/dist-types/commands/SendApiAssetCommand.d.ts +3 -8
  71. package/dist-types/commands/SendDataSetNotificationCommand.d.ts +3 -8
  72. package/dist-types/commands/StartJobCommand.d.ts +3 -8
  73. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  74. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  75. package/dist-types/commands/UpdateAssetCommand.d.ts +3 -8
  76. package/dist-types/commands/UpdateDataSetCommand.d.ts +3 -8
  77. package/dist-types/commands/UpdateEventActionCommand.d.ts +3 -8
  78. package/dist-types/commands/UpdateRevisionCommand.d.ts +3 -8
  79. package/dist-types/index.d.ts +1 -0
  80. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  81. package/dist-types/ts3.4/commands/AcceptDataGrantCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/CreateDataGrantCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/CreateEventActionCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/CreateRevisionCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DeleteDataGrantCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DeleteEventActionCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DeleteRevisionCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/GetDataGrantCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/GetDataSetCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/GetEventActionCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/GetReceivedDataGrantCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/GetRevisionCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/ListDataGrantsCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/ListDataSetRevisionsCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/ListEventActionsCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/ListReceivedDataGrantsCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/ListRevisionAssetsCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/RevokeRevisionCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/SendApiAssetCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/SendDataSetNotificationCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/StartJobCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/UpdateEventActionCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/UpdateRevisionCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/index.d.ts +1 -0
  119. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { ListDataSetsRequest, ListDataSetsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListDataSetsCommandInput extends ListDataSetsRequest {
22
19
  export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListDataSetsCommand_base: {
25
- new (input: ListDataSetsCommandInput): import("@smithy/core/client").CommandImpl<ListDataSetsCommandInput, ListDataSetsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDataSetsCommandInput]): import("@smithy/core/client").CommandImpl<ListDataSetsCommandInput, ListDataSetsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListDataSetsCommandInput): import("@smithy/core/client").CommandImpl<ListDataSetsCommandInput, ListDataSetsCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListDataSetsCommandInput]): import("@smithy/core/client").CommandImpl<ListDataSetsCommandInput, ListDataSetsCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation lists your data sets. When listing by origin OWNED, results are sorted by CreatedAt in descending order. When listing by origin ENTITLED, there is no order.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { ListEventActionsRequest, ListEventActionsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListEventActionsCommandInput extends ListEventActionsRequest {
22
19
  export interface ListEventActionsCommandOutput extends ListEventActionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListEventActionsCommand_base: {
25
- new (input: ListEventActionsCommandInput): import("@smithy/core/client").CommandImpl<ListEventActionsCommandInput, ListEventActionsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListEventActionsCommandInput]): import("@smithy/core/client").CommandImpl<ListEventActionsCommandInput, ListEventActionsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListEventActionsCommandInput): import("@smithy/core/client").CommandImpl<ListEventActionsCommandInput, ListEventActionsCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListEventActionsCommandInput]): import("@smithy/core/client").CommandImpl<ListEventActionsCommandInput, ListEventActionsCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation lists your event actions.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { ListJobsRequest, ListJobsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListJobsCommandInput extends ListJobsRequest {
22
19
  export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListJobsCommand_base: {
25
- new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation lists your jobs sorted by CreatedAt in descending order.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { ListReceivedDataGrantsRequest, ListReceivedDataGrantsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListReceivedDataGrantsCommandInput extends ListReceivedDataGran
22
19
  export interface ListReceivedDataGrantsCommandOutput extends ListReceivedDataGrantsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListReceivedDataGrantsCommand_base: {
25
- new (input: ListReceivedDataGrantsCommandInput): import("@smithy/core/client").CommandImpl<ListReceivedDataGrantsCommandInput, ListReceivedDataGrantsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListReceivedDataGrantsCommandInput]): import("@smithy/core/client").CommandImpl<ListReceivedDataGrantsCommandInput, ListReceivedDataGrantsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListReceivedDataGrantsCommandInput): import("@smithy/core/client").CommandImpl<ListReceivedDataGrantsCommandInput, ListReceivedDataGrantsCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListReceivedDataGrantsCommandInput]): import("@smithy/core/client").CommandImpl<ListReceivedDataGrantsCommandInput, ListReceivedDataGrantsCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation returns information about all received data grants.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { ListRevisionAssetsRequest, ListRevisionAssetsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListRevisionAssetsCommandInput extends ListRevisionAssetsReques
22
19
  export interface ListRevisionAssetsCommandOutput extends ListRevisionAssetsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListRevisionAssetsCommand_base: {
25
- new (input: ListRevisionAssetsCommandInput): import("@smithy/core/client").CommandImpl<ListRevisionAssetsCommandInput, ListRevisionAssetsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListRevisionAssetsCommandInput): import("@smithy/core/client").CommandImpl<ListRevisionAssetsCommandInput, ListRevisionAssetsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListRevisionAssetsCommandInput): import("@smithy/core/client").CommandImpl<ListRevisionAssetsCommandInput, ListRevisionAssetsCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListRevisionAssetsCommandInput): import("@smithy/core/client").CommandImpl<ListRevisionAssetsCommandInput, ListRevisionAssetsCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation lists a revision's assets sorted alphabetically in descending order.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation lists the tags on the resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { RevokeRevisionRequest, RevokeRevisionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RevokeRevisionCommandInput extends RevokeRevisionRequest {
22
19
  export interface RevokeRevisionCommandOutput extends RevokeRevisionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const RevokeRevisionCommand_base: {
25
- new (input: RevokeRevisionCommandInput): import("@smithy/core/client").CommandImpl<RevokeRevisionCommandInput, RevokeRevisionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RevokeRevisionCommandInput): import("@smithy/core/client").CommandImpl<RevokeRevisionCommandInput, RevokeRevisionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RevokeRevisionCommandInput): import("@smithy/core/client").CommandImpl<RevokeRevisionCommandInput, RevokeRevisionCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RevokeRevisionCommandInput): import("@smithy/core/client").CommandImpl<RevokeRevisionCommandInput, RevokeRevisionCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation revokes subscribers' access to a revision.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { SendApiAssetRequest, SendApiAssetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SendApiAssetCommandInput extends SendApiAssetRequest {
22
19
  export interface SendApiAssetCommandOutput extends SendApiAssetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const SendApiAssetCommand_base: {
25
- new (input: SendApiAssetCommandInput): import("@smithy/core/client").CommandImpl<SendApiAssetCommandInput, SendApiAssetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SendApiAssetCommandInput): import("@smithy/core/client").CommandImpl<SendApiAssetCommandInput, SendApiAssetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SendApiAssetCommandInput): import("@smithy/core/client").CommandImpl<SendApiAssetCommandInput, SendApiAssetCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SendApiAssetCommandInput): import("@smithy/core/client").CommandImpl<SendApiAssetCommandInput, SendApiAssetCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation invokes an API Gateway API asset. The request is proxied to the provider’s API Gateway API.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { SendDataSetNotificationRequest, SendDataSetNotificationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SendDataSetNotificationCommandInput extends SendDataSetNotifica
22
19
  export interface SendDataSetNotificationCommandOutput extends SendDataSetNotificationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const SendDataSetNotificationCommand_base: {
25
- new (input: SendDataSetNotificationCommandInput): import("@smithy/core/client").CommandImpl<SendDataSetNotificationCommandInput, SendDataSetNotificationCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SendDataSetNotificationCommandInput): import("@smithy/core/client").CommandImpl<SendDataSetNotificationCommandInput, SendDataSetNotificationCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SendDataSetNotificationCommandInput): import("@smithy/core/client").CommandImpl<SendDataSetNotificationCommandInput, SendDataSetNotificationCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SendDataSetNotificationCommandInput): import("@smithy/core/client").CommandImpl<SendDataSetNotificationCommandInput, SendDataSetNotificationCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>The type of event associated with the data set.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { StartJobRequest, StartJobResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartJobCommandInput extends StartJobRequest {
22
19
  export interface StartJobCommandOutput extends StartJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartJobCommand_base: {
25
- new (input: StartJobCommandInput): import("@smithy/core/client").CommandImpl<StartJobCommandInput, StartJobCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartJobCommandInput): import("@smithy/core/client").CommandImpl<StartJobCommandInput, StartJobCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartJobCommandInput): import("@smithy/core/client").CommandImpl<StartJobCommandInput, StartJobCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartJobCommandInput): import("@smithy/core/client").CommandImpl<StartJobCommandInput, StartJobCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation starts a job.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { TagResourceRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation tags a resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { UntagResourceRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation removes one or more tags from a resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { UpdateAssetRequest, UpdateAssetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateAssetCommandInput extends UpdateAssetRequest {
22
19
  export interface UpdateAssetCommandOutput extends UpdateAssetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateAssetCommand_base: {
25
- new (input: UpdateAssetCommandInput): import("@smithy/core/client").CommandImpl<UpdateAssetCommandInput, UpdateAssetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateAssetCommandInput): import("@smithy/core/client").CommandImpl<UpdateAssetCommandInput, UpdateAssetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateAssetCommandInput): import("@smithy/core/client").CommandImpl<UpdateAssetCommandInput, UpdateAssetCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateAssetCommandInput): import("@smithy/core/client").CommandImpl<UpdateAssetCommandInput, UpdateAssetCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation updates an asset.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { UpdateDataSetRequest, UpdateDataSetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateDataSetCommandInput extends UpdateDataSetRequest {
22
19
  export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateDataSetCommand_base: {
25
- new (input: UpdateDataSetCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataSetCommandInput, UpdateDataSetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateDataSetCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataSetCommandInput, UpdateDataSetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateDataSetCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataSetCommandInput, UpdateDataSetCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateDataSetCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataSetCommandInput, UpdateDataSetCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation updates a data set.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { UpdateEventActionRequest, UpdateEventActionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateEventActionCommandInput extends UpdateEventActionRequest
22
19
  export interface UpdateEventActionCommandOutput extends UpdateEventActionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateEventActionCommand_base: {
25
- new (input: UpdateEventActionCommandInput): import("@smithy/core/client").CommandImpl<UpdateEventActionCommandInput, UpdateEventActionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateEventActionCommandInput): import("@smithy/core/client").CommandImpl<UpdateEventActionCommandInput, UpdateEventActionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateEventActionCommandInput): import("@smithy/core/client").CommandImpl<UpdateEventActionCommandInput, UpdateEventActionCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateEventActionCommandInput): import("@smithy/core/client").CommandImpl<UpdateEventActionCommandInput, UpdateEventActionCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation updates the event action.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { UpdateRevisionRequest, UpdateRevisionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateRevisionCommandInput extends UpdateRevisionRequest {
22
19
  export interface UpdateRevisionCommandOutput extends UpdateRevisionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateRevisionCommand_base: {
25
- new (input: UpdateRevisionCommandInput): import("@smithy/core/client").CommandImpl<UpdateRevisionCommandInput, UpdateRevisionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateRevisionCommandInput): import("@smithy/core/client").CommandImpl<UpdateRevisionCommandInput, UpdateRevisionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateRevisionCommandInput): import("@smithy/core/client").CommandImpl<UpdateRevisionCommandInput, UpdateRevisionCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateRevisionCommandInput): import("@smithy/core/client").CommandImpl<UpdateRevisionCommandInput, UpdateRevisionCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation updates a revision.</p>
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { DataExchangeExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ DataExchangeClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./DataExchangeClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ DataExchangeClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ DataExchangeClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DataExchangeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DataExchangeClient";
8
2
  import {
9
3
  AcceptDataGrantRequest,
10
4
  AcceptDataGrantResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AcceptDataGrantCommandInput extends AcceptDataGrantRequest {}
15
8
  export interface AcceptDataGrantCommandOutput
16
9
  extends AcceptDataGrantResponse,
@@ -21,22 +14,20 @@ declare const AcceptDataGrantCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  AcceptDataGrantCommandInput,
23
16
  AcceptDataGrantCommandOutput,
24
- DataExchangeClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DataExchangeClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: AcceptDataGrantCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  AcceptDataGrantCommandInput,
32
25
  AcceptDataGrantCommandOutput,
33
- DataExchangeClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").DataExchangeClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class AcceptDataGrantCommand extends AcceptDataGrantCommand_base {
42
33
  protected static __types: {
@@ -1,33 +1,24 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DataExchangeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DataExchangeClient";
8
2
  import { CancelJobRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CancelJobCommandInput extends CancelJobRequest {}
12
5
  export interface CancelJobCommandOutput extends __MetadataBearer {}
13
6
  declare const CancelJobCommand_base: {
14
7
  new (input: CancelJobCommandInput): import("@smithy/core/client").CommandImpl<
15
8
  CancelJobCommandInput,
16
9
  CancelJobCommandOutput,
17
- DataExchangeClientResolvedConfig,
18
- ServiceInputTypes,
19
- ServiceOutputTypes
10
+ import("..").DataExchangeClientResolvedConfig,
11
+ import("..").ServiceInputTypes,
12
+ import("..").ServiceOutputTypes
20
13
  >;
21
14
  new (input: CancelJobCommandInput): import("@smithy/core/client").CommandImpl<
22
15
  CancelJobCommandInput,
23
16
  CancelJobCommandOutput,
24
- DataExchangeClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DataExchangeClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
- getEndpointParameterInstructions(): {
29
- [x: string]: unknown;
30
- };
21
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
31
22
  };
32
23
  export declare class CancelJobCommand extends CancelJobCommand_base {
33
24
  protected static __types: {