@aws-sdk/client-ec2 3.668.0 → 3.670.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 (106) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +1375 -975
  3. package/dist-cjs/runtimeConfig.browser.js +1 -1
  4. package/dist-cjs/runtimeConfig.js +1 -1
  5. package/dist-es/EC2.js +10 -0
  6. package/dist-es/commands/AcceptCapacityReservationBillingOwnershipCommand.js +22 -0
  7. package/dist-es/commands/AssociateCapacityReservationBillingOwnerCommand.js +22 -0
  8. package/dist-es/commands/DescribeCapacityReservationBillingRequestsCommand.js +22 -0
  9. package/dist-es/commands/DisassociateCapacityReservationBillingOwnerCommand.js +22 -0
  10. package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
  11. package/dist-es/commands/RejectCapacityReservationBillingOwnershipCommand.js +22 -0
  12. package/dist-es/commands/index.js +5 -0
  13. package/dist-es/models/models_0.js +0 -833
  14. package/dist-es/models/models_1.js +833 -0
  15. package/dist-es/models/models_2.js +0 -8
  16. package/dist-es/models/models_3.js +20 -28
  17. package/dist-es/models/models_4.js +28 -4
  18. package/dist-es/models/models_5.js +4 -1
  19. package/dist-es/models/models_6.js +0 -3
  20. package/dist-es/models/models_7.js +3 -0
  21. package/dist-es/pagination/DescribeCapacityReservationBillingRequestsPaginator.js +4 -0
  22. package/dist-es/pagination/index.js +2 -1
  23. package/dist-es/protocols/Aws_ec2.js +324 -28
  24. package/dist-es/runtimeConfig.browser.js +2 -2
  25. package/dist-es/runtimeConfig.js +2 -2
  26. package/dist-types/EC2.d.ts +35 -0
  27. package/dist-types/EC2Client.d.ts +7 -2
  28. package/dist-types/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +74 -0
  29. package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
  30. package/dist-types/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +76 -0
  31. package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +2 -6
  32. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +4 -1
  33. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -0
  34. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -7
  37. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -1
  38. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -2
  39. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteVpcCommand.d.ts +1 -7
  41. package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +102 -0
  42. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -0
  43. package/dist-types/commands/DescribeElasticGpusCommand.d.ts +1 -2
  44. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeImagesCommand.d.ts +1 -2
  46. package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +76 -0
  47. package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
  48. package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
  49. package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  50. package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  51. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
  52. package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  53. package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  54. package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  55. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  56. package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  57. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -2
  58. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +2 -0
  59. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -0
  60. package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +74 -0
  61. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -3
  62. package/dist-types/commands/index.d.ts +5 -0
  63. package/dist-types/models/models_0.d.ts +61 -930
  64. package/dist-types/models/models_1.d.ts +955 -184
  65. package/dist-types/models/models_2.d.ts +131 -82
  66. package/dist-types/models/models_3.d.ts +259 -468
  67. package/dist-types/models/models_4.d.ts +1303 -1319
  68. package/dist-types/models/models_5.d.ts +516 -262
  69. package/dist-types/models/models_6.d.ts +269 -253
  70. package/dist-types/models/models_7.d.ts +280 -10
  71. package/dist-types/pagination/DescribeCapacityReservationBillingRequestsPaginator.d.ts +7 -0
  72. package/dist-types/pagination/index.d.ts +2 -1
  73. package/dist-types/protocols/Aws_ec2.d.ts +45 -0
  74. package/dist-types/ts3.4/EC2.d.ts +115 -0
  75. package/dist-types/ts3.4/EC2Client.d.ts +30 -0
  76. package/dist-types/ts3.4/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +51 -0
  77. package/dist-types/ts3.4/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +51 -0
  78. package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +2 -4
  79. package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +2 -4
  80. package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +51 -0
  81. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +4 -2
  83. package/dist-types/ts3.4/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +51 -0
  84. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +4 -2
  93. package/dist-types/ts3.4/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +51 -0
  94. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  95. package/dist-types/ts3.4/models/models_0.d.ts +16 -850
  96. package/dist-types/ts3.4/models/models_1.d.ts +851 -32
  97. package/dist-types/ts3.4/models/models_2.d.ts +30 -25
  98. package/dist-types/ts3.4/models/models_3.d.ts +68 -83
  99. package/dist-types/ts3.4/models/models_4.d.ts +80 -99
  100. package/dist-types/ts3.4/models/models_5.d.ts +101 -67
  101. package/dist-types/ts3.4/models/models_6.d.ts +66 -64
  102. package/dist-types/ts3.4/models/models_7.d.ts +73 -8
  103. package/dist-types/ts3.4/pagination/DescribeCapacityReservationBillingRequestsPaginator.d.ts +11 -0
  104. package/dist-types/ts3.4/pagination/index.d.ts +2 -1
  105. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +60 -0
  106. package/package.json +7 -7
