@aws-sdk/client-dataexchange 3.1086.0 → 3.1088.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/index.js +1 -1
- package/dist-types/ts3.4/DataExchange.d.ts +130 -180
- package/dist-types/ts3.4/DataExchangeClient.d.ts +17 -60
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcceptDataGrantCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/CreateDataGrantCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateEventActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/CreateRevisionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteDataGrantCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteEventActionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteRevisionCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetDataGrantCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDataSetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetEventActionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetReceivedDataGrantCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetRevisionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListDataGrantsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListDataSetRevisionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListEventActionsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/ListReceivedDataGrantsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListRevisionAssetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RevokeRevisionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SendApiAssetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SendDataSetNotificationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartJobCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateEventActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateRevisionCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +5 -10
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +9 -27
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -40,10 +37,7 @@ import {
|
|
|
40
37
|
AcceptDataGrantCommandInput,
|
|
41
38
|
AcceptDataGrantCommandOutput,
|
|
42
39
|
} from "./commands/AcceptDataGrantCommand";
|
|
43
|
-
import {
|
|
44
|
-
CancelJobCommandInput,
|
|
45
|
-
CancelJobCommandOutput,
|
|
46
|
-
} from "./commands/CancelJobCommand";
|
|
40
|
+
import { CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand";
|
|
47
41
|
import {
|
|
48
42
|
CreateDataGrantCommandInput,
|
|
49
43
|
CreateDataGrantCommandOutput,
|
|
@@ -56,18 +50,12 @@ import {
|
|
|
56
50
|
CreateEventActionCommandInput,
|
|
57
51
|
CreateEventActionCommandOutput,
|
|
58
52
|
} from "./commands/CreateEventActionCommand";
|
|
59
|
-
import {
|
|
60
|
-
CreateJobCommandInput,
|
|
61
|
-
CreateJobCommandOutput,
|
|
62
|
-
} from "./commands/CreateJobCommand";
|
|
53
|
+
import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
|
|
63
54
|
import {
|
|
64
55
|
CreateRevisionCommandInput,
|
|
65
56
|
CreateRevisionCommandOutput,
|
|
66
57
|
} from "./commands/CreateRevisionCommand";
|
|
67
|
-
import {
|
|
68
|
-
DeleteAssetCommandInput,
|
|
69
|
-
DeleteAssetCommandOutput,
|
|
70
|
-
} from "./commands/DeleteAssetCommand";
|
|
58
|
+
import { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "./commands/DeleteAssetCommand";
|
|
71
59
|
import {
|
|
72
60
|
DeleteDataGrantCommandInput,
|
|
73
61
|
DeleteDataGrantCommandOutput,
|
|
@@ -84,34 +72,22 @@ import {
|
|
|
84
72
|
DeleteRevisionCommandInput,
|
|
85
73
|
DeleteRevisionCommandOutput,
|
|
86
74
|
} from "./commands/DeleteRevisionCommand";
|
|
87
|
-
import {
|
|
88
|
-
GetAssetCommandInput,
|
|
89
|
-
GetAssetCommandOutput,
|
|
90
|
-
} from "./commands/GetAssetCommand";
|
|
75
|
+
import { GetAssetCommandInput, GetAssetCommandOutput } from "./commands/GetAssetCommand";
|
|
91
76
|
import {
|
|
92
77
|
GetDataGrantCommandInput,
|
|
93
78
|
GetDataGrantCommandOutput,
|
|
94
79
|
} from "./commands/GetDataGrantCommand";
|
|
95
|
-
import {
|
|
96
|
-
GetDataSetCommandInput,
|
|
97
|
-
GetDataSetCommandOutput,
|
|
98
|
-
} from "./commands/GetDataSetCommand";
|
|
80
|
+
import { GetDataSetCommandInput, GetDataSetCommandOutput } from "./commands/GetDataSetCommand";
|
|
99
81
|
import {
|
|
100
82
|
GetEventActionCommandInput,
|
|
101
83
|
GetEventActionCommandOutput,
|
|
102
84
|
} from "./commands/GetEventActionCommand";
|
|
103
|
-
import {
|
|
104
|
-
GetJobCommandInput,
|
|
105
|
-
GetJobCommandOutput,
|
|
106
|
-
} from "./commands/GetJobCommand";
|
|
85
|
+
import { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
|
|
107
86
|
import {
|
|
108
87
|
GetReceivedDataGrantCommandInput,
|
|
109
88
|
GetReceivedDataGrantCommandOutput,
|
|
110
89
|
} from "./commands/GetReceivedDataGrantCommand";
|
|
111
|
-
import {
|
|
112
|
-
GetRevisionCommandInput,
|
|
113
|
-
GetRevisionCommandOutput,
|
|
114
|
-
} from "./commands/GetRevisionCommand";
|
|
90
|
+
import { GetRevisionCommandInput, GetRevisionCommandOutput } from "./commands/GetRevisionCommand";
|
|
115
91
|
import {
|
|
116
92
|
ListDataGrantsCommandInput,
|
|
117
93
|
ListDataGrantsCommandOutput,
|
|
@@ -128,10 +104,7 @@ import {
|
|
|
128
104
|
ListEventActionsCommandInput,
|
|
129
105
|
ListEventActionsCommandOutput,
|
|
130
106
|
} from "./commands/ListEventActionsCommand";
|
|
131
|
-
import {
|
|
132
|
-
ListJobsCommandInput,
|
|
133
|
-
ListJobsCommandOutput,
|
|
134
|
-
} from "./commands/ListJobsCommand";
|
|
107
|
+
import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
|
|
135
108
|
import {
|
|
136
109
|
ListReceivedDataGrantsCommandInput,
|
|
137
110
|
ListReceivedDataGrantsCommandOutput,
|
|
@@ -156,22 +129,13 @@ import {
|
|
|
156
129
|
SendDataSetNotificationCommandInput,
|
|
157
130
|
SendDataSetNotificationCommandOutput,
|
|
158
131
|
} from "./commands/SendDataSetNotificationCommand";
|
|
159
|
-
import {
|
|
160
|
-
|
|
161
|
-
StartJobCommandOutput,
|
|
162
|
-
} from "./commands/StartJobCommand";
|
|
163
|
-
import {
|
|
164
|
-
TagResourceCommandInput,
|
|
165
|
-
TagResourceCommandOutput,
|
|
166
|
-
} from "./commands/TagResourceCommand";
|
|
132
|
+
import { StartJobCommandInput, StartJobCommandOutput } from "./commands/StartJobCommand";
|
|
133
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
167
134
|
import {
|
|
168
135
|
UntagResourceCommandInput,
|
|
169
136
|
UntagResourceCommandOutput,
|
|
170
137
|
} from "./commands/UntagResourceCommand";
|
|
171
|
-
import {
|
|
172
|
-
UpdateAssetCommandInput,
|
|
173
|
-
UpdateAssetCommandOutput,
|
|
174
|
-
} from "./commands/UpdateAssetCommand";
|
|
138
|
+
import { UpdateAssetCommandInput, UpdateAssetCommandOutput } from "./commands/UpdateAssetCommand";
|
|
175
139
|
import {
|
|
176
140
|
UpdateDataSetCommandInput,
|
|
177
141
|
UpdateDataSetCommandOutput,
|
|
@@ -267,8 +231,7 @@ export type ServiceOutputTypes =
|
|
|
267
231
|
| UpdateDataSetCommandOutput
|
|
268
232
|
| UpdateEventActionCommandOutput
|
|
269
233
|
| UpdateRevisionCommandOutput;
|
|
270
|
-
export interface ClientDefaults
|
|
271
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
234
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
272
235
|
requestHandler?: __HttpHandlerUserInput;
|
|
273
236
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
274
237
|
urlParser?: __UrlParser;
|
|
@@ -293,9 +256,7 @@ export interface ClientDefaults
|
|
|
293
256
|
extensions?: RuntimeExtension[];
|
|
294
257
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
295
258
|
}
|
|
296
|
-
export type DataExchangeClientConfigType = Partial<
|
|
297
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
298
|
-
> &
|
|
259
|
+
export type DataExchangeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
299
260
|
ClientDefaults &
|
|
300
261
|
UserAgentInputConfig &
|
|
301
262
|
RetryInputConfig &
|
|
@@ -304,8 +265,7 @@ export type DataExchangeClientConfigType = Partial<
|
|
|
304
265
|
EndpointInputConfig<EndpointParameters> &
|
|
305
266
|
HttpAuthSchemeInputConfig &
|
|
306
267
|
ClientInputEndpointParameters;
|
|
307
|
-
export interface DataExchangeClientConfig
|
|
308
|
-
extends DataExchangeClientConfigType {}
|
|
268
|
+
export interface DataExchangeClientConfig extends DataExchangeClientConfigType {}
|
|
309
269
|
export type DataExchangeClientResolvedConfigType =
|
|
310
270
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
311
271
|
Required<ClientDefaults> &
|
|
@@ -317,8 +277,7 @@ export type DataExchangeClientResolvedConfigType =
|
|
|
317
277
|
EndpointResolvedConfig<EndpointParameters> &
|
|
318
278
|
HttpAuthSchemeResolvedConfig &
|
|
319
279
|
ClientResolvedEndpointParameters;
|
|
320
|
-
export interface DataExchangeClientResolvedConfig
|
|
321
|
-
extends DataExchangeClientResolvedConfigType {}
|
|
280
|
+
export interface DataExchangeClientResolvedConfig extends DataExchangeClientResolvedConfigType {}
|
|
322
281
|
export declare class DataExchangeClient extends __Client<
|
|
323
282
|
__HttpHandlerOptions,
|
|
324
283
|
ServiceInputTypes,
|
|
@@ -326,8 +285,6 @@ export declare class DataExchangeClient extends __Client<
|
|
|
326
285
|
DataExchangeClientResolvedConfig
|
|
327
286
|
> {
|
|
328
287
|
readonly config: DataExchangeClientResolvedConfig;
|
|
329
|
-
constructor(
|
|
330
|
-
...[configuration]: __CheckOptionalClientConfig<DataExchangeClientConfig>
|
|
331
|
-
);
|
|
288
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<DataExchangeClientConfig>);
|
|
332
289
|
destroy(): void;
|
|
333
290
|
}
|
|
@@ -7,17 +7,10 @@ import { DataExchangeHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: DataExchangeHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: DataExchangeHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): DataExchangeHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { DataExchangeClientResolvedConfig } from "../DataExchangeClient";
|
|
15
|
-
export interface DataExchangeHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface DataExchangeHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface DataExchangeHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface DataExchangeHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
DataExchangeClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
DataExchangeHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultDataExchangeHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: DataExchangeClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<DataExchangeHttpAuthSchemeParameters>;
|
|
31
|
-
export interface DataExchangeHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<DataExchangeHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface DataExchangeHttpAuthSchemeProvider extends HttpAuthSchemeProvider<DataExchangeHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultDataExchangeHttpAuthSchemeProvider: DataExchangeHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: DataExchangeHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: DataExchangeHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./DataExchangeClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
DataExchangeClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
AcceptDataGrantRequest,
|
|
4
|
-
AcceptDataGrantResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { AcceptDataGrantRequest, AcceptDataGrantResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface AcceptDataGrantCommandInput extends AcceptDataGrantRequest {}
|
|
8
|
-
export interface AcceptDataGrantCommandOutput
|
|
9
|
-
extends AcceptDataGrantResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface AcceptDataGrantCommandOutput extends AcceptDataGrantResponse, __MetadataBearer {}
|
|
11
6
|
declare const AcceptDataGrantCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: AcceptDataGrantCommandInput
|
|
8
|
+
input: AcceptDataGrantCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
AcceptDataGrantCommandInput,
|
|
16
11
|
AcceptDataGrantCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const AcceptDataGrantCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: AcceptDataGrantCommandInput
|
|
17
|
+
input: AcceptDataGrantCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
AcceptDataGrantCommandInput,
|
|
25
20
|
AcceptDataGrantCommandOutput,
|
|
@@ -4,14 +4,18 @@ export { __MetadataBearer };
|
|
|
4
4
|
export interface CancelJobCommandInput extends CancelJobRequest {}
|
|
5
5
|
export interface CancelJobCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const CancelJobCommand_base: {
|
|
7
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: CancelJobCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
8
10
|
CancelJobCommandInput,
|
|
9
11
|
CancelJobCommandOutput,
|
|
10
12
|
import("..").DataExchangeClientResolvedConfig,
|
|
11
13
|
import("..").ServiceInputTypes,
|
|
12
14
|
import("..").ServiceOutputTypes
|
|
13
15
|
>;
|
|
14
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: CancelJobCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
15
19
|
CancelJobCommandInput,
|
|
16
20
|
CancelJobCommandOutput,
|
|
17
21
|
import("..").DataExchangeClientResolvedConfig,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDataGrantRequest,
|
|
4
|
-
CreateDataGrantResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDataGrantRequest, CreateDataGrantResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateDataGrantCommandInput extends CreateDataGrantRequest {}
|
|
8
|
-
export interface CreateDataGrantCommandOutput
|
|
9
|
-
extends CreateDataGrantResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateDataGrantCommandOutput extends CreateDataGrantResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateDataGrantCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateDataGrantCommandInput
|
|
8
|
+
input: CreateDataGrantCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateDataGrantCommandInput,
|
|
16
11
|
CreateDataGrantCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateDataGrantCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateDataGrantCommandInput
|
|
17
|
+
input: CreateDataGrantCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateDataGrantCommandInput,
|
|
25
20
|
CreateDataGrantCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDataSetRequest,
|
|
4
|
-
CreateDataSetResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDataSetRequest, CreateDataSetResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateDataSetCommandInput extends CreateDataSetRequest {}
|
|
8
|
-
export interface CreateDataSetCommandOutput
|
|
9
|
-
extends CreateDataSetResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateDataSetCommandOutput extends CreateDataSetResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateDataSetCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateDataSetCommandInput
|
|
8
|
+
input: CreateDataSetCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateDataSetCommandInput,
|
|
16
11
|
CreateDataSetCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateDataSetCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateDataSetCommandInput
|
|
17
|
+
input: CreateDataSetCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateDataSetCommandInput,
|
|
25
20
|
CreateDataSetCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateEventActionRequest,
|
|
4
|
-
CreateEventActionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateEventActionRequest, CreateEventActionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateEventActionCommandInput
|
|
8
|
-
extends CreateEventActionRequest {}
|
|
4
|
+
export interface CreateEventActionCommandInput extends CreateEventActionRequest {}
|
|
9
5
|
export interface CreateEventActionCommandOutput
|
|
10
|
-
extends CreateEventActionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateEventActionResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateEventActionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateEventActionCommandInput
|
|
9
|
+
input: CreateEventActionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateEventActionCommandInput,
|
|
17
12
|
CreateEventActionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateEventActionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateEventActionCommandInput
|
|
18
|
+
input: CreateEventActionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateEventActionCommandInput,
|
|
26
21
|
CreateEventActionCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateJobRequest, CreateJobResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateJobCommandInput extends CreateJobRequest {}
|
|
5
|
-
export interface CreateJobCommandOutput
|
|
6
|
-
extends CreateJobResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateJobCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: CreateJobCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
CreateJobCommandInput,
|
|
11
11
|
CreateJobCommandOutput,
|
|
12
12
|
import("..").DataExchangeClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: CreateJobCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
CreateJobCommandInput,
|
|
18
20
|
CreateJobCommandOutput,
|
|
19
21
|
import("..").DataExchangeClientResolvedConfig,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateRevisionRequest,
|
|
4
|
-
CreateRevisionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateRevisionRequest, CreateRevisionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateRevisionCommandInput extends CreateRevisionRequest {}
|
|
8
|
-
export interface CreateRevisionCommandOutput
|
|
9
|
-
extends CreateRevisionResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateRevisionCommandOutput extends CreateRevisionResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateRevisionCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateRevisionCommandInput
|
|
8
|
+
input: CreateRevisionCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateRevisionCommandInput,
|
|
16
11
|
CreateRevisionCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateRevisionCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateRevisionCommandInput
|
|
17
|
+
input: CreateRevisionCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateRevisionCommandInput,
|
|
25
20
|
CreateRevisionCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteAssetCommandInput extends DeleteAssetRequest {}
|
|
|
5
5
|
export interface DeleteAssetCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteAssetCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteAssetCommandInput
|
|
8
|
+
input: DeleteAssetCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteAssetCommandInput,
|
|
11
11
|
DeleteAssetCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteAssetCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteAssetCommandInput
|
|
17
|
+
input: DeleteAssetCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteAssetCommandInput,
|
|
20
20
|
DeleteAssetCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteDataGrantCommandInput extends DeleteDataGrantRequest {}
|
|
|
5
5
|
export interface DeleteDataGrantCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteDataGrantCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteDataGrantCommandInput
|
|
8
|
+
input: DeleteDataGrantCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteDataGrantCommandInput,
|
|
11
11
|
DeleteDataGrantCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteDataGrantCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteDataGrantCommandInput
|
|
17
|
+
input: DeleteDataGrantCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteDataGrantCommandInput,
|
|
20
20
|
DeleteDataGrantCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteDataSetCommandInput extends DeleteDataSetRequest {}
|
|
|
5
5
|
export interface DeleteDataSetCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteDataSetCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteDataSetCommandInput
|
|
8
|
+
input: DeleteDataSetCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteDataSetCommandInput,
|
|
11
11
|
DeleteDataSetCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteDataSetCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteDataSetCommandInput
|
|
17
|
+
input: DeleteDataSetCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteDataSetCommandInput,
|
|
20
20
|
DeleteDataSetCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteEventActionRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteEventActionCommandInput
|
|
5
|
-
extends DeleteEventActionRequest {}
|
|
4
|
+
export interface DeleteEventActionCommandInput extends DeleteEventActionRequest {}
|
|
6
5
|
export interface DeleteEventActionCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteEventActionCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteEventActionCommandInput
|
|
8
|
+
input: DeleteEventActionCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteEventActionCommandInput,
|
|
12
11
|
DeleteEventActionCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteEventActionCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteEventActionCommandInput
|
|
17
|
+
input: DeleteEventActionCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteEventActionCommandInput,
|
|
21
20
|
DeleteEventActionCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteRevisionCommandInput extends DeleteRevisionRequest {}
|
|
|
5
5
|
export interface DeleteRevisionCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteRevisionCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteRevisionCommandInput
|
|
8
|
+
input: DeleteRevisionCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteRevisionCommandInput,
|
|
11
11
|
DeleteRevisionCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteRevisionCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteRevisionCommandInput
|
|
17
|
+
input: DeleteRevisionCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteRevisionCommandInput,
|
|
20
20
|
DeleteRevisionCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetAssetRequest, GetAssetResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetAssetCommandInput extends GetAssetRequest {}
|
|
5
|
-
export interface GetAssetCommandOutput
|
|
6
|
-
extends GetAssetResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetAssetCommandOutput extends GetAssetResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetAssetCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetAssetCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetAssetCommandInput,
|
|
11
11
|
GetAssetCommandOutput,
|
|
12
12
|
import("..").DataExchangeClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetAssetCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetAssetCommandInput,
|
|
18
20
|
GetAssetCommandOutput,
|
|
19
21
|
import("..").DataExchangeClientResolvedConfig,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetDataGrantRequest, GetDataGrantResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetDataGrantCommandInput extends GetDataGrantRequest {}
|
|
5
|
-
export interface GetDataGrantCommandOutput
|
|
6
|
-
extends GetDataGrantResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetDataGrantCommandOutput extends GetDataGrantResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetDataGrantCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetDataGrantCommandInput
|
|
8
|
+
input: GetDataGrantCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetDataGrantCommandInput,
|
|
13
11
|
GetDataGrantCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetDataGrantCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetDataGrantCommandInput
|
|
17
|
+
input: GetDataGrantCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetDataGrantCommandInput,
|
|
22
20
|
GetDataGrantCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetDataSetRequest, GetDataSetResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetDataSetCommandInput extends GetDataSetRequest {}
|
|
5
|
-
export interface GetDataSetCommandOutput
|
|
6
|
-
extends GetDataSetResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetDataSetCommandOutput extends GetDataSetResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetDataSetCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetDataSetCommandInput
|
|
8
|
+
input: GetDataSetCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetDataSetCommandInput,
|
|
13
11
|
GetDataSetCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetDataSetCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetDataSetCommandInput
|
|
17
|
+
input: GetDataSetCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetDataSetCommandInput,
|
|
22
20
|
GetDataSetCommandOutput,
|