@aws-sdk/client-data-pipeline 3.496.0 → 3.499.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 (2) hide show
  1. package/dist-cjs/index.js +13 -12
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1631,24 +1631,21 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1631
1631
  // Annotate the CommonJS export names for ESM import in node:
1632
1632
 
1633
1633
  0 && (module.exports = {
1634
+ DataPipelineServiceException,
1635
+ __Client,
1636
+ DataPipelineClient,
1637
+ DataPipeline,
1638
+ $Command,
1634
1639
  ActivatePipelineCommand,
1635
1640
  AddTagsCommand,
1636
1641
  CreatePipelineCommand,
1637
- DataPipeline,
1638
- DataPipelineClient,
1639
- DataPipelineServiceException,
1640
1642
  DeactivatePipelineCommand,
1641
1643
  DeletePipelineCommand,
1642
1644
  DescribeObjectsCommand,
1643
1645
  DescribePipelinesCommand,
1644
1646
  EvaluateExpressionCommand,
1645
1647
  GetPipelineDefinitionCommand,
1646
- InternalServiceError,
1647
- InvalidRequestException,
1648
1648
  ListPipelinesCommand,
1649
- OperatorType,
1650
- PipelineDeletedException,
1651
- PipelineNotFoundException,
1652
1649
  PollForTaskCommand,
1653
1650
  PutPipelineDefinitionCommand,
1654
1651
  QueryObjectsCommand,
@@ -1657,12 +1654,16 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1657
1654
  ReportTaskRunnerHeartbeatCommand,
1658
1655
  SetStatusCommand,
1659
1656
  SetTaskStatusCommand,
1660
- TaskNotFoundException,
1661
- TaskStatus,
1662
1657
  ValidatePipelineDefinitionCommand,
1663
- __Client,
1664
1658
  paginateDescribeObjects,
1665
1659
  paginateListPipelines,
1666
- paginateQueryObjects
1660
+ paginateQueryObjects,
1661
+ InternalServiceError,
1662
+ InvalidRequestException,
1663
+ PipelineDeletedException,
1664
+ PipelineNotFoundException,
1665
+ TaskNotFoundException,
1666
+ OperatorType,
1667
+ TaskStatus
1667
1668
  });
1668
1669
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-data-pipeline",
3
3
  "description": "AWS SDK for JavaScript Data Pipeline Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.499.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-data-pipeline",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",