@aws-sdk/client-dataexchange 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/DataExchange.d.ts +0 -29
- package/dist-types/ts3.4/DataExchangeClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateEventActionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRevisionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteEventActionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRevisionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDataSetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetEventActionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRevisionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDataSetRevisionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEventActionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRevisionAssetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RevokeRevisionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SendApiAssetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateEventActionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateRevisionCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/DataExchangeServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -454
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataExchangeClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface RevokeRevisionCommandInput extends RevokeRevisionRequest {}
|
|
|
18
18
|
export interface RevokeRevisionCommandOutput
|
|
19
19
|
extends RevokeRevisionResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class RevokeRevisionCommand extends $Command<
|
|
23
22
|
RevokeRevisionCommandInput,
|
|
24
23
|
RevokeRevisionCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class RevokeRevisionCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: RevokeRevisionCommandInput;
|
|
28
27
|
constructor(input: RevokeRevisionCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: DataExchangeClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface SendApiAssetCommandInput extends SendApiAssetRequest {}
|
|
|
15
15
|
export interface SendApiAssetCommandOutput
|
|
16
16
|
extends SendApiAssetResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class SendApiAssetCommand extends $Command<
|
|
20
19
|
SendApiAssetCommandInput,
|
|
21
20
|
SendApiAssetCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class SendApiAssetCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: SendApiAssetCommandInput;
|
|
25
24
|
constructor(input: SendApiAssetCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DataExchangeClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface StartJobCommandInput extends StartJobRequest {}
|
|
|
15
15
|
export interface StartJobCommandOutput
|
|
16
16
|
extends StartJobResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class StartJobCommand extends $Command<
|
|
20
19
|
StartJobCommandInput,
|
|
21
20
|
StartJobCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class StartJobCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: StartJobCommandInput;
|
|
25
24
|
constructor(input: StartJobCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DataExchangeClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { TagResourceRequest } from "../models/models_0";
|
|
14
14
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
15
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class TagResourceCommand extends $Command<
|
|
18
17
|
TagResourceCommandInput,
|
|
19
18
|
TagResourceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: TagResourceCommandInput;
|
|
23
22
|
constructor(input: TagResourceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: DataExchangeClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { UntagResourceRequest } from "../models/models_0";
|
|
14
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
15
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class UntagResourceCommand extends $Command<
|
|
18
17
|
UntagResourceCommandInput,
|
|
19
18
|
UntagResourceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: UntagResourceCommandInput;
|
|
23
22
|
constructor(input: UntagResourceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: DataExchangeClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateAssetCommandInput extends UpdateAssetRequest {}
|
|
|
15
15
|
export interface UpdateAssetCommandOutput
|
|
16
16
|
extends UpdateAssetResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateAssetCommand extends $Command<
|
|
20
19
|
UpdateAssetCommandInput,
|
|
21
20
|
UpdateAssetCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateAssetCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateAssetCommandInput;
|
|
25
24
|
constructor(input: UpdateAssetCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DataExchangeClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateDataSetCommandInput extends UpdateDataSetRequest {}
|
|
|
18
18
|
export interface UpdateDataSetCommandOutput
|
|
19
19
|
extends UpdateDataSetResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateDataSetCommand extends $Command<
|
|
23
22
|
UpdateDataSetCommandInput,
|
|
24
23
|
UpdateDataSetCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateDataSetCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateDataSetCommandInput;
|
|
28
27
|
constructor(input: UpdateDataSetCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: DataExchangeClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateEventActionCommandInput
|
|
|
19
19
|
export interface UpdateEventActionCommandOutput
|
|
20
20
|
extends UpdateEventActionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateEventActionCommand extends $Command<
|
|
24
23
|
UpdateEventActionCommandInput,
|
|
25
24
|
UpdateEventActionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateEventActionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateEventActionCommandInput;
|
|
29
28
|
constructor(input: UpdateEventActionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataExchangeClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateRevisionCommandInput extends UpdateRevisionRequest {}
|
|
|
18
18
|
export interface UpdateRevisionCommandOutput
|
|
19
19
|
extends UpdateRevisionResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateRevisionCommand extends $Command<
|
|
23
22
|
UpdateRevisionCommandInput,
|
|
24
23
|
UpdateRevisionCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateRevisionCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateRevisionCommandInput;
|
|
28
27
|
constructor(input: UpdateRevisionCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: DataExchangeClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class DataExchangeServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|