@aws-sdk/client-ec2 3.202.0 → 3.204.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 (96) hide show
  1. package/dist-cjs/EC2.js +15 -0
  2. package/dist-cjs/commands/CancelImageLaunchPermissionCommand.js +46 -0
  3. package/dist-cjs/commands/CreateDefaultSubnetCommand.js +2 -1
  4. package/dist-cjs/commands/CreateTagsCommand.js +2 -2
  5. package/dist-cjs/commands/CreateTrafficMirrorFilterCommand.js +1 -2
  6. package/dist-cjs/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.js +2 -1
  7. package/dist-cjs/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +1 -2
  8. package/dist-cjs/commands/DescribeLaunchTemplateVersionsCommand.js +3 -3
  9. package/dist-cjs/commands/DisassociateTrunkInterfaceCommand.js +2 -1
  10. package/dist-cjs/commands/DisassociateVpcCidrBlockCommand.js +1 -2
  11. package/dist-cjs/commands/ModifyVpcPeeringConnectionOptionsCommand.js +2 -1
  12. package/dist-cjs/commands/index.js +1 -0
  13. package/dist-cjs/models/models_0.js +10 -10
  14. package/dist-cjs/models/models_1.js +13 -13
  15. package/dist-cjs/models/models_2.js +14 -14
  16. package/dist-cjs/models/models_3.js +13 -13
  17. package/dist-cjs/models/models_4.js +14 -14
  18. package/dist-cjs/models/models_5.js +14 -14
  19. package/dist-cjs/models/models_6.js +12 -4
  20. package/dist-cjs/protocols/Aws_ec2.js +82 -22
  21. package/dist-cjs/runtimeConfig.browser.js +0 -3
  22. package/dist-cjs/runtimeConfig.js +0 -3
  23. package/dist-cjs/runtimeConfig.shared.js +3 -0
  24. package/dist-es/EC2.js +15 -0
  25. package/dist-es/commands/CancelImageLaunchPermissionCommand.js +42 -0
  26. package/dist-es/commands/CreateDefaultSubnetCommand.js +2 -1
  27. package/dist-es/commands/CreateTagsCommand.js +1 -1
  28. package/dist-es/commands/CreateTrafficMirrorFilterCommand.js +1 -2
  29. package/dist-es/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.js +2 -1
  30. package/dist-es/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +1 -2
  31. package/dist-es/commands/DescribeLaunchTemplateVersionsCommand.js +1 -1
  32. package/dist-es/commands/DisassociateTrunkInterfaceCommand.js +2 -1
  33. package/dist-es/commands/DisassociateVpcCidrBlockCommand.js +1 -2
  34. package/dist-es/commands/ModifyVpcPeeringConnectionOptionsCommand.js +2 -1
  35. package/dist-es/commands/index.js +1 -0
  36. package/dist-es/models/models_0.js +6 -6
  37. package/dist-es/models/models_1.js +6 -6
  38. package/dist-es/models/models_2.js +6 -6
  39. package/dist-es/models/models_3.js +6 -6
  40. package/dist-es/models/models_4.js +6 -6
  41. package/dist-es/models/models_5.js +6 -7
  42. package/dist-es/models/models_6.js +7 -0
  43. package/dist-es/protocols/Aws_ec2.js +58 -0
  44. package/dist-es/runtimeConfig.browser.js +0 -3
  45. package/dist-es/runtimeConfig.js +0 -3
  46. package/dist-es/runtimeConfig.shared.js +3 -0
  47. package/dist-types/EC2.d.ts +9 -0
  48. package/dist-types/EC2Client.d.ts +3 -2
  49. package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +39 -0
  50. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +2 -1
  51. package/dist-types/commands/CreateTagsCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -2
  53. package/dist-types/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +2 -1
  54. package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -2
  55. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  56. package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +2 -1
  57. package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -2
  58. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +2 -1
  59. package/dist-types/commands/index.d.ts +1 -0
  60. package/dist-types/models/models_0.d.ts +26 -112
  61. package/dist-types/models/models_1.d.ts +113 -47
  62. package/dist-types/models/models_2.d.ts +46 -34
  63. package/dist-types/models/models_3.d.ts +36 -149
  64. package/dist-types/models/models_4.d.ts +149 -28
  65. package/dist-types/models/models_5.d.ts +27 -18
  66. package/dist-types/models/models_6.d.ts +18 -1
  67. package/dist-types/protocols/Aws_ec2.d.ts +3 -0
  68. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  69. package/dist-types/runtimeConfig.d.ts +2 -2
  70. package/dist-types/runtimeConfig.shared.d.ts +2 -0
  71. package/dist-types/ts3.4/EC2.d.ts +17 -0
  72. package/dist-types/ts3.4/EC2Client.d.ts +6 -0
  73. package/dist-types/ts3.4/commands/CancelImageLaunchPermissionCommand.d.ts +41 -0
  74. package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +2 -4
  75. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +4 -2
  77. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +2 -4
  78. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +4 -2
  79. package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +2 -4
  81. package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +4 -2
  82. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +2 -4
  83. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  84. package/dist-types/ts3.4/models/models_0.d.ts +13 -30
  85. package/dist-types/ts3.4/models/models_1.d.ts +33 -18
  86. package/dist-types/ts3.4/models/models_2.d.ts +17 -15
  87. package/dist-types/ts3.4/models/models_3.d.ts +20 -23
  88. package/dist-types/ts3.4/models/models_4.d.ts +23 -14
  89. package/dist-types/ts3.4/models/models_5.d.ts +13 -10
  90. package/dist-types/ts3.4/models/models_6.d.ts +11 -1
  91. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
  92. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  93. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  94. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
  95. package/package.json +5 -4
  96. package/CHANGELOG.md +0 -3642
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ec2",
3
3
  "description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4
- "version": "3.202.0",
4
+ "version": "3.204.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,10 +19,10 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.202.0",
22
+ "@aws-sdk/client-sts": "3.204.0",
23
23
  "@aws-sdk/config-resolver": "3.201.0",
24
- "@aws-sdk/credential-provider-node": "3.202.0",
25
- "@aws-sdk/fetch-http-handler": "3.201.0",
24
+ "@aws-sdk/credential-provider-node": "3.204.0",
25
+ "@aws-sdk/fetch-http-handler": "3.204.0",
26
26
  "@aws-sdk/hash-node": "3.201.0",
27
27
  "@aws-sdk/invalid-dependency": "3.201.0",
28
28
  "@aws-sdk/middleware-content-length": "3.201.0",
@@ -42,6 +42,7 @@
42
42
  "@aws-sdk/smithy-client": "3.201.0",
43
43
  "@aws-sdk/types": "3.201.0",
44
44
  "@aws-sdk/url-parser": "3.201.0",
45
+ "@aws-sdk/util-base64": "3.202.0",
45
46
  "@aws-sdk/util-base64-browser": "3.188.0",
46
47
  "@aws-sdk/util-base64-node": "3.201.0",
47
48
  "@aws-sdk/util-body-length-browser": "3.188.0",