@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.
Files changed (110) hide show
  1. package/dist-cjs/index.js +41 -305
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateBillOfMaterialsImportJobCommand.js +2 -14
  4. package/dist-es/commands/CreateDataIntegrationFlowCommand.js +2 -14
  5. package/dist-es/commands/CreateDataLakeDatasetCommand.js +2 -14
  6. package/dist-es/commands/CreateDataLakeNamespaceCommand.js +2 -14
  7. package/dist-es/commands/CreateInstanceCommand.js +2 -14
  8. package/dist-es/commands/DeleteDataIntegrationFlowCommand.js +2 -14
  9. package/dist-es/commands/DeleteDataLakeDatasetCommand.js +2 -14
  10. package/dist-es/commands/DeleteDataLakeNamespaceCommand.js +2 -14
  11. package/dist-es/commands/DeleteInstanceCommand.js +2 -14
  12. package/dist-es/commands/GetBillOfMaterialsImportJobCommand.js +2 -14
  13. package/dist-es/commands/GetDataIntegrationEventCommand.js +2 -14
  14. package/dist-es/commands/GetDataIntegrationFlowCommand.js +2 -14
  15. package/dist-es/commands/GetDataIntegrationFlowExecutionCommand.js +2 -14
  16. package/dist-es/commands/GetDataLakeDatasetCommand.js +2 -14
  17. package/dist-es/commands/GetDataLakeNamespaceCommand.js +2 -14
  18. package/dist-es/commands/GetInstanceCommand.js +2 -14
  19. package/dist-es/commands/ListDataIntegrationEventsCommand.js +2 -14
  20. package/dist-es/commands/ListDataIntegrationFlowExecutionsCommand.js +2 -14
  21. package/dist-es/commands/ListDataIntegrationFlowsCommand.js +2 -14
  22. package/dist-es/commands/ListDataLakeDatasetsCommand.js +2 -14
  23. package/dist-es/commands/ListDataLakeNamespacesCommand.js +2 -14
  24. package/dist-es/commands/ListInstancesCommand.js +2 -14
  25. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  26. package/dist-es/commands/SendDataIntegrationEventCommand.js +2 -14
  27. package/dist-es/commands/TagResourceCommand.js +2 -14
  28. package/dist-es/commands/UntagResourceCommand.js +2 -14
  29. package/dist-es/commands/UpdateDataIntegrationFlowCommand.js +2 -14
  30. package/dist-es/commands/UpdateDataLakeDatasetCommand.js +2 -14
  31. package/dist-es/commands/UpdateDataLakeNamespaceCommand.js +2 -14
  32. package/dist-es/commands/UpdateInstanceCommand.js +2 -14
  33. package/dist-es/index.js +1 -0
  34. package/dist-es/runtimeConfig.browser.js +0 -2
  35. package/dist-es/runtimeConfig.js +1 -2
  36. package/dist-es/runtimeConfig.native.js +0 -2
  37. package/dist-es/runtimeConfig.shared.js +2 -0
  38. package/dist-types/commandBuilder.d.ts +18 -0
  39. package/dist-types/commands/CreateBillOfMaterialsImportJobCommand.d.ts +3 -8
  40. package/dist-types/commands/CreateDataIntegrationFlowCommand.d.ts +3 -8
  41. package/dist-types/commands/CreateDataLakeDatasetCommand.d.ts +3 -8
  42. package/dist-types/commands/CreateDataLakeNamespaceCommand.d.ts +3 -8
  43. package/dist-types/commands/CreateInstanceCommand.d.ts +3 -8
  44. package/dist-types/commands/DeleteDataIntegrationFlowCommand.d.ts +3 -8
  45. package/dist-types/commands/DeleteDataLakeDatasetCommand.d.ts +3 -8
  46. package/dist-types/commands/DeleteDataLakeNamespaceCommand.d.ts +3 -8
  47. package/dist-types/commands/DeleteInstanceCommand.d.ts +3 -8
  48. package/dist-types/commands/GetBillOfMaterialsImportJobCommand.d.ts +3 -8
  49. package/dist-types/commands/GetDataIntegrationEventCommand.d.ts +3 -8
  50. package/dist-types/commands/GetDataIntegrationFlowCommand.d.ts +3 -8
  51. package/dist-types/commands/GetDataIntegrationFlowExecutionCommand.d.ts +3 -8
  52. package/dist-types/commands/GetDataLakeDatasetCommand.d.ts +3 -8
  53. package/dist-types/commands/GetDataLakeNamespaceCommand.d.ts +3 -8
  54. package/dist-types/commands/GetInstanceCommand.d.ts +3 -8
  55. package/dist-types/commands/ListDataIntegrationEventsCommand.d.ts +3 -8
  56. package/dist-types/commands/ListDataIntegrationFlowExecutionsCommand.d.ts +3 -8
  57. package/dist-types/commands/ListDataIntegrationFlowsCommand.d.ts +3 -8
  58. package/dist-types/commands/ListDataLakeDatasetsCommand.d.ts +3 -8
  59. package/dist-types/commands/ListDataLakeNamespacesCommand.d.ts +3 -8
  60. package/dist-types/commands/ListInstancesCommand.d.ts +3 -8
  61. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  62. package/dist-types/commands/SendDataIntegrationEventCommand.d.ts +3 -8
  63. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  64. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  65. package/dist-types/commands/UpdateDataIntegrationFlowCommand.d.ts +3 -8
  66. package/dist-types/commands/UpdateDataLakeDatasetCommand.d.ts +3 -8
  67. package/dist-types/commands/UpdateDataLakeNamespaceCommand.d.ts +3 -8
  68. package/dist-types/commands/UpdateInstanceCommand.d.ts +3 -8
  69. package/dist-types/index.d.ts +1 -0
  70. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  71. package/dist-types/runtimeConfig.d.ts +1 -1
  72. package/dist-types/runtimeConfig.native.d.ts +1 -1
  73. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  74. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  75. package/dist-types/ts3.4/commands/CreateBillOfMaterialsImportJobCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/CreateDataIntegrationFlowCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/CreateDataLakeDatasetCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/CreateDataLakeNamespaceCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/DeleteDataIntegrationFlowCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/DeleteDataLakeDatasetCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DeleteDataLakeNamespaceCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/GetBillOfMaterialsImportJobCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/GetDataIntegrationEventCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/GetDataIntegrationFlowCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/GetDataIntegrationFlowExecutionCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/GetDataLakeDatasetCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/GetDataLakeNamespaceCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/ListDataIntegrationEventsCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/ListDataIntegrationFlowExecutionsCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/ListDataIntegrationFlowsCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/ListDataLakeDatasetsCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/ListDataLakeNamespacesCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/SendDataIntegrationEventCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/UpdateDataIntegrationFlowCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/UpdateDataLakeDatasetCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/UpdateDataLakeNamespaceCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/UpdateInstanceCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/index.d.ts +1 -0
  106. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  107. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  108. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  109. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  110. 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 { CreateInstanceRequest, CreateInstanceResponse } 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 CreateInstanceCommandInput extends CreateInstanceRequest {
22
19
  export interface CreateInstanceCommandOutput extends CreateInstanceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateInstanceCommand_base: {
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
- };
22
+ new (input: CreateInstanceCommandInput): import("@smithy/core/client").CommandImpl<CreateInstanceCommandInput, CreateInstanceCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [CreateInstanceCommandInput]): import("@smithy/core/client").CommandImpl<CreateInstanceCommandInput, CreateInstanceCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,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 { DeleteDataIntegrationFlowRequest, DeleteDataIntegrationFlowResponse } 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 DeleteDataIntegrationFlowCommandInput extends DeleteDataIntegra
22
19
  export interface DeleteDataIntegrationFlowCommandOutput extends DeleteDataIntegrationFlowResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteDataIntegrationFlowCommand_base: {
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
- };
22
+ new (input: DeleteDataIntegrationFlowCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataIntegrationFlowCommandInput, DeleteDataIntegrationFlowCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteDataIntegrationFlowCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataIntegrationFlowCommandInput, DeleteDataIntegrationFlowCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Enable you to programmatically delete an existing data pipeline for the provided Amazon Web Services Supply Chain instance and DataIntegrationFlow 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 { DeleteDataLakeDatasetRequest, DeleteDataLakeDatasetResponse } 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 DeleteDataLakeDatasetCommandInput extends DeleteDataLakeDataset
22
19
  export interface DeleteDataLakeDatasetCommandOutput extends DeleteDataLakeDatasetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteDataLakeDatasetCommand_base: {
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
- };
22
+ new (input: DeleteDataLakeDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataLakeDatasetCommandInput, DeleteDataLakeDatasetCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteDataLakeDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataLakeDatasetCommandInput, DeleteDataLakeDatasetCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,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 { DeleteDataLakeNamespaceRequest, DeleteDataLakeNamespaceResponse } 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 DeleteDataLakeNamespaceCommandInput extends DeleteDataLakeNames
22
19
  export interface DeleteDataLakeNamespaceCommandOutput extends DeleteDataLakeNamespaceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteDataLakeNamespaceCommand_base: {
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
- };
22
+ new (input: DeleteDataLakeNamespaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataLakeNamespaceCommandInput, DeleteDataLakeNamespaceCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteDataLakeNamespaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataLakeNamespaceCommandInput, DeleteDataLakeNamespaceCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,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 { DeleteInstanceRequest, DeleteInstanceResponse } 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 DeleteInstanceCommandInput extends DeleteInstanceRequest {
22
19
  export interface DeleteInstanceCommandOutput extends DeleteInstanceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteInstanceCommand_base: {
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
- };
22
+ new (input: DeleteInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeleteInstanceCommandInput, DeleteInstanceCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeleteInstanceCommandInput, DeleteInstanceCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,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 { GetBillOfMaterialsImportJobRequest, GetBillOfMaterialsImportJobResponse } 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 GetBillOfMaterialsImportJobCommandInput extends GetBillOfMateri
22
19
  export interface GetBillOfMaterialsImportJobCommandOutput extends GetBillOfMaterialsImportJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetBillOfMaterialsImportJobCommand_base: {
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
- };
22
+ new (input: GetBillOfMaterialsImportJobCommandInput): import("@smithy/core/client").CommandImpl<GetBillOfMaterialsImportJobCommandInput, GetBillOfMaterialsImportJobCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetBillOfMaterialsImportJobCommandInput): import("@smithy/core/client").CommandImpl<GetBillOfMaterialsImportJobCommandInput, GetBillOfMaterialsImportJobCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Get status and details of a BillOfMaterialsImportJob.</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 { GetDataIntegrationEventRequest, GetDataIntegrationEventResponse } 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 GetDataIntegrationEventCommandInput extends GetDataIntegrationE
22
19
  export interface GetDataIntegrationEventCommandOutput extends GetDataIntegrationEventResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDataIntegrationEventCommand_base: {
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
- };
22
+ new (input: GetDataIntegrationEventCommandInput): import("@smithy/core/client").CommandImpl<GetDataIntegrationEventCommandInput, GetDataIntegrationEventCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDataIntegrationEventCommandInput): import("@smithy/core/client").CommandImpl<GetDataIntegrationEventCommandInput, GetDataIntegrationEventCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,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 { GetDataIntegrationFlowRequest, GetDataIntegrationFlowResponse } 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 GetDataIntegrationFlowCommandInput extends GetDataIntegrationFl
22
19
  export interface GetDataIntegrationFlowCommandOutput extends GetDataIntegrationFlowResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDataIntegrationFlowCommand_base: {
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
- };
22
+ new (input: GetDataIntegrationFlowCommandInput): import("@smithy/core/client").CommandImpl<GetDataIntegrationFlowCommandInput, GetDataIntegrationFlowCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDataIntegrationFlowCommandInput): import("@smithy/core/client").CommandImpl<GetDataIntegrationFlowCommandInput, GetDataIntegrationFlowCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Enables you to programmatically view a specific data pipeline for the provided Amazon Web Services Supply Chain instance and DataIntegrationFlow 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 { GetDataIntegrationFlowExecutionRequest, GetDataIntegrationFlowExecutionResponse } 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 GetDataIntegrationFlowExecutionCommandInput extends GetDataInte
22
19
  export interface GetDataIntegrationFlowExecutionCommandOutput extends GetDataIntegrationFlowExecutionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDataIntegrationFlowExecutionCommand_base: {
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
- };
22
+ new (input: GetDataIntegrationFlowExecutionCommandInput): import("@smithy/core/client").CommandImpl<GetDataIntegrationFlowExecutionCommandInput, GetDataIntegrationFlowExecutionCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDataIntegrationFlowExecutionCommandInput): import("@smithy/core/client").CommandImpl<GetDataIntegrationFlowExecutionCommandInput, GetDataIntegrationFlowExecutionCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Get the flow execution.</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 { GetDataLakeDatasetRequest, GetDataLakeDatasetResponse } 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 GetDataLakeDatasetCommandInput extends GetDataLakeDatasetReques
22
19
  export interface GetDataLakeDatasetCommandOutput extends GetDataLakeDatasetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDataLakeDatasetCommand_base: {
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
- };
22
+ new (input: GetDataLakeDatasetCommandInput): import("@smithy/core/client").CommandImpl<GetDataLakeDatasetCommandInput, GetDataLakeDatasetCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDataLakeDatasetCommandInput): import("@smithy/core/client").CommandImpl<GetDataLakeDatasetCommandInput, GetDataLakeDatasetCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,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 { GetDataLakeNamespaceRequest, GetDataLakeNamespaceResponse } 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 GetDataLakeNamespaceCommandInput extends GetDataLakeNamespaceRe
22
19
  export interface GetDataLakeNamespaceCommandOutput extends GetDataLakeNamespaceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDataLakeNamespaceCommand_base: {
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
- };
22
+ new (input: GetDataLakeNamespaceCommandInput): import("@smithy/core/client").CommandImpl<GetDataLakeNamespaceCommandInput, GetDataLakeNamespaceCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDataLakeNamespaceCommandInput): import("@smithy/core/client").CommandImpl<GetDataLakeNamespaceCommandInput, GetDataLakeNamespaceCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,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 { GetInstanceRequest, GetInstanceResponse } 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 GetInstanceCommandInput extends GetInstanceRequest {
22
19
  export interface GetInstanceCommandOutput extends GetInstanceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetInstanceCommand_base: {
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
- };
22
+ new (input: GetInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetInstanceCommandInput, GetInstanceCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetInstanceCommandInput): import("@smithy/core/client").CommandImpl<GetInstanceCommandInput, GetInstanceCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Enables you to programmatically retrieve the information related to an Amazon Web Services Supply Chain instance ID.</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 { ListDataIntegrationEventsRequest, ListDataIntegrationEventsResponse } 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 ListDataIntegrationEventsCommandInput extends ListDataIntegrati
22
19
  export interface ListDataIntegrationEventsCommandOutput extends ListDataIntegrationEventsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListDataIntegrationEventsCommand_base: {
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
- };
22
+ new (input: ListDataIntegrationEventsCommandInput): import("@smithy/core/client").CommandImpl<ListDataIntegrationEventsCommandInput, ListDataIntegrationEventsCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListDataIntegrationEventsCommandInput): import("@smithy/core/client").CommandImpl<ListDataIntegrationEventsCommandInput, ListDataIntegrationEventsCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Enables you to programmatically list all data integration events for the provided Amazon Web Services Supply Chain instance.</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 { ListDataIntegrationFlowExecutionsRequest, ListDataIntegrationFlowExecutionsResponse } 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 ListDataIntegrationFlowExecutionsCommandInput extends ListDataI
22
19
  export interface ListDataIntegrationFlowExecutionsCommandOutput extends ListDataIntegrationFlowExecutionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListDataIntegrationFlowExecutionsCommand_base: {
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
- };
22
+ new (input: ListDataIntegrationFlowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListDataIntegrationFlowExecutionsCommandInput, ListDataIntegrationFlowExecutionsCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListDataIntegrationFlowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListDataIntegrationFlowExecutionsCommandInput, ListDataIntegrationFlowExecutionsCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List flow executions.</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 { ListDataIntegrationFlowsRequest, ListDataIntegrationFlowsResponse } 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 ListDataIntegrationFlowsCommandInput extends ListDataIntegratio
22
19
  export interface ListDataIntegrationFlowsCommandOutput extends ListDataIntegrationFlowsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListDataIntegrationFlowsCommand_base: {
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
- };
22
+ new (input: ListDataIntegrationFlowsCommandInput): import("@smithy/core/client").CommandImpl<ListDataIntegrationFlowsCommandInput, ListDataIntegrationFlowsCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListDataIntegrationFlowsCommandInput): import("@smithy/core/client").CommandImpl<ListDataIntegrationFlowsCommandInput, ListDataIntegrationFlowsCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Enables you to programmatically list all data pipelines for the provided Amazon Web Services Supply Chain instance.</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 { ListDataLakeDatasetsRequest, ListDataLakeDatasetsResponse } 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 ListDataLakeDatasetsCommandInput extends ListDataLakeDatasetsRe
22
19
  export interface ListDataLakeDatasetsCommandOutput extends ListDataLakeDatasetsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListDataLakeDatasetsCommand_base: {
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
- };
22
+ new (input: ListDataLakeDatasetsCommandInput): import("@smithy/core/client").CommandImpl<ListDataLakeDatasetsCommandInput, ListDataLakeDatasetsCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListDataLakeDatasetsCommandInput): import("@smithy/core/client").CommandImpl<ListDataLakeDatasetsCommandInput, ListDataLakeDatasetsCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,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 { ListDataLakeNamespacesRequest, ListDataLakeNamespacesResponse } 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 ListDataLakeNamespacesCommandInput extends ListDataLakeNamespac
22
19
  export interface ListDataLakeNamespacesCommandOutput extends ListDataLakeNamespacesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListDataLakeNamespacesCommand_base: {
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
- };
22
+ new (input: ListDataLakeNamespacesCommandInput): import("@smithy/core/client").CommandImpl<ListDataLakeNamespacesCommandInput, ListDataLakeNamespacesCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListDataLakeNamespacesCommandInput): import("@smithy/core/client").CommandImpl<ListDataLakeNamespacesCommandInput, ListDataLakeNamespacesCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,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 { ListInstancesRequest, ListInstancesResponse } 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 ListInstancesCommandInput extends ListInstancesRequest {
22
19
  export interface ListInstancesCommandOutput extends ListInstancesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListInstancesCommand_base: {
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
- };
22
+ new (input: ListInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListInstancesCommandInput, ListInstancesCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListInstancesCommandInput]): import("@smithy/core/client").CommandImpl<ListInstancesCommandInput, ListInstancesCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,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 { ListTagsForResourceRequest, ListTagsForResourceResponse } 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 ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
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
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,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 { SendDataIntegrationEventRequest, SendDataIntegrationEventResponse } 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 SendDataIntegrationEventCommandInput extends SendDataIntegratio
22
19
  export interface SendDataIntegrationEventCommandOutput extends SendDataIntegrationEventResponse, __MetadataBearer {
23
20
  }
24
21
  declare const SendDataIntegrationEventCommand_base: {
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
- };
22
+ new (input: SendDataIntegrationEventCommandInput): import("@smithy/core/client").CommandImpl<SendDataIntegrationEventCommandInput, SendDataIntegrationEventCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SendDataIntegrationEventCommandInput): import("@smithy/core/client").CommandImpl<SendDataIntegrationEventCommandInput, SendDataIntegrationEventCommandOutput, import("..").SupplyChainClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>