@aws-sdk/client-dataexchange 3.1044.0 → 3.1046.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 (146) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +90 -91
  5. package/dist-cjs/models/DataExchangeServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/DataExchange.js +1 -1
  10. package/dist-es/DataExchangeClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AcceptDataGrantCommand.js +2 -2
  13. package/dist-es/commands/CancelJobCommand.js +2 -2
  14. package/dist-es/commands/CreateDataGrantCommand.js +2 -2
  15. package/dist-es/commands/CreateDataSetCommand.js +2 -2
  16. package/dist-es/commands/CreateEventActionCommand.js +2 -2
  17. package/dist-es/commands/CreateJobCommand.js +2 -2
  18. package/dist-es/commands/CreateRevisionCommand.js +2 -2
  19. package/dist-es/commands/DeleteAssetCommand.js +2 -2
  20. package/dist-es/commands/DeleteDataGrantCommand.js +2 -2
  21. package/dist-es/commands/DeleteDataSetCommand.js +2 -2
  22. package/dist-es/commands/DeleteEventActionCommand.js +2 -2
  23. package/dist-es/commands/DeleteRevisionCommand.js +2 -2
  24. package/dist-es/commands/GetAssetCommand.js +2 -2
  25. package/dist-es/commands/GetDataGrantCommand.js +2 -2
  26. package/dist-es/commands/GetDataSetCommand.js +2 -2
  27. package/dist-es/commands/GetEventActionCommand.js +2 -2
  28. package/dist-es/commands/GetJobCommand.js +2 -2
  29. package/dist-es/commands/GetReceivedDataGrantCommand.js +2 -2
  30. package/dist-es/commands/GetRevisionCommand.js +2 -2
  31. package/dist-es/commands/ListDataGrantsCommand.js +2 -2
  32. package/dist-es/commands/ListDataSetRevisionsCommand.js +2 -2
  33. package/dist-es/commands/ListDataSetsCommand.js +2 -2
  34. package/dist-es/commands/ListEventActionsCommand.js +2 -2
  35. package/dist-es/commands/ListJobsCommand.js +2 -2
  36. package/dist-es/commands/ListReceivedDataGrantsCommand.js +2 -2
  37. package/dist-es/commands/ListRevisionAssetsCommand.js +2 -2
  38. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  39. package/dist-es/commands/RevokeRevisionCommand.js +2 -2
  40. package/dist-es/commands/SendApiAssetCommand.js +2 -2
  41. package/dist-es/commands/SendDataSetNotificationCommand.js +2 -2
  42. package/dist-es/commands/StartJobCommand.js +2 -2
  43. package/dist-es/commands/TagResourceCommand.js +2 -2
  44. package/dist-es/commands/UntagResourceCommand.js +2 -2
  45. package/dist-es/commands/UpdateAssetCommand.js +2 -2
  46. package/dist-es/commands/UpdateDataSetCommand.js +2 -2
  47. package/dist-es/commands/UpdateEventActionCommand.js +2 -2
  48. package/dist-es/commands/UpdateRevisionCommand.js +2 -2
  49. package/dist-es/endpoint/bdd.js +1 -1
  50. package/dist-es/endpoint/endpointResolver.js +1 -1
  51. package/dist-es/models/DataExchangeServiceException.js +1 -1
  52. package/dist-es/runtimeConfig.browser.js +4 -6
  53. package/dist-es/runtimeConfig.js +4 -8
  54. package/dist-es/runtimeConfig.shared.js +3 -4
  55. package/dist-es/runtimeExtensions.js +2 -2
  56. package/dist-types/DataExchangeClient.d.ts +5 -5
  57. package/dist-types/commands/AcceptDataGrantCommand.d.ts +6 -4
  58. package/dist-types/commands/CancelJobCommand.d.ts +6 -4
  59. package/dist-types/commands/CreateDataGrantCommand.d.ts +6 -4
  60. package/dist-types/commands/CreateDataSetCommand.d.ts +6 -4
  61. package/dist-types/commands/CreateEventActionCommand.d.ts +6 -4
  62. package/dist-types/commands/CreateJobCommand.d.ts +6 -4
  63. package/dist-types/commands/CreateRevisionCommand.d.ts +6 -4
  64. package/dist-types/commands/DeleteAssetCommand.d.ts +6 -4
  65. package/dist-types/commands/DeleteDataGrantCommand.d.ts +6 -4
  66. package/dist-types/commands/DeleteDataSetCommand.d.ts +6 -4
  67. package/dist-types/commands/DeleteEventActionCommand.d.ts +6 -4
  68. package/dist-types/commands/DeleteRevisionCommand.d.ts +6 -4
  69. package/dist-types/commands/GetAssetCommand.d.ts +6 -4
  70. package/dist-types/commands/GetDataGrantCommand.d.ts +6 -4
  71. package/dist-types/commands/GetDataSetCommand.d.ts +6 -4
  72. package/dist-types/commands/GetEventActionCommand.d.ts +6 -4
  73. package/dist-types/commands/GetJobCommand.d.ts +6 -4
  74. package/dist-types/commands/GetReceivedDataGrantCommand.d.ts +6 -4
  75. package/dist-types/commands/GetRevisionCommand.d.ts +6 -4
  76. package/dist-types/commands/ListDataGrantsCommand.d.ts +6 -4
  77. package/dist-types/commands/ListDataSetRevisionsCommand.d.ts +6 -4
  78. package/dist-types/commands/ListDataSetsCommand.d.ts +6 -4
  79. package/dist-types/commands/ListEventActionsCommand.d.ts +6 -4
  80. package/dist-types/commands/ListJobsCommand.d.ts +6 -4
  81. package/dist-types/commands/ListReceivedDataGrantsCommand.d.ts +6 -4
  82. package/dist-types/commands/ListRevisionAssetsCommand.d.ts +6 -4
  83. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  84. package/dist-types/commands/RevokeRevisionCommand.d.ts +6 -4
  85. package/dist-types/commands/SendApiAssetCommand.d.ts +6 -4
  86. package/dist-types/commands/SendDataSetNotificationCommand.d.ts +6 -4
  87. package/dist-types/commands/StartJobCommand.d.ts +6 -4
  88. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  89. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  90. package/dist-types/commands/UpdateAssetCommand.d.ts +6 -4
  91. package/dist-types/commands/UpdateDataSetCommand.d.ts +6 -4
  92. package/dist-types/commands/UpdateEventActionCommand.d.ts +6 -4
  93. package/dist-types/commands/UpdateRevisionCommand.d.ts +6 -4
  94. package/dist-types/endpoint/bdd.d.ts +1 -1
  95. package/dist-types/extensionConfiguration.d.ts +1 -1
  96. package/dist-types/models/DataExchangeServiceException.d.ts +1 -1
  97. package/dist-types/models/errors.d.ts +1 -1
  98. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  99. package/dist-types/runtimeConfig.d.ts +2 -2
  100. package/dist-types/runtimeConfig.native.d.ts +2 -2
  101. package/dist-types/ts3.4/DataExchangeClient.d.ts +8 -14
  102. package/dist-types/ts3.4/commands/AcceptDataGrantCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +6 -8
  104. package/dist-types/ts3.4/commands/CreateDataGrantCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/CreateEventActionCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +6 -8
  108. package/dist-types/ts3.4/commands/CreateRevisionCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/DeleteDataGrantCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/DeleteEventActionCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/DeleteRevisionCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +6 -8
  115. package/dist-types/ts3.4/commands/GetDataGrantCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/GetDataSetCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/GetEventActionCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/GetReceivedDataGrantCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/GetRevisionCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/ListDataGrantsCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/ListDataSetRevisionsCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/ListEventActionsCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +6 -6
  126. package/dist-types/ts3.4/commands/ListReceivedDataGrantsCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/ListRevisionAssetsCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/RevokeRevisionCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/SendApiAssetCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/SendDataSetNotificationCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/StartJobCommand.d.ts +6 -8
  133. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/UpdateEventActionCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/UpdateRevisionCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  140. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  141. package/dist-types/ts3.4/models/DataExchangeServiceException.d.ts +1 -1
  142. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  143. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  144. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  145. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  146. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DataExchangeClientResolvedConfig,
