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