@aws-sdk/client-ec2 3.370.0 → 3.373.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 (84) hide show
  1. package/dist-cjs/commands/RunScheduledInstancesCommand.js +2 -2
  2. package/dist-cjs/models/models_4.js +6 -2
  3. package/dist-cjs/models/models_5.js +1 -6
  4. package/dist-cjs/models/models_6.js +7 -12
  5. package/dist-cjs/models/models_7.js +11 -1
  6. package/dist-cjs/protocols/Aws_ec2.js +23 -0
  7. package/dist-es/commands/RunScheduledInstancesCommand.js +1 -1
  8. package/dist-es/models/models_4.js +4 -0
  9. package/dist-es/models/models_5.js +0 -4
  10. package/dist-es/models/models_6.js +4 -8
  11. package/dist-es/models/models_7.js +8 -0
  12. package/dist-es/protocols/Aws_ec2.js +23 -0
  13. package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +2 -1
  14. package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +1 -1
  15. package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +3 -2
  16. package/dist-types/commands/AssociateRouteTableCommand.d.ts +1 -1
  17. package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -2
  18. package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +2 -2
  19. package/dist-types/commands/AttachInternetGatewayCommand.d.ts +3 -2
  20. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  21. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +0 -3
  22. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +2 -2
  23. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -11
  24. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateImageCommand.d.ts +0 -10
  26. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +2 -2
  27. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +3 -3
  28. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +2 -1
  29. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
  31. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +2 -1
  32. package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +6 -5
  35. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateVpcCommand.d.ts +4 -4
  37. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +4 -4
  38. package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +2 -6
  39. package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +4 -4
  40. package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +6 -0
  42. package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +2 -2
  43. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +0 -9
  46. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeSubnetsCommand.d.ts +2 -2
  48. package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +3 -3
  49. package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +2 -2
  50. package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +4 -2
  51. package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +4 -3
  52. package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +5 -6
  53. package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +6 -5
  54. package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
  55. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +2 -3
  56. package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +2 -3
  57. package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +5 -0
  58. package/dist-types/commands/ImportInstanceCommand.d.ts +11 -4
  59. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -16
  60. package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  61. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  62. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -2
  63. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +2 -2
  64. package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
  65. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  66. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +2 -3
  67. package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +3 -5
  68. package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -2
  69. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +3 -3
  70. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  71. package/dist-types/models/models_0.d.ts +24 -32
  72. package/dist-types/models/models_1.d.ts +85 -30
  73. package/dist-types/models/models_2.d.ts +8 -11
  74. package/dist-types/models/models_3.d.ts +12 -15
  75. package/dist-types/models/models_4.d.ts +63 -66
  76. package/dist-types/models/models_5.d.ts +60 -60
  77. package/dist-types/models/models_6.d.ts +71 -140
  78. package/dist-types/models/models_7.d.ts +112 -7
  79. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +4 -2
  80. package/dist-types/ts3.4/models/models_4.d.ts +11 -12
  81. package/dist-types/ts3.4/models/models_5.d.ts +13 -16
  82. package/dist-types/ts3.4/models/models_6.d.ts +14 -31
  83. package/dist-types/ts3.4/models/models_7.d.ts +37 -1
  84. package/package.json +1 -1
@@ -5,7 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const models_6_1 = require("../models/models_6");
8
+ const models_7_1 = require("../models/models_7");
9
9
  const Aws_ec2_1 = require("../protocols/Aws_ec2");
