@aws-sdk/client-dataexchange 3.1045.0 → 3.1047.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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
4
  import type { ListJobsRequest, ListJobsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListJobsCommandInput extends ListJobsRequest {
22
22
  export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListJobsCommand_base: {
25
- new (input: ListJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation lists your jobs sorted by CreatedAt in descending order.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
4
  import type { ListReceivedDataGrantsRequest, ListReceivedDataGrantsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListReceivedDataGrantsCommandInput extends ListReceivedDataGran
22
22
  export interface ListReceivedDataGrantsCommandOutput extends ListReceivedDataGrantsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListReceivedDataGrantsCommand_base: {
25
- new (input: ListReceivedDataGrantsCommandInput): import("@smithy/smithy-client").CommandImpl<ListReceivedDataGrantsCommandInput, ListReceivedDataGrantsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListReceivedDataGrantsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListReceivedDataGrantsCommandInput, ListReceivedDataGrantsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation returns information about all received data grants.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
4
  import type { ListRevisionAssetsRequest, ListRevisionAssetsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListRevisionAssetsCommandInput extends ListRevisionAssetsReques
22
22
  export interface ListRevisionAssetsCommandOutput extends ListRevisionAssetsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListRevisionAssetsCommand_base: {
25
- new (input: ListRevisionAssetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRevisionAssetsCommandInput, ListRevisionAssetsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListRevisionAssetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRevisionAssetsCommandInput, ListRevisionAssetsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation lists a revision's assets sorted alphabetically in descending order.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
4
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation lists the tags on the resource.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
4
  import type { RevokeRevisionRequest, RevokeRevisionResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface RevokeRevisionCommandInput extends RevokeRevisionRequest {
22
22
  export interface RevokeRevisionCommandOutput extends RevokeRevisionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const RevokeRevisionCommand_base: {
25
- new (input: RevokeRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<RevokeRevisionCommandInput, RevokeRevisionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RevokeRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<RevokeRevisionCommandInput, RevokeRevisionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation revokes subscribers' access to a revision.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
4
  import type { SendApiAssetRequest, SendApiAssetResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface SendApiAssetCommandInput extends SendApiAssetRequest {
22
22
  export interface SendApiAssetCommandOutput extends SendApiAssetResponse, __MetadataBearer {
23
23
  }
24
24
  declare const SendApiAssetCommand_base: {
25
- new (input: SendApiAssetCommandInput): import("@smithy/smithy-client").CommandImpl<SendApiAssetCommandInput, SendApiAssetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SendApiAssetCommandInput): import("@smithy/smithy-client").CommandImpl<SendApiAssetCommandInput, SendApiAssetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation invokes an API Gateway API asset. The request is proxied to the provider’s API Gateway API.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
4
  import type { SendDataSetNotificationRequest, SendDataSetNotificationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface SendDataSetNotificationCommandInput extends SendDataSetNotifica
22
22
  export interface SendDataSetNotificationCommandOutput extends SendDataSetNotificationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const SendDataSetNotificationCommand_base: {
25
- new (input: SendDataSetNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<SendDataSetNotificationCommandInput, SendDataSetNotificationCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SendDataSetNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<SendDataSetNotificationCommandInput, SendDataSetNotificationCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>The type of event associated with the data set.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
4
  import type { StartJobRequest, StartJobResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartJobCommandInput extends StartJobRequest {
22
22
  export interface StartJobCommandOutput extends StartJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartJobCommand_base: {
25
- new (input: StartJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartJobCommandInput, StartJobCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartJobCommandInput, StartJobCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation starts a job.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
4
  import type { TagResourceRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
22
  export interface TagResourceCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation tags a resource.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
4
  import type { UntagResourceRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
22
  export interface UntagResourceCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation removes one or more tags from a resource.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
4
  import type { UpdateAssetRequest, UpdateAssetResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateAssetCommandInput extends UpdateAssetRequest {
22
22
  export interface UpdateAssetCommandOutput extends UpdateAssetResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateAssetCommand_base: {
25
- new (input: UpdateAssetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAssetCommandInput, UpdateAssetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateAssetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAssetCommandInput, UpdateAssetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation updates an asset.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
4
  import type { UpdateDataSetRequest, UpdateDataSetResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateDataSetCommandInput extends UpdateDataSetRequest {
22
22
  export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateDataSetCommand_base: {
25
- new (input: UpdateDataSetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataSetCommandInput, UpdateDataSetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateDataSetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataSetCommandInput, UpdateDataSetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation updates a data set.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
4
  import type { UpdateEventActionRequest, UpdateEventActionResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateEventActionCommandInput extends UpdateEventActionRequest
22
22
  export interface UpdateEventActionCommandOutput extends UpdateEventActionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateEventActionCommand_base: {
25
- new (input: UpdateEventActionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventActionCommandInput, UpdateEventActionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateEventActionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventActionCommandInput, UpdateEventActionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation updates the event action.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
4
  import type { UpdateRevisionRequest, UpdateRevisionResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateRevisionCommandInput extends UpdateRevisionRequest {
22
22
  export interface UpdateRevisionCommandOutput extends UpdateRevisionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateRevisionCommand_base: {
25
- new (input: UpdateRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRevisionCommandInput, UpdateRevisionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRevisionCommandInput, UpdateRevisionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation updates a revision.</p>
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { DataExchangeServiceException as __BaseException } from "./DataExchangeServiceException";
3
3
  import type { ExceptionCause, LimitName, ResourceType } from "./enums";
4
4
  /**
@@ -5,13 +5,13 @@ import type { DataExchangeClientConfig } from "./DataExchangeClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: DataExchangeClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
14
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
16
  sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,14 +5,14 @@ import type { DataExchangeClientConfig } from "./DataExchangeClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: DataExchangeClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
12
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<string>;
15
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
15
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { DataExchangeClientConfig } from "./DataExchangeClient";
5
5
  export declare const getRuntimeConfig: (config: DataExchangeClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
10
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
11
11
  protocolSettings: {
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: DataExchangeClientConfig) => {
32
32
  retryMode: string | import("@smithy/types").Provider<string>;
33
33
  logger: import("@smithy/types").Logger;
34
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
35
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
36
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
37
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
38
38
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -6,25 +6,19 @@ import {
6
6
  UserAgentInputConfig,
7
7
  UserAgentResolvedConfig,
8
8
  } from "@aws-sdk/middleware-user-agent";
9
- import {
10
- RegionInputConfig,
11
- RegionResolvedConfig,
12
- } from "@smithy/config-resolver";
13
- import {
14
- EndpointInputConfig,
15
- EndpointResolvedConfig,
16
- } from "@smithy/middleware-endpoint";
17
- import {
18
- RetryInputConfig,
19
- RetryResolvedConfig,
20
- } from "@smithy/middleware-retry";
21
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
22
9
  import {
23
10
  DefaultsMode as __DefaultsMode,
24
11
  SmithyConfiguration as __SmithyConfiguration,
25
12
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
13
  Client as __Client,
27
- } from "@smithy/smithy-client";
14
+ } from "@smithy/core/client";
15
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
16
+ import {
17
+ EndpointInputConfig,
18
+ EndpointResolvedConfig,
19
+ } from "@smithy/core/endpoints";
20
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
21
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
28
22
  import {
29
23
  AwsCredentialIdentityProvider,
30
24
  BodyLengthCalculator as __BodyLengthCalculator,
@@ -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 AcceptDataGrantCommandOutput
18
18
  declare const AcceptDataGrantCommand_base: {
19
19
  new (
20
20
  input: AcceptDataGrantCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  AcceptDataGrantCommandInput,
23
23
  AcceptDataGrantCommandOutput,
24
24
  DataExchangeClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const AcceptDataGrantCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: AcceptDataGrantCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  AcceptDataGrantCommandInput,
32
32
  AcceptDataGrantCommandOutput,
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 AcceptDataGrantCommand extends AcceptDataGrantCommand_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,25 +11,23 @@ export { $Command };
11
11
  export interface CancelJobCommandInput extends CancelJobRequest {}
12
12
  export interface CancelJobCommandOutput extends __MetadataBearer {}
13
13
  declare const CancelJobCommand_base: {
14
- new (
15
- input: CancelJobCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
14
+ new (input: CancelJobCommandInput): import("@smithy/core/client").CommandImpl<
17
15
  CancelJobCommandInput,
18
16
  CancelJobCommandOutput,
19
17
  DataExchangeClientResolvedConfig,
20
18
  ServiceInputTypes,
21
19
  ServiceOutputTypes
22
20
  >;
23
- new (
24
- input: CancelJobCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
21
+ new (input: CancelJobCommandInput): import("@smithy/core/client").CommandImpl<
26
22
  CancelJobCommandInput,
27
23
  CancelJobCommandOutput,
28
24
  DataExchangeClientResolvedConfig,
29
25
  ServiceInputTypes,
30
26
  ServiceOutputTypes
31
27
  >;
32
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ getEndpointParameterInstructions(): {
29
+ [x: string]: unknown;
30
+ };
33
31
  };
34
32
  export declare class CancelJobCommand extends CancelJobCommand_base {
35
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,
@@ -18,7 +18,7 @@ export interface CreateDataGrantCommandOutput
18
18
  declare const CreateDataGrantCommand_base: {
19
19
  new (
20
20
  input: CreateDataGrantCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  CreateDataGrantCommandInput,
23
23
  CreateDataGrantCommandOutput,
24
24
  DataExchangeClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const CreateDataGrantCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: CreateDataGrantCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  CreateDataGrantCommandInput,
32
32
  CreateDataGrantCommandOutput,
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 CreateDataGrantCommand extends CreateDataGrantCommand_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,
@@ -18,7 +18,7 @@ export interface CreateDataSetCommandOutput
18
18
  declare const CreateDataSetCommand_base: {
19
19
  new (
20
20
  input: CreateDataSetCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  CreateDataSetCommandInput,
23
23
  CreateDataSetCommandOutput,
24
24
  DataExchangeClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const CreateDataSetCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: CreateDataSetCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  CreateDataSetCommandInput,
32
32
  CreateDataSetCommandOutput,
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 CreateDataSetCommand extends CreateDataSetCommand_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 CreateEventActionCommandOutput
19
19
  declare const CreateEventActionCommand_base: {
20
20
  new (
21
21
  input: CreateEventActionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateEventActionCommandInput,
24
24
  CreateEventActionCommandOutput,
25
25
  DataExchangeClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateEventActionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateEventActionCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateEventActionCommandInput,
33
33
  CreateEventActionCommandOutput,
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 CreateEventActionCommand extends CreateEventActionCommand_base {
41
43
  protected static __types: {