@aws-sdk/client-ec2 3.46.0 → 3.48.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 (136) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/EC2.js +45 -0
  3. package/dist-cjs/commands/DescribeFastLaunchImagesCommand.js +36 -0
  4. package/dist-cjs/commands/DescribeReservedInstancesCommand.js +2 -1
  5. package/dist-cjs/commands/DescribeReservedInstancesListingsCommand.js +3 -3
  6. package/dist-cjs/commands/DescribeReservedInstancesModificationsCommand.js +1 -2
  7. package/dist-cjs/commands/DisableFastLaunchCommand.js +36 -0
  8. package/dist-cjs/commands/EnableFastLaunchCommand.js +36 -0
  9. package/dist-cjs/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +2 -1
  10. package/dist-cjs/commands/GetIpamAddressHistoryCommand.js +3 -3
  11. package/dist-cjs/commands/GetIpamPoolAllocationsCommand.js +3 -3
  12. package/dist-cjs/commands/GetIpamPoolCidrsCommand.js +3 -3
  13. package/dist-cjs/commands/GetIpamResourceCidrsCommand.js +1 -2
  14. package/dist-cjs/commands/RestoreAddressToClassicCommand.js +3 -3
  15. package/dist-cjs/commands/RestoreManagedPrefixListVersionCommand.js +3 -3
  16. package/dist-cjs/commands/RestoreSnapshotFromRecycleBinCommand.js +3 -3
  17. package/dist-cjs/commands/RestoreSnapshotTierCommand.js +3 -3
  18. package/dist-cjs/commands/RevokeClientVpnIngressCommand.js +3 -3
  19. package/dist-cjs/commands/RevokeSecurityGroupEgressCommand.js +3 -3
  20. package/dist-cjs/commands/RevokeSecurityGroupIngressCommand.js +3 -3
  21. package/dist-cjs/commands/index.js +3 -0
  22. package/dist-cjs/endpoints.js +0 -32
  23. package/dist-cjs/models/models_0.js +14 -7
  24. package/dist-cjs/models/models_1.js +11 -6
  25. package/dist-cjs/models/models_2.js +7 -13
  26. package/dist-cjs/models/models_3.js +61 -53
  27. package/dist-cjs/models/models_4.js +89 -101
  28. package/dist-cjs/models/models_5.js +101 -96
  29. package/dist-cjs/models/models_6.js +92 -2
  30. package/dist-cjs/pagination/DescribeFastLaunchImagesPaginator.js +35 -0
  31. package/dist-cjs/pagination/index.js +1 -0
  32. package/dist-cjs/protocols/Aws_ec2.js +501 -17
  33. package/dist-cjs/runtimeConfig.browser.js +7 -2
  34. package/dist-cjs/runtimeConfig.js +10 -2
  35. package/dist-es/EC2.js +45 -0
  36. package/dist-es/commands/DescribeFastLaunchImagesCommand.js +39 -0
  37. package/dist-es/commands/DescribeReservedInstancesCommand.js +2 -1
  38. package/dist-es/commands/DescribeReservedInstancesListingsCommand.js +1 -1
  39. package/dist-es/commands/DescribeReservedInstancesModificationsCommand.js +1 -2
  40. package/dist-es/commands/DisableFastLaunchCommand.js +39 -0
  41. package/dist-es/commands/EnableFastLaunchCommand.js +39 -0
  42. package/dist-es/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +2 -1
  43. package/dist-es/commands/GetIpamAddressHistoryCommand.js +1 -1
  44. package/dist-es/commands/GetIpamPoolAllocationsCommand.js +1 -1
  45. package/dist-es/commands/GetIpamPoolCidrsCommand.js +1 -1
  46. package/dist-es/commands/GetIpamResourceCidrsCommand.js +1 -2
  47. package/dist-es/commands/RestoreAddressToClassicCommand.js +1 -1
  48. package/dist-es/commands/RestoreManagedPrefixListVersionCommand.js +1 -1
  49. package/dist-es/commands/RestoreSnapshotFromRecycleBinCommand.js +1 -1
  50. package/dist-es/commands/RestoreSnapshotTierCommand.js +1 -1
  51. package/dist-es/commands/RevokeClientVpnIngressCommand.js +1 -1
  52. package/dist-es/commands/RevokeSecurityGroupEgressCommand.js +1 -1
  53. package/dist-es/commands/RevokeSecurityGroupIngressCommand.js +1 -1
  54. package/dist-es/commands/index.js +3 -0
  55. package/dist-es/endpoints.js +0 -32
  56. package/dist-es/models/models_0.js +10 -5
  57. package/dist-es/models/models_1.js +5 -0
  58. package/dist-es/models/models_2.js +4 -8
  59. package/dist-es/models/models_3.js +41 -33
  60. package/dist-es/models/models_4.js +57 -75
  61. package/dist-es/models/models_5.js +75 -60
  62. package/dist-es/models/models_6.js +60 -0
  63. package/dist-es/pagination/DescribeFastLaunchImagesPaginator.js +74 -0
  64. package/dist-es/pagination/index.js +1 -0
  65. package/dist-es/protocols/Aws_ec2.js +1498 -991
  66. package/dist-es/runtimeConfig.browser.js +12 -3
  67. package/dist-es/runtimeConfig.js +13 -4
  68. package/dist-types/EC2.d.ts +28 -0
  69. package/dist-types/EC2Client.d.ts +10 -3
  70. package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +35 -0
  71. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +2 -1
  72. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -2
  74. package/dist-types/commands/DisableFastLaunchCommand.d.ts +37 -0
  75. package/dist-types/commands/EnableFastLaunchCommand.d.ts +40 -0
  76. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -1
  77. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
  78. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  79. package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
  80. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -2
  81. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  82. package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  83. package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  84. package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  85. package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  86. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  87. package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
  88. package/dist-types/commands/index.d.ts +3 -0
  89. package/dist-types/models/models_0.d.ts +25 -11
  90. package/dist-types/models/models_1.d.ts +11 -8
  91. package/dist-types/models/models_2.d.ts +18 -71
  92. package/dist-types/models/models_3.d.ts +240 -298
  93. package/dist-types/models/models_4.d.ts +500 -334
  94. package/dist-types/models/models_5.d.ts +334 -420
  95. package/dist-types/models/models_6.d.ts +413 -3
  96. package/dist-types/pagination/DescribeFastLaunchImagesPaginator.d.ts +4 -0
  97. package/dist-types/pagination/index.d.ts +1 -0
  98. package/dist-types/protocols/Aws_ec2.d.ts +9 -0
  99. package/dist-types/runtimeConfig.browser.d.ts +3 -2
  100. package/dist-types/runtimeConfig.d.ts +4 -3
  101. package/dist-types/runtimeConfig.native.d.ts +1 -0
  102. package/dist-types/ts3.4/EC2.d.ts +15 -0
  103. package/dist-types/ts3.4/EC2Client.d.ts +8 -3
  104. package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -2
  108. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -2
  115. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  123. package/dist-types/ts3.4/models/models_0.d.ts +17 -5
  124. package/dist-types/ts3.4/models/models_1.d.ts +5 -2
  125. package/dist-types/ts3.4/models/models_2.d.ts +12 -37
  126. package/dist-types/ts3.4/models/models_3.d.ts +122 -122
  127. package/dist-types/ts3.4/models/models_4.d.ts +224 -194
  128. package/dist-types/ts3.4/models/models_5.d.ts +196 -219
  129. package/dist-types/ts3.4/models/models_6.d.ts +218 -3
  130. package/dist-types/ts3.4/pagination/DescribeFastLaunchImagesPaginator.d.ts +4 -0
  131. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  132. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +9 -0
  133. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  134. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
  135. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  136. package/package.json +37 -37

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.