10
10
  class RunScheduledInstancesCommand extends smithy_client_1.Command {
11
11
  static getEndpointParameterInstructions() {
@@ -31,7 +31,7 @@ class RunScheduledInstancesCommand extends smithy_client_1.Command {
31
31
  logger,
32
32
  clientName,
33
33
  commandName,
34
- inputFilterSensitiveLog: models_6_1.RunScheduledInstancesRequestFilterSensitiveLog,
34
+ inputFilterSensitiveLog: models_7_1.RunScheduledInstancesRequestFilterSensitiveLog,
35
35
  outputFilterSensitiveLog: (_) => _,
36
36
  };
37
37
  const { requestHandler } = configuration;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SpotFleetRequestConfigFilterSensitiveLog = exports.SpotFleetRequestConfigDataFilterSensitiveLog = exports.SpotFleetLaunchSpecificationFilterSensitiveLog = exports.DescribeLaunchTemplateVersionsResultFilterSensitiveLog = exports.VerifiedAccessLogDeliveryStatusCode = exports.SpotInstanceState = exports.ReplacementStrategy = exports.OnDemandAllocationStrategy = exports.ExcessCapacityTerminationPolicy = exports.EventType = exports.TieringOperationStatus = exports.SnapshotAttributeName = exports.ReservedInstanceState = exports.Scope = exports.RecurringChargeFrequency = exports.RIProductDescription = exports.OfferingTypeValues = exports.OfferingClassType = exports.NetworkInterfaceAttribute = exports.AnalysisStatus = exports.FindingsFound = exports.MoveStatus = exports.UsageClassType = exports.RootDeviceType = exports.BootModeType = exports.SupportedAdditionalProcessorFeature = exports.ArchitectureType = exports.PlacementGroupStrategy = exports.NitroEnclavesSupport = exports.EnaSupport = exports.EphemeralNvmeSupport = exports.InstanceStorageEncryptionSupport = exports.DiskType = exports.InstanceTypeHypervisor = exports.EbsNvmeSupport = exports.EbsEncryptionSupport = exports.EbsOptimizedSupport = exports.LocationType = exports.SummaryStatus = exports.StatusType = exports.StatusName = exports.EventCode = exports.InstanceStateName = exports.MonitoringState = exports.InstanceMetadataOptionsState = exports.InstanceMetadataTagsState = exports.HttpTokensState = exports.InstanceMetadataProtocolState = exports.InstanceMetadataEndpointState = exports.InstanceAutoRecoveryState = void 0;
4
- exports.DescribeSpotInstanceRequestsResultFilterSensitiveLog = exports.SpotInstanceRequestFilterSensitiveLog = exports.LaunchSpecificationFilterSensitiveLog = exports.DescribeSpotFleetRequestsResponseFilterSensitiveLog = void 0;
3
+ exports.SpotFleetRequestConfigDataFilterSensitiveLog = exports.SpotFleetLaunchSpecificationFilterSensitiveLog = exports.DescribeLaunchTemplateVersionsResultFilterSensitiveLog = exports.VerifiedAccessLogDeliveryStatusCode = exports.SpotInstanceState = exports.ReplacementStrategy = exports.OnDemandAllocationStrategy = exports.ExcessCapacityTerminationPolicy = exports.EventType = exports.TieringOperationStatus = exports.SnapshotAttributeName = exports.ReservedInstanceState = exports.Scope = exports.RecurringChargeFrequency = exports.RIProductDescription = exports.OfferingTypeValues = exports.OfferingClassType = exports.NetworkInterfaceAttribute = exports.AnalysisStatus = exports.FindingsFound = exports.MoveStatus = exports.UsageClassType = exports.RootDeviceType = exports.BootModeType = exports.SupportedAdditionalProcessorFeature = exports.ArchitectureType = exports.PlacementGroupStrategy = exports.NitroTpmSupport = exports.NitroEnclavesSupport = exports.EnaSupport = exports.EphemeralNvmeSupport = exports.InstanceStorageEncryptionSupport = exports.DiskType = exports.InstanceTypeHypervisor = exports.EbsNvmeSupport = exports.EbsEncryptionSupport = exports.EbsOptimizedSupport = exports.LocationType = exports.SummaryStatus = exports.StatusType = exports.StatusName = exports.EventCode = exports.InstanceStateName = exports.MonitoringState = exports.InstanceMetadataOptionsState = exports.InstanceMetadataTagsState = exports.HttpTokensState = exports.InstanceMetadataProtocolState = exports.InstanceMetadataEndpointState = exports.InstanceAutoRecoveryState = void 0;
4
+ exports.DescribeSpotInstanceRequestsResultFilterSensitiveLog = exports.SpotInstanceRequestFilterSensitiveLog = exports.LaunchSpecificationFilterSensitiveLog = exports.DescribeSpotFleetRequestsResponseFilterSensitiveLog = exports.SpotFleetRequestConfigFilterSensitiveLog = void 0;
5
5
  const smithy_client_1 = require("@smithy/smithy-client");
6
6
  const models_1_1 = require("./models_1");
7
7
  exports.InstanceAutoRecoveryState = {
@@ -110,6 +110,10 @@ exports.NitroEnclavesSupport = {
110
110
  SUPPORTED: "supported",
111
111
  UNSUPPORTED: "unsupported",
112
112
  };
113
+ exports.NitroTpmSupport = {
114
+ SUPPORTED: "supported",
115
+ UNSUPPORTED: "unsupported",
116
+ };
113
117
  exports.PlacementGroupStrategy = {
114
118
  cluster: "cluster",
115
119
  partition: "partition",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ImageDiskContainerFilterSensitiveLog = exports.GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog = exports.GetLaunchTemplateDataResultFilterSensitiveLog = exports.DetachVerifiedAccessTrustProviderResultFilterSensitiveLog = exports.DescribeVpnConnectionsResultFilterSensitiveLog = exports.DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog = exports.IpamManagementState = exports.IpamResourceType = exports.IpamDiscoveryFailureCode = exports.IpamAddressHistoryResourceType = exports.IpamOverlapStatus = exports.IpamComplianceStatus = exports.PartitionLoadFrequency = exports.UnlimitedSupportedInstanceFamily = exports.ClientCertificateRevocationListStatusCode = exports.TransitGatewayPropagationState = exports.VpcAttributeName = exports.VolumeStatusInfoStatus = exports.VolumeStatusName = exports.VolumeModificationState = exports.VolumeAttributeName = void 0;
3
+ exports.GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog = exports.GetLaunchTemplateDataResultFilterSensitiveLog = exports.DetachVerifiedAccessTrustProviderResultFilterSensitiveLog = exports.DescribeVpnConnectionsResultFilterSensitiveLog = exports.DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog = exports.IpamManagementState = exports.IpamResourceType = exports.IpamDiscoveryFailureCode = exports.IpamAddressHistoryResourceType = exports.IpamOverlapStatus = exports.IpamComplianceStatus = exports.PartitionLoadFrequency = exports.UnlimitedSupportedInstanceFamily = exports.ClientCertificateRevocationListStatusCode = exports.TransitGatewayPropagationState = exports.VpcAttributeName = exports.VolumeStatusInfoStatus = exports.VolumeStatusName = exports.VolumeModificationState = exports.VolumeAttributeName = void 0;
4
4
  const smithy_client_1 = require("@smithy/smithy-client");
5
5
  const models_0_1 = require("./models_0");
6
6
  const models_1_1 = require("./models_1");
@@ -119,8 +119,3 @@ const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog = (obj)
119
119
  ...(obj.VpnConnectionDeviceSampleConfiguration && { VpnConnectionDeviceSampleConfiguration: smithy_client_1.SENSITIVE_STRING }),
120
120
  });
121
121
  exports.GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog = GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog;
122
- const ImageDiskContainerFilterSensitiveLog = (obj) => ({
123
- ...obj,
124
- ...(obj.Url && { Url: smithy_client_1.SENSITIVE_STRING }),
125
- });
126
- exports.ImageDiskContainerFilterSensitiveLog = ImageDiskContainerFilterSensitiveLog;
@@ -1,12 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RunScheduledInstancesRequestFilterSensitiveLog = exports.ScheduledInstancesLaunchSpecificationFilterSensitiveLog = exports.RunInstancesRequestFilterSensitiveLog = exports.RequestSpotInstancesResultFilterSensitiveLog = exports.RequestSpotInstancesRequestFilterSensitiveLog = exports.RequestSpotLaunchSpecificationFilterSensitiveLog = exports.RequestSpotFleetRequestFilterSensitiveLog = exports.ModifyVpnTunnelOptionsResultFilterSensitiveLog = exports.ModifyVpnTunnelOptionsRequestFilterSensitiveLog = exports.ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog = exports.ModifyVpnTunnelCertificateResultFilterSensitiveLog = exports.ModifyVpnConnectionOptionsResultFilterSensitiveLog = exports.ModifyVpnConnectionResultFilterSensitiveLog = exports.ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog = exports.ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog = exports.ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = exports.ImportVolumeResultFilterSensitiveLog = exports.ImportVolumeRequestFilterSensitiveLog = exports.ImportSnapshotResultFilterSensitiveLog = exports.ImportSnapshotRequestFilterSensitiveLog = exports.SnapshotDiskContainerFilterSensitiveLog = exports.ImportInstanceResultFilterSensitiveLog = exports.ImportInstanceRequestFilterSensitiveLog = exports.ImportInstanceLaunchSpecificationFilterSensitiveLog = exports.UserDataFilterSensitiveLog = exports.DiskImageFilterSensitiveLog = exports.DiskImageDetailFilterSensitiveLog = exports.ImportImageResultFilterSensitiveLog = exports.ImportImageRequestFilterSensitiveLog = exports.ResetImageAttributeName = exports.ResetFpgaImageAttributeName = exports.ReportStatusType = exports.ReportInstanceReasonCodes = exports.Status = exports.VpcTenancy = exports.TrafficMirrorSessionField = exports.TrafficMirrorFilterRuleField = exports.TargetStorageTier = exports.HostTenancy = exports.UnsuccessfulInstanceCreditSpecificationErrorCode = exports.OperationType = exports.ModifyAvailabilityZoneOptInStatus = void 0;
3
+ exports.RunInstancesRequestFilterSensitiveLog = exports.RequestSpotInstancesResultFilterSensitiveLog = exports.RequestSpotInstancesRequestFilterSensitiveLog = exports.RequestSpotLaunchSpecificationFilterSensitiveLog = exports.RequestSpotFleetRequestFilterSensitiveLog = exports.ModifyVpnTunnelOptionsResultFilterSensitiveLog = exports.ModifyVpnTunnelOptionsRequestFilterSensitiveLog = exports.ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog = exports.ModifyVpnTunnelCertificateResultFilterSensitiveLog = exports.ModifyVpnConnectionOptionsResultFilterSensitiveLog = exports.ModifyVpnConnectionResultFilterSensitiveLog = exports.ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog = exports.ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog = exports.ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = exports.ImportVolumeResultFilterSensitiveLog = exports.ImportVolumeRequestFilterSensitiveLog = exports.ImportSnapshotResultFilterSensitiveLog = exports.ImportSnapshotRequestFilterSensitiveLog = exports.SnapshotDiskContainerFilterSensitiveLog = exports.ImportInstanceResultFilterSensitiveLog = exports.ImportInstanceRequestFilterSensitiveLog = exports.ImportInstanceLaunchSpecificationFilterSensitiveLog = exports.UserDataFilterSensitiveLog = exports.DiskImageFilterSensitiveLog = exports.DiskImageDetailFilterSensitiveLog = exports.ImportImageResultFilterSensitiveLog = exports.ImportImageRequestFilterSensitiveLog = exports.ImageDiskContainerFilterSensitiveLog = exports.ResetImageAttributeName = exports.ResetFpgaImageAttributeName = exports.ReportStatusType = exports.ReportInstanceReasonCodes = exports.Status = exports.VpcTenancy = exports.TrafficMirrorSessionField = exports.TrafficMirrorFilterRuleField = exports.TargetStorageTier = exports.HostTenancy = exports.UnsuccessfulInstanceCreditSpecificationErrorCode = exports.OperationType = exports.ModifyAvailabilityZoneOptInStatus = void 0;
4
4
  const smithy_client_1 = require("@smithy/smithy-client");
5
5
  const models_0_1 = require("./models_0");
6
6
  const models_2_1 = require("./models_2");
7
7
  const models_3_1 = require("./models_3");
8
8
  const models_4_1 = require("./models_4");
9
- const models_5_1 = require("./models_5");
10
9
  exports.ModifyAvailabilityZoneOptInStatus = {
11
10
  not_opted_in: "not-opted-in",
12
11
  opted_in: "opted-in",
@@ -68,10 +67,15 @@ exports.ResetFpgaImageAttributeName = {
68
67
  exports.ResetImageAttributeName = {
69
68
  launchPermission: "launchPermission",
70
69
  };
70
+ const ImageDiskContainerFilterSensitiveLog = (obj) => ({
71
+ ...obj,
72
+ ...(obj.Url && { Url: smithy_client_1.SENSITIVE_STRING }),
73
+ });
74
+ exports.ImageDiskContainerFilterSensitiveLog = ImageDiskContainerFilterSensitiveLog;
71
75
  const ImportImageRequestFilterSensitiveLog = (obj) => ({
72
76
  ...obj,
73
77
  ...(obj.DiskContainers && {
74
- DiskContainers: obj.DiskContainers.map((item) => (0, models_5_1.ImageDiskContainerFilterSensitiveLog)(item)),
78
+ DiskContainers: obj.DiskContainers.map((item) => (0, exports.ImageDiskContainerFilterSensitiveLog)(item)),
75
79
  }),
76
80
  });
77
81
  exports.ImportImageRequestFilterSensitiveLog = ImportImageRequestFilterSensitiveLog;
@@ -219,12 +223,3 @@ const RunInstancesRequestFilterSensitiveLog = (obj) => ({
219
223
  ...(obj.UserData && { UserData: smithy_client_1.SENSITIVE_STRING }),
220
224
  });
221
225
  exports.RunInstancesRequestFilterSensitiveLog = RunInstancesRequestFilterSensitiveLog;
222
- const ScheduledInstancesLaunchSpecificationFilterSensitiveLog = (obj) => ({
223
- ...obj,
224
- });
225
- exports.ScheduledInstancesLaunchSpecificationFilterSensitiveLog = ScheduledInstancesLaunchSpecificationFilterSensitiveLog;
226
- const RunScheduledInstancesRequestFilterSensitiveLog = (obj) => ({
227
- ...obj,
228
- ...(obj.LaunchSpecification && { LaunchSpecification: smithy_client_1.SENSITIVE_STRING }),
229
- });
230
- exports.RunScheduledInstancesRequestFilterSensitiveLog = RunScheduledInstancesRequestFilterSensitiveLog;
@@ -1,7 +1,17 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MembershipType = void 0;
3
+ exports.RunScheduledInstancesRequestFilterSensitiveLog = exports.ScheduledInstancesLaunchSpecificationFilterSensitiveLog = exports.MembershipType = void 0;
4
+ const smithy_client_1 = require("@smithy/smithy-client");
4
5
  exports.MembershipType = {
5
6
  igmp: "igmp",
6
7
  static: "static",
7
8
  };
9
+ const ScheduledInstancesLaunchSpecificationFilterSensitiveLog = (obj) => ({
10
+ ...obj,
11
+ });
12
+ exports.ScheduledInstancesLaunchSpecificationFilterSensitiveLog = ScheduledInstancesLaunchSpecificationFilterSensitiveLog;
13
+ const RunScheduledInstancesRequestFilterSensitiveLog = (obj) => ({
14
+ ...obj,
15
+ ...(obj.LaunchSpecification && { LaunchSpecification: smithy_client_1.SENSITIVE_STRING }),
16
+ });
17
+ exports.RunScheduledInstancesRequestFilterSensitiveLog = RunScheduledInstancesRequestFilterSensitiveLog;
@@ -55159,6 +55159,12 @@ const de_InstanceTypeInfo = (output, context) => {
55159
55159
  if (output["nitroEnclavesSupport"] !== undefined) {
55160
55160
  contents.NitroEnclavesSupport = (0, smithy_client_1.expectString)(output["nitroEnclavesSupport"]);
55161
55161
  }
55162
+ if (output["nitroTpmSupport"] !== undefined) {
55163
+ contents.NitroTpmSupport = (0, smithy_client_1.expectString)(output["nitroTpmSupport"]);
55164
+ }
55165
+ if (output["nitroTpmInfo"] !== undefined) {
55166
+ contents.NitroTpmInfo = de_NitroTpmInfo(output["nitroTpmInfo"], context);
55167
+ }
55162
55168
  return contents;
55163
55169
  };
55164
55170
  const de_InstanceTypeInfoFromInstanceRequirements = (output, context) => {
@@ -58399,6 +58405,23 @@ const de_NetworkInterfacePrivateIpAddressList = (output, context) => {
58399
58405
  return de_NetworkInterfacePrivateIpAddress(entry, context);
58400
58406
  });
58401
58407
  };
58408
+ const de_NitroTpmInfo = (output, context) => {
58409
+ const contents = {};
58410
+ if (output.supportedVersions === "") {
58411
+ contents.SupportedVersions = [];
58412
+ }
58413
+ else if (output["supportedVersions"] !== undefined && output["supportedVersions"]["item"] !== undefined) {
58414
+ contents.SupportedVersions = de_NitroTpmSupportedVersionsList((0, smithy_client_1.getArrayIfSingleItem)(output["supportedVersions"]["item"]), context);
58415
+ }
58416
+ return contents;
58417
+ };
58418
+ const de_NitroTpmSupportedVersionsList = (output, context) => {
58419
+ return (output || [])
58420
+ .filter((e) => e != null)
58421
+ .map((entry) => {
58422
+ return (0, smithy_client_1.expectString)(entry);
58423
+ });
58424
+ };
58402
58425
  const de_OccurrenceDaySet = (output, context) => {
58403
58426
  return (output || [])
58404
58427
  .filter((e) => e != null)
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { RunScheduledInstancesRequestFilterSensitiveLog } from "../models/models_6";
4
+ import { RunScheduledInstancesRequestFilterSensitiveLog, } from "../models/models_7";
5
5
  import { de_RunScheduledInstancesCommand, se_RunScheduledInstancesCommand } from "../protocols/Aws_ec2";
6
6
  export { $Command };
7
7
  export class RunScheduledInstancesCommand extends $Command {
@@ -106,6 +106,10 @@ export const NitroEnclavesSupport = {
106
106
  SUPPORTED: "supported",
107
107
  UNSUPPORTED: "unsupported",
108
108
  };
109
+ export const NitroTpmSupport = {
110
+ SUPPORTED: "supported",
111
+ UNSUPPORTED: "unsupported",
112
+ };
109
113
  export const PlacementGroupStrategy = {
110
114
  cluster: "cluster",
111
115
  partition: "partition",
@@ -111,7 +111,3 @@ export const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog =
111
111
  ...obj,
112
112
  ...(obj.VpnConnectionDeviceSampleConfiguration && { VpnConnectionDeviceSampleConfiguration: SENSITIVE_STRING }),
113
113
  });
114
- export const ImageDiskContainerFilterSensitiveLog = (obj) => ({
115
- ...obj,
116
- ...(obj.Url && { Url: SENSITIVE_STRING }),
117
- });
@@ -3,7 +3,6 @@ import { VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
3
3
  import { VpnConnectionFilterSensitiveLog, } from "./models_2";
4
4
  import { ConversionTaskFilterSensitiveLog, SnapshotDetailFilterSensitiveLog, SnapshotTaskDetailFilterSensitiveLog, } from "./models_3";
5
5
  import { SpotFleetRequestConfigDataFilterSensitiveLog, SpotInstanceRequestFilterSensitiveLog, } from "./models_4";
6
- import { ImageDiskContainerFilterSensitiveLog, } from "./models_5";
7
6
  export const ModifyAvailabilityZoneOptInStatus = {
8
7
  not_opted_in: "not-opted-in",
9
8
  opted_in: "opted-in",
@@ -65,6 +64,10 @@ export const ResetFpgaImageAttributeName = {
65
64
  export const ResetImageAttributeName = {
66
65
  launchPermission: "launchPermission",
67
66
  };
67
+ export const ImageDiskContainerFilterSensitiveLog = (obj) => ({
68
+ ...obj,
69
+ ...(obj.Url && { Url: SENSITIVE_STRING }),
70
+ });
68
71
  export const ImportImageRequestFilterSensitiveLog = (obj) => ({
69
72
  ...obj,
70
73
  ...(obj.DiskContainers && {
@@ -189,10 +192,3 @@ export const RunInstancesRequestFilterSensitiveLog = (obj) => ({
189
192
  ...obj,
190
193
  ...(obj.UserData && { UserData: SENSITIVE_STRING }),
191
194
  });
192
- export const ScheduledInstancesLaunchSpecificationFilterSensitiveLog = (obj) => ({
193
- ...obj,
194
- });
195
- export const RunScheduledInstancesRequestFilterSensitiveLog = (obj) => ({
196
- ...obj,
197
- ...(obj.LaunchSpecification && { LaunchSpecification: SENSITIVE_STRING }),
198
- });
@@ -1,4 +1,12 @@
1
+ import { SENSITIVE_STRING } from "@smithy/smithy-client";
1
2
  export const MembershipType = {
2
3
  igmp: "igmp",
3
4
  static: "static",
4
5
  };
6
+ export const ScheduledInstancesLaunchSpecificationFilterSensitiveLog = (obj) => ({
7
+ ...obj,
8
+ });
9
+ export const RunScheduledInstancesRequestFilterSensitiveLog = (obj) => ({
10
+ ...obj,
11
+ ...(obj.LaunchSpecification && { LaunchSpecification: SENSITIVE_STRING }),
12
+ });
@@ -53945,6 +53945,12 @@ const de_InstanceTypeInfo = (output, context) => {
53945
53945
  if (output["nitroEnclavesSupport"] !== undefined) {
53946
53946
  contents.NitroEnclavesSupport = __expectString(output["nitroEnclavesSupport"]);
53947
53947
  }
53948
+ if (output["nitroTpmSupport"] !== undefined) {
53949
+ contents.NitroTpmSupport = __expectString(output["nitroTpmSupport"]);
53950
+ }
53951
+ if (output["nitroTpmInfo"] !== undefined) {
53952
+ contents.NitroTpmInfo = de_NitroTpmInfo(output["nitroTpmInfo"], context);
53953
+ }
53948
53954
  return contents;
53949
53955
  };
53950
53956
  const de_InstanceTypeInfoFromInstanceRequirements = (output, context) => {
@@ -57185,6 +57191,23 @@ const de_NetworkInterfacePrivateIpAddressList = (output, context) => {
57185
57191
  return de_NetworkInterfacePrivateIpAddress(entry, context);
57186
57192
  });
57187
57193
  };
57194
+ const de_NitroTpmInfo = (output, context) => {
57195
+ const contents = {};
57196
+ if (output.supportedVersions === "") {
57197
+ contents.SupportedVersions = [];
57198
+ }
57199
+ else if (output["supportedVersions"] !== undefined && output["supportedVersions"]["item"] !== undefined) {
57200
+ contents.SupportedVersions = de_NitroTpmSupportedVersionsList(__getArrayIfSingleItem(output["supportedVersions"]["item"]), context);
57201
+ }
57202
+ return contents;
57203
+ };
57204
+ const de_NitroTpmSupportedVersionsList = (output, context) => {
57205
+ return (output || [])
57206
+ .filter((e) => e != null)
57207
+ .map((entry) => {
57208
+ return __expectString(entry);
57209
+ });
57210
+ };
57188
57211
  const de_OccurrenceDaySet = (output, context) => {
57189
57212
  return (output || [])
57190
57213
  .filter((e) => e != null)
@@ -23,7 +23,8 @@ export interface AssignPrivateNatGatewayAddressCommandOutput extends AssignPriva
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Assigns one or more private IPv4 addresses to a private NAT gateway. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-working-with">Work with NAT gateways</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
26
+ * <p>Assigns one or more private IPv4 addresses to a private NAT gateway. For more information, see
27
+ * <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-working-with">Work with NAT gateways</a> in the <i>Amazon VPC User Guide</i>.</p>
27
28
  * @example
28
29
  * Use a bare-bones client and the command you need to make an API call.
29
30
  * ```javascript
@@ -26,7 +26,7 @@ export interface AssociateDhcpOptionsCommandOutput extends __MetadataBearer {
26
26
  * <p>Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC.</p>
27
27
  * <p>After you associate the options with the VPC, any existing instances and all new instances that you launch in that VPC use the options. You don't need to restart or relaunch the instances. They automatically pick up the changes within a few hours, depending on how frequently the instance renews its DHCP lease. You can explicitly renew the lease using the operating system on the instance.</p>
28
28
  * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_DHCP_Options.html">DHCP options sets</a>
29
- * in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
29
+ * in the <i>Amazon VPC User Guide</i>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -23,8 +23,9 @@ export interface AssociateNatGatewayAddressCommandOutput extends AssociateNatGat
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-working-with">Work with NAT gateways</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
27
- * <p>By default, you can associate up to 2 Elastic IP addresses per public NAT gateway. You can increase the limit by requesting a quota adjustment. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html#vpc-limits-eips">Elastic IP address quotas</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
26
+ * <p>Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway. For more information,
27
+ * see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-working-with">Work with NAT gateways</a> in the <i>Amazon VPC User Guide</i>.</p>
28
+ * <p>By default, you can associate up to 2 Elastic IP addresses per public NAT gateway. You can increase the limit by requesting a quota adjustment. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html#vpc-limits-eips">Elastic IP address quotas</a> in the <i>Amazon VPC User Guide</i>.</p>
28
29
  * @example
29
30
  * Use a bare-bones client and the command you need to make an API call.
30
31
  * ```javascript
@@ -29,7 +29,7 @@ export interface AssociateRouteTableCommandOutput extends AssociateRouteTableRes
29
29
  * action returns an association ID, which you need in order to disassociate the route
30
30
  * table later. A route table can be associated with multiple subnets.</p>
31
31
  * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html">Route tables</a> in the
32
- * <i>Amazon Virtual Private Cloud User Guide</i>.</p>
32
+ * <i>Amazon VPC User Guide</i>.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -30,8 +30,8 @@ export interface AssociateVpcCidrBlockCommandOutput extends AssociateVpcCidrBloc
30
30
  * <p>You must specify one of the following in the request: an IPv4 CIDR block, an IPv6
31
31
  * pool, or an Amazon-provided IPv6 CIDR block.</p>
32
32
  * <p>For more information about associating CIDR blocks with your VPC and applicable
33
- * restrictions, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html#VPC_Sizing">VPC and subnet sizing</a> in the
34
- * <i>Amazon Virtual Private Cloud User Guide</i>.</p>
33
+ * restrictions, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-ip-addressing.html">IP addressing for your VPCs and subnets</a>
34
+ * in the <i>Amazon VPC User Guide</i>.</p>
35
35
  * @example
36
36
  * Use a bare-bones client and the command you need to make an API call.
37
37
  * ```javascript
@@ -24,9 +24,9 @@ export interface AttachClassicLinkVpcCommandOutput extends AttachClassicLinkVpcR
24
24
  /**
25
25
  * @public
26
26
  * <note>
27
- * <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
27
+ * <p>This action is deprecated.</p>
28
28
  * </note>
29
- * <p>Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC's
29
+ * <p>Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC
30
30
  * security groups. You cannot link an EC2-Classic instance to more than one VPC at a time. You
31
31
  * can only link an instance that's in the <code>running</code> state. An instance is
32
32
  * automatically unlinked from a VPC when it's stopped - you can link it to the VPC again when
@@ -23,8 +23,9 @@ export interface AttachInternetGatewayCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Attaches an internet gateway or a virtual private gateway to a VPC, enabling connectivity between the internet and
27
- * the VPC. For more information about your VPC and internet gateway, see the <a href="https://docs.aws.amazon.com/vpc/latest/userguide/">Amazon Virtual Private Cloud User Guide</a>.</p>
26
+ * <p>Attaches an internet gateway or a virtual private gateway to a VPC, enabling connectivity
27
+ * between the internet and the VPC. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Internet_Gateway.html">Internet gateways</a> in the
28
+ * <i>Amazon VPC User Guide</i>.</p>
28
29
  * @example
29
30
  * Use a bare-bones client and the command you need to make an API call.
30
31
  * ```javascript
@@ -23,7 +23,7 @@ export interface AuthorizeSecurityGroupEgressCommandOutput extends AuthorizeSecu
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>[VPC only] Adds the specified outbound (egress) rules to a security group for use with a VPC.</p>
26
+ * <p>Adds the specified outbound (egress) rules to a security group for use with a VPC.</p>
27
27
  * <p>An outbound rule permits instances to send traffic to the specified IPv4 or IPv6 CIDR
28
28
  * address ranges, or to the instances that are associated with the specified source
29
29
  * security groups. When specifying an outbound rule for your security group in a VPC, the
@@ -35,9 +35,6 @@ export interface AuthorizeSecurityGroupIngressCommandOutput extends AuthorizeSec
35
35
  * <p>Rule changes are propagated to instances within the security group as quickly as possible.
36
36
  * However, a small delay might occur.</p>
37
37
  * <p>For more information about VPC security group quotas, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html">Amazon VPC quotas</a>.</p>
38
- * <note>
39
- * <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
40
- * </note>
41
38
  * @example
42
39
  * Use a bare-bones client and the command you need to make an API call.
43
40
  * ```javascript
@@ -25,8 +25,8 @@ export interface CreateDefaultSubnetCommandOutput extends CreateDefaultSubnetRes
25
25
  * @public
26
26
  * <p>Creates a default subnet with a size <code>/20</code> IPv4 CIDR block in the
27
27
  * specified Availability Zone in your default VPC. You can have only one default subnet
28
- * per Availability Zone. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/default-vpc.html#create-default-subnet">Creating a default
29
- * subnet</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
28
+ * per Availability Zone. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/default-vpc.html#create-default-subnet">Create a default
29
+ * subnet</a> in the <i>Amazon VPC User Guide</i>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -25,19 +25,11 @@ export interface CreateDefaultVpcCommandOutput extends CreateDefaultVpcResult, _
25
25
  * @public
26
26
  * <p>Creates a default VPC with a size <code>/16</code> IPv4 CIDR block and a default subnet
27
27
  * in each Availability Zone. For more information about the components of a default VPC,
28
- * see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/default-vpc.html">Default VPC and
29
- * default subnets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. You cannot
30
- * specify the components of the default VPC yourself.</p>
28
+ * see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/default-vpc.html">Default VPCs</a>
29
+ * in the <i>Amazon VPC User Guide</i>. You cannot specify the components of the
30
+ * default VPC yourself.</p>
31
31
  * <p>If you deleted your previous default VPC, you can create a default VPC. You cannot have
32
32
  * more than one default VPC per Region.</p>
33
- * <p>If your account supports EC2-Classic, you cannot use this action to create a default VPC
34
- * in a Region that supports EC2-Classic. If you want a default VPC in a Region that
35
- * supports EC2-Classic, see "I really want a default VPC for my existing EC2 account. Is
36
- * that possible?" in the <a href="http://aws.amazon.com/vpc/faqs/#Default_VPCs">Default VPCs
37
- * FAQ</a>.</p>
38
- * <note>
39
- * <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
40
- * </note>
41
33
  * @example
42
34
  * Use a bare-bones client and the command you need to make an API call.
43
35
  * ```javascript
@@ -74,7 +74,7 @@ export interface CreateDhcpOptionsCommandOutput extends CreateDhcpOptionsResult,
74
74
  * VPC has an internet gateway, make sure to set the <code>domain-name-servers</code>
75
75
  * option either to <code>AmazonProvidedDNS</code> or to a domain name server of your
76
76
  * choice. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_DHCP_Options.html">DHCP options sets</a> in the
77
- * <i>Amazon Virtual Private Cloud User Guide</i>.</p>
77
+ * <i>Amazon VPC User Guide</i>.</p>
78
78
  * @example
79
79
  * Use a bare-bones client and the command you need to make an API call.
80
80
  * ```javascript
@@ -25,16 +25,6 @@ export interface CreateImageCommandOutput extends CreateImageResult, __MetadataB
25
25
  * @public
26
26
  * <p>Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance
27
27
  * that is either running or stopped.</p>
28
- * <p>By default, when Amazon EC2 creates the new AMI, it reboots the instance so that it can
29
- * take snapshots of the attached volumes while data is at rest, in order to ensure a consistent
30
- * state. You can set the <code>NoReboot</code> parameter to <code>true</code> in the API request,
31
- * or use the <code>--no-reboot</code> option in the CLI to prevent Amazon EC2 from shutting down and
32
- * rebooting the instance.</p>
33
- * <important>
34
- * <p>If you choose to bypass the shutdown and reboot process by setting the <code>NoReboot</code>
35
- * parameter to <code>true</code> in the API request, or by using the <code>--no-reboot</code> option
36
- * in the CLI, we can't guarantee the file system integrity of the created image.</p>
37
- * </important>
38
28
  * <p>If you customized your instance with instance store volumes or Amazon EBS volumes in addition to the root device volume, the
39
29
  * new AMI contains block device mapping information for those volumes. When you launch an instance from this new AMI,
40
30
  * the instance automatically launches with those additional volumes.</p>
@@ -24,8 +24,8 @@ export interface CreateInstanceConnectEndpointCommandOutput extends CreateInstan
24
24
  /**
25
25
  * @public
26
26
  * <p>Creates an EC2 Instance Connect Endpoint.</p>
27
- * <p>An EC2 Instance Connect Endpoint allows you to connect to a resource, without
28
- * requiring the resource to have a public IPv4 address. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Connect-using-EC2-Instance-Connect-Endpoint.html">Connect to your resources without requiring a public IPv4 address using EC2
27
+ * <p>An EC2 Instance Connect Endpoint allows you to connect to an instance, without
28
+ * requiring the instance to have a public IPv4 address. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Connect-using-EC2-Instance-Connect-Endpoint.html">Connect to your instances without requiring a public IPv4 address using EC2
29
29
  * Instance Connect Endpoint</a> in the <i>Amazon EC2 User
30
30
  * Guide</i>.</p>
31
31
  * @example
@@ -24,9 +24,9 @@ export interface CreateInstanceExportTaskCommandOutput extends CreateInstanceExp
24
24
  /**
25
25
  * @public
26
26
  * <p>Exports a running or stopped instance to an Amazon S3 bucket.</p>
27
- * <p>For information about the supported operating systems, image formats, and known limitations
28
- * for the types of instances you can export, see <a href="https://docs.aws.amazon.com/vm-import/latest/userguide/vmexport.html">Exporting an instance as a VM Using VM Import/Export</a>
29
- * in the <i>VM Import/Export User Guide</i>.</p>
27
+ * <p>For information about the prerequisites for your Amazon S3 bucket, supported operating systems,
28
+ * image formats, and known limitations for the types of instances you can export, see <a href="https://docs.aws.amazon.com/vm-import/latest/userguide/vmexport.html">Exporting an instance as a VM Using VM
29
+ * Import/Export</a> in the <i>VM Import/Export User Guide</i>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -25,7 +25,8 @@ export interface CreateInternetGatewayCommandOutput extends CreateInternetGatewa
25
25
  * @public
26
26
  * <p>Creates an internet gateway for use with a VPC. After creating the internet gateway,
27
27
  * you attach it to a VPC using <a>AttachInternetGateway</a>.</p>
28
- * <p>For more information about your VPC and internet gateway, see the <a href="https://docs.aws.amazon.com/vpc/latest/userguide/">Amazon Virtual Private Cloud User Guide</a>.</p>
28
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Internet_Gateway.html">Internet gateways</a> in the
29
+ * <i>Amazon VPC User Guide</i>.</p>
29
30
  * @example
30
31
  * Use a bare-bones client and the command you need to make an API call.
31
32
  * ```javascript
@@ -32,7 +32,7 @@ export interface CreateNatGatewayCommandOutput extends CreateNatGatewayResult, _
32
32
  * networks through a transit gateway or virtual private gateway. Common use cases include
33
33
  * running large workloads behind a small pool of allowlisted IPv4 addresses, preserving
34
34
  * private IPv4 addresses, and communicating between overlapping networks.</p>
35
- * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html">NAT gateways</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
35
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html">NAT gateways</a> in the <i>Amazon VPC User Guide</i>.</p>
36
36
  * @example
37
37
  * Use a bare-bones client and the command you need to make an API call.
38
38
  * ```javascript
@@ -24,8 +24,8 @@ export interface CreateNetworkAclCommandOutput extends CreateNetworkAclResult, _
24
24
  /**
25
25
  * @public
26
26
  * <p>Creates a network ACL in a VPC. Network ACLs provide an optional layer of security (in addition to security groups) for the instances in your VPC.</p>
27
- * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_ACLs.html">Network ACLs</a> in the
28
- * <i>Amazon Virtual Private Cloud User Guide</i>.</p>
27
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html">Network ACLs</a> in the
28
+ * <i>Amazon VPC User Guide</i>.</p>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.
31
31
  * ```javascript
@@ -30,7 +30,8 @@ export interface CreateNetworkAclEntryCommandOutput extends __MetadataBearer {
30
30
  * <p>We recommend that you leave room between the rule numbers (for example, 100, 110, 120, ...), and not number them one right after the
31
31
  * other (for example, 101, 102, 103, ...). This makes it easier to add a rule between existing ones without having to renumber the rules.</p>
32
32
  * <p>After you add an entry, you can't modify it; you must either replace it, or create an entry and delete the old one.</p>
33
- * <p>For more information about network ACLs, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_ACLs.html">Network ACLs</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
33
+ * <p>For more information about network ACLs, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html">Network ACLs</a>
34
+ * in the <i>Amazon VPC User Guide</i>.</p>
34
35
  * @example
35
36
  * Use a bare-bones client and the command you need to make an API call.
36
37
  * ```javascript
@@ -43,7 +43,7 @@ export interface CreateRouteCommandOutput extends CreateRouteResult, __MetadataB
43
43
  * in the list covers a smaller number of IP addresses and is therefore more specific,
44
44
  * so we use that route to determine where to target the traffic.</p>
45
45
  * <p>For more information about route tables, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html">Route tables</a> in the
46
- * <i>Amazon Virtual Private Cloud User Guide</i>.</p>
46
+ * <i>Amazon VPC User Guide</i>.</p>
47
47
  * @example
48
48
  * Use a bare-bones client and the command you need to make an API call.
49
49
  * ```javascript
@@ -25,7 +25,7 @@ export interface CreateRouteTableCommandOutput extends CreateRouteTableResult, _
25
25
  * @public
26
26
  * <p>Creates a route table for the specified VPC. After you create a route table, you can add routes and associate the table with a subnet.</p>
27
27
  * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html">Route tables</a> in the
28
- * <i>Amazon Virtual Private Cloud User Guide</i>.</p>
28
+ * <i>Amazon VPC User Guide</i>.</p>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.
31
31
  * ```javascript
@@ -30,17 +30,18 @@ export interface CreateSecurityGroupCommandOutput extends CreateSecurityGroupRes
30
30
  * the <i>Amazon Elastic Compute Cloud User Guide</i> and
31
31
  * <a href="https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html">Security groups for your VPC</a> in the
32
32
  * <i>Amazon Virtual Private Cloud User Guide</i>.</p>
33
- * <p>When you create a security group, you specify a friendly name of your choice. You can have a security group for use in EC2-Classic with the same name as a security group for use in a VPC. However, you can't have two security groups for use in EC2-Classic with the same name or two security groups for use in a VPC with the same name.</p>
34
- * <p>You have a default security group for use in EC2-Classic and a default security group for use in your VPC. If you don't specify a security group when you launch an instance, the instance is launched into the appropriate default security group. A default security group includes a default rule that grants instances unrestricted network access to each other.</p>
33
+ * <p>When you create a security group, you specify a friendly name of your choice.
34
+ * You can't have two security groups for the same VPC with the same name.</p>
35
+ * <p>You have a default security group for use in your VPC. If you don't specify a security group
36
+ * when you launch an instance, the instance is launched into the appropriate default security group.
37
+ * A default security group includes a default rule that grants instances unrestricted network access
38
+ * to each other.</p>
35
39
  * <p>You can add or remove rules from your security groups using
36
40
  * <a>AuthorizeSecurityGroupIngress</a>,
37
41
  * <a>AuthorizeSecurityGroupEgress</a>,
38
42
  * <a>RevokeSecurityGroupIngress</a>, and
39
43
  * <a>RevokeSecurityGroupEgress</a>.</p>
40
44
  * <p>For more information about VPC security group limits, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html">Amazon VPC Limits</a>.</p>
41
- * <note>
42
- * <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
43
- * </note>
44
45
  * @example
45
46
  * Use a bare-bones client and the command you need to make an API call.
46
47
  * ```javascript
@@ -39,7 +39,7 @@ export interface CreateSubnetCommandOutput extends CreateSubnetResult, __Metadat
39
39
  * <p>When you stop an instance in a subnet, it retains its private IPv4 address. It's
40
40
  * therefore possible to have a subnet with no running instances (they're all stopped), but
41
41
  * no remaining IP addresses available.</p>
42
- * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/configure-subnets.html">Subnets</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
42
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/configure-subnets.html">Subnets</a> in the <i>Amazon VPC User Guide</i>.</p>
43
43
  * @example
44
44
  * Use a bare-bones client and the command you need to make an API call.
45
45
  * ```javascript