@aws-sdk/client-dataexchange 3.1044.0 → 3.1046.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +90 -91
- package/dist-cjs/models/DataExchangeServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/DataExchange.js +1 -1
- package/dist-es/DataExchangeClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AcceptDataGrantCommand.js +2 -2
- package/dist-es/commands/CancelJobCommand.js +2 -2
- package/dist-es/commands/CreateDataGrantCommand.js +2 -2
- package/dist-es/commands/CreateDataSetCommand.js +2 -2
- package/dist-es/commands/CreateEventActionCommand.js +2 -2
- package/dist-es/commands/CreateJobCommand.js +2 -2
- package/dist-es/commands/CreateRevisionCommand.js +2 -2
- package/dist-es/commands/DeleteAssetCommand.js +2 -2
- package/dist-es/commands/DeleteDataGrantCommand.js +2 -2
- package/dist-es/commands/DeleteDataSetCommand.js +2 -2
- package/dist-es/commands/DeleteEventActionCommand.js +2 -2
- package/dist-es/commands/DeleteRevisionCommand.js +2 -2
- package/dist-es/commands/GetAssetCommand.js +2 -2
- package/dist-es/commands/GetDataGrantCommand.js +2 -2
- package/dist-es/commands/GetDataSetCommand.js +2 -2
- package/dist-es/commands/GetEventActionCommand.js +2 -2
- package/dist-es/commands/GetJobCommand.js +2 -2
- package/dist-es/commands/GetReceivedDataGrantCommand.js +2 -2
- package/dist-es/commands/GetRevisionCommand.js +2 -2
- package/dist-es/commands/ListDataGrantsCommand.js +2 -2
- package/dist-es/commands/ListDataSetRevisionsCommand.js +2 -2
- package/dist-es/commands/ListDataSetsCommand.js +2 -2
- package/dist-es/commands/ListEventActionsCommand.js +2 -2
- package/dist-es/commands/ListJobsCommand.js +2 -2
- package/dist-es/commands/ListReceivedDataGrantsCommand.js +2 -2
- package/dist-es/commands/ListRevisionAssetsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/RevokeRevisionCommand.js +2 -2
- package/dist-es/commands/SendApiAssetCommand.js +2 -2
- package/dist-es/commands/SendDataSetNotificationCommand.js +2 -2
- package/dist-es/commands/StartJobCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAssetCommand.js +2 -2
- package/dist-es/commands/UpdateDataSetCommand.js +2 -2
- package/dist-es/commands/UpdateEventActionCommand.js +2 -2
- package/dist-es/commands/UpdateRevisionCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/DataExchangeServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/DataExchangeClient.d.ts +5 -5
- package/dist-types/commands/AcceptDataGrantCommand.d.ts +6 -4
- package/dist-types/commands/CancelJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataGrantCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataSetCommand.d.ts +6 -4
- package/dist-types/commands/CreateEventActionCommand.d.ts +6 -4
- package/dist-types/commands/CreateJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateRevisionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAssetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDataGrantCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDataSetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEventActionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRevisionCommand.d.ts +6 -4
- package/dist-types/commands/GetAssetCommand.d.ts +6 -4
- package/dist-types/commands/GetDataGrantCommand.d.ts +6 -4
- package/dist-types/commands/GetDataSetCommand.d.ts +6 -4
- package/dist-types/commands/GetEventActionCommand.d.ts +6 -4
- package/dist-types/commands/GetJobCommand.d.ts +6 -4
- package/dist-types/commands/GetReceivedDataGrantCommand.d.ts +6 -4
- package/dist-types/commands/GetRevisionCommand.d.ts +6 -4
- package/dist-types/commands/ListDataGrantsCommand.d.ts +6 -4
- package/dist-types/commands/ListDataSetRevisionsCommand.d.ts +6 -4
- package/dist-types/commands/ListDataSetsCommand.d.ts +6 -4
- package/dist-types/commands/ListEventActionsCommand.d.ts +6 -4
- package/dist-types/commands/ListJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListReceivedDataGrantsCommand.d.ts +6 -4
- package/dist-types/commands/ListRevisionAssetsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/RevokeRevisionCommand.d.ts +6 -4
- package/dist-types/commands/SendApiAssetCommand.d.ts +6 -4
- package/dist-types/commands/SendDataSetNotificationCommand.d.ts +6 -4
- package/dist-types/commands/StartJobCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAssetCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDataSetCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEventActionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRevisionCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/DataExchangeServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/DataExchangeClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AcceptDataGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/CreateDataGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEventActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/CreateRevisionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDataGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEventActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRevisionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetDataGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEventActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetReceivedDataGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRevisionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataGrantsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataSetRevisionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEventActionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/ListReceivedDataGrantsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRevisionAssetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RevokeRevisionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendApiAssetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendDataSetNotificationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartJobCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEventActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRevisionCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/DataExchangeServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
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";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultDataExchangeHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { AcceptDataGrantCommandInput, AcceptDataGrantCommandOutput } from "./commands/AcceptDataGrantCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
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 { AcceptDataGrantRequest, AcceptDataGrantResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AcceptDataGrantCommandInput extends AcceptDataGrantRequest {
|
|
|
22
22
|
export interface AcceptDataGrantCommandOutput extends AcceptDataGrantResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AcceptDataGrantCommand_base: {
|
|
25
|
-
new (input: AcceptDataGrantCommandInput): import("@smithy/
|
|
26
|
-
new (input: AcceptDataGrantCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation accepts a data grant.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
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 { CancelJobRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CancelJobCommandInput extends CancelJobRequest {
|
|
|
22
22
|
export interface CancelJobCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CancelJobCommand_base: {
|
|
25
|
-
new (input: CancelJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: CancelJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation cancels a job. Jobs can be cancelled only when they are in the WAITING state.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
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 { CreateDataGrantRequest, CreateDataGrantResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateDataGrantCommandInput extends CreateDataGrantRequest {
|
|
|
22
22
|
export interface CreateDataGrantCommandOutput extends CreateDataGrantResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateDataGrantCommand_base: {
|
|
25
|
-
new (input: CreateDataGrantCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateDataGrantCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation creates a data grant.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
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 { CreateDataSetRequest, CreateDataSetResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateDataSetCommandInput extends CreateDataSetRequest {
|
|
|
22
22
|
export interface CreateDataSetCommandOutput extends CreateDataSetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateDataSetCommand_base: {
|
|
25
|
-
new (input: CreateDataSetCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateDataSetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation creates a data set.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
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 { CreateEventActionRequest, CreateEventActionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateEventActionCommandInput extends CreateEventActionRequest
|
|
|
22
22
|
export interface CreateEventActionCommandOutput extends CreateEventActionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateEventActionCommand_base: {
|
|
25
|
-
new (input: CreateEventActionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateEventActionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation creates an event action.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
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 { CreateJobRequest, CreateJobResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateJobCommandInput extends CreateJobRequest {
|
|
|
22
22
|
export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateJobCommand_base: {
|
|
25
|
-
new (input: CreateJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation creates a job.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
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 { CreateRevisionRequest, CreateRevisionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateRevisionCommandInput extends CreateRevisionRequest {
|
|
|
22
22
|
export interface CreateRevisionCommandOutput extends CreateRevisionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateRevisionCommand_base: {
|
|
25
|
-
new (input: CreateRevisionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateRevisionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation creates a revision for a data set.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
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 { DeleteAssetRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAssetCommandInput extends DeleteAssetRequest {
|
|
|
22
22
|
export interface DeleteAssetCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAssetCommand_base: {
|
|
25
|
-
new (input: DeleteAssetCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAssetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation deletes an asset.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
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 { DeleteDataGrantRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteDataGrantCommandInput extends DeleteDataGrantRequest {
|
|
|
22
22
|
export interface DeleteDataGrantCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDataGrantCommand_base: {
|
|
25
|
-
new (input: DeleteDataGrantCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteDataGrantCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation deletes a data grant.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
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 { DeleteDataSetRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteDataSetCommandInput extends DeleteDataSetRequest {
|
|
|
22
22
|
export interface DeleteDataSetCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDataSetCommand_base: {
|
|
25
|
-
new (input: DeleteDataSetCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteDataSetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation deletes a data set.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
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 { DeleteEventActionRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteEventActionCommandInput extends DeleteEventActionRequest
|
|
|
22
22
|
export interface DeleteEventActionCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteEventActionCommand_base: {
|
|
25
|
-
new (input: DeleteEventActionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteEventActionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation deletes the event action.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
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 { DeleteRevisionRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteRevisionCommandInput extends DeleteRevisionRequest {
|
|
|
22
22
|
export interface DeleteRevisionCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteRevisionCommand_base: {
|
|
25
|
-
new (input: DeleteRevisionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteRevisionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation deletes a revision.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
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 { GetAssetRequest, GetAssetResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetAssetCommandInput extends GetAssetRequest {
|
|
|
22
22
|
export interface GetAssetCommandOutput extends GetAssetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAssetCommand_base: {
|
|
25
|
-
new (input: GetAssetCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetAssetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation returns information about an asset.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
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 { GetDataGrantRequest, GetDataGrantResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDataGrantCommandInput extends GetDataGrantRequest {
|
|
|
22
22
|
export interface GetDataGrantCommandOutput extends GetDataGrantResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDataGrantCommand_base: {
|
|
25
|
-
new (input: GetDataGrantCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDataGrantCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation returns information about a data grant.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
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 { GetDataSetRequest, GetDataSetResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDataSetCommandInput extends GetDataSetRequest {
|
|
|
22
22
|
export interface GetDataSetCommandOutput extends GetDataSetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDataSetCommand_base: {
|
|
25
|
-
new (input: GetDataSetCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDataSetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation returns information about a data set.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
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 { GetEventActionRequest, GetEventActionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetEventActionCommandInput extends GetEventActionRequest {
|
|
|
22
22
|
export interface GetEventActionCommandOutput extends GetEventActionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetEventActionCommand_base: {
|
|
25
|
-
new (input: GetEventActionCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetEventActionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation retrieves information about an event action.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
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 { GetJobRequest, GetJobResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetJobCommandInput extends GetJobRequest {
|
|
|
22
22
|
export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetJobCommand_base: {
|
|
25
|
-
new (input: GetJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation returns information about a job.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
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 { GetReceivedDataGrantRequest, GetReceivedDataGrantResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetReceivedDataGrantCommandInput extends GetReceivedDataGrantRe
|
|
|
22
22
|
export interface GetReceivedDataGrantCommandOutput extends GetReceivedDataGrantResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetReceivedDataGrantCommand_base: {
|
|
25
|
-
new (input: GetReceivedDataGrantCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetReceivedDataGrantCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation returns information about a received data grant.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
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 { GetRevisionRequest, GetRevisionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetRevisionCommandInput extends GetRevisionRequest {
|
|
|
22
22
|
export interface GetRevisionCommandOutput extends GetRevisionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetRevisionCommand_base: {
|
|
25
|
-
new (input: GetRevisionCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetRevisionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetRevisionCommandInput): import("@smithy/core/client").CommandImpl<GetRevisionCommandInput, GetRevisionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetRevisionCommandInput): import("@smithy/core/client").CommandImpl<GetRevisionCommandInput, GetRevisionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation returns information about a revision.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
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 { ListDataGrantsRequest, ListDataGrantsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDataGrantsCommandInput extends ListDataGrantsRequest {
|
|
|
22
22
|
export interface ListDataGrantsCommandOutput extends ListDataGrantsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDataGrantsCommand_base: {
|
|
25
|
-
new (input: ListDataGrantsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListDataGrantsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDataGrantsCommandInput): import("@smithy/core/client").CommandImpl<ListDataGrantsCommandInput, ListDataGrantsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListDataGrantsCommandInput]): import("@smithy/core/client").CommandImpl<ListDataGrantsCommandInput, ListDataGrantsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation returns information about all data grants.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
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 { ListDataSetRevisionsRequest, ListDataSetRevisionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDataSetRevisionsCommandInput extends ListDataSetRevisionsRe
|
|
|
22
22
|
export interface ListDataSetRevisionsCommandOutput extends ListDataSetRevisionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDataSetRevisionsCommand_base: {
|
|
25
|
-
new (input: ListDataSetRevisionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListDataSetRevisionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDataSetRevisionsCommandInput): import("@smithy/core/client").CommandImpl<ListDataSetRevisionsCommandInput, ListDataSetRevisionsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListDataSetRevisionsCommandInput): import("@smithy/core/client").CommandImpl<ListDataSetRevisionsCommandInput, ListDataSetRevisionsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation lists a data set's revisions sorted by CreatedAt in descending order.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
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 { ListDataSetsRequest, ListDataSetsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDataSetsCommandInput extends ListDataSetsRequest {
|
|
|
22
22
|
export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDataSetsCommand_base: {
|
|
25
|
-
new (input: ListDataSetsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListDataSetsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDataSetsCommandInput): import("@smithy/core/client").CommandImpl<ListDataSetsCommandInput, ListDataSetsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListDataSetsCommandInput]): import("@smithy/core/client").CommandImpl<ListDataSetsCommandInput, ListDataSetsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation lists your data sets. When listing by origin OWNED, results are sorted by CreatedAt in descending order. When listing by origin ENTITLED, there is no order.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
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 { ListEventActionsRequest, ListEventActionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListEventActionsCommandInput extends ListEventActionsRequest {
|
|
|
22
22
|
export interface ListEventActionsCommandOutput extends ListEventActionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListEventActionsCommand_base: {
|
|
25
|
-
new (input: ListEventActionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListEventActionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListEventActionsCommandInput): import("@smithy/core/client").CommandImpl<ListEventActionsCommandInput, ListEventActionsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListEventActionsCommandInput]): import("@smithy/core/client").CommandImpl<ListEventActionsCommandInput, ListEventActionsCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation lists your event actions.</p>
|