@@ -13,25 +13,23 @@ export interface CreateJobCommandOutput
13
13
  extends CreateJobResponse,
14
14
  __MetadataBearer {}
15
15
  declare const CreateJobCommand_base: {
16
- new (
17
- input: CreateJobCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: CreateJobCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  CreateJobCommandInput,
20
18
  CreateJobCommandOutput,
21
19
  DataExchangeClientResolvedConfig,
22
20
  ServiceInputTypes,
23
21
  ServiceOutputTypes
24
22
  >;
25
- new (
26
- input: CreateJobCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
23
+ new (input: CreateJobCommandInput): import("@smithy/core/client").CommandImpl<
28
24
  CreateJobCommandInput,
29
25
  CreateJobCommandOutput,
30
26
  DataExchangeClientResolvedConfig,
31
27
  ServiceInputTypes,
32
28
  ServiceOutputTypes
33
29
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
35
33
  };
36
34
  export declare class CreateJobCommand extends CreateJobCommand_base {
37
35
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DataExchangeClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface CreateRevisionCommandOutput
18
18
  declare const CreateRevisionCommand_base: {
19
19
  new (
20
20
  input: CreateRevisionCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  CreateRevisionCommandInput,
23
23
  CreateRevisionCommandOutput,
24
24
  DataExchangeClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const CreateRevisionCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: CreateRevisionCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  CreateRevisionCommandInput,
32
32
  CreateRevisionCommandOutput,
33
33
  DataExchangeClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class CreateRevisionCommand extends CreateRevisionCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DataExchangeClientResolvedConfig,
@@ -13,7 +13,7 @@ export interface DeleteAssetCommandOutput extends __MetadataBearer {}
13
13
  declare const DeleteAssetCommand_base: {
14
14
  new (
15
15
  input: DeleteAssetCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  DeleteAssetCommandInput,
18
18
  DeleteAssetCommandOutput,
19
19
  DataExchangeClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const DeleteAssetCommand_base: {
22
22
  >;
23
23
  new (
24
24
  input: DeleteAssetCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  DeleteAssetCommandInput,
27
27
  DeleteAssetCommandOutput,
28
28
  DataExchangeClientResolvedConfig,
29
29
  ServiceInputTypes,
30
30
  ServiceOutputTypes
31
31
  >;
32
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
33
35
  };
34
36
  export declare class DeleteAssetCommand extends DeleteAssetCommand_base {
35
37
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DataExchangeClientResolvedConfig,
@@ -13,7 +13,7 @@ export interface DeleteDataGrantCommandOutput extends __MetadataBearer {}
13
13
  declare const DeleteDataGrantCommand_base: {
14
14
  new (
15
15
  input: DeleteDataGrantCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  DeleteDataGrantCommandInput,
18
18
  DeleteDataGrantCommandOutput,
19
19
  DataExchangeClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const DeleteDataGrantCommand_base: {
22
22
  >;
23
23
  new (
24
24
  input: DeleteDataGrantCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  DeleteDataGrantCommandInput,
27
27
  DeleteDataGrantCommandOutput,
28
28
  DataExchangeClientResolvedConfig,
29
29
  ServiceInputTypes,
30
30
  ServiceOutputTypes
31
31
  >;
32
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
33
35
  };
34
36
  export declare class DeleteDataGrantCommand extends DeleteDataGrantCommand_base {
35
37
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DataExchangeClientResolvedConfig,
@@ -13,7 +13,7 @@ export interface DeleteDataSetCommandOutput extends __MetadataBearer {}
13
13
  declare const DeleteDataSetCommand_base: {
14
14
  new (
15
15
  input: DeleteDataSetCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  DeleteDataSetCommandInput,
18
18
  DeleteDataSetCommandOutput,
19
19
  DataExchangeClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const DeleteDataSetCommand_base: {
22
22
  >;
23
23
  new (
24
24
  input: DeleteDataSetCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  DeleteDataSetCommandInput,
27
27
  DeleteDataSetCommandOutput,
28
28
  DataExchangeClientResolvedConfig,
29
29
  ServiceInputTypes,
30
30
  ServiceOutputTypes
31
31
  >;
32
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
33
35
  };
34
36
  export declare class DeleteDataSetCommand extends DeleteDataSetCommand_base {
35
37
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DataExchangeClientResolvedConfig,
@@ -14,7 +14,7 @@ export interface DeleteEventActionCommandOutput extends __MetadataBearer {}
14
14
  declare const DeleteEventActionCommand_base: {
15
15
  new (
16
16
  input: DeleteEventActionCommandInput
17
- ): import("@smithy/smithy-client").CommandImpl<
17
+ ): import("@smithy/core/client").CommandImpl<
18
18
  DeleteEventActionCommandInput,
19
19
  DeleteEventActionCommandOutput,
20
20
  DataExchangeClientResolvedConfig,
@@ -23,14 +23,16 @@ declare const DeleteEventActionCommand_base: {
23
23
  >;
24
24
  new (
25
25
  input: DeleteEventActionCommandInput
26
- ): import("@smithy/smithy-client").CommandImpl<
26
+ ): import("@smithy/core/client").CommandImpl<
27
27
  DeleteEventActionCommandInput,
28
28
  DeleteEventActionCommandOutput,
29
29
  DataExchangeClientResolvedConfig,
30
30
  ServiceInputTypes,
31
31
  ServiceOutputTypes
32
32
  >;
33
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
+ getEndpointParameterInstructions(): {
34
+ [x: string]: unknown;
35
+ };
34
36
  };
35
37
  export declare class DeleteEventActionCommand extends DeleteEventActionCommand_base {
36
38
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DataExchangeClientResolvedConfig,
@@ -13,7 +13,7 @@ export interface DeleteRevisionCommandOutput extends __MetadataBearer {}
13
13
  declare const DeleteRevisionCommand_base: {
14
14
  new (
15
15
  input: DeleteRevisionCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  DeleteRevisionCommandInput,
18
18
  DeleteRevisionCommandOutput,
19
19
  DataExchangeClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const DeleteRevisionCommand_base: {
22
22
  >;
23
23
  new (
24
24
  input: DeleteRevisionCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  DeleteRevisionCommandInput,
27
27
  DeleteRevisionCommandOutput,
28
28
  DataExchangeClientResolvedConfig,
29
29
  ServiceInputTypes,
30
30
  ServiceOutputTypes
31
31
  >;
32
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
33
35
  };
34
36
  export declare class DeleteRevisionCommand extends DeleteRevisionCommand_base {
35
37
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DataExchangeClientResolvedConfig,
@@ -13,25 +13,23 @@ export interface GetAssetCommandOutput
13
13
  extends GetAssetResponse,
14
14
  __MetadataBearer {}
15
15
  declare const GetAssetCommand_base: {
16
- new (
17
- input: GetAssetCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: GetAssetCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  GetAssetCommandInput,
20
18
  GetAssetCommandOutput,
21
19
  DataExchangeClientResolvedConfig,
22
20
  ServiceInputTypes,
23
21
  ServiceOutputTypes
24
22
  >;
25
- new (
26
- input: GetAssetCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
23
+ new (input: GetAssetCommandInput): import("@smithy/core/client").CommandImpl<
28
24
  GetAssetCommandInput,
29
25
  GetAssetCommandOutput,
30
26
  DataExchangeClientResolvedConfig,
31
27
  ServiceInputTypes,
32
28
  ServiceOutputTypes
33
29
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
35
33
  };
36
34
  export declare class GetAssetCommand extends GetAssetCommand_base {
37
35
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DataExchangeClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface GetDataGrantCommandOutput
15
15
  declare const GetDataGrantCommand_base: {
16
16
  new (
17
17
  input: GetDataGrantCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetDataGrantCommandInput,
20
20
  GetDataGrantCommandOutput,
21
21
  DataExchangeClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetDataGrantCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: GetDataGrantCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetDataGrantCommandInput,
29
29
  GetDataGrantCommandOutput,
30
30
  DataExchangeClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class GetDataGrantCommand extends GetDataGrantCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DataExchangeClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface GetDataSetCommandOutput
15
15
  declare const GetDataSetCommand_base: {
16
16
  new (
17
17
  input: GetDataSetCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetDataSetCommandInput,
20
20
  GetDataSetCommandOutput,
21
21
  DataExchangeClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetDataSetCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: GetDataSetCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetDataSetCommandInput,
29
29
  GetDataSetCommandOutput,
30
30
  DataExchangeClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class GetDataSetCommand extends GetDataSetCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DataExchangeClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface GetEventActionCommandOutput
18
18
  declare const GetEventActionCommand_base: {
19
19
  new (
20
20
  input: GetEventActionCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetEventActionCommandInput,
23
23
  GetEventActionCommandOutput,
24
24
  DataExchangeClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetEventActionCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetEventActionCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetEventActionCommandInput,
32
32
  GetEventActionCommandOutput,
33
33
  DataExchangeClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetEventActionCommand extends GetEventActionCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DataExchangeClientResolvedConfig,
@@ -11,21 +11,23 @@ export { $Command };
11
11
  export interface GetJobCommandInput extends GetJobRequest {}
12
12
  export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {}
13
13
  declare const GetJobCommand_base: {
14
- new (input: GetJobCommandInput): import("@smithy/smithy-client").CommandImpl<
14
+ new (input: GetJobCommandInput): import("@smithy/core/client").CommandImpl<
15
15
  GetJobCommandInput,
16
16
  GetJobCommandOutput,
17
17
  DataExchangeClientResolvedConfig,
18
18
  ServiceInputTypes,
19
19
  ServiceOutputTypes
20
20
  >;
21
- new (input: GetJobCommandInput): import("@smithy/smithy-client").CommandImpl<
21
+ new (input: GetJobCommandInput): import("@smithy/core/client").CommandImpl<
22
22
  GetJobCommandInput,
23
23
  GetJobCommandOutput,
24
24
  DataExchangeClientResolvedConfig,
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ getEndpointParameterInstructions(): {
29
+ [x: string]: unknown;
30
+ };
29
31
  };
30
32
  export declare class GetJobCommand extends GetJobCommand_base {
31
33
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DataExchangeClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetReceivedDataGrantCommandOutput
19
19
  declare const GetReceivedDataGrantCommand_base: {
20
20
  new (
21
21
  input: GetReceivedDataGrantCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetReceivedDataGrantCommandInput,
24
24
  GetReceivedDataGrantCommandOutput,
25
25
  DataExchangeClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetReceivedDataGrantCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetReceivedDataGrantCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetReceivedDataGrantCommandInput,
33
33
  GetReceivedDataGrantCommandOutput,
34
34
  DataExchangeClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetReceivedDataGrantCommand extends GetReceivedDataGrantCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DataExchangeClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface GetRevisionCommandOutput
15
15
  declare const GetRevisionCommand_base: {
16
16
  new (
17
17
  input: GetRevisionCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetRevisionCommandInput,
20
20
  GetRevisionCommandOutput,
21
21
  DataExchangeClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetRevisionCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: GetRevisionCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetRevisionCommandInput,
29
29
  GetRevisionCommandOutput,
30
30
  DataExchangeClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class GetRevisionCommand extends GetRevisionCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DataExchangeClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface ListDataGrantsCommandOutput
18
18
  declare const ListDataGrantsCommand_base: {
19
19
  new (
20
20
  input: ListDataGrantsCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListDataGrantsCommandInput,
23
23
  ListDataGrantsCommandOutput,
24
24
  DataExchangeClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListDataGrantsCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [ListDataGrantsCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListDataGrantsCommandInput,
32
32
  ListDataGrantsCommandOutput,
33
33
  DataExchangeClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListDataGrantsCommand extends ListDataGrantsCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DataExchangeClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListDataSetRevisionsCommandOutput
19
19
  declare const ListDataSetRevisionsCommand_base: {
20
20
  new (
21
21
  input: ListDataSetRevisionsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListDataSetRevisionsCommandInput,
24
24
  ListDataSetRevisionsCommandOutput,
25
25
  DataExchangeClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListDataSetRevisionsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListDataSetRevisionsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListDataSetRevisionsCommandInput,
33
33
  ListDataSetRevisionsCommandOutput,
34
34
  DataExchangeClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListDataSetRevisionsCommand extends ListDataSetRevisionsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DataExchangeClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface ListDataSetsCommandOutput
15
15
  declare const ListDataSetsCommand_base: {
16
16
  new (
17
17
  input: ListDataSetsCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  ListDataSetsCommandInput,
20
20
  ListDataSetsCommandOutput,
21
21
  DataExchangeClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const ListDataSetsCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [ListDataSetsCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  ListDataSetsCommandInput,
29
29
  ListDataSetsCommandOutput,
30
30
  DataExchangeClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class ListDataSetsCommand extends ListDataSetsCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DataExchangeClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface ListEventActionsCommandOutput
18
18
  declare const ListEventActionsCommand_base: {
19
19
  new (
20
20
  input: ListEventActionsCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListEventActionsCommandInput,
23
23
  ListEventActionsCommandOutput,
24
24
  DataExchangeClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListEventActionsCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [ListEventActionsCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListEventActionsCommandInput,
32
32
  ListEventActionsCommandOutput,
33
33
  DataExchangeClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListEventActionsCommand extends ListEventActionsCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DataExchangeClientResolvedConfig,
@@ -13,9 +13,7 @@ export interface ListJobsCommandOutput
13
13
  extends ListJobsResponse,
14
14
  __MetadataBearer {}
15
15
  declare const ListJobsCommand_base: {
16
- new (
17
- input: ListJobsCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  ListJobsCommandInput,
20
18
  ListJobsCommandOutput,
21
19
  DataExchangeClientResolvedConfig,
@@ -24,14 +22,16 @@ declare const ListJobsCommand_base: {
24
22
  >;
25
23
  new (
26
24
  ...[input]: [] | [ListJobsCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
28
26
  ListJobsCommandInput,
29
27
  ListJobsCommandOutput,
30
28
  DataExchangeClientResolvedConfig,
31
29
  ServiceInputTypes,
32
30
  ServiceOutputTypes
33
31
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
35
35
  };
36
36
  export declare class ListJobsCommand extends ListJobsCommand_base {
37
37
  protected static __types: {