@aws-sdk/client-ec2 3.988.0 → 3.990.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 (43) hide show
  1. package/dist-cjs/index.js +6 -0
  2. package/dist-cjs/schemas/schemas_0.js +164 -116
  3. package/dist-es/models/enums.js +5 -0
  4. package/dist-es/schemas/schemas_0.js +103 -55
  5. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -0
  6. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -0
  7. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +10 -0
  8. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +2 -1
  9. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -1
  10. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
  11. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -0
  12. package/dist-types/commands/DescribeRegionsCommand.d.ts +5 -0
  13. package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +2 -1
  14. package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +2 -1
  15. package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  16. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -0
  17. package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +4 -2
  18. package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +2 -1
  19. package/dist-types/commands/ModifyTransitGatewayMeteringPolicyCommand.d.ts +1 -1
  20. package/dist-types/commands/RunInstancesCommand.d.ts +2 -0
  21. package/dist-types/models/enums.d.ts +13 -0
  22. package/dist-types/models/models_1.d.ts +13 -1
  23. package/dist-types/models/models_3.d.ts +34 -72
  24. package/dist-types/models/models_4.d.ts +95 -89
  25. package/dist-types/models/models_5.d.ts +88 -33
  26. package/dist-types/models/models_6.d.ts +47 -51
  27. package/dist-types/models/models_7.d.ts +56 -2
  28. package/dist-types/schemas/schemas_0.d.ts +3 -0
  29. package/dist-types/ts3.4/commands/DescribeInstanceImageMetadataCommand.d.ts +2 -4
  30. package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +2 -4
  31. package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +2 -4
  32. package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  33. package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +2 -4
  34. package/dist-types/ts3.4/commands/ModifyTransitGatewayMeteringPolicyCommand.d.ts +1 -1
  35. package/dist-types/ts3.4/models/enums.d.ts +7 -0
  36. package/dist-types/ts3.4/models/models_1.d.ts +3 -0
  37. package/dist-types/ts3.4/models/models_3.d.ts +8 -16
  38. package/dist-types/ts3.4/models/models_4.d.ts +23 -23
  39. package/dist-types/ts3.4/models/models_5.d.ts +22 -11
  40. package/dist-types/ts3.4/models/models_6.d.ts +16 -16
  41. package/dist-types/ts3.4/models/models_7.d.ts +16 -0
  42. package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
  43. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -14996,6 +14996,10 @@ const AmdSevSnpSpecification = {
14996
14996
  disabled: "disabled",
14997
14997
  enabled: "enabled",
14998
14998
  };
14999
+ const NestedVirtualizationSpecification = {
15000
+ disabled: "disabled",
15001
+ enabled: "enabled",
15002
+ };
14999
15003
  const ShutdownBehavior = {
15000
15004
  stop: "stop",
15001
15005
  terminate: "terminate",
@@ -16062,6 +16066,7 @@ const ArchitectureType = {
16062
16066
  };
16063
16067
  const SupportedAdditionalProcessorFeature = {
16064
16068
  AMD_SEV_SNP: "amd-sev-snp",
16069
+ NESTED_VIRTUALIZATION: "nested-virtualization",
16065
16070
  };
16066
16071
  const RebootMigrationSupport = {
16067
16072
  SUPPORTED: "supported",
@@ -17536,6 +17541,7 @@ exports.NatGatewayApplianceModifyState = NatGatewayApplianceModifyState;
17536
17541
  exports.NatGatewayApplianceState = NatGatewayApplianceState;
17537
17542
  exports.NatGatewayApplianceType = NatGatewayApplianceType;
17538
17543
  exports.NatGatewayState = NatGatewayState;
17544
+ exports.NestedVirtualizationSpecification = NestedVirtualizationSpecification;
17539
17545
  exports.NetworkInterfaceAttribute = NetworkInterfaceAttribute;
17540
17546
  exports.NetworkInterfaceCreationType = NetworkInterfaceCreationType;
17541
17547
  exports.NetworkInterfacePermissionStateCode = NetworkInterfacePermissionStateCode;