@aws-sdk/client-m2 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 +34 -33
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -3600,33 +3600,19 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3600
3600
  // Annotate the CommonJS export names for ESM import in node:
3601
3601
 
3602
3602
  0 && (module.exports = {
3603
- AccessDeniedException,
3604
- ApplicationDeploymentLifecycle,
3605
- ApplicationLifecycle,
3606
- ApplicationVersionLifecycle,
3607
- BatchJobDefinition,
3608
- BatchJobExecutionStatus,
3609
- BatchJobIdentifier,
3610
- BatchJobType,
3603
+ M2ServiceException,
3604
+ __Client,
3605
+ M2Client,
3606
+ M2,
3607
+ $Command,
3611
3608
  CancelBatchJobExecutionCommand,
3612
- ConflictException,
3613
3609
  CreateApplicationCommand,
3614
3610
  CreateDataSetImportTaskCommand,
3615
3611
  CreateDeploymentCommand,
3616
3612
  CreateEnvironmentCommand,
3617
- DataSetImportConfig,
3618
- DataSetTaskLifecycle,
3619
- DatasetDetailOrgAttributes,
3620
- DatasetOrgAttributes,
3621
- Definition,
3622
3613
  DeleteApplicationCommand,
3623
3614
  DeleteApplicationFromEnvironmentCommand,
3624
3615
  DeleteEnvironmentCommand,
3625
- DeploymentLifecycle,
3626
- EngineType,
3627
- EnvironmentLifecycle,
3628
- ExecutionTimeoutException,
3629
- ExternalLocation,
3630
3616
  GetApplicationCommand,
3631
3617
  GetApplicationVersionCommand,
3632
3618
  GetBatchJobExecutionCommand,
@@ -3635,8 +3621,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3635
3621
  GetDeploymentCommand,
3636
3622
  GetEnvironmentCommand,
3637
3623
  GetSignedBluinsightsUrlCommand,
3638
- InternalServerException,
3639
- JobIdentifier,
3640
3624
  ListApplicationVersionsCommand,
3641
3625
  ListApplicationsCommand,
3642
3626
  ListBatchJobDefinitionsCommand,
@@ -3647,24 +3631,13 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3647
3631
  ListEngineVersionsCommand,
3648
3632
  ListEnvironmentsCommand,
3649
3633
  ListTagsForResourceCommand,
3650
- M2,
3651
- M2Client,
3652
- M2ServiceException,
3653
- ResourceNotFoundException,
3654
- ServiceQuotaExceededException,
3655
- ServiceUnavailableException,
3656
3634
  StartApplicationCommand,
3657
3635
  StartBatchJobCommand,
3658
3636
  StopApplicationCommand,
3659
- StorageConfiguration,
3660
3637
  TagResourceCommand,
3661
- ThrottlingException,
3662
3638
  UntagResourceCommand,
3663
3639
  UpdateApplicationCommand,
3664
3640
  UpdateEnvironmentCommand,
3665
- ValidationException,
3666
- ValidationExceptionReason,
3667
- __Client,
3668
3641
  paginateListApplicationVersions,
3669
3642
  paginateListApplications,
3670
3643
  paginateListBatchJobDefinitions,
@@ -3673,6 +3646,34 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3673
3646
  paginateListDataSets,
3674
3647
  paginateListDeployments,
3675
3648
  paginateListEngineVersions,
3676
- paginateListEnvironments
3649
+ paginateListEnvironments,
3650
+ AccessDeniedException,
3651
+ ConflictException,
3652
+ InternalServerException,
3653
+ ResourceNotFoundException,
3654
+ ThrottlingException,
3655
+ ValidationExceptionReason,
3656
+ ValidationException,
3657
+ Definition,
3658
+ EngineType,
3659
+ ServiceQuotaExceededException,
3660
+ DatasetOrgAttributes,
3661
+ ExternalLocation,
3662
+ DataSetImportConfig,
3663
+ DeploymentLifecycle,
3664
+ ApplicationVersionLifecycle,
3665
+ ApplicationLifecycle,
3666
+ JobIdentifier,
3667
+ BatchJobIdentifier,
3668
+ BatchJobType,
3669
+ BatchJobExecutionStatus,
3670
+ ExecutionTimeoutException,
3671
+ DatasetDetailOrgAttributes,
3672
+ ServiceUnavailableException,
3673
+ DataSetTaskLifecycle,
3674
+ ApplicationDeploymentLifecycle,
3675
+ BatchJobDefinition,
3676
+ StorageConfiguration,
3677
+ EnvironmentLifecycle
3677
3678
  });
3678
3679
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-m2",
3
3
  "description": "AWS SDK for JavaScript M2 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-m2",
@@ -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",