@aws-sdk/client-supplychain 3.1045.0 → 3.1047.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 +76 -77
- package/dist-cjs/models/SupplyChainServiceException.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/SupplyChain.js +1 -1
- package/dist-es/SupplyChainClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateBillOfMaterialsImportJobCommand.js +2 -2
- package/dist-es/commands/CreateDataIntegrationFlowCommand.js +2 -2
- package/dist-es/commands/CreateDataLakeDatasetCommand.js +2 -2
- package/dist-es/commands/CreateDataLakeNamespaceCommand.js +2 -2
- package/dist-es/commands/CreateInstanceCommand.js +2 -2
- package/dist-es/commands/DeleteDataIntegrationFlowCommand.js +2 -2
- package/dist-es/commands/DeleteDataLakeDatasetCommand.js +2 -2
- package/dist-es/commands/DeleteDataLakeNamespaceCommand.js +2 -2
- package/dist-es/commands/DeleteInstanceCommand.js +2 -2
- package/dist-es/commands/GetBillOfMaterialsImportJobCommand.js +2 -2
- package/dist-es/commands/GetDataIntegrationEventCommand.js +2 -2
- package/dist-es/commands/GetDataIntegrationFlowCommand.js +2 -2
- package/dist-es/commands/GetDataIntegrationFlowExecutionCommand.js +2 -2
- package/dist-es/commands/GetDataLakeDatasetCommand.js +2 -2
- package/dist-es/commands/GetDataLakeNamespaceCommand.js +2 -2
- package/dist-es/commands/GetInstanceCommand.js +2 -2
- package/dist-es/commands/ListDataIntegrationEventsCommand.js +2 -2
- package/dist-es/commands/ListDataIntegrationFlowExecutionsCommand.js +2 -2
- package/dist-es/commands/ListDataIntegrationFlowsCommand.js +2 -2
- package/dist-es/commands/ListDataLakeDatasetsCommand.js +2 -2
- package/dist-es/commands/ListDataLakeNamespacesCommand.js +2 -2
- package/dist-es/commands/ListInstancesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/SendDataIntegrationEventCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateDataIntegrationFlowCommand.js +2 -2
- package/dist-es/commands/UpdateDataLakeDatasetCommand.js +2 -2
- package/dist-es/commands/UpdateDataLakeNamespaceCommand.js +2 -2
- package/dist-es/commands/UpdateInstanceCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/SupplyChainServiceException.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/SupplyChainClient.d.ts +5 -5
- package/dist-types/commands/CreateBillOfMaterialsImportJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataIntegrationFlowCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataLakeDatasetCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataLakeNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/CreateInstanceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDataIntegrationFlowCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDataLakeDatasetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDataLakeNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteInstanceCommand.d.ts +6 -4
- package/dist-types/commands/GetBillOfMaterialsImportJobCommand.d.ts +6 -4
- package/dist-types/commands/GetDataIntegrationEventCommand.d.ts +6 -4
- package/dist-types/commands/GetDataIntegrationFlowCommand.d.ts +6 -4
- package/dist-types/commands/GetDataIntegrationFlowExecutionCommand.d.ts +6 -4
- package/dist-types/commands/GetDataLakeDatasetCommand.d.ts +6 -4
- package/dist-types/commands/GetDataLakeNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/GetInstanceCommand.d.ts +6 -4
- package/dist-types/commands/ListDataIntegrationEventsCommand.d.ts +6 -4
- package/dist-types/commands/ListDataIntegrationFlowExecutionsCommand.d.ts +6 -4
- package/dist-types/commands/ListDataIntegrationFlowsCommand.d.ts +6 -4
- package/dist-types/commands/ListDataLakeDatasetsCommand.d.ts +6 -4
- package/dist-types/commands/ListDataLakeNamespacesCommand.d.ts +6 -4
- package/dist-types/commands/ListInstancesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/SendDataIntegrationEventCommand.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/UpdateDataIntegrationFlowCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDataLakeDatasetCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDataLakeNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateInstanceCommand.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/SupplyChainServiceException.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/SupplyChainClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateBillOfMaterialsImportJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDataIntegrationFlowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDataLakeDatasetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDataLakeNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDataIntegrationFlowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDataLakeDatasetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDataLakeNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBillOfMaterialsImportJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataIntegrationEventCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataIntegrationFlowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataIntegrationFlowExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataLakeDatasetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataLakeNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataIntegrationEventsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataIntegrationFlowExecutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataIntegrationFlowsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataLakeDatasetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataLakeNamespacesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendDataIntegrationEventCommand.d.ts +6 -4
- 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/UpdateDataIntegrationFlowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDataLakeDatasetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDataLakeNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateInstanceCommand.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/SupplyChainServiceException.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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateDataLakeDatasetRequest, CreateDataLakeDatasetResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateDataLakeDatasetCommandInput extends CreateDataLakeDataset
|
|
|
22
22
|
export interface CreateDataLakeDatasetCommandOutput extends CreateDataLakeDatasetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateDataLakeDatasetCommand_base: {
|
|
25
|
-
new (input: CreateDataLakeDatasetCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateDataLakeDatasetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateDataLakeDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateDataLakeDatasetCommandInput, CreateDataLakeDatasetCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateDataLakeDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateDataLakeDatasetCommandInput, CreateDataLakeDatasetCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables you to programmatically create an Amazon Web Services Supply Chain data lake dataset. Developers can create the datasets using their pre-defined or custom schema for a given instance ID, namespace, and dataset name.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateDataLakeNamespaceRequest, CreateDataLakeNamespaceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateDataLakeNamespaceCommandInput extends CreateDataLakeNames
|
|
|
22
22
|
export interface CreateDataLakeNamespaceCommandOutput extends CreateDataLakeNamespaceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateDataLakeNamespaceCommand_base: {
|
|
25
|
-
new (input: CreateDataLakeNamespaceCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateDataLakeNamespaceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateDataLakeNamespaceCommandInput): import("@smithy/core/client").CommandImpl<CreateDataLakeNamespaceCommandInput, CreateDataLakeNamespaceCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateDataLakeNamespaceCommandInput): import("@smithy/core/client").CommandImpl<CreateDataLakeNamespaceCommandInput, CreateDataLakeNamespaceCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables you to programmatically create an Amazon Web Services Supply Chain data lake namespace. Developers can create the namespaces for a given instance ID.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateInstanceRequest, CreateInstanceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateInstanceCommandInput extends CreateInstanceRequest {
|
|
|
22
22
|
export interface CreateInstanceCommandOutput extends CreateInstanceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateInstanceCommand_base: {
|
|
25
|
-
new (input: CreateInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [CreateInstanceCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateInstanceCommandInput): import("@smithy/core/client").CommandImpl<CreateInstanceCommandInput, CreateInstanceCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [CreateInstanceCommandInput]): import("@smithy/core/client").CommandImpl<CreateInstanceCommandInput, CreateInstanceCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables you to programmatically create an Amazon Web Services Supply Chain instance by applying KMS keys and relevant information associated with the API without using the Amazon Web Services console.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteDataIntegrationFlowRequest, DeleteDataIntegrationFlowResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteDataIntegrationFlowCommandInput extends DeleteDataIntegra
|
|
|
22
22
|
export interface DeleteDataIntegrationFlowCommandOutput extends DeleteDataIntegrationFlowResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDataIntegrationFlowCommand_base: {
|
|
25
|
-
new (input: DeleteDataIntegrationFlowCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteDataIntegrationFlowCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteDataIntegrationFlowCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataIntegrationFlowCommandInput, DeleteDataIntegrationFlowCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteDataIntegrationFlowCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataIntegrationFlowCommandInput, DeleteDataIntegrationFlowCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enable you to programmatically delete an existing data pipeline for the provided Amazon Web Services Supply Chain instance and DataIntegrationFlow name.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteDataLakeDatasetRequest, DeleteDataLakeDatasetResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteDataLakeDatasetCommandInput extends DeleteDataLakeDataset
|
|
|
22
22
|
export interface DeleteDataLakeDatasetCommandOutput extends DeleteDataLakeDatasetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDataLakeDatasetCommand_base: {
|
|
25
|
-
new (input: DeleteDataLakeDatasetCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteDataLakeDatasetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteDataLakeDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataLakeDatasetCommandInput, DeleteDataLakeDatasetCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteDataLakeDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataLakeDatasetCommandInput, DeleteDataLakeDatasetCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables you to programmatically delete an Amazon Web Services Supply Chain data lake dataset. Developers can delete the existing datasets for a given instance ID, namespace, and instance name.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteDataLakeNamespaceRequest, DeleteDataLakeNamespaceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteDataLakeNamespaceCommandInput extends DeleteDataLakeNames
|
|
|
22
22
|
export interface DeleteDataLakeNamespaceCommandOutput extends DeleteDataLakeNamespaceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDataLakeNamespaceCommand_base: {
|
|
25
|
-
new (input: DeleteDataLakeNamespaceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteDataLakeNamespaceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteDataLakeNamespaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataLakeNamespaceCommandInput, DeleteDataLakeNamespaceCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteDataLakeNamespaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataLakeNamespaceCommandInput, DeleteDataLakeNamespaceCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables you to programmatically delete an Amazon Web Services Supply Chain data lake namespace and its underling datasets. Developers can delete the existing namespaces for a given instance ID and namespace name.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteInstanceRequest, DeleteInstanceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteInstanceCommandInput extends DeleteInstanceRequest {
|
|
|
22
22
|
export interface DeleteInstanceCommandOutput extends DeleteInstanceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteInstanceCommand_base: {
|
|
25
|
-
new (input: DeleteInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeleteInstanceCommandInput, DeleteInstanceCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeleteInstanceCommandInput, DeleteInstanceCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables you to programmatically delete an Amazon Web Services Supply Chain instance by deleting the KMS keys and relevant information associated with the API without using the Amazon Web Services console.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetBillOfMaterialsImportJobRequest, GetBillOfMaterialsImportJobResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
@@ -22,9 +22,11 @@ export interface GetBillOfMaterialsImportJobCommandInput extends GetBillOfMateri
|
|
|
22
22
|
export interface GetBillOfMaterialsImportJobCommandOutput extends GetBillOfMaterialsImportJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBillOfMaterialsImportJobCommand_base: {
|
|
25
|
-
new (input: GetBillOfMaterialsImportJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetBillOfMaterialsImportJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetBillOfMaterialsImportJobCommandInput): import("@smithy/core/client").CommandImpl<GetBillOfMaterialsImportJobCommandInput, GetBillOfMaterialsImportJobCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetBillOfMaterialsImportJobCommandInput): import("@smithy/core/client").CommandImpl<GetBillOfMaterialsImportJobCommandInput, GetBillOfMaterialsImportJobCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get status and details of a BillOfMaterialsImportJob.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetDataIntegrationEventRequest, GetDataIntegrationEventResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
@@ -22,9 +22,11 @@ export interface GetDataIntegrationEventCommandInput extends GetDataIntegrationE
|
|
|
22
22
|
export interface GetDataIntegrationEventCommandOutput extends GetDataIntegrationEventResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDataIntegrationEventCommand_base: {
|
|
25
|
-
new (input: GetDataIntegrationEventCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDataIntegrationEventCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDataIntegrationEventCommandInput): import("@smithy/core/client").CommandImpl<GetDataIntegrationEventCommandInput, GetDataIntegrationEventCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDataIntegrationEventCommandInput): import("@smithy/core/client").CommandImpl<GetDataIntegrationEventCommandInput, GetDataIntegrationEventCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables you to programmatically view an Amazon Web Services Supply Chain Data Integration Event. Developers can view the eventType, eventGroupId, eventTimestamp, datasetTarget, datasetLoadExecution.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetDataIntegrationFlowRequest, GetDataIntegrationFlowResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
@@ -22,9 +22,11 @@ export interface GetDataIntegrationFlowCommandInput extends GetDataIntegrationFl
|
|
|
22
22
|
export interface GetDataIntegrationFlowCommandOutput extends GetDataIntegrationFlowResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDataIntegrationFlowCommand_base: {
|
|
25
|
-
new (input: GetDataIntegrationFlowCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDataIntegrationFlowCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDataIntegrationFlowCommandInput): import("@smithy/core/client").CommandImpl<GetDataIntegrationFlowCommandInput, GetDataIntegrationFlowCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDataIntegrationFlowCommandInput): import("@smithy/core/client").CommandImpl<GetDataIntegrationFlowCommandInput, GetDataIntegrationFlowCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables you to programmatically view a specific data pipeline for the provided Amazon Web Services Supply Chain instance and DataIntegrationFlow name.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetDataIntegrationFlowExecutionRequest, GetDataIntegrationFlowExecutionResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
@@ -22,9 +22,11 @@ export interface GetDataIntegrationFlowExecutionCommandInput extends GetDataInte
|
|
|
22
22
|
export interface GetDataIntegrationFlowExecutionCommandOutput extends GetDataIntegrationFlowExecutionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDataIntegrationFlowExecutionCommand_base: {
|
|
25
|
-
new (input: GetDataIntegrationFlowExecutionCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDataIntegrationFlowExecutionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDataIntegrationFlowExecutionCommandInput): import("@smithy/core/client").CommandImpl<GetDataIntegrationFlowExecutionCommandInput, GetDataIntegrationFlowExecutionCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDataIntegrationFlowExecutionCommandInput): import("@smithy/core/client").CommandImpl<GetDataIntegrationFlowExecutionCommandInput, GetDataIntegrationFlowExecutionCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get the flow execution.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetDataLakeDatasetRequest, GetDataLakeDatasetResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
@@ -22,9 +22,11 @@ export interface GetDataLakeDatasetCommandInput extends GetDataLakeDatasetReques
|
|
|
22
22
|
export interface GetDataLakeDatasetCommandOutput extends GetDataLakeDatasetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDataLakeDatasetCommand_base: {
|
|
25
|
-
new (input: GetDataLakeDatasetCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDataLakeDatasetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDataLakeDatasetCommandInput): import("@smithy/core/client").CommandImpl<GetDataLakeDatasetCommandInput, GetDataLakeDatasetCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDataLakeDatasetCommandInput): import("@smithy/core/client").CommandImpl<GetDataLakeDatasetCommandInput, GetDataLakeDatasetCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables you to programmatically view an Amazon Web Services Supply Chain data lake dataset. Developers can view the data lake dataset information such as namespace, schema, and so on for a given instance ID, namespace, and dataset name.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetDataLakeNamespaceRequest, GetDataLakeNamespaceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
@@ -22,9 +22,11 @@ export interface GetDataLakeNamespaceCommandInput extends GetDataLakeNamespaceRe
|
|
|
22
22
|
export interface GetDataLakeNamespaceCommandOutput extends GetDataLakeNamespaceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDataLakeNamespaceCommand_base: {
|
|
25
|
-
new (input: GetDataLakeNamespaceCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDataLakeNamespaceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDataLakeNamespaceCommandInput): import("@smithy/core/client").CommandImpl<GetDataLakeNamespaceCommandInput, GetDataLakeNamespaceCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDataLakeNamespaceCommandInput): import("@smithy/core/client").CommandImpl<GetDataLakeNamespaceCommandInput, GetDataLakeNamespaceCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables you to programmatically view an Amazon Web Services Supply Chain data lake namespace. Developers can view the data lake namespace information such as description for a given instance ID and namespace name.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetInstanceRequest, GetInstanceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
@@ -22,9 +22,11 @@ export interface GetInstanceCommandInput extends GetInstanceRequest {
|
|
|
22
22
|
export interface GetInstanceCommandOutput extends GetInstanceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetInstanceCommand_base: {
|
|
25
|
-
new (input: GetInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetInstanceCommandInput, GetInstanceCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetInstanceCommandInput, GetInstanceCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables you to programmatically retrieve the information related to an Amazon Web Services Supply Chain instance ID.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListDataIntegrationEventsRequest, ListDataIntegrationEventsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
@@ -22,9 +22,11 @@ export interface ListDataIntegrationEventsCommandInput extends ListDataIntegrati
|
|
|
22
22
|
export interface ListDataIntegrationEventsCommandOutput extends ListDataIntegrationEventsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDataIntegrationEventsCommand_base: {
|
|
25
|
-
new (input: ListDataIntegrationEventsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListDataIntegrationEventsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDataIntegrationEventsCommandInput): import("@smithy/core/client").CommandImpl<ListDataIntegrationEventsCommandInput, ListDataIntegrationEventsCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListDataIntegrationEventsCommandInput): import("@smithy/core/client").CommandImpl<ListDataIntegrationEventsCommandInput, ListDataIntegrationEventsCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables you to programmatically list all data integration events for the provided Amazon Web Services Supply Chain instance.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListDataIntegrationFlowExecutionsRequest, ListDataIntegrationFlowExecutionsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
@@ -22,9 +22,11 @@ export interface ListDataIntegrationFlowExecutionsCommandInput extends ListDataI
|
|
|
22
22
|
export interface ListDataIntegrationFlowExecutionsCommandOutput extends ListDataIntegrationFlowExecutionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDataIntegrationFlowExecutionsCommand_base: {
|
|
25
|
-
new (input: ListDataIntegrationFlowExecutionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListDataIntegrationFlowExecutionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDataIntegrationFlowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListDataIntegrationFlowExecutionsCommandInput, ListDataIntegrationFlowExecutionsCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListDataIntegrationFlowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListDataIntegrationFlowExecutionsCommandInput, ListDataIntegrationFlowExecutionsCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List flow executions.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListDataIntegrationFlowsRequest, ListDataIntegrationFlowsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
@@ -22,9 +22,11 @@ export interface ListDataIntegrationFlowsCommandInput extends ListDataIntegratio
|
|
|
22
22
|
export interface ListDataIntegrationFlowsCommandOutput extends ListDataIntegrationFlowsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDataIntegrationFlowsCommand_base: {
|
|
25
|
-
new (input: ListDataIntegrationFlowsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListDataIntegrationFlowsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDataIntegrationFlowsCommandInput): import("@smithy/core/client").CommandImpl<ListDataIntegrationFlowsCommandInput, ListDataIntegrationFlowsCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListDataIntegrationFlowsCommandInput): import("@smithy/core/client").CommandImpl<ListDataIntegrationFlowsCommandInput, ListDataIntegrationFlowsCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables you to programmatically list all data pipelines for the provided Amazon Web Services Supply Chain instance.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListDataLakeDatasetsRequest, ListDataLakeDatasetsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
@@ -22,9 +22,11 @@ export interface ListDataLakeDatasetsCommandInput extends ListDataLakeDatasetsRe
|
|
|
22
22
|
export interface ListDataLakeDatasetsCommandOutput extends ListDataLakeDatasetsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDataLakeDatasetsCommand_base: {
|
|
25
|
-
new (input: ListDataLakeDatasetsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListDataLakeDatasetsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDataLakeDatasetsCommandInput): import("@smithy/core/client").CommandImpl<ListDataLakeDatasetsCommandInput, ListDataLakeDatasetsCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListDataLakeDatasetsCommandInput): import("@smithy/core/client").CommandImpl<ListDataLakeDatasetsCommandInput, ListDataLakeDatasetsCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables you to programmatically view the list of Amazon Web Services Supply Chain data lake datasets. Developers can view the datasets and the corresponding information such as namespace, schema, and so on for a given instance ID and namespace.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListDataLakeNamespacesRequest, ListDataLakeNamespacesResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
@@ -22,9 +22,11 @@ export interface ListDataLakeNamespacesCommandInput extends ListDataLakeNamespac
|
|
|
22
22
|
export interface ListDataLakeNamespacesCommandOutput extends ListDataLakeNamespacesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDataLakeNamespacesCommand_base: {
|
|
25
|
-
new (input: ListDataLakeNamespacesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListDataLakeNamespacesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDataLakeNamespacesCommandInput): import("@smithy/core/client").CommandImpl<ListDataLakeNamespacesCommandInput, ListDataLakeNamespacesCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListDataLakeNamespacesCommandInput): import("@smithy/core/client").CommandImpl<ListDataLakeNamespacesCommandInput, ListDataLakeNamespacesCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables you to programmatically view the list of Amazon Web Services Supply Chain data lake namespaces. Developers can view the namespaces and the corresponding information such as description for a given instance ID. Note that this API only return custom namespaces, instance pre-defined namespaces are not included.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListInstancesRequest, ListInstancesResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
@@ -22,9 +22,11 @@ export interface ListInstancesCommandInput extends ListInstancesRequest {
|
|
|
22
22
|
export interface ListInstancesCommandOutput extends ListInstancesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListInstancesCommand_base: {
|
|
25
|
-
new (input: ListInstancesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListInstancesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListInstancesCommandInput, ListInstancesCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListInstancesCommandInput]): import("@smithy/core/client").CommandImpl<ListInstancesCommandInput, ListInstancesCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List all Amazon Web Services Supply Chain instances for a specific account. Enables you to programmatically list all Amazon Web Services Supply Chain instances based on their account ID, instance name, and state of the instance (active or delete).</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List all the tags for an Amazon Web ServicesSupply Chain resource. You can list all the tags added to a resource. By listing the tags, developers can view the tag level information on a resource and perform actions such as, deleting a resource associated with a particular tag.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { SendDataIntegrationEventRequest, SendDataIntegrationEventResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
@@ -22,9 +22,11 @@ export interface SendDataIntegrationEventCommandInput extends SendDataIntegratio
|
|
|
22
22
|
export interface SendDataIntegrationEventCommandOutput extends SendDataIntegrationEventResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SendDataIntegrationEventCommand_base: {
|
|
25
|
-
new (input: SendDataIntegrationEventCommandInput): import("@smithy/
|
|
26
|
-
new (input: SendDataIntegrationEventCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SendDataIntegrationEventCommandInput): import("@smithy/core/client").CommandImpl<SendDataIntegrationEventCommandInput, SendDataIntegrationEventCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SendDataIntegrationEventCommandInput): import("@smithy/core/client").CommandImpl<SendDataIntegrationEventCommandInput, SendDataIntegrationEventCommandOutput, SupplyChainClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Send the data payload for the event with real-time data for analysis or monitoring. The real-time data events are stored in an Amazon Web Services service before being processed and stored in data lake.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateDataIntegrationFlowRequest, UpdateDataIntegrationFlowResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateDataIntegrationFlowCommandInput extends UpdateDataIntegra
|
|
|
22
22
|
export interface UpdateDataIntegrationFlowCommandOutput extends UpdateDataIntegrationFlowResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateDataIntegrationFlowCommand_base: {
|
|
25
|
-
new (input: UpdateDataIntegrationFlowCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateDataIntegrationFlowCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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>
|