@aws-sdk/client-supplychain 3.952.0 → 3.954.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 (50) hide show
  1. package/dist-cjs/index.js +452 -309
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateBillOfMaterialsImportJobCommand.js +2 -2
  4. package/dist-es/commands/CreateDataIntegrationFlowCommand.js +2 -2
  5. package/dist-es/commands/CreateDataLakeDatasetCommand.js +2 -2
  6. package/dist-es/commands/CreateDataLakeNamespaceCommand.js +2 -2
  7. package/dist-es/commands/CreateInstanceCommand.js +2 -2
  8. package/dist-es/commands/DeleteDataIntegrationFlowCommand.js +2 -2
  9. package/dist-es/commands/DeleteDataLakeDatasetCommand.js +2 -2
  10. package/dist-es/commands/DeleteDataLakeNamespaceCommand.js +2 -2
  11. package/dist-es/commands/DeleteInstanceCommand.js +2 -2
  12. package/dist-es/commands/GetBillOfMaterialsImportJobCommand.js +2 -2
  13. package/dist-es/commands/GetDataIntegrationEventCommand.js +2 -2
  14. package/dist-es/commands/GetDataIntegrationFlowCommand.js +2 -2
  15. package/dist-es/commands/GetDataIntegrationFlowExecutionCommand.js +2 -2
  16. package/dist-es/commands/GetDataLakeDatasetCommand.js +2 -2
  17. package/dist-es/commands/GetDataLakeNamespaceCommand.js +2 -2
  18. package/dist-es/commands/GetInstanceCommand.js +2 -2
  19. package/dist-es/commands/ListDataIntegrationEventsCommand.js +2 -2
  20. package/dist-es/commands/ListDataIntegrationFlowExecutionsCommand.js +2 -2
  21. package/dist-es/commands/ListDataIntegrationFlowsCommand.js +2 -2
  22. package/dist-es/commands/ListDataLakeDatasetsCommand.js +2 -2
  23. package/dist-es/commands/ListDataLakeNamespacesCommand.js +2 -2
  24. package/dist-es/commands/ListInstancesCommand.js +2 -2
  25. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  26. package/dist-es/commands/SendDataIntegrationEventCommand.js +2 -2
  27. package/dist-es/commands/TagResourceCommand.js +2 -2
  28. package/dist-es/commands/UntagResourceCommand.js +2 -2
  29. package/dist-es/commands/UpdateDataIntegrationFlowCommand.js +2 -2
  30. package/dist-es/commands/UpdateDataLakeDatasetCommand.js +2 -2
  31. package/dist-es/commands/UpdateDataLakeNamespaceCommand.js +2 -2
  32. package/dist-es/commands/UpdateInstanceCommand.js +2 -2
  33. package/dist-es/index.js +1 -0
  34. package/dist-es/runtimeConfig.shared.js +6 -1
  35. package/dist-es/schemas/schemas_0.js +276 -264
  36. package/dist-types/SupplyChainClient.d.ts +1 -10
  37. package/dist-types/index.d.ts +1 -0
  38. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  39. package/dist-types/runtimeConfig.d.ts +6 -2
  40. package/dist-types/runtimeConfig.native.d.ts +6 -2
  41. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  42. package/dist-types/schemas/schemas_0.d.ts +132 -149
  43. package/dist-types/ts3.4/SupplyChainClient.d.ts +0 -4
  44. package/dist-types/ts3.4/index.d.ts +1 -0
  45. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  46. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  47. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  48. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  49. package/dist-types/ts3.4/schemas/schemas_0.d.ts +131 -150
  50. package/package.json +34 -34
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
26
26
  },
27
27
  ],
28
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
- protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.supplychain" }),
29
+ protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
30
+ protocolSettings: config?.protocolSettings ?? {
31
+ defaultNamespace: "com.amazonaws.supplychain",
32
+ version: "2024-01-01",
33
+ serviceTarget: "GalaxyPublicAPIGateway",
34
+ },
30
35
  serviceId: config?.serviceId ?? "SupplyChain",
31
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
32
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateBillOfMaterialsImportJob } from "../schemas/schemas_0";
4
+ import { CreateBillOfMaterialsImportJob$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateBillOfMaterialsImportJobCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateBillOfMaterialsImportJobCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "CreateBillOfMaterialsImportJob", {})
13
13
  .n("SupplyChainClient", "CreateBillOfMaterialsImportJobCommand")
