@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,5 +1,4 @@
1
1
  import packageInfo from "../package.json";
2
- import { Sha256 } from "@aws-crypto/sha256-browser";
3
2
  import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
4
3
  import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
23
22
  region: config?.region ?? invalidProvider("Region is missing"),
24
23
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
24
  retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
25
  streamCollector: config?.streamCollector ?? streamCollector,
28
26
  useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
27
  useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
5
5
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
6
6
  import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
7
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
8
- import { calculateBodyLength, Hash } from "@smithy/core/serde";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
11
  export const getRuntimeConfig = (config) => {
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
35
35
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
36
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
37
  }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
38
  streamCollector: config?.streamCollector ?? streamCollector,
40
39
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
40
  useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
+ import { Sha256 } from "@smithy/core/checksum";
3
4
  import { NoOpLogger } from "@smithy/core/client";
4
5
  import { parseUrl } from "@smithy/core/protocols";
5
6
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
31
32
  serviceTarget: "DataExchange",
32
33
  },
33
34
  serviceId: config?.serviceId ?? "DataExchange",
35
+ sha256: config?.sha256 ?? Sha256,
34
36
  urlParser: config?.urlParser ?? parseUrl,
35
37
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
36
38
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./DataExchangeClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { AcceptDataGrantRequest, AcceptDataGrantResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AcceptDataGrantCommandInput extends AcceptDataGrantRequest {
22
19
  export interface AcceptDataGrantCommandOutput extends AcceptDataGrantResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AcceptDataGrantCommand_base: {
25
- new (input: AcceptDataGrantCommandInput): import("@smithy/core/client").CommandImpl<AcceptDataGrantCommandInput, AcceptDataGrantCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AcceptDataGrantCommandInput): import("@smithy/core/client").CommandImpl<AcceptDataGrantCommandInput, AcceptDataGrantCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AcceptDataGrantCommandInput): import("@smithy/core/client").CommandImpl<AcceptDataGrantCommandInput, AcceptDataGrantCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AcceptDataGrantCommandInput): import("@smithy/core/client").CommandImpl<AcceptDataGrantCommandInput, AcceptDataGrantCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation accepts a data grant.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { CancelJobRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CancelJobCommandInput extends CancelJobRequest {
22
19
  export interface CancelJobCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const CancelJobCommand_base: {
25
- new (input: CancelJobCommandInput): import("@smithy/core/client").CommandImpl<CancelJobCommandInput, CancelJobCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CancelJobCommandInput): import("@smithy/core/client").CommandImpl<CancelJobCommandInput, CancelJobCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CancelJobCommandInput): import("@smithy/core/client").CommandImpl<CancelJobCommandInput, CancelJobCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CancelJobCommandInput): import("@smithy/core/client").CommandImpl<CancelJobCommandInput, CancelJobCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation cancels a job. Jobs can be cancelled only when they are in the WAITING state.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { CreateDataGrantRequest, CreateDataGrantResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateDataGrantCommandInput extends CreateDataGrantRequest {
22
19
  export interface CreateDataGrantCommandOutput extends CreateDataGrantResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateDataGrantCommand_base: {
25
- new (input: CreateDataGrantCommandInput): import("@smithy/core/client").CommandImpl<CreateDataGrantCommandInput, CreateDataGrantCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDataGrantCommandInput): import("@smithy/core/client").CommandImpl<CreateDataGrantCommandInput, CreateDataGrantCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateDataGrantCommandInput): import("@smithy/core/client").CommandImpl<CreateDataGrantCommandInput, CreateDataGrantCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateDataGrantCommandInput): import("@smithy/core/client").CommandImpl<CreateDataGrantCommandInput, CreateDataGrantCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation creates a data grant.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { CreateDataSetRequest, CreateDataSetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateDataSetCommandInput extends CreateDataSetRequest {
22
19
  export interface CreateDataSetCommandOutput extends CreateDataSetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateDataSetCommand_base: {
25
- new (input: CreateDataSetCommandInput): import("@smithy/core/client").CommandImpl<CreateDataSetCommandInput, CreateDataSetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDataSetCommandInput): import("@smithy/core/client").CommandImpl<CreateDataSetCommandInput, CreateDataSetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateDataSetCommandInput): import("@smithy/core/client").CommandImpl<CreateDataSetCommandInput, CreateDataSetCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateDataSetCommandInput): import("@smithy/core/client").CommandImpl<CreateDataSetCommandInput, CreateDataSetCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation creates a data set.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { CreateEventActionRequest, CreateEventActionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateEventActionCommandInput extends CreateEventActionRequest
22
19
  export interface CreateEventActionCommandOutput extends CreateEventActionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateEventActionCommand_base: {
25
- new (input: CreateEventActionCommandInput): import("@smithy/core/client").CommandImpl<CreateEventActionCommandInput, CreateEventActionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateEventActionCommandInput): import("@smithy/core/client").CommandImpl<CreateEventActionCommandInput, CreateEventActionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateEventActionCommandInput): import("@smithy/core/client").CommandImpl<CreateEventActionCommandInput, CreateEventActionCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateEventActionCommandInput): import("@smithy/core/client").CommandImpl<CreateEventActionCommandInput, CreateEventActionCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation creates an event action.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { CreateJobRequest, CreateJobResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateJobCommandInput extends CreateJobRequest {
22
19
  export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateJobCommand_base: {
25
- new (input: CreateJobCommandInput): import("@smithy/core/client").CommandImpl<CreateJobCommandInput, CreateJobCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateJobCommandInput): import("@smithy/core/client").CommandImpl<CreateJobCommandInput, CreateJobCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateJobCommandInput): import("@smithy/core/client").CommandImpl<CreateJobCommandInput, CreateJobCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateJobCommandInput): import("@smithy/core/client").CommandImpl<CreateJobCommandInput, CreateJobCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation creates a job.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { CreateRevisionRequest, CreateRevisionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateRevisionCommandInput extends CreateRevisionRequest {
22
19
  export interface CreateRevisionCommandOutput extends CreateRevisionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateRevisionCommand_base: {
25
- new (input: CreateRevisionCommandInput): import("@smithy/core/client").CommandImpl<CreateRevisionCommandInput, CreateRevisionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateRevisionCommandInput): import("@smithy/core/client").CommandImpl<CreateRevisionCommandInput, CreateRevisionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateRevisionCommandInput): import("@smithy/core/client").CommandImpl<CreateRevisionCommandInput, CreateRevisionCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateRevisionCommandInput): import("@smithy/core/client").CommandImpl<CreateRevisionCommandInput, CreateRevisionCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation creates a revision for a data set.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { DeleteAssetRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteAssetCommandInput extends DeleteAssetRequest {
22
19
  export interface DeleteAssetCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAssetCommand_base: {
25
- new (input: DeleteAssetCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssetCommandInput, DeleteAssetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAssetCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssetCommandInput, DeleteAssetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAssetCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssetCommandInput, DeleteAssetCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAssetCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssetCommandInput, DeleteAssetCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation deletes an asset.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { DeleteDataGrantRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteDataGrantCommandInput extends DeleteDataGrantRequest {
22
19
  export interface DeleteDataGrantCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteDataGrantCommand_base: {
25
- new (input: DeleteDataGrantCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataGrantCommandInput, DeleteDataGrantCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteDataGrantCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataGrantCommandInput, DeleteDataGrantCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteDataGrantCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataGrantCommandInput, DeleteDataGrantCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteDataGrantCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataGrantCommandInput, DeleteDataGrantCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation deletes a data grant.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { DeleteDataSetRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteDataSetCommandInput extends DeleteDataSetRequest {
22
19
  export interface DeleteDataSetCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteDataSetCommand_base: {
25
- new (input: DeleteDataSetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataSetCommandInput, DeleteDataSetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteDataSetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataSetCommandInput, DeleteDataSetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteDataSetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataSetCommandInput, DeleteDataSetCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteDataSetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataSetCommandInput, DeleteDataSetCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation deletes a data set.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { DeleteEventActionRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteEventActionCommandInput extends DeleteEventActionRequest
22
19
  export interface DeleteEventActionCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteEventActionCommand_base: {
25
- new (input: DeleteEventActionCommandInput): import("@smithy/core/client").CommandImpl<DeleteEventActionCommandInput, DeleteEventActionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteEventActionCommandInput): import("@smithy/core/client").CommandImpl<DeleteEventActionCommandInput, DeleteEventActionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteEventActionCommandInput): import("@smithy/core/client").CommandImpl<DeleteEventActionCommandInput, DeleteEventActionCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteEventActionCommandInput): import("@smithy/core/client").CommandImpl<DeleteEventActionCommandInput, DeleteEventActionCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation deletes the event action.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { DeleteRevisionRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteRevisionCommandInput extends DeleteRevisionRequest {
22
19
  export interface DeleteRevisionCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteRevisionCommand_base: {
25
- new (input: DeleteRevisionCommandInput): import("@smithy/core/client").CommandImpl<DeleteRevisionCommandInput, DeleteRevisionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteRevisionCommandInput): import("@smithy/core/client").CommandImpl<DeleteRevisionCommandInput, DeleteRevisionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteRevisionCommandInput): import("@smithy/core/client").CommandImpl<DeleteRevisionCommandInput, DeleteRevisionCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteRevisionCommandInput): import("@smithy/core/client").CommandImpl<DeleteRevisionCommandInput, DeleteRevisionCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation deletes a revision.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { GetAssetRequest, GetAssetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetAssetCommandInput extends GetAssetRequest {
22
19
  export interface GetAssetCommandOutput extends GetAssetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetAssetCommand_base: {
25
- new (input: GetAssetCommandInput): import("@smithy/core/client").CommandImpl<GetAssetCommandInput, GetAssetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAssetCommandInput): import("@smithy/core/client").CommandImpl<GetAssetCommandInput, GetAssetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetAssetCommandInput): import("@smithy/core/client").CommandImpl<GetAssetCommandInput, GetAssetCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetAssetCommandInput): import("@smithy/core/client").CommandImpl<GetAssetCommandInput, GetAssetCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation returns information about an asset.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { GetDataGrantRequest, GetDataGrantResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDataGrantCommandInput extends GetDataGrantRequest {
22
19
  export interface GetDataGrantCommandOutput extends GetDataGrantResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDataGrantCommand_base: {
25
- new (input: GetDataGrantCommandInput): import("@smithy/core/client").CommandImpl<GetDataGrantCommandInput, GetDataGrantCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDataGrantCommandInput): import("@smithy/core/client").CommandImpl<GetDataGrantCommandInput, GetDataGrantCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetDataGrantCommandInput): import("@smithy/core/client").CommandImpl<GetDataGrantCommandInput, GetDataGrantCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDataGrantCommandInput): import("@smithy/core/client").CommandImpl<GetDataGrantCommandInput, GetDataGrantCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation returns information about a data grant.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { GetDataSetRequest, GetDataSetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDataSetCommandInput extends GetDataSetRequest {
22
19
  export interface GetDataSetCommandOutput extends GetDataSetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDataSetCommand_base: {
25
- new (input: GetDataSetCommandInput): import("@smithy/core/client").CommandImpl<GetDataSetCommandInput, GetDataSetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDataSetCommandInput): import("@smithy/core/client").CommandImpl<GetDataSetCommandInput, GetDataSetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetDataSetCommandInput): import("@smithy/core/client").CommandImpl<GetDataSetCommandInput, GetDataSetCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDataSetCommandInput): import("@smithy/core/client").CommandImpl<GetDataSetCommandInput, GetDataSetCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation returns information about a data set.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { GetEventActionRequest, GetEventActionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetEventActionCommandInput extends GetEventActionRequest {
22
19
  export interface GetEventActionCommandOutput extends GetEventActionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetEventActionCommand_base: {
25
- new (input: GetEventActionCommandInput): import("@smithy/core/client").CommandImpl<GetEventActionCommandInput, GetEventActionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetEventActionCommandInput): import("@smithy/core/client").CommandImpl<GetEventActionCommandInput, GetEventActionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetEventActionCommandInput): import("@smithy/core/client").CommandImpl<GetEventActionCommandInput, GetEventActionCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetEventActionCommandInput): import("@smithy/core/client").CommandImpl<GetEventActionCommandInput, GetEventActionCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation retrieves information about an event action.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { GetJobRequest, GetJobResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetJobCommandInput extends GetJobRequest {
22
19
  export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetJobCommand_base: {
25
- new (input: GetJobCommandInput): import("@smithy/core/client").CommandImpl<GetJobCommandInput, GetJobCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetJobCommandInput): import("@smithy/core/client").CommandImpl<GetJobCommandInput, GetJobCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetJobCommandInput): import("@smithy/core/client").CommandImpl<GetJobCommandInput, GetJobCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetJobCommandInput): import("@smithy/core/client").CommandImpl<GetJobCommandInput, GetJobCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation returns information about a job.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
2
  import type { GetReceivedDataGrantRequest, GetReceivedDataGrantResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetReceivedDataGrantCommandInput extends GetReceivedDataGrantRe
22
19
  export interface GetReceivedDataGrantCommandOutput extends GetReceivedDataGrantResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetReceivedDataGrantCommand_base: {
25
- new (input: GetReceivedDataGrantCommandInput): import("@smithy/core/client").CommandImpl<GetReceivedDataGrantCommandInput, GetReceivedDataGrantCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetReceivedDataGrantCommandInput): import("@smithy/core/client").CommandImpl<GetReceivedDataGrantCommandInput, GetReceivedDataGrantCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetReceivedDataGrantCommandInput): import("@smithy/core/client").CommandImpl<GetReceivedDataGrantCommandInput, GetReceivedDataGrantCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetReceivedDataGrantCommandInput): import("@smithy/core/client").CommandImpl<GetReceivedDataGrantCommandInput, GetReceivedDataGrantCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation returns information about a received data grant.</p>