@aws-sdk/client-m2 3.495.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 +36 -33
  2. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -3598,34 +3598,21 @@ var paginateListEnvironments = (0, import_core11.createPaginator)(M2Client, List
3598
3598
  // src/index.ts
3599
3599
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
3600
3600
  // Annotate the CommonJS export names for ESM import in node:
3601
+
3601
3602
  0 && (module.exports = {
3602
- AccessDeniedException,
3603
- ApplicationDeploymentLifecycle,
3604
- ApplicationLifecycle,
3605
- ApplicationVersionLifecycle,
3606
- BatchJobDefinition,
3607
- BatchJobExecutionStatus,
3608
- BatchJobIdentifier,
3609
- BatchJobType,
3603
+ M2ServiceException,
3604
+ __Client,
3605
+ M2Client,
3606
+ M2,
3607
+ $Command,
3610
3608
  CancelBatchJobExecutionCommand,
3611
- ConflictException,
3612
3609
  CreateApplicationCommand,
3613
3610
  CreateDataSetImportTaskCommand,
3614
3611
  CreateDeploymentCommand,
3615
3612
  CreateEnvironmentCommand,
3616
- DataSetImportConfig,
3617
- DataSetTaskLifecycle,
3618
- DatasetDetailOrgAttributes,
3619
- DatasetOrgAttributes,
3620
- Definition,
3621
3613
  DeleteApplicationCommand,
3622
3614
  DeleteApplicationFromEnvironmentCommand,
3623
3615
  DeleteEnvironmentCommand,
3624
- DeploymentLifecycle,
3625
- EngineType,
3626
- EnvironmentLifecycle,
3627
- ExecutionTimeoutException,
3628
- ExternalLocation,
3629
3616
  GetApplicationCommand,
3630
3617
  GetApplicationVersionCommand,
3631
3618
  GetBatchJobExecutionCommand,
@@ -3634,8 +3621,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3634
3621
  GetDeploymentCommand,
3635
3622
  GetEnvironmentCommand,
3636
3623
  GetSignedBluinsightsUrlCommand,
3637
- InternalServerException,
3638
- JobIdentifier,
3639
3624
  ListApplicationVersionsCommand,
3640
3625
  ListApplicationsCommand,
3641
3626
  ListBatchJobDefinitionsCommand,
@@ -3646,24 +3631,13 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3646
3631
  ListEngineVersionsCommand,
3647
3632
  ListEnvironmentsCommand,
3648
3633
  ListTagsForResourceCommand,
3649
- M2,
3650
- M2Client,
3651
- M2ServiceException,
3652
- ResourceNotFoundException,
3653
- ServiceQuotaExceededException,
3654
- ServiceUnavailableException,
3655
3634
  StartApplicationCommand,
3656
3635
  StartBatchJobCommand,
3657
3636
  StopApplicationCommand,
3658
- StorageConfiguration,
3659
3637
  TagResourceCommand,
3660
- ThrottlingException,
3661
3638
  UntagResourceCommand,
3662
3639
  UpdateApplicationCommand,
3663
3640
  UpdateEnvironmentCommand,
3664
- ValidationException,
3665
- ValidationExceptionReason,
3666
- __Client,
3667
3641
  paginateListApplicationVersions,
3668
3642
  paginateListApplications,
3669
3643
  paginateListBatchJobDefinitions,
@@ -3672,5 +3646,34 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3672
3646
  paginateListDataSets,
3673
3647
  paginateListDeployments,
3674
3648
  paginateListEngineVersions,
3675
- 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
3676
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.495.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,48 +20,48 @@
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.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-utf8": "^2.1.1",
60
60
  "tslib": "^2.5.0",
61
61
  "uuid": "^8.3.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@smithy/service-client-documentation-generator": "^2.1.0",
64
+ "@smithy/service-client-documentation-generator": "^2.1.1",
65
65
  "@tsconfig/node14": "1.0.3",
66
66
  "@types/node": "^14.14.31",
67
67
  "@types/uuid": "^8.3.0",