@aws-sdk/client-supplychain 3.1077.0 → 3.1079.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 +38 -303
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateBillOfMaterialsImportJobCommand.js +2 -14
- package/dist-es/commands/CreateDataIntegrationFlowCommand.js +2 -14
- package/dist-es/commands/CreateDataLakeDatasetCommand.js +2 -14
- package/dist-es/commands/CreateDataLakeNamespaceCommand.js +2 -14
- package/dist-es/commands/CreateInstanceCommand.js +2 -14
- package/dist-es/commands/DeleteDataIntegrationFlowCommand.js +2 -14
- package/dist-es/commands/DeleteDataLakeDatasetCommand.js +2 -14
- package/dist-es/commands/DeleteDataLakeNamespaceCommand.js +2 -14
- package/dist-es/commands/DeleteInstanceCommand.js +2 -14
- package/dist-es/commands/GetBillOfMaterialsImportJobCommand.js +2 -14
- package/dist-es/commands/GetDataIntegrationEventCommand.js +2 -14
- package/dist-es/commands/GetDataIntegrationFlowCommand.js +2 -14
- package/dist-es/commands/GetDataIntegrationFlowExecutionCommand.js +2 -14
- package/dist-es/commands/GetDataLakeDatasetCommand.js +2 -14
- package/dist-es/commands/GetDataLakeNamespaceCommand.js +2 -14
- package/dist-es/commands/GetInstanceCommand.js +2 -14
- package/dist-es/commands/ListDataIntegrationEventsCommand.js +2 -14
- package/dist-es/commands/ListDataIntegrationFlowExecutionsCommand.js +2 -14
- package/dist-es/commands/ListDataIntegrationFlowsCommand.js +2 -14
- package/dist-es/commands/ListDataLakeDatasetsCommand.js +2 -14
- package/dist-es/commands/ListDataLakeNamespacesCommand.js +2 -14
- package/dist-es/commands/ListInstancesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/SendDataIntegrationEventCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateDataIntegrationFlowCommand.js +2 -14
- package/dist-es/commands/UpdateDataLakeDatasetCommand.js +2 -14
- package/dist-es/commands/UpdateDataLakeNamespaceCommand.js +2 -14
- package/dist-es/commands/UpdateInstanceCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateBillOfMaterialsImportJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataIntegrationFlowCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataLakeDatasetCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataLakeNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/CreateInstanceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataIntegrationFlowCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataLakeDatasetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataLakeNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInstanceCommand.d.ts +3 -8
- package/dist-types/commands/GetBillOfMaterialsImportJobCommand.d.ts +3 -8
- package/dist-types/commands/GetDataIntegrationEventCommand.d.ts +3 -8
- package/dist-types/commands/GetDataIntegrationFlowCommand.d.ts +3 -8
- package/dist-types/commands/GetDataIntegrationFlowExecutionCommand.d.ts +3 -8
- package/dist-types/commands/GetDataLakeDatasetCommand.d.ts +3 -8
- package/dist-types/commands/GetDataLakeNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/GetInstanceCommand.d.ts +3 -8
- package/dist-types/commands/ListDataIntegrationEventsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataIntegrationFlowExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataIntegrationFlowsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataLakeDatasetsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataLakeNamespacesCommand.d.ts +3 -8
- package/dist-types/commands/ListInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/SendDataIntegrationEventCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataIntegrationFlowCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataLakeDatasetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataLakeNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateInstanceCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateBillOfMaterialsImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataIntegrationFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataLakeDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataLakeNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataIntegrationFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataLakeDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataLakeNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBillOfMaterialsImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataIntegrationEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataIntegrationFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataIntegrationFlowExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataLakeDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataLakeNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataIntegrationEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataIntegrationFlowExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataIntegrationFlowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataLakeDatasetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataLakeNamespacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendDataIntegrationEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataIntegrationFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataLakeDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataLakeNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateDataLakeDatasetRequest, UpdateDataLakeDatasetResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateDataLakeDatasetCommandInput extends UpdateDataLakeDataset
|
|
|
22
19
|
export interface UpdateDataLakeDatasetCommandOutput extends UpdateDataLakeDatasetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateDataLakeDatasetCommand_base: {
|
|
25
|
-
new (input: UpdateDataLakeDatasetCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataLakeDatasetCommandInput, UpdateDataLakeDatasetCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateDataLakeDatasetCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataLakeDatasetCommandInput, UpdateDataLakeDatasetCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateDataLakeDatasetCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataLakeDatasetCommandInput, UpdateDataLakeDatasetCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateDataLakeDatasetCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataLakeDatasetCommandInput, UpdateDataLakeDatasetCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Enables you to programmatically update an Amazon Web Services Supply Chain data lake dataset. Developers can update the description of a data lake dataset for a given instance ID, namespace, and dataset name.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateDataLakeNamespaceRequest, UpdateDataLakeNamespaceResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateDataLakeNamespaceCommandInput extends UpdateDataLakeNames
|
|
|
22
19
|
export interface UpdateDataLakeNamespaceCommandOutput extends UpdateDataLakeNamespaceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateDataLakeNamespaceCommand_base: {
|
|
25
|
-
new (input: UpdateDataLakeNamespaceCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataLakeNamespaceCommandInput, UpdateDataLakeNamespaceCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateDataLakeNamespaceCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataLakeNamespaceCommandInput, UpdateDataLakeNamespaceCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateDataLakeNamespaceCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataLakeNamespaceCommandInput, UpdateDataLakeNamespaceCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateDataLakeNamespaceCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataLakeNamespaceCommandInput, UpdateDataLakeNamespaceCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Enables you to programmatically update an Amazon Web Services Supply Chain data lake namespace. Developers can update the description of a data lake namespace for a given instance ID and namespace name.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateInstanceRequest, UpdateInstanceResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateInstanceCommandInput extends UpdateInstanceRequest {
|
|
|
22
19
|
export interface UpdateInstanceCommandOutput extends UpdateInstanceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateInstanceCommand_base: {
|
|
25
|
-
new (input: UpdateInstanceCommandInput): import("@smithy/core/client").CommandImpl<UpdateInstanceCommandInput, UpdateInstanceCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateInstanceCommandInput): import("@smithy/core/client").CommandImpl<UpdateInstanceCommandInput, UpdateInstanceCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateInstanceCommandInput): import("@smithy/core/client").CommandImpl<UpdateInstanceCommandInput, UpdateInstanceCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateInstanceCommandInput): import("@smithy/core/client").CommandImpl<UpdateInstanceCommandInput, UpdateInstanceCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Enables you to programmatically update an Amazon Web Services Supply Chain instance description by providing all the relevant information such as account ID, instance ID and so on without using the AWS console.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
15
15
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
16
16
|
export type { SupplyChainExtensionConfiguration } from "./extensionConfiguration";
|
|
17
17
|
export * from "./commands";
|
|
18
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
18
19
|
export * from "./schemas/schemas_0";
|
|
19
20
|
export * from "./pagination";
|
|
20
21
|
export * from "./models/enums";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ServiceInputTypes,
|
|
4
|
+
ServiceOutputTypes,
|
|
5
|
+
SupplyChainClientResolvedConfig,
|
|
6
|
+
} from "./SupplyChainClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
SupplyChainClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
SupplyChainClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateBillOfMaterialsImportJobRequest,
|
|
5
4
|
CreateBillOfMaterialsImportJobResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SupplyChainClientResolvedConfig,
|
|
11
|
-
} from "../SupplyChainClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateBillOfMaterialsImportJobCommandInput
|
|
15
8
|
extends CreateBillOfMaterialsImportJobRequest {}
|
|
16
9
|
export interface CreateBillOfMaterialsImportJobCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateBillOfMaterialsImportJobCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateBillOfMaterialsImportJobCommandInput,
|
|
24
17
|
CreateBillOfMaterialsImportJobCommandOutput,
|
|
25
|
-
SupplyChainClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SupplyChainClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateBillOfMaterialsImportJobCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateBillOfMaterialsImportJobCommandInput,
|
|
33
26
|
CreateBillOfMaterialsImportJobCommandOutput,
|
|
34
|
-
SupplyChainClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SupplyChainClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateBillOfMaterialsImportJobCommand extends CreateBillOfMaterialsImportJobCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateDataIntegrationFlowRequest,
|
|
5
4
|
CreateDataIntegrationFlowResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SupplyChainClientResolvedConfig,
|
|
11
|
-
} from "../SupplyChainClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateDataIntegrationFlowCommandInput
|
|
15
8
|
extends CreateDataIntegrationFlowRequest {}
|
|
16
9
|
export interface CreateDataIntegrationFlowCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateDataIntegrationFlowCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateDataIntegrationFlowCommandInput,
|
|
24
17
|
CreateDataIntegrationFlowCommandOutput,
|
|
25
|
-
SupplyChainClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SupplyChainClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateDataIntegrationFlowCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateDataIntegrationFlowCommandInput,
|
|
33
26
|
CreateDataIntegrationFlowCommandOutput,
|
|
34
|
-
SupplyChainClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SupplyChainClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateDataIntegrationFlowCommand extends CreateDataIntegrationFlowCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateDataLakeDatasetRequest,
|
|
5
4
|
CreateDataLakeDatasetResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SupplyChainClientResolvedConfig,
|
|
11
|
-
} from "../SupplyChainClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateDataLakeDatasetCommandInput
|
|
15
8
|
extends CreateDataLakeDatasetRequest {}
|
|
16
9
|
export interface CreateDataLakeDatasetCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateDataLakeDatasetCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateDataLakeDatasetCommandInput,
|
|
24
17
|
CreateDataLakeDatasetCommandOutput,
|
|
25
|
-
SupplyChainClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SupplyChainClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateDataLakeDatasetCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateDataLakeDatasetCommandInput,
|
|
33
26
|
CreateDataLakeDatasetCommandOutput,
|
|
34
|
-
SupplyChainClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SupplyChainClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateDataLakeDatasetCommand extends CreateDataLakeDatasetCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateDataLakeNamespaceRequest,
|
|
5
4
|
CreateDataLakeNamespaceResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SupplyChainClientResolvedConfig,
|
|
11
|
-
} from "../SupplyChainClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateDataLakeNamespaceCommandInput
|
|
15
8
|
extends CreateDataLakeNamespaceRequest {}
|
|
16
9
|
export interface CreateDataLakeNamespaceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateDataLakeNamespaceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateDataLakeNamespaceCommandInput,
|
|
24
17
|
CreateDataLakeNamespaceCommandOutput,
|
|
25
|
-
SupplyChainClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SupplyChainClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateDataLakeNamespaceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateDataLakeNamespaceCommandInput,
|
|
33
26
|
CreateDataLakeNamespaceCommandOutput,
|
|
34
|
-
SupplyChainClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SupplyChainClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateDataLakeNamespaceCommand extends CreateDataLakeNamespaceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateInstanceRequest,
|
|
5
4
|
CreateInstanceResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SupplyChainClientResolvedConfig,
|
|
11
|
-
} from "../SupplyChainClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateInstanceCommandInput extends CreateInstanceRequest {}
|
|
15
8
|
export interface CreateInstanceCommandOutput
|
|
16
9
|
extends CreateInstanceResponse,
|
|
@@ -21,22 +14,20 @@ declare const CreateInstanceCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
CreateInstanceCommandInput,
|
|
23
16
|
CreateInstanceCommandOutput,
|
|
24
|
-
SupplyChainClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SupplyChainClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [CreateInstanceCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
CreateInstanceCommandInput,
|
|
32
25
|
CreateInstanceCommandOutput,
|
|
33
|
-
SupplyChainClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SupplyChainClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class CreateInstanceCommand extends CreateInstanceCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteDataIntegrationFlowRequest,
|
|
5
4
|
DeleteDataIntegrationFlowResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SupplyChainClientResolvedConfig,
|
|
11
|
-
} from "../SupplyChainClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteDataIntegrationFlowCommandInput
|
|
15
8
|
extends DeleteDataIntegrationFlowRequest {}
|
|
16
9
|
export interface DeleteDataIntegrationFlowCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteDataIntegrationFlowCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteDataIntegrationFlowCommandInput,
|
|
24
17
|
DeleteDataIntegrationFlowCommandOutput,
|
|
25
|
-
SupplyChainClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SupplyChainClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteDataIntegrationFlowCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteDataIntegrationFlowCommandInput,
|
|
33
26
|
DeleteDataIntegrationFlowCommandOutput,
|
|
34
|
-
SupplyChainClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SupplyChainClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteDataIntegrationFlowCommand extends DeleteDataIntegrationFlowCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteDataLakeDatasetRequest,
|
|
5
4
|
DeleteDataLakeDatasetResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SupplyChainClientResolvedConfig,
|
|
11
|
-
} from "../SupplyChainClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteDataLakeDatasetCommandInput
|
|
15
8
|
extends DeleteDataLakeDatasetRequest {}
|
|
16
9
|
export interface DeleteDataLakeDatasetCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteDataLakeDatasetCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteDataLakeDatasetCommandInput,
|
|
24
17
|
DeleteDataLakeDatasetCommandOutput,
|
|
25
|
-
SupplyChainClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SupplyChainClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteDataLakeDatasetCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteDataLakeDatasetCommandInput,
|
|
33
26
|
DeleteDataLakeDatasetCommandOutput,
|
|
34
|
-
SupplyChainClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SupplyChainClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteDataLakeDatasetCommand extends DeleteDataLakeDatasetCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteDataLakeNamespaceRequest,
|
|
5
4
|
DeleteDataLakeNamespaceResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SupplyChainClientResolvedConfig,
|
|
11
|
-
} from "../SupplyChainClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteDataLakeNamespaceCommandInput
|
|
15
8
|
extends DeleteDataLakeNamespaceRequest {}
|
|
16
9
|
export interface DeleteDataLakeNamespaceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteDataLakeNamespaceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteDataLakeNamespaceCommandInput,
|
|
24
17
|
DeleteDataLakeNamespaceCommandOutput,
|
|
25
|
-
SupplyChainClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SupplyChainClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteDataLakeNamespaceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteDataLakeNamespaceCommandInput,
|
|
33
26
|
DeleteDataLakeNamespaceCommandOutput,
|
|
34
|
-
SupplyChainClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SupplyChainClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteDataLakeNamespaceCommand extends DeleteDataLakeNamespaceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteInstanceRequest,
|
|
5
4
|
DeleteInstanceResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SupplyChainClientResolvedConfig,
|
|
11
|
-
} from "../SupplyChainClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteInstanceCommandInput extends DeleteInstanceRequest {}
|
|
15
8
|
export interface DeleteInstanceCommandOutput
|
|
16
9
|
extends DeleteInstanceResponse,
|
|
@@ -21,22 +14,20 @@ declare const DeleteInstanceCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeleteInstanceCommandInput,
|
|
23
16
|
DeleteInstanceCommandOutput,
|
|
24
|
-
SupplyChainClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SupplyChainClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeleteInstanceCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeleteInstanceCommandInput,
|
|
32
25
|
DeleteInstanceCommandOutput,
|
|
33
|
-
SupplyChainClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SupplyChainClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeleteInstanceCommand extends DeleteInstanceCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetBillOfMaterialsImportJobRequest,
|
|
5
4
|
GetBillOfMaterialsImportJobResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SupplyChainClientResolvedConfig,
|
|
11
|
-
} from "../SupplyChainClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetBillOfMaterialsImportJobCommandInput
|
|
15
8
|
extends GetBillOfMaterialsImportJobRequest {}
|
|
16
9
|
export interface GetBillOfMaterialsImportJobCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetBillOfMaterialsImportJobCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetBillOfMaterialsImportJobCommandInput,
|
|
24
17
|
GetBillOfMaterialsImportJobCommandOutput,
|
|
25
|
-
SupplyChainClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SupplyChainClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetBillOfMaterialsImportJobCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetBillOfMaterialsImportJobCommandInput,
|
|
33
26
|
GetBillOfMaterialsImportJobCommandOutput,
|
|
34
|
-
SupplyChainClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SupplyChainClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetBillOfMaterialsImportJobCommand extends GetBillOfMaterialsImportJobCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetDataIntegrationEventRequest,
|
|
5
4
|
GetDataIntegrationEventResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SupplyChainClientResolvedConfig,
|
|
11
|
-
} from "../SupplyChainClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetDataIntegrationEventCommandInput
|
|
15
8
|
extends GetDataIntegrationEventRequest {}
|
|
16
9
|
export interface GetDataIntegrationEventCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetDataIntegrationEventCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetDataIntegrationEventCommandInput,
|
|
24
17
|
GetDataIntegrationEventCommandOutput,
|
|
25
|
-
SupplyChainClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SupplyChainClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetDataIntegrationEventCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetDataIntegrationEventCommandInput,
|
|
33
26
|
GetDataIntegrationEventCommandOutput,
|
|
34
|
-
SupplyChainClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SupplyChainClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetDataIntegrationEventCommand extends GetDataIntegrationEventCommand_base {
|
|
43
34
|
protected static __types: {
|