@aws-sdk/client-dataexchange 3.1044.0 → 3.1046.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +90 -91
- package/dist-cjs/models/DataExchangeServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/DataExchange.js +1 -1
- package/dist-es/DataExchangeClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AcceptDataGrantCommand.js +2 -2
- package/dist-es/commands/CancelJobCommand.js +2 -2
- package/dist-es/commands/CreateDataGrantCommand.js +2 -2
- package/dist-es/commands/CreateDataSetCommand.js +2 -2
- package/dist-es/commands/CreateEventActionCommand.js +2 -2
- package/dist-es/commands/CreateJobCommand.js +2 -2
- package/dist-es/commands/CreateRevisionCommand.js +2 -2
- package/dist-es/commands/DeleteAssetCommand.js +2 -2
- package/dist-es/commands/DeleteDataGrantCommand.js +2 -2
- package/dist-es/commands/DeleteDataSetCommand.js +2 -2
- package/dist-es/commands/DeleteEventActionCommand.js +2 -2
- package/dist-es/commands/DeleteRevisionCommand.js +2 -2
- package/dist-es/commands/GetAssetCommand.js +2 -2
- package/dist-es/commands/GetDataGrantCommand.js +2 -2
- package/dist-es/commands/GetDataSetCommand.js +2 -2
- package/dist-es/commands/GetEventActionCommand.js +2 -2
- package/dist-es/commands/GetJobCommand.js +2 -2
- package/dist-es/commands/GetReceivedDataGrantCommand.js +2 -2
- package/dist-es/commands/GetRevisionCommand.js +2 -2
- package/dist-es/commands/ListDataGrantsCommand.js +2 -2
- package/dist-es/commands/ListDataSetRevisionsCommand.js +2 -2
- package/dist-es/commands/ListDataSetsCommand.js +2 -2
- package/dist-es/commands/ListEventActionsCommand.js +2 -2
- package/dist-es/commands/ListJobsCommand.js +2 -2
- package/dist-es/commands/ListReceivedDataGrantsCommand.js +2 -2
- package/dist-es/commands/ListRevisionAssetsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/RevokeRevisionCommand.js +2 -2
- package/dist-es/commands/SendApiAssetCommand.js +2 -2
- package/dist-es/commands/SendDataSetNotificationCommand.js +2 -2
- package/dist-es/commands/StartJobCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAssetCommand.js +2 -2
- package/dist-es/commands/UpdateDataSetCommand.js +2 -2
- package/dist-es/commands/UpdateEventActionCommand.js +2 -2
- package/dist-es/commands/UpdateRevisionCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/DataExchangeServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/DataExchangeClient.d.ts +5 -5
- package/dist-types/commands/AcceptDataGrantCommand.d.ts +6 -4
- package/dist-types/commands/CancelJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataGrantCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataSetCommand.d.ts +6 -4
- package/dist-types/commands/CreateEventActionCommand.d.ts +6 -4
- package/dist-types/commands/CreateJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateRevisionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAssetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDataGrantCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDataSetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEventActionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRevisionCommand.d.ts +6 -4
- package/dist-types/commands/GetAssetCommand.d.ts +6 -4
- package/dist-types/commands/GetDataGrantCommand.d.ts +6 -4
- package/dist-types/commands/GetDataSetCommand.d.ts +6 -4
- package/dist-types/commands/GetEventActionCommand.d.ts +6 -4
- package/dist-types/commands/GetJobCommand.d.ts +6 -4
- package/dist-types/commands/GetReceivedDataGrantCommand.d.ts +6 -4
- package/dist-types/commands/GetRevisionCommand.d.ts +6 -4
- package/dist-types/commands/ListDataGrantsCommand.d.ts +6 -4
- package/dist-types/commands/ListDataSetRevisionsCommand.d.ts +6 -4
- package/dist-types/commands/ListDataSetsCommand.d.ts +6 -4
- package/dist-types/commands/ListEventActionsCommand.d.ts +6 -4
- package/dist-types/commands/ListJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListReceivedDataGrantsCommand.d.ts +6 -4
- package/dist-types/commands/ListRevisionAssetsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/RevokeRevisionCommand.d.ts +6 -4
- package/dist-types/commands/SendApiAssetCommand.d.ts +6 -4
- package/dist-types/commands/SendDataSetNotificationCommand.d.ts +6 -4
- package/dist-types/commands/StartJobCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAssetCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDataSetCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEventActionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRevisionCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/DataExchangeServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/DataExchangeClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AcceptDataGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/CreateDataGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEventActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/CreateRevisionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDataGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEventActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRevisionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetDataGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEventActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetReceivedDataGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRevisionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataGrantsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataSetRevisionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEventActionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/ListReceivedDataGrantsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRevisionAssetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RevokeRevisionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendApiAssetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendDataSetNotificationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartJobCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEventActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRevisionCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/DataExchangeServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -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,
|
|
@@ -13,25 +13,23 @@ export interface CreateJobCommandOutput
|
|
|
13
13
|
extends CreateJobResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const CreateJobCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: CreateJobCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: CreateJobCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
CreateJobCommandInput,
|
|
20
18
|
CreateJobCommandOutput,
|
|
21
19
|
DataExchangeClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: CreateJobCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: CreateJobCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
CreateJobCommandInput,
|
|
29
25
|
CreateJobCommandOutput,
|
|
30
26
|
DataExchangeClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class CreateJobCommand extends CreateJobCommand_base {
|
|
37
35
|
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 CreateRevisionCommandOutput
|
|
|
18
18
|
declare const CreateRevisionCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateRevisionCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateRevisionCommandInput,
|
|
23
23
|
CreateRevisionCommandOutput,
|
|
24
24
|
DataExchangeClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateRevisionCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateRevisionCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateRevisionCommandInput,
|
|
32
32
|
CreateRevisionCommandOutput,
|
|
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 CreateRevisionCommand extends CreateRevisionCommand_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,
|
|
@@ -13,7 +13,7 @@ export interface DeleteAssetCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const DeleteAssetCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: DeleteAssetCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
DeleteAssetCommandInput,
|
|
18
18
|
DeleteAssetCommandOutput,
|
|
19
19
|
DataExchangeClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const DeleteAssetCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: DeleteAssetCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
DeleteAssetCommandInput,
|
|
27
27
|
DeleteAssetCommandOutput,
|
|
28
28
|
DataExchangeClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class DeleteAssetCommand extends DeleteAssetCommand_base {
|
|
35
37
|
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,
|
|
@@ -13,7 +13,7 @@ export interface DeleteDataGrantCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const DeleteDataGrantCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: DeleteDataGrantCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
DeleteDataGrantCommandInput,
|
|
18
18
|
DeleteDataGrantCommandOutput,
|
|
19
19
|
DataExchangeClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const DeleteDataGrantCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: DeleteDataGrantCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
DeleteDataGrantCommandInput,
|
|
27
27
|
DeleteDataGrantCommandOutput,
|
|
28
28
|
DataExchangeClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class DeleteDataGrantCommand extends DeleteDataGrantCommand_base {
|
|
35
37
|
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,
|
|
@@ -13,7 +13,7 @@ export interface DeleteDataSetCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const DeleteDataSetCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: DeleteDataSetCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
DeleteDataSetCommandInput,
|
|
18
18
|
DeleteDataSetCommandOutput,
|
|
19
19
|
DataExchangeClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const DeleteDataSetCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: DeleteDataSetCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
DeleteDataSetCommandInput,
|
|
27
27
|
DeleteDataSetCommandOutput,
|
|
28
28
|
DataExchangeClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class DeleteDataSetCommand extends DeleteDataSetCommand_base {
|
|
35
37
|
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,
|
|
@@ -14,7 +14,7 @@ export interface DeleteEventActionCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const DeleteEventActionCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: DeleteEventActionCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
DeleteEventActionCommandInput,
|
|
19
19
|
DeleteEventActionCommandOutput,
|
|
20
20
|
DataExchangeClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const DeleteEventActionCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: DeleteEventActionCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
DeleteEventActionCommandInput,
|
|
28
28
|
DeleteEventActionCommandOutput,
|
|
29
29
|
DataExchangeClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class DeleteEventActionCommand extends DeleteEventActionCommand_base {
|
|
36
38
|
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,
|
|
@@ -13,7 +13,7 @@ export interface DeleteRevisionCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const DeleteRevisionCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: DeleteRevisionCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
DeleteRevisionCommandInput,
|
|
18
18
|
DeleteRevisionCommandOutput,
|
|
19
19
|
DataExchangeClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const DeleteRevisionCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: DeleteRevisionCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
DeleteRevisionCommandInput,
|
|
27
27
|
DeleteRevisionCommandOutput,
|
|
28
28
|
DataExchangeClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class DeleteRevisionCommand extends DeleteRevisionCommand_base {
|
|
35
37
|
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,
|
|
@@ -13,25 +13,23 @@ export interface GetAssetCommandOutput
|
|
|
13
13
|
extends GetAssetResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const GetAssetCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: GetAssetCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: GetAssetCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
GetAssetCommandInput,
|
|
20
18
|
GetAssetCommandOutput,
|
|
21
19
|
DataExchangeClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: GetAssetCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: GetAssetCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
GetAssetCommandInput,
|
|
29
25
|
GetAssetCommandOutput,
|
|
30
26
|
DataExchangeClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class GetAssetCommand extends GetAssetCommand_base {
|
|
37
35
|
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,
|
|
@@ -15,7 +15,7 @@ export interface GetDataGrantCommandOutput
|
|
|
15
15
|
declare const GetDataGrantCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetDataGrantCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetDataGrantCommandInput,
|
|
20
20
|
GetDataGrantCommandOutput,
|
|
21
21
|
DataExchangeClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetDataGrantCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetDataGrantCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetDataGrantCommandInput,
|
|
29
29
|
GetDataGrantCommandOutput,
|
|
30
30
|
DataExchangeClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetDataGrantCommand extends GetDataGrantCommand_base {
|
|
37
39
|
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,
|
|
@@ -15,7 +15,7 @@ export interface GetDataSetCommandOutput
|
|
|
15
15
|
declare const GetDataSetCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetDataSetCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetDataSetCommandInput,
|
|
20
20
|
GetDataSetCommandOutput,
|
|
21
21
|
DataExchangeClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetDataSetCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetDataSetCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetDataSetCommandInput,
|
|
29
29
|
GetDataSetCommandOutput,
|
|
30
30
|
DataExchangeClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetDataSetCommand extends GetDataSetCommand_base {
|
|
37
39
|
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 GetEventActionCommandOutput
|
|
|
18
18
|
declare const GetEventActionCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetEventActionCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetEventActionCommandInput,
|
|
23
23
|
GetEventActionCommandOutput,
|
|
24
24
|
DataExchangeClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetEventActionCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetEventActionCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetEventActionCommandInput,
|
|
32
32
|
GetEventActionCommandOutput,
|
|
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 GetEventActionCommand extends GetEventActionCommand_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,21 +11,23 @@ export { $Command };
|
|
|
11
11
|
export interface GetJobCommandInput extends GetJobRequest {}
|
|
12
12
|
export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {}
|
|
13
13
|
declare const GetJobCommand_base: {
|
|
14
|
-
new (input: GetJobCommandInput): import("@smithy/
|
|
14
|
+
new (input: GetJobCommandInput): import("@smithy/core/client").CommandImpl<
|
|
15
15
|
GetJobCommandInput,
|
|
16
16
|
GetJobCommandOutput,
|
|
17
17
|
DataExchangeClientResolvedConfig,
|
|
18
18
|
ServiceInputTypes,
|
|
19
19
|
ServiceOutputTypes
|
|
20
20
|
>;
|
|
21
|
-
new (input: GetJobCommandInput): import("@smithy/
|
|
21
|
+
new (input: GetJobCommandInput): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetJobCommandInput,
|
|
23
23
|
GetJobCommandOutput,
|
|
24
24
|
DataExchangeClientResolvedConfig,
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
28
|
+
getEndpointParameterInstructions(): {
|
|
29
|
+
[x: string]: unknown;
|
|
30
|
+
};
|
|
29
31
|
};
|
|
30
32
|
export declare class GetJobCommand extends GetJobCommand_base {
|
|
31
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,
|
|
@@ -19,7 +19,7 @@ export interface GetReceivedDataGrantCommandOutput
|
|
|
19
19
|
declare const GetReceivedDataGrantCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetReceivedDataGrantCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetReceivedDataGrantCommandInput,
|
|
24
24
|
GetReceivedDataGrantCommandOutput,
|
|
25
25
|
DataExchangeClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetReceivedDataGrantCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetReceivedDataGrantCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetReceivedDataGrantCommandInput,
|
|
33
33
|
GetReceivedDataGrantCommandOutput,
|
|
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 GetReceivedDataGrantCommand extends GetReceivedDataGrantCommand_base {
|
|
41
43
|
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,
|
|
@@ -15,7 +15,7 @@ export interface GetRevisionCommandOutput
|
|
|
15
15
|
declare const GetRevisionCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetRevisionCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetRevisionCommandInput,
|
|
20
20
|
GetRevisionCommandOutput,
|
|
21
21
|
DataExchangeClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetRevisionCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetRevisionCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetRevisionCommandInput,
|
|
29
29
|
GetRevisionCommandOutput,
|
|
30
30
|
DataExchangeClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetRevisionCommand extends GetRevisionCommand_base {
|
|
37
39
|
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 ListDataGrantsCommandOutput
|
|
|
18
18
|
declare const ListDataGrantsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListDataGrantsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListDataGrantsCommandInput,
|
|
23
23
|
ListDataGrantsCommandOutput,
|
|
24
24
|
DataExchangeClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListDataGrantsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListDataGrantsCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListDataGrantsCommandInput,
|
|
32
32
|
ListDataGrantsCommandOutput,
|
|
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 ListDataGrantsCommand extends ListDataGrantsCommand_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 ListDataSetRevisionsCommandOutput
|
|
|
19
19
|
declare const ListDataSetRevisionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListDataSetRevisionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListDataSetRevisionsCommandInput,
|
|
24
24
|
ListDataSetRevisionsCommandOutput,
|
|
25
25
|
DataExchangeClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListDataSetRevisionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListDataSetRevisionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListDataSetRevisionsCommandInput,
|
|
33
33
|
ListDataSetRevisionsCommandOutput,
|
|
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 ListDataSetRevisionsCommand extends ListDataSetRevisionsCommand_base {
|
|
41
43
|
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,
|
|
@@ -15,7 +15,7 @@ export interface ListDataSetsCommandOutput
|
|
|
15
15
|
declare const ListDataSetsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListDataSetsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListDataSetsCommandInput,
|
|
20
20
|
ListDataSetsCommandOutput,
|
|
21
21
|
DataExchangeClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListDataSetsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListDataSetsCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListDataSetsCommandInput,
|
|
29
29
|
ListDataSetsCommandOutput,
|
|
30
30
|
DataExchangeClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListDataSetsCommand extends ListDataSetsCommand_base {
|
|
37
39
|
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 ListEventActionsCommandOutput
|
|
|
18
18
|
declare const ListEventActionsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListEventActionsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListEventActionsCommandInput,
|
|
23
23
|
ListEventActionsCommandOutput,
|
|
24
24
|
DataExchangeClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListEventActionsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListEventActionsCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListEventActionsCommandInput,
|
|
32
32
|
ListEventActionsCommandOutput,
|
|
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 ListEventActionsCommand extends ListEventActionsCommand_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,
|
|
@@ -13,9 +13,7 @@ export interface ListJobsCommandOutput
|
|
|
13
13
|
extends ListJobsResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const ListJobsCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: ListJobsCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
ListJobsCommandInput,
|
|
20
18
|
ListJobsCommandOutput,
|
|
21
19
|
DataExchangeClientResolvedConfig,
|
|
@@ -24,14 +22,16 @@ declare const ListJobsCommand_base: {
|
|
|
24
22
|
>;
|
|
25
23
|
new (
|
|
26
24
|
...[input]: [] | [ListJobsCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
26
|
ListJobsCommandInput,
|
|
29
27
|
ListJobsCommandOutput,
|
|
30
28
|
DataExchangeClientResolvedConfig,
|
|
31
29
|
ServiceInputTypes,
|
|
32
30
|
ServiceOutputTypes
|
|
33
31
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
35
35
|
};
|
|
36
36
|
export declare class ListJobsCommand extends ListJobsCommand_base {
|
|
37
37
|
protected static __types: {
|