@aws-sdk/client-dataexchange 3.1076.0 → 3.1078.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 (131) hide show
  1. package/dist-cjs/index.js +48 -375
  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-es/runtimeConfig.browser.js +0 -2
  42. package/dist-es/runtimeConfig.js +1 -2
  43. package/dist-es/runtimeConfig.native.js +0 -2
  44. package/dist-es/runtimeConfig.shared.js +2 -0
  45. package/dist-types/commandBuilder.d.ts +18 -0
  46. package/dist-types/commands/AcceptDataGrantCommand.d.ts +3 -8
  47. package/dist-types/commands/CancelJobCommand.d.ts +3 -8
  48. package/dist-types/commands/CreateDataGrantCommand.d.ts +3 -8
  49. package/dist-types/commands/CreateDataSetCommand.d.ts +3 -8
  50. package/dist-types/commands/CreateEventActionCommand.d.ts +3 -8
  51. package/dist-types/commands/CreateJobCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateRevisionCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteAssetCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteDataGrantCommand.d.ts +3 -8
  55. package/dist-types/commands/DeleteDataSetCommand.d.ts +3 -8
  56. package/dist-types/commands/DeleteEventActionCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteRevisionCommand.d.ts +3 -8
  58. package/dist-types/commands/GetAssetCommand.d.ts +3 -8
  59. package/dist-types/commands/GetDataGrantCommand.d.ts +3 -8
  60. package/dist-types/commands/GetDataSetCommand.d.ts +3 -8
  61. package/dist-types/commands/GetEventActionCommand.d.ts +3 -8
  62. package/dist-types/commands/GetJobCommand.d.ts +3 -8
  63. package/dist-types/commands/GetReceivedDataGrantCommand.d.ts +3 -8
  64. package/dist-types/commands/GetRevisionCommand.d.ts +3 -8
  65. package/dist-types/commands/ListDataGrantsCommand.d.ts +3 -8
  66. package/dist-types/commands/ListDataSetRevisionsCommand.d.ts +3 -8
  67. package/dist-types/commands/ListDataSetsCommand.d.ts +3 -8
  68. package/dist-types/commands/ListEventActionsCommand.d.ts +3 -8
  69. package/dist-types/commands/ListJobsCommand.d.ts +3 -8
  70. package/dist-types/commands/ListReceivedDataGrantsCommand.d.ts +3 -8
  71. package/dist-types/commands/ListRevisionAssetsCommand.d.ts +3 -8
  72. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  73. package/dist-types/commands/RevokeRevisionCommand.d.ts +3 -8
  74. package/dist-types/commands/SendApiAssetCommand.d.ts +3 -8
  75. package/dist-types/commands/SendDataSetNotificationCommand.d.ts +3 -8
  76. package/dist-types/commands/StartJobCommand.d.ts +3 -8
  77. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  78. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  79. package/dist-types/commands/UpdateAssetCommand.d.ts +3 -8
  80. package/dist-types/commands/UpdateDataSetCommand.d.ts +3 -8
  81. package/dist-types/commands/UpdateEventActionCommand.d.ts +3 -8
  82. package/dist-types/commands/UpdateRevisionCommand.d.ts +3 -8
  83. package/dist-types/index.d.ts +1 -0
  84. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  85. package/dist-types/runtimeConfig.d.ts +1 -1
  86. package/dist-types/runtimeConfig.native.d.ts +1 -1
  87. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  88. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  89. package/dist-types/ts3.4/commands/AcceptDataGrantCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/CreateDataGrantCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/CreateEventActionCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/CreateRevisionCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DeleteDataGrantCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/DeleteEventActionCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/DeleteRevisionCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/GetDataGrantCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/GetDataSetCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/GetEventActionCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/GetReceivedDataGrantCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/GetRevisionCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/ListDataGrantsCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/ListDataSetRevisionsCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/ListEventActionsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/ListReceivedDataGrantsCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/ListRevisionAssetsCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/RevokeRevisionCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/SendApiAssetCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/SendDataSetNotificationCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/StartJobCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/UpdateEventActionCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/UpdateRevisionCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/index.d.ts +1 -0
  127. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  128. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  129. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  130. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  131. package/package.json +8 -10
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateRevision$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateRevisionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "CreateRevision", {})
13
- .n("DataExchangeClient", "CreateRevisionCommand")
14
- .sc(CreateRevision$)
15
- .build() {
3
+ export class CreateRevisionCommand extends command(_ep0, _mw0, "CreateRevision", CreateRevision$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteAsset$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteAssetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "DeleteAsset", {})
13
- .n("DataExchangeClient", "DeleteAssetCommand")
14
- .sc(DeleteAsset$)
15
- .build() {
3
+ export class DeleteAssetCommand extends command(_ep0, _mw0, "DeleteAsset", DeleteAsset$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteDataGrant$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteDataGrantCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "DeleteDataGrant", {})
13
- .n("DataExchangeClient", "DeleteDataGrantCommand")
14
- .sc(DeleteDataGrant$)
15
- .build() {
3
+ export class DeleteDataGrantCommand extends command(_ep0, _mw0, "DeleteDataGrant", DeleteDataGrant$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteDataSet$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteDataSetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "DeleteDataSet", {})
13
- .n("DataExchangeClient", "DeleteDataSetCommand")
14
- .sc(DeleteDataSet$)
15
- .build() {
3
+ export class DeleteDataSetCommand extends command(_ep0, _mw0, "DeleteDataSet", DeleteDataSet$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteEventAction$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteEventActionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "DeleteEventAction", {})
13
- .n("DataExchangeClient", "DeleteEventActionCommand")
14
- .sc(DeleteEventAction$)
15
- .build() {
3
+ export class DeleteEventActionCommand extends command(_ep0, _mw0, "DeleteEventAction", DeleteEventAction$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteRevision$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteRevisionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "DeleteRevision", {})
13
- .n("DataExchangeClient", "DeleteRevisionCommand")
14
- .sc(DeleteRevision$)
15
- .build() {
3
+ export class DeleteRevisionCommand extends command(_ep0, _mw0, "DeleteRevision", DeleteRevision$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetAsset$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetAssetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "GetAsset", {})
13
- .n("DataExchangeClient", "GetAssetCommand")
14
- .sc(GetAsset$)
15
- .build() {
3
+ export class GetAssetCommand extends command(_ep0, _mw0, "GetAsset", GetAsset$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetDataGrant$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetDataGrantCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "GetDataGrant", {})
13
- .n("DataExchangeClient", "GetDataGrantCommand")
14
- .sc(GetDataGrant$)
15
- .build() {
3
+ export class GetDataGrantCommand extends command(_ep0, _mw0, "GetDataGrant", GetDataGrant$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetDataSet$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetDataSetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "GetDataSet", {})
13
- .n("DataExchangeClient", "GetDataSetCommand")
14
- .sc(GetDataSet$)
15
- .build() {
3
+ export class GetDataSetCommand extends command(_ep0, _mw0, "GetDataSet", GetDataSet$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetEventAction$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetEventActionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "GetEventAction", {})
13
- .n("DataExchangeClient", "GetEventActionCommand")
14
- .sc(GetEventAction$)
15
- .build() {
3
+ export class GetEventActionCommand extends command(_ep0, _mw0, "GetEventAction", GetEventAction$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "GetJob", {})
13
- .n("DataExchangeClient", "GetJobCommand")
14
- .sc(GetJob$)
15
- .build() {
3
+ export class GetJobCommand extends command(_ep0, _mw0, "GetJob", GetJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetReceivedDataGrant$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetReceivedDataGrantCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "GetReceivedDataGrant", {})
13
- .n("DataExchangeClient", "GetReceivedDataGrantCommand")
14
- .sc(GetReceivedDataGrant$)
15
- .build() {
3
+ export class GetReceivedDataGrantCommand extends command(_ep0, _mw0, "GetReceivedDataGrant", GetReceivedDataGrant$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetRevision$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetRevisionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "GetRevision", {})
13
- .n("DataExchangeClient", "GetRevisionCommand")
14
- .sc(GetRevision$)
15
- .build() {
3
+ export class GetRevisionCommand extends command(_ep0, _mw0, "GetRevision", GetRevision$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListDataGrants$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDataGrantsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "ListDataGrants", {})
13
- .n("DataExchangeClient", "ListDataGrantsCommand")
14
- .sc(ListDataGrants$)
15
- .build() {
3
+ export class ListDataGrantsCommand extends command(_ep0, _mw0, "ListDataGrants", ListDataGrants$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListDataSetRevisions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDataSetRevisionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "ListDataSetRevisions", {})
13
- .n("DataExchangeClient", "ListDataSetRevisionsCommand")
14
- .sc(ListDataSetRevisions$)
15
- .build() {
3
+ export class ListDataSetRevisionsCommand extends command(_ep0, _mw0, "ListDataSetRevisions", ListDataSetRevisions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListDataSets$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDataSetsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "ListDataSets", {})
13
- .n("DataExchangeClient", "ListDataSetsCommand")
14
- .sc(ListDataSets$)
15
- .build() {
3
+ export class ListDataSetsCommand extends command(_ep0, _mw0, "ListDataSets", ListDataSets$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListEventActions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListEventActionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "ListEventActions", {})
13
- .n("DataExchangeClient", "ListEventActionsCommand")
14
- .sc(ListEventActions$)
15
- .build() {
3
+ export class ListEventActionsCommand extends command(_ep0, _mw0, "ListEventActions", ListEventActions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListJobs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListJobsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "ListJobs", {})
13
- .n("DataExchangeClient", "ListJobsCommand")
14
- .sc(ListJobs$)
15
- .build() {
3
+ export class ListJobsCommand extends command(_ep0, _mw0, "ListJobs", ListJobs$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListReceivedDataGrants$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListReceivedDataGrantsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "ListReceivedDataGrants", {})
13
- .n("DataExchangeClient", "ListReceivedDataGrantsCommand")
14
- .sc(ListReceivedDataGrants$)
15
- .build() {
3
+ export class ListReceivedDataGrantsCommand extends command(_ep0, _mw0, "ListReceivedDataGrants", ListReceivedDataGrants$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListRevisionAssets$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListRevisionAssetsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "ListRevisionAssets", {})
13
- .n("DataExchangeClient", "ListRevisionAssetsCommand")
14
- .sc(ListRevisionAssets$)
15
- .build() {
3
+ export class ListRevisionAssetsCommand extends command(_ep0, _mw0, "ListRevisionAssets", ListRevisionAssets$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "ListTagsForResource", {})
13
- .n("DataExchangeClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RevokeRevision$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RevokeRevisionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "RevokeRevision", {})
13
- .n("DataExchangeClient", "RevokeRevisionCommand")
14
- .sc(RevokeRevision$)
15
- .build() {
3
+ export class RevokeRevisionCommand extends command(_ep0, _mw0, "RevokeRevision", RevokeRevision$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { SendApiAsset$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SendApiAssetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "SendApiAsset", {})
13
- .n("DataExchangeClient", "SendApiAssetCommand")
14
- .sc(SendApiAsset$)
15
- .build() {
3
+ export class SendApiAssetCommand extends command(_ep0, _mw0, "SendApiAsset", SendApiAsset$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { SendDataSetNotification$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SendDataSetNotificationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "SendDataSetNotification", {})
13
- .n("DataExchangeClient", "SendDataSetNotificationCommand")
14
- .sc(SendDataSetNotification$)
15
- .build() {
3
+ export class SendDataSetNotificationCommand extends command(_ep0, _mw0, "SendDataSetNotification", SendDataSetNotification$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "StartJob", {})
13
- .n("DataExchangeClient", "StartJobCommand")
14
- .sc(StartJob$)
15
- .build() {
3
+ export class StartJobCommand extends command(_ep0, _mw0, "StartJob", StartJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "TagResource", {})
13
- .n("DataExchangeClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "UntagResource", {})
13
- .n("DataExchangeClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateAsset$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateAssetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "UpdateAsset", {})
13
- .n("DataExchangeClient", "UpdateAssetCommand")
14
- .sc(UpdateAsset$)
15
- .build() {
3
+ export class UpdateAssetCommand extends command(_ep0, _mw0, "UpdateAsset", UpdateAsset$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateDataSet$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateDataSetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "UpdateDataSet", {})
13
- .n("DataExchangeClient", "UpdateDataSetCommand")
14
- .sc(UpdateDataSet$)
15
- .build() {
3
+ export class UpdateDataSetCommand extends command(_ep0, _mw0, "UpdateDataSet", UpdateDataSet$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateEventAction$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateEventActionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "UpdateEventAction", {})
13
- .n("DataExchangeClient", "UpdateEventActionCommand")
14
- .sc(UpdateEventAction$)
15
- .build() {
3
+ export class UpdateEventActionCommand extends command(_ep0, _mw0, "UpdateEventAction", UpdateEventAction$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateRevision$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateRevisionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataExchange", "UpdateRevision", {})
13
- .n("DataExchangeClient", "UpdateRevisionCommand")
14
- .sc(UpdateRevision$)
15
- .build() {
3
+ export class UpdateRevisionCommand extends command(_ep0, _mw0, "UpdateRevision", UpdateRevision$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./DataExchangeClient";
2
2
  export * from "./DataExchange";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";