@aws-sdk/client-evs 3.1077.0 → 3.1079.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 (74) hide show
  1. package/dist-cjs/index.js +30 -223
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateEipToVlanCommand.js +2 -14
  4. package/dist-es/commands/CreateEntitlementCommand.js +2 -14
  5. package/dist-es/commands/CreateEnvironmentCommand.js +2 -14
  6. package/dist-es/commands/CreateEnvironmentConnectorCommand.js +2 -14
  7. package/dist-es/commands/CreateEnvironmentHostCommand.js +2 -14
  8. package/dist-es/commands/DeleteEntitlementCommand.js +2 -14
  9. package/dist-es/commands/DeleteEnvironmentCommand.js +2 -14
  10. package/dist-es/commands/DeleteEnvironmentConnectorCommand.js +2 -14
  11. package/dist-es/commands/DeleteEnvironmentHostCommand.js +2 -14
  12. package/dist-es/commands/DisassociateEipFromVlanCommand.js +2 -14
  13. package/dist-es/commands/GetDepotUrlCommand.js +2 -14
  14. package/dist-es/commands/GetEnvironmentCommand.js +2 -14
  15. package/dist-es/commands/GetVersionsCommand.js +2 -14
  16. package/dist-es/commands/ListEnvironmentConnectorsCommand.js +2 -14
  17. package/dist-es/commands/ListEnvironmentHostsCommand.js +2 -14
  18. package/dist-es/commands/ListEnvironmentVlansCommand.js +2 -14
  19. package/dist-es/commands/ListEnvironmentsCommand.js +2 -14
  20. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  21. package/dist-es/commands/ListVmEntitlementsCommand.js +2 -14
  22. package/dist-es/commands/TagResourceCommand.js +2 -14
  23. package/dist-es/commands/UntagResourceCommand.js +2 -14
  24. package/dist-es/commands/UpdateEnvironmentConnectorCommand.js +2 -14
  25. package/dist-es/index.js +1 -0
  26. package/dist-types/commandBuilder.d.ts +18 -0
  27. package/dist-types/commands/AssociateEipToVlanCommand.d.ts +3 -8
  28. package/dist-types/commands/CreateEntitlementCommand.d.ts +3 -8
  29. package/dist-types/commands/CreateEnvironmentCommand.d.ts +3 -8
  30. package/dist-types/commands/CreateEnvironmentConnectorCommand.d.ts +3 -8
  31. package/dist-types/commands/CreateEnvironmentHostCommand.d.ts +3 -8
  32. package/dist-types/commands/DeleteEntitlementCommand.d.ts +3 -8
  33. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +3 -8
  34. package/dist-types/commands/DeleteEnvironmentConnectorCommand.d.ts +3 -8
  35. package/dist-types/commands/DeleteEnvironmentHostCommand.d.ts +3 -8
  36. package/dist-types/commands/DisassociateEipFromVlanCommand.d.ts +3 -8
  37. package/dist-types/commands/GetDepotUrlCommand.d.ts +3 -8
  38. package/dist-types/commands/GetEnvironmentCommand.d.ts +3 -8
  39. package/dist-types/commands/GetVersionsCommand.d.ts +3 -8
  40. package/dist-types/commands/ListEnvironmentConnectorsCommand.d.ts +3 -8
  41. package/dist-types/commands/ListEnvironmentHostsCommand.d.ts +3 -8
  42. package/dist-types/commands/ListEnvironmentVlansCommand.d.ts +3 -8
  43. package/dist-types/commands/ListEnvironmentsCommand.d.ts +3 -8
  44. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  45. package/dist-types/commands/ListVmEntitlementsCommand.d.ts +3 -8
  46. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  47. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  48. package/dist-types/commands/UpdateEnvironmentConnectorCommand.d.ts +3 -8
  49. package/dist-types/index.d.ts +1 -0
  50. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  51. package/dist-types/ts3.4/commands/AssociateEipToVlanCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/commands/CreateEntitlementCommand.d.ts +7 -16
  53. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/CreateEnvironmentConnectorCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/CreateEnvironmentHostCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/DeleteEntitlementCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/DeleteEnvironmentConnectorCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/DeleteEnvironmentHostCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/DisassociateEipFromVlanCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/GetDepotUrlCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/GetVersionsCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/ListEnvironmentConnectorsCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/ListEnvironmentHostsCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/ListEnvironmentVlansCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/ListVmEntitlementsCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/UpdateEnvironmentConnectorCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/index.d.ts +1 -0
  74. package/package.json +8 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-evs",
3
3
  "description": "AWS SDK for JavaScript Evs Client for Node.js, Browser and React Native",
4
- "version": "3.1077.0",
4
+ "version": "3.1079.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -19,13 +19,13 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-sdk/core": "^3.974.25",
23
- "@aws-sdk/credential-provider-node": "^3.972.60",
24
- "@aws-sdk/types": "^3.973.14",
25
- "@smithy/core": "^3.28.0",
26
- "@smithy/fetch-http-handler": "^5.6.1",
27
- "@smithy/node-http-handler": "^4.9.1",
28
- "@smithy/types": "^4.15.0",
22
+ "@aws-sdk/core": "^3.974.27",
23
+ "@aws-sdk/credential-provider-node": "^3.972.62",
24
+ "@aws-sdk/types": "^3.973.15",
25
+ "@smithy/core": "^3.29.0",
26
+ "@smithy/fetch-http-handler": "^5.6.2",
27
+ "@smithy/node-http-handler": "^4.9.2",
28
+ "@smithy/types": "^4.15.1",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "devDependencies": {