@aws-sdk/client-ec2 3.448.0 → 3.450.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 (114) hide show
  1. package/README.md +9 -1
  2. package/dist-cjs/EC2.js +2 -0
  3. package/dist-cjs/commands/DescribeInstanceTopologyCommand.js +51 -0
  4. package/dist-cjs/commands/index.js +1 -0
  5. package/dist-cjs/models/models_1.js +1 -16
  6. package/dist-cjs/models/models_2.js +17 -2
  7. package/dist-cjs/models/models_6.js +1 -4
  8. package/dist-cjs/models/models_7.js +4 -1
  9. package/dist-cjs/pagination/DescribeInstanceTopologyPaginator.js +29 -0
  10. package/dist-cjs/pagination/index.js +1 -0
  11. package/dist-cjs/protocols/Aws_ec2.js +275 -20
  12. package/dist-es/EC2.js +2 -0
  13. package/dist-es/commands/DescribeInstanceTopologyCommand.js +47 -0
  14. package/dist-es/commands/index.js +1 -0
  15. package/dist-es/models/models_1.js +0 -15
  16. package/dist-es/models/models_2.js +15 -0
  17. package/dist-es/models/models_6.js +0 -3
  18. package/dist-es/models/models_7.js +3 -0
  19. package/dist-es/pagination/DescribeInstanceTopologyPaginator.js +25 -0
  20. package/dist-es/pagination/index.js +1 -0
  21. package/dist-es/protocols/Aws_ec2.js +253 -0
  22. package/dist-types/EC2.d.ts +7 -0
  23. package/dist-types/EC2Client.d.ts +3 -2
  24. package/dist-types/commands/CreateFleetCommand.d.ts +6 -6
  25. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +8 -2
  26. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +16 -4
  27. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -2
  28. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  30. package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeFleetsCommand.d.ts +6 -6
  34. package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +148 -0
  37. package/dist-types/commands/DescribeInstancesCommand.d.ts +6 -0
  38. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +8 -2
  39. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +10 -4
  40. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +6 -0
  41. package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +2 -1
  42. package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  46. package/dist-types/commands/DisableFastLaunchCommand.d.ts +4 -4
  47. package/dist-types/commands/DisableImageCommand.d.ts +3 -3
  48. package/dist-types/commands/EnableFastLaunchCommand.d.ts +2 -2
  49. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -0
  50. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -2
  51. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +8 -2
  52. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +4 -3
  53. package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  54. package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  55. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -2
  56. package/dist-types/commands/ModifyFleetCommand.d.ts +2 -2
  57. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -2
  58. package/dist-types/commands/RequestSpotFleetCommand.d.ts +10 -4
  59. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +12 -0
  60. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  61. package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
  62. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  63. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  64. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  65. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  66. package/dist-types/commands/RunInstancesCommand.d.ts +12 -0
  67. package/dist-types/commands/index.d.ts +1 -0
  68. package/dist-types/models/models_0.d.ts +10 -17
  69. package/dist-types/models/models_1.d.ts +118 -102
  70. package/dist-types/models/models_2.d.ts +100 -92
  71. package/dist-types/models/models_3.d.ts +93 -150
  72. package/dist-types/models/models_4.d.ts +303 -303
  73. package/dist-types/models/models_5.d.ts +343 -334
  74. package/dist-types/models/models_6.d.ts +308 -201
  75. package/dist-types/models/models_7.d.ts +173 -3
  76. package/dist-types/pagination/DescribeInstanceTopologyPaginator.d.ts +7 -0
  77. package/dist-types/pagination/index.d.ts +1 -0
  78. package/dist-types/protocols/Aws_ec2.d.ts +9 -0
  79. package/dist-types/ts3.4/EC2.d.ts +17 -0
  80. package/dist-types/ts3.4/EC2Client.d.ts +6 -0
  81. package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +4 -2
  82. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +42 -0
  88. package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +2 -4
  89. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +2 -4
  94. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +4 -2
  97. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  104. package/dist-types/ts3.4/models/models_1.d.ts +16 -28
  105. package/dist-types/ts3.4/models/models_2.d.ts +28 -19
  106. package/dist-types/ts3.4/models/models_3.d.ts +16 -18
  107. package/dist-types/ts3.4/models/models_4.d.ts +49 -53
  108. package/dist-types/ts3.4/models/models_5.d.ts +54 -52
  109. package/dist-types/ts3.4/models/models_6.d.ts +52 -42
  110. package/dist-types/ts3.4/models/models_7.d.ts +49 -1
  111. package/dist-types/ts3.4/pagination/DescribeInstanceTopologyPaginator.d.ts +11 -0
  112. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  113. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
  114. package/package.json +13 -13
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.448.0",
4
+ "version": "3.450.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",
@@ -21,20 +21,20 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.445.0",
24
+ "@aws-sdk/client-sts": "3.450.0",
25
25
  "@aws-sdk/core": "3.445.0",
26
- "@aws-sdk/credential-provider-node": "3.445.0",
27
- "@aws-sdk/middleware-host-header": "3.433.0",
28
- "@aws-sdk/middleware-logger": "3.433.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.433.0",
30
- "@aws-sdk/middleware-sdk-ec2": "3.433.0",
31
- "@aws-sdk/middleware-signing": "3.433.0",
32
- "@aws-sdk/middleware-user-agent": "3.438.0",
26
+ "@aws-sdk/credential-provider-node": "3.450.0",
27
+ "@aws-sdk/middleware-host-header": "3.449.0",
28
+ "@aws-sdk/middleware-logger": "3.449.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.449.0",
30
+ "@aws-sdk/middleware-sdk-ec2": "3.449.0",
31
+ "@aws-sdk/middleware-signing": "3.449.0",
32
+ "@aws-sdk/middleware-user-agent": "3.449.0",
33
33
  "@aws-sdk/region-config-resolver": "3.433.0",
34
- "@aws-sdk/types": "3.433.0",
35
- "@aws-sdk/util-endpoints": "3.438.0",
36
- "@aws-sdk/util-user-agent-browser": "3.433.0",
37
- "@aws-sdk/util-user-agent-node": "3.437.0",
34
+ "@aws-sdk/types": "3.449.0",
35
+ "@aws-sdk/util-endpoints": "3.449.0",
36
+ "@aws-sdk/util-user-agent-browser": "3.449.0",
37
+ "@aws-sdk/util-user-agent-node": "3.449.0",
38
38
  "@smithy/config-resolver": "^2.0.16",
39
39
  "@smithy/fetch-http-handler": "^2.2.4",
40
40
  "@smithy/hash-node": "^2.0.12",