@@ -1,4 +1,5 @@
1
1
  export * from "./AcceptAddressTransferCommand";
2
+ export * from "./AcceptCapacityReservationBillingOwnershipCommand";
2
3
  export * from "./AcceptReservedInstancesExchangeQuoteCommand";
3
4
  export * from "./AcceptTransitGatewayMulticastDomainAssociationsCommand";
4
5
  export * from "./AcceptTransitGatewayPeeringAttachmentCommand";
@@ -14,6 +15,7 @@ export * from "./AssignIpv6AddressesCommand";
14
15
  export * from "./AssignPrivateIpAddressesCommand";
15
16
  export * from "./AssignPrivateNatGatewayAddressCommand";
16
17
  export * from "./AssociateAddressCommand";
18
+ export * from "./AssociateCapacityReservationBillingOwnerCommand";
17
19
  export * from "./AssociateClientVpnTargetNetworkCommand";
18
20
  export * from "./AssociateDhcpOptionsCommand";
19
21
  export * from "./AssociateEnclaveCertificateIamRoleCommand";
@@ -230,6 +232,7 @@ export * from "./DescribeAwsNetworkPerformanceMetricSubscriptionsCommand";
230
232
  export * from "./DescribeBundleTasksCommand";
231
233
  export * from "./DescribeByoipCidrsCommand";
232
234
  export * from "./DescribeCapacityBlockOfferingsCommand";
235
+ export * from "./DescribeCapacityReservationBillingRequestsCommand";
233
236
  export * from "./DescribeCapacityReservationFleetsCommand";
234
237
  export * from "./DescribeCapacityReservationsCommand";
235
238
  export * from "./DescribeCarrierGatewaysCommand";
@@ -395,6 +398,7 @@ export * from "./DisableVgwRoutePropagationCommand";
395
398
  export * from "./DisableVpcClassicLinkCommand";
396
399
  export * from "./DisableVpcClassicLinkDnsSupportCommand";
397
400
  export * from "./DisassociateAddressCommand";
401
+ export * from "./DisassociateCapacityReservationBillingOwnerCommand";
398
402
  export * from "./DisassociateClientVpnTargetNetworkCommand";
399
403
  export * from "./DisassociateEnclaveCertificateIamRoleCommand";
400
404
  export * from "./DisassociateIamInstanceProfileCommand";
@@ -572,6 +576,7 @@ export * from "./RegisterImageCommand";
572
576
  export * from "./RegisterInstanceEventNotificationAttributesCommand";
573
577
  export * from "./RegisterTransitGatewayMulticastGroupMembersCommand";
574
578
  export * from "./RegisterTransitGatewayMulticastGroupSourcesCommand";
579
+ export * from "./RejectCapacityReservationBillingOwnershipCommand";
575
580
  export * from "./RejectTransitGatewayMulticastDomainAssociationsCommand";
576
581
  export * from "./RejectTransitGatewayPeeringAttachmentCommand";
577
582
  export * from "./RejectTransitGatewayVpcAttachmentCommand";