@aws-sdk/client-supplychain 3.1076.0 → 3.1078.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 +41 -305
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -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 { TagResourceRequest, TagResourceResponse } 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 TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>You can create tags during or after creating a resource such as instance, data flow, or dataset in AWS Supply chain. During the data ingestion process, you can add tags such as dev, test, or prod to data flows created during the data ingestion process in the AWS Supply Chain datasets. You can use these tags to identify a group of resources or a single resource used by the developer.</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 { UntagResourceRequest, UntagResourceResponse } 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 UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>You can delete tags for an Amazon Web Services Supply chain resource such as instance, data flow, or dataset in AWS Supply Chain. During the data ingestion process, you can delete tags such as dev, test, or prod to data flows created during the data ingestion process in the AWS Supply Chain datasets. </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 { UpdateDataIntegrationFlowRequest, UpdateDataIntegrationFlowResponse } 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 UpdateDataIntegrationFlowCommandInput extends UpdateDataIntegra
|
|
|
22
19
|
export interface UpdateDataIntegrationFlowCommandOutput extends UpdateDataIntegrationFlowResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateDataIntegrationFlowCommand_base: {
|
|
25
|
-
new (input: UpdateDataIntegrationFlowCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataIntegrationFlowCommandInput, UpdateDataIntegrationFlowCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateDataIntegrationFlowCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataIntegrationFlowCommandInput, UpdateDataIntegrationFlowCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateDataIntegrationFlowCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataIntegrationFlowCommandInput, UpdateDataIntegrationFlowCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateDataIntegrationFlowCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataIntegrationFlowCommandInput, UpdateDataIntegrationFlowCommandOutput, 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 existing data pipeline to ingest data from the source systems such as, Amazon S3 buckets, to a predefined Amazon Web Services Supply Chain dataset (product, inbound_order) or a temporary dataset along with the data transformation query provided with the API.</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 { 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";
|
|
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: SupplyChainClientConfig) => {
|
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
17
16
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
18
17
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
18
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: SupplyChainClientConfig) => {
|
|
|
24
23
|
[setting: string]: unknown;
|
|
25
24
|
};
|
|
26
25
|
apiVersion: string;
|
|
26
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
29
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: SupplyChainClientConfig) => {
|
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
15
|
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
18
17
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
19
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: SupplyChainClientConfig) => {
|
|
|
26
25
|
[setting: string]: unknown;
|
|
27
26
|
};
|
|
28
27
|
apiVersion: string;
|
|
28
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
29
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
30
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -4,7 +4,6 @@ import type { SupplyChainClientConfig } from "./SupplyChainClient";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: SupplyChainClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
8
7
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
8
|
cacheMiddleware?: boolean;
|
|
10
9
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: SupplyChainClientConfig) => {
|
|
|
13
12
|
[setting: string]: unknown;
|
|
14
13
|
};
|
|
15
14
|
apiVersion: string;
|
|
15
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
16
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
17
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
18
18
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: SupplyChainClientConfig) => {
|
|
|
21
21
|
defaultNamespace?: string;
|
|
22
22
|
};
|
|
23
23
|
serviceId: string;
|
|
24
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
24
25
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
26
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
27
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
@@ -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: {
|