14
- .sc(CreateBillOfMaterialsImportJob)
14
+ .sc(CreateBillOfMaterialsImportJob$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateDataIntegrationFlow } from "../schemas/schemas_0";
4
+ import { CreateDataIntegrationFlow$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateDataIntegrationFlowCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateDataIntegrationFlowCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "CreateDataIntegrationFlow", {})
13
13
  .n("SupplyChainClient", "CreateDataIntegrationFlowCommand")
14
- .sc(CreateDataIntegrationFlow)
14
+ .sc(CreateDataIntegrationFlow$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateDataLakeDataset } from "../schemas/schemas_0";
4
+ import { CreateDataLakeDataset$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateDataLakeDatasetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateDataLakeDatasetCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "CreateDataLakeDataset", {})
13
13
  .n("SupplyChainClient", "CreateDataLakeDatasetCommand")
14
- .sc(CreateDataLakeDataset)
14
+ .sc(CreateDataLakeDataset$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateDataLakeNamespace } from "../schemas/schemas_0";
4
+ import { CreateDataLakeNamespace$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateDataLakeNamespaceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateDataLakeNamespaceCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "CreateDataLakeNamespace", {})
13
13
  .n("SupplyChainClient", "CreateDataLakeNamespaceCommand")
14
- .sc(CreateDataLakeNamespace)
14
+ .sc(CreateDataLakeNamespace$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateInstance } from "../schemas/schemas_0";
4
+ import { CreateInstance$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateInstanceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateInstanceCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "CreateInstance", {})
13
13
  .n("SupplyChainClient", "CreateInstanceCommand")
14
- .sc(CreateInstance)
14
+ .sc(CreateInstance$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteDataIntegrationFlow } from "../schemas/schemas_0";
4
+ import { DeleteDataIntegrationFlow$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteDataIntegrationFlowCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteDataIntegrationFlowCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "DeleteDataIntegrationFlow", {})
13
13
  .n("SupplyChainClient", "DeleteDataIntegrationFlowCommand")
14
- .sc(DeleteDataIntegrationFlow)
14
+ .sc(DeleteDataIntegrationFlow$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteDataLakeDataset } from "../schemas/schemas_0";
4
+ import { DeleteDataLakeDataset$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteDataLakeDatasetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteDataLakeDatasetCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "DeleteDataLakeDataset", {})
13
13
  .n("SupplyChainClient", "DeleteDataLakeDatasetCommand")
14
- .sc(DeleteDataLakeDataset)
14
+ .sc(DeleteDataLakeDataset$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteDataLakeNamespace } from "../schemas/schemas_0";
4
+ import { DeleteDataLakeNamespace$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteDataLakeNamespaceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteDataLakeNamespaceCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "DeleteDataLakeNamespace", {})
13
13
  .n("SupplyChainClient", "DeleteDataLakeNamespaceCommand")
14
- .sc(DeleteDataLakeNamespace)
14
+ .sc(DeleteDataLakeNamespace$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteInstance } from "../schemas/schemas_0";
4
+ import { DeleteInstance$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteInstanceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteInstanceCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "DeleteInstance", {})
13
13
  .n("SupplyChainClient", "DeleteInstanceCommand")
14
- .sc(DeleteInstance)
14
+ .sc(DeleteInstance$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetBillOfMaterialsImportJob } from "../schemas/schemas_0";
4
+ import { GetBillOfMaterialsImportJob$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetBillOfMaterialsImportJobCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetBillOfMaterialsImportJobCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "GetBillOfMaterialsImportJob", {})
13
13
  .n("SupplyChainClient", "GetBillOfMaterialsImportJobCommand")
14
- .sc(GetBillOfMaterialsImportJob)
14
+ .sc(GetBillOfMaterialsImportJob$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetDataIntegrationEvent } from "../schemas/schemas_0";
4
+ import { GetDataIntegrationEvent$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetDataIntegrationEventCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetDataIntegrationEventCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "GetDataIntegrationEvent", {})
13
13
  .n("SupplyChainClient", "GetDataIntegrationEventCommand")
14
- .sc(GetDataIntegrationEvent)
14
+ .sc(GetDataIntegrationEvent$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetDataIntegrationFlow } from "../schemas/schemas_0";
4
+ import { GetDataIntegrationFlow$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetDataIntegrationFlowCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetDataIntegrationFlowCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "GetDataIntegrationFlow", {})
13
13
  .n("SupplyChainClient", "GetDataIntegrationFlowCommand")
14
- .sc(GetDataIntegrationFlow)
14
+ .sc(GetDataIntegrationFlow$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetDataIntegrationFlowExecution } from "../schemas/schemas_0";
4
+ import { GetDataIntegrationFlowExecution$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetDataIntegrationFlowExecutionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetDataIntegrationFlowExecutionCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "GetDataIntegrationFlowExecution", {})
13
13
  .n("SupplyChainClient", "GetDataIntegrationFlowExecutionCommand")
14
- .sc(GetDataIntegrationFlowExecution)
14
+ .sc(GetDataIntegrationFlowExecution$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetDataLakeDataset } from "../schemas/schemas_0";
4
+ import { GetDataLakeDataset$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetDataLakeDatasetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetDataLakeDatasetCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "GetDataLakeDataset", {})
13
13
  .n("SupplyChainClient", "GetDataLakeDatasetCommand")
14
- .sc(GetDataLakeDataset)
14
+ .sc(GetDataLakeDataset$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetDataLakeNamespace } from "../schemas/schemas_0";
4
+ import { GetDataLakeNamespace$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetDataLakeNamespaceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetDataLakeNamespaceCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "GetDataLakeNamespace", {})
13
13
  .n("SupplyChainClient", "GetDataLakeNamespaceCommand")
14
- .sc(GetDataLakeNamespace)
14
+ .sc(GetDataLakeNamespace$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetInstance } from "../schemas/schemas_0";
4
+ import { GetInstance$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetInstanceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetInstanceCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "GetInstance", {})
13
13
  .n("SupplyChainClient", "GetInstanceCommand")
14
- .sc(GetInstance)
14
+ .sc(GetInstance$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDataIntegrationEvents } from "../schemas/schemas_0";
4
+ import { ListDataIntegrationEvents$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDataIntegrationEventsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDataIntegrationEventsCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "ListDataIntegrationEvents", {})
13
13
  .n("SupplyChainClient", "ListDataIntegrationEventsCommand")
14
- .sc(ListDataIntegrationEvents)
14
+ .sc(ListDataIntegrationEvents$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDataIntegrationFlowExecutions } from "../schemas/schemas_0";
4
+ import { ListDataIntegrationFlowExecutions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDataIntegrationFlowExecutionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDataIntegrationFlowExecutionsCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "ListDataIntegrationFlowExecutions", {})
13
13
  .n("SupplyChainClient", "ListDataIntegrationFlowExecutionsCommand")
14
- .sc(ListDataIntegrationFlowExecutions)
14
+ .sc(ListDataIntegrationFlowExecutions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDataIntegrationFlows } from "../schemas/schemas_0";
4
+ import { ListDataIntegrationFlows$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDataIntegrationFlowsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDataIntegrationFlowsCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "ListDataIntegrationFlows", {})
13
13
  .n("SupplyChainClient", "ListDataIntegrationFlowsCommand")
14
- .sc(ListDataIntegrationFlows)
14
+ .sc(ListDataIntegrationFlows$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDataLakeDatasets } from "../schemas/schemas_0";
4
+ import { ListDataLakeDatasets$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDataLakeDatasetsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDataLakeDatasetsCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "ListDataLakeDatasets", {})
13
13
  .n("SupplyChainClient", "ListDataLakeDatasetsCommand")
14
- .sc(ListDataLakeDatasets)
14
+ .sc(ListDataLakeDatasets$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDataLakeNamespaces } from "../schemas/schemas_0";
4
+ import { ListDataLakeNamespaces$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDataLakeNamespacesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDataLakeNamespacesCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "ListDataLakeNamespaces", {})
13
13
  .n("SupplyChainClient", "ListDataLakeNamespacesCommand")
14
- .sc(ListDataLakeNamespaces)
14
+ .sc(ListDataLakeNamespaces$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListInstances } from "../schemas/schemas_0";
4
+ import { ListInstances$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListInstancesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListInstancesCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "ListInstances", {})
13
13
  .n("SupplyChainClient", "ListInstancesCommand")
14
- .sc(ListInstances)
14
+ .sc(ListInstances$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTagsForResource } from "../schemas/schemas_0";
4
+ import { ListTagsForResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTagsForResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "ListTagsForResource", {})
13
13
  .n("SupplyChainClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource)
14
+ .sc(ListTagsForResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { SendDataIntegrationEvent } from "../schemas/schemas_0";
4
+ import { SendDataIntegrationEvent$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class SendDataIntegrationEventCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class SendDataIntegrationEventCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "SendDataIntegrationEvent", {})
13
13
  .n("SupplyChainClient", "SendDataIntegrationEventCommand")
14
- .sc(SendDataIntegrationEvent)
14
+ .sc(SendDataIntegrationEvent$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { TagResource } from "../schemas/schemas_0";
4
+ import { TagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class TagResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "TagResource", {})
13
13
  .n("SupplyChainClient", "TagResourceCommand")
14
- .sc(TagResource)
14
+ .sc(TagResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UntagResource } from "../schemas/schemas_0";
4
+ import { UntagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UntagResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "UntagResource", {})
13
13
  .n("SupplyChainClient", "UntagResourceCommand")
14
- .sc(UntagResource)
14
+ .sc(UntagResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateDataIntegrationFlow } from "../schemas/schemas_0";
4
+ import { UpdateDataIntegrationFlow$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateDataIntegrationFlowCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateDataIntegrationFlowCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "UpdateDataIntegrationFlow", {})
13
13
  .n("SupplyChainClient", "UpdateDataIntegrationFlowCommand")
14
- .sc(UpdateDataIntegrationFlow)
14
+ .sc(UpdateDataIntegrationFlow$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateDataLakeDataset } from "../schemas/schemas_0";
4
+ import { UpdateDataLakeDataset$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateDataLakeDatasetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateDataLakeDatasetCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "UpdateDataLakeDataset", {})
13
13
  .n("SupplyChainClient", "UpdateDataLakeDatasetCommand")
14
- .sc(UpdateDataLakeDataset)
14
+ .sc(UpdateDataLakeDataset$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateDataLakeNamespace } from "../schemas/schemas_0";
4
+ import { UpdateDataLakeNamespace$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateDataLakeNamespaceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateDataLakeNamespaceCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "UpdateDataLakeNamespace", {})
13
13
  .n("SupplyChainClient", "UpdateDataLakeNamespaceCommand")
14
- .sc(UpdateDataLakeNamespace)
14
+ .sc(UpdateDataLakeNamespace$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateInstance } from "../schemas/schemas_0";
4
+ import { UpdateInstance$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateInstanceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateInstanceCommand extends $Command
11
11
  })
12
12
  .s("GalaxyPublicAPIGateway", "UpdateInstance", {})
13
13
  .n("SupplyChainClient", "UpdateInstanceCommand")
14
- .sc(UpdateInstance)
14
+ .sc(UpdateInstance$)
15
15
  .build() {
16
16
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./SupplyChainClient";
2
2
  export * from "./SupplyChain";
3
3
  export * from "./commands";
4
+ export * from "./schemas/schemas_0";
4
5
  export * from "./pagination";
5
6
  export * from "./models/enums";
6
7
  export * from "./models/errors";
@@ -23,7 +23,12 @@ export const getRuntimeConfig = (config) => {
23
23
  },
24
24
  ],
25
25
  logger: config?.logger ?? new NoOpLogger(),
26
- protocol: config?.protocol ?? new AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.supplychain" }),
26
+ protocol: config?.protocol ?? AwsRestJsonProtocol,
27
+ protocolSettings: config?.protocolSettings ?? {
28
+ defaultNamespace: "com.amazonaws.supplychain",
29
+ version: "2024-01-01",
30
+ serviceTarget: "GalaxyPublicAPIGateway",
31
+ },
27
32
  serviceId: config?.serviceId ?? "SupplyChain",
28
33
  urlParser: config?.urlParser ?? parseUrl,
29
34
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,