@aws-sdk/client-ec2 3.812.0 → 3.813.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 (215) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +668 -263
  3. package/dist-es/EC2.js +6 -0
  4. package/dist-es/commands/CreateDelegateMacVolumeOwnershipTaskCommand.js +23 -0
  5. package/dist-es/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.js +23 -0
  6. package/dist-es/commands/DescribeMacModificationTasksCommand.js +22 -0
  7. package/dist-es/commands/DetachVerifiedAccessTrustProviderCommand.js +1 -1
  8. package/dist-es/commands/ReportInstanceStatusCommand.js +1 -1
  9. package/dist-es/commands/index.js +3 -0
  10. package/dist-es/models/models_0.js +1 -0
  11. package/dist-es/models/models_1.js +18 -4
  12. package/dist-es/models/models_2.js +8 -24
  13. package/dist-es/models/models_3.js +23 -4
  14. package/dist-es/models/models_4.js +4 -0
  15. package/dist-es/models/models_5.js +0 -6
  16. package/dist-es/models/models_6.js +8 -1
  17. package/dist-es/models/models_7.js +0 -19
  18. package/dist-es/models/models_8.js +19 -0
  19. package/dist-es/pagination/DescribeMacModificationTasksPaginator.js +4 -0
  20. package/dist-es/pagination/index.js +1 -0
  21. package/dist-es/protocols/Aws_ec2.js +344 -28
  22. package/dist-types/EC2.d.ts +22 -0
  23. package/dist-types/EC2Client.d.ts +5 -2
  24. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  25. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  26. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  27. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  28. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  29. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  30. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  31. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +109 -0
  40. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  57. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  58. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +161 -0
  64. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  70. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  71. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -1
  105. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -3
  106. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  109. package/dist-types/commands/DescribeImagesCommand.d.ts +5 -0
  110. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  111. package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  113. package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  114. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -2
  115. package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeMacModificationTasksCommand.d.ts +112 -0
  117. package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +3 -0
  118. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  119. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  120. package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +2 -1
  121. package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
  122. package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  123. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  124. package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
  125. package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
  126. package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
  127. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
  128. package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -2
  129. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  130. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  131. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +2 -1
  132. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  133. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  134. package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  135. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  136. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  137. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  138. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  139. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  140. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  141. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  142. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  143. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +2 -1
  144. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  145. package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
  146. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  147. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  148. package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  149. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
  150. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  151. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  152. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  153. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  154. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  155. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  156. package/dist-types/commands/index.d.ts +3 -0
  157. package/dist-types/models/models_0.d.ts +1 -0
  158. package/dist-types/models/models_1.d.ts +223 -480
  159. package/dist-types/models/models_2.d.ts +624 -222
  160. package/dist-types/models/models_3.d.ts +224 -169
  161. package/dist-types/models/models_4.d.ts +170 -386
  162. package/dist-types/models/models_5.d.ts +456 -271
  163. package/dist-types/models/models_6.d.ts +268 -297
  164. package/dist-types/models/models_7.d.ts +300 -412
  165. package/dist-types/models/models_8.d.ts +410 -2
  166. package/dist-types/pagination/DescribeMacModificationTasksPaginator.d.ts +7 -0
  167. package/dist-types/pagination/index.d.ts +1 -0
  168. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  169. package/dist-types/ts3.4/EC2.d.ts +64 -0
  170. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  171. package/dist-types/ts3.4/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +51 -0
  172. package/dist-types/ts3.4/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +51 -0
  173. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -4
  174. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +4 -2
  175. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -2
  179. package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/DescribeMacModificationTasksCommand.d.ts +51 -0
  181. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +2 -4
  182. package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +4 -2
  190. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +2 -4
  191. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +2 -4
  196. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  203. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  204. package/dist-types/ts3.4/models/models_1.d.ts +54 -99
  205. package/dist-types/ts3.4/models/models_2.d.ts +152 -65
  206. package/dist-types/ts3.4/models/models_3.d.ts +65 -47
  207. package/dist-types/ts3.4/models/models_4.d.ts +44 -72
  208. package/dist-types/ts3.4/models/models_5.d.ts +83 -66
  209. package/dist-types/ts3.4/models/models_6.d.ts +62 -69
  210. package/dist-types/ts3.4/models/models_7.d.ts +71 -99
  211. package/dist-types/ts3.4/models/models_8.d.ts +97 -0
  212. package/dist-types/ts3.4/pagination/DescribeMacModificationTasksPaginator.d.ts +11 -0
  213. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  214. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  215. package/package.json +1 -1
@@ -1,5 +1,478 @@
1
- import { AccessScopePath, AccessScopePathRequest, AddPrefixListEntry, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment } from "./models_0";
2
- import { ConnectionTrackingSpecificationRequest, InstanceIpv6Address, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, ResponseLaunchTemplateData, Subnet, Tenancy, ValidationWarning, VolumeType, Vpc } from "./models_1";
1
+ import { AccessScopePath, AccessScopePathRequest, AddPrefixListEntry, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, ResourceType, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment } from "./models_0";
2
+ import { _InstanceType, ConnectionTrackingSpecification, ConnectionTrackingSpecificationRequest, CreditSpecification, ElasticGpuSpecificationResponse, HostnameType, InstanceBandwidthWeighting, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv4PrefixSpecificationResponse, Ipv6PrefixSpecificationRequest, LaunchTemplateBlockDeviceMapping, LaunchTemplateCapacityReservationSpecificationResponse, LaunchTemplateCpuOptions, LaunchTemplateElasticInferenceAcceleratorResponse, LaunchTemplateEnaSrdSpecification, LaunchTemplateEnclaveOptions, LaunchTemplateHibernationOptions, LaunchTemplateIamInstanceProfileSpecification, LaunchTemplateInstanceMaintenanceOptions, LaunchTemplateInstanceMarketOptions, LaunchTemplateInstanceMetadataOptions, LaunchTemplateLicenseConfiguration, LaunchTemplatesMonitoring, MacModificationTask, MacSystemIntegrityProtectionSettingStatus, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, ShutdownBehavior, Subnet, Tenancy, ValidationWarning, VolumeType, Vpc } from "./models_1";
3
+ /**
4
+ * <p>Information about the IPv6 delegated prefixes assigned to a network interface.</p>
5
+ * @public
6
+ */
7
+ export interface Ipv6PrefixSpecificationResponse {
8
+ /**
9
+ * <p>The IPv6 delegated prefixes assigned to the network interface.</p>
10
+ * @public
11
+ */
12
+ Ipv6Prefix?: string | undefined;
13
+ }
14
+ /**
15
+ * <p>Describes a network interface.</p>
16
+ * @public
17
+ */
18
+ export interface LaunchTemplateInstanceNetworkInterfaceSpecification {
19
+ /**
20
+ * <p>Indicates whether to associate a Carrier IP address with eth0 for a new network
21
+ * interface.</p>
22
+ * <p>Use this option when you launch an instance in a Wavelength Zone and want to associate
23
+ * a Carrier IP address with the network interface. For more information about Carrier IP
24
+ * addresses, see <a href="https://docs.aws.amazon.com/wavelength/latest/developerguide/how-wavelengths-work.html#provider-owned-ip">Carrier IP address</a> in the <i>Wavelength Developer
25
+ * Guide</i>.</p>
26
+ * @public
27
+ */
28
+ AssociateCarrierIpAddress?: boolean | undefined;
29
+ /**
30
+ * <p>Indicates whether to associate a public IPv4 address with eth0 for a new network
31
+ * interface.</p>
32
+ * <p>Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses
33
+ * associated with running instances and Elastic IP addresses. For more information, see the <i>Public IPv4 Address</i> tab on the <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing page</a>.</p>
34
+ * @public
35
+ */
36
+ AssociatePublicIpAddress?: boolean | undefined;
37
+ /**
38
+ * <p>Indicates whether the network interface is deleted when the instance is
39
+ * terminated.</p>
40
+ * @public
41
+ */
42
+ DeleteOnTermination?: boolean | undefined;
43
+ /**
44
+ * <p>A description for the network interface.</p>
45
+ * @public
46
+ */
47
+ Description?: string | undefined;
48
+ /**
49
+ * <p>The device index for the network interface attachment.</p>
50
+ * @public
51
+ */
52
+ DeviceIndex?: number | undefined;
53
+ /**
54
+ * <p>The IDs of one or more security groups.</p>
55
+ * @public
56
+ */
57
+ Groups?: string[] | undefined;
58
+ /**
59
+ * <p>The type of network interface.</p>
60
+ * @public
61
+ */
62
+ InterfaceType?: string | undefined;
63
+ /**
64
+ * <p>The number of IPv6 addresses for the network interface.</p>
65
+ * @public
66
+ */
67
+ Ipv6AddressCount?: number | undefined;
68
+ /**
69
+ * <p>The IPv6 addresses for the network interface.</p>
70
+ * @public
71
+ */
72
+ Ipv6Addresses?: InstanceIpv6Address[] | undefined;
73
+ /**
74
+ * <p>The ID of the network interface.</p>
75
+ * @public
76
+ */
77
+ NetworkInterfaceId?: string | undefined;
78
+ /**
79
+ * <p>The primary private IPv4 address of the network interface.</p>
80
+ * @public
81
+ */
82
+ PrivateIpAddress?: string | undefined;
83
+ /**
84
+ * <p>One or more private IPv4 addresses.</p>
85
+ * @public
86
+ */
87
+ PrivateIpAddresses?: PrivateIpAddressSpecification[] | undefined;
88
+ /**
89
+ * <p>The number of secondary private IPv4 addresses for the network interface.</p>
90
+ * @public
91
+ */
92
+ SecondaryPrivateIpAddressCount?: number | undefined;
93
+ /**
94
+ * <p>The ID of the subnet for the network interface.</p>
95
+ * @public
96
+ */
97
+ SubnetId?: string | undefined;
98
+ /**
99
+ * <p>The index of the network card.</p>
100
+ * @public
101
+ */
102
+ NetworkCardIndex?: number | undefined;
103
+ /**
104
+ * <p>One or more IPv4 prefixes assigned to the network interface.</p>
105
+ * @public
106
+ */
107
+ Ipv4Prefixes?: Ipv4PrefixSpecificationResponse[] | undefined;
108
+ /**
109
+ * <p>The number of IPv4 prefixes that Amazon Web Services automatically assigned to the network
110
+ * interface.</p>
111
+ * @public
112
+ */
113
+ Ipv4PrefixCount?: number | undefined;
114
+ /**
115
+ * <p>One or more IPv6 prefixes assigned to the network interface.</p>
116
+ * @public
117
+ */
118
+ Ipv6Prefixes?: Ipv6PrefixSpecificationResponse[] | undefined;
119
+ /**
120
+ * <p>The number of IPv6 prefixes that Amazon Web Services automatically assigned to the network
121
+ * interface.</p>
122
+ * @public
123
+ */
124
+ Ipv6PrefixCount?: number | undefined;
125
+ /**
126
+ * <p>The primary IPv6 address of the network interface. When you enable an IPv6 GUA address
127
+ * to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the
128
+ * instance is terminated or the network interface is detached. For more information about
129
+ * primary IPv6 addresses, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>.</p>
130
+ * @public
131
+ */
132
+ PrimaryIpv6?: boolean | undefined;
133
+ /**
134
+ * <p>Contains the ENA Express settings for instances launched from your launch
135
+ * template.</p>
136
+ * @public
137
+ */
138
+ EnaSrdSpecification?: LaunchTemplateEnaSrdSpecification | undefined;
139
+ /**
140
+ * <p>A security group connection tracking specification that enables you to set the timeout
141
+ * for connection tracking on an Elastic network interface. For more information, see
142
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Idle connection tracking timeout</a> in the
143
+ * <i>Amazon EC2 User Guide</i>.</p>
144
+ * @public
145
+ */
146
+ ConnectionTrackingSpecification?: ConnectionTrackingSpecification | undefined;
147
+ /**
148
+ * <p>The number of ENA queues created with the instance.</p>
149
+ * @public
150
+ */
151
+ EnaQueueCount?: number | undefined;
152
+ }
153
+ /**
154
+ * <p>With network performance options, you can adjust your bandwidth preferences to meet
155
+ * the needs of the workload that runs on your instance at launch.</p>
156
+ * @public
157
+ */
158
+ export interface LaunchTemplateNetworkPerformanceOptions {
159
+ /**
160
+ * <p>When you configure network bandwidth weighting, you can boost baseline bandwidth for
161
+ * either networking or EBS by up to 25%. The total available baseline bandwidth for your
162
+ * instance remains the same. The default option uses the standard bandwidth configuration
163
+ * for your instance type.</p>
164
+ * @public
165
+ */
166
+ BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
167
+ }
168
+ /**
169
+ * <p>Describes the placement of an instance.</p>
170
+ * @public
171
+ */
172
+ export interface LaunchTemplatePlacement {
173
+ /**
174
+ * <p>The Availability Zone of the instance.</p>
175
+ * @public
176
+ */
177
+ AvailabilityZone?: string | undefined;
178
+ /**
179
+ * <p>The affinity setting for the instance on the Dedicated Host.</p>
180
+ * @public
181
+ */
182
+ Affinity?: string | undefined;
183
+ /**
184
+ * <p>The name of the placement group for the instance.</p>
185
+ * @public
186
+ */
187
+ GroupName?: string | undefined;
188
+ /**
189
+ * <p>The ID of the Dedicated Host for the instance.</p>
190
+ * @public
191
+ */
192
+ HostId?: string | undefined;
193
+ /**
194
+ * <p>The tenancy of the instance. An instance with a tenancy of <code>dedicated</code> runs
195
+ * on single-tenant hardware. </p>
196
+ * @public
197
+ */
198
+ Tenancy?: Tenancy | undefined;
199
+ /**
200
+ * <p>Reserved for future use.</p>
201
+ * @public
202
+ */
203
+ SpreadDomain?: string | undefined;
204
+ /**
205
+ * <p>The ARN of the host resource group in which to launch the instances. </p>
206
+ * @public
207
+ */
208
+ HostResourceGroupArn?: string | undefined;
209
+ /**
210
+ * <p>The number of the partition the instance should launch in. Valid only if the placement
211
+ * group strategy is set to <code>partition</code>.</p>
212
+ * @public
213
+ */
214
+ PartitionNumber?: number | undefined;
215
+ /**
216
+ * <p>The Group ID of the placement group. You must specify the Placement Group <b>Group ID</b> to launch an instance in a shared placement
217
+ * group.</p>
218
+ * @public
219
+ */
220
+ GroupId?: string | undefined;
221
+ }
222
+ /**
223
+ * <p>Describes the options for instance hostnames.</p>
224
+ * @public
225
+ */
226
+ export interface LaunchTemplatePrivateDnsNameOptions {
227
+ /**
228
+ * <p>The type of hostname to assign to an instance.</p>
229
+ * @public
230
+ */
231
+ HostnameType?: HostnameType | undefined;
232
+ /**
233
+ * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A
234
+ * records.</p>
235
+ * @public
236
+ */
237
+ EnableResourceNameDnsARecord?: boolean | undefined;
238
+ /**
239
+ * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA
240
+ * records.</p>
241
+ * @public
242
+ */
243
+ EnableResourceNameDnsAAAARecord?: boolean | undefined;
244
+ }
245
+ /**
246
+ * <p>The tags specification for the launch template.</p>
247
+ * @public
248
+ */
249
+ export interface LaunchTemplateTagSpecification {
250
+ /**
251
+ * <p>The type of resource to tag.</p>
252
+ * @public
253
+ */
254
+ ResourceType?: ResourceType | undefined;
255
+ /**
256
+ * <p>The tags for the resource.</p>
257
+ * @public
258
+ */
259
+ Tags?: Tag[] | undefined;
260
+ }
261
+ /**
262
+ * <p>The information for a launch template. </p>
263
+ * @public
264
+ */
265
+ export interface ResponseLaunchTemplateData {
266
+ /**
267
+ * <p>The ID of the kernel, if applicable.</p>
268
+ * @public
269
+ */
270
+ KernelId?: string | undefined;
271
+ /**
272
+ * <p>Indicates whether the instance is optimized for Amazon EBS I/O. </p>
273
+ * @public
274
+ */
275
+ EbsOptimized?: boolean | undefined;
276
+ /**
277
+ * <p>The IAM instance profile.</p>
278
+ * @public
279
+ */
280
+ IamInstanceProfile?: LaunchTemplateIamInstanceProfileSpecification | undefined;
281
+ /**
282
+ * <p>The block device mappings.</p>
283
+ * @public
284
+ */
285
+ BlockDeviceMappings?: LaunchTemplateBlockDeviceMapping[] | undefined;
286
+ /**
287
+ * <p>The network interfaces.</p>
288
+ * @public
289
+ */
290
+ NetworkInterfaces?: LaunchTemplateInstanceNetworkInterfaceSpecification[] | undefined;
291
+ /**
292
+ * <p>The ID of the AMI or a Systems Manager parameter. The Systems Manager parameter will
293
+ * resolve to the ID of the AMI at instance launch.</p>
294
+ * <p>The value depends on what you specified in the request. The possible values
295
+ * are:</p>
296
+ * <ul>
297
+ * <li>
298
+ * <p>If an AMI ID was specified in the request, then this is the AMI ID.</p>
299
+ * </li>
300
+ * <li>
301
+ * <p>If a Systems Manager parameter was specified in the request, and
302
+ * <code>ResolveAlias</code> was configured as <code>true</code>, then this is
303
+ * the AMI ID that the parameter is mapped to in the Parameter Store.</p>
304
+ * </li>
305
+ * <li>
306
+ * <p>If a Systems Manager parameter was specified in the request, and
307
+ * <code>ResolveAlias</code> was configured as <code>false</code>, then this is
308
+ * the parameter value.</p>
309
+ * </li>
310
+ * </ul>
311
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-launch-template.html#use-an-ssm-parameter-instead-of-an-ami-id">Use a Systems Manager parameter instead of an AMI ID</a> in the
312
+ * <i>Amazon EC2 User Guide</i>.</p>
313
+ * @public
314
+ */
315
+ ImageId?: string | undefined;
316
+ /**
317
+ * <p>The instance type.</p>
318
+ * @public
319
+ */
320
+ InstanceType?: _InstanceType | undefined;
321
+ /**
322
+ * <p>The name of the key pair.</p>
323
+ * @public
324
+ */
325
+ KeyName?: string | undefined;
326
+ /**
327
+ * <p>The monitoring for the instance.</p>
328
+ * @public
329
+ */
330
+ Monitoring?: LaunchTemplatesMonitoring | undefined;
331
+ /**
332
+ * <p>The placement of the instance.</p>
333
+ * @public
334
+ */
335
+ Placement?: LaunchTemplatePlacement | undefined;
336
+ /**
337
+ * <p>The ID of the RAM disk, if applicable.</p>
338
+ * @public
339
+ */
340
+ RamDiskId?: string | undefined;
341
+ /**
342
+ * <p>If set to <code>true</code>, indicates that the instance cannot be terminated using
343
+ * the Amazon EC2 console, command line tool, or API.</p>
344
+ * @public
345
+ */
346
+ DisableApiTermination?: boolean | undefined;
347
+ /**
348
+ * <p>Indicates whether an instance stops or terminates when you initiate shutdown from the
349
+ * instance (using the operating system command for system shutdown).</p>
350
+ * @public
351
+ */
352
+ InstanceInitiatedShutdownBehavior?: ShutdownBehavior | undefined;
353
+ /**
354
+ * <p>The user data for the instance. </p>
355
+ * @public
356
+ */
357
+ UserData?: string | undefined;
358
+ /**
359
+ * <p>The tags that are applied to the resources that are created during instance
360
+ * launch.</p>
361
+ * @public
362
+ */
363
+ TagSpecifications?: LaunchTemplateTagSpecification[] | undefined;
364
+ /**
365
+ * <p>Deprecated.</p>
366
+ * <note>
367
+ * <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
368
+ * </note>
369
+ * @public
370
+ */
371
+ ElasticGpuSpecifications?: ElasticGpuSpecificationResponse[] | undefined;
372
+ /**
373
+ * <note>
374
+ * <p>Amazon Elastic Inference is no longer available.</p>
375
+ * </note>
376
+ * <p>An elastic inference accelerator to associate with the instance. Elastic inference
377
+ * accelerators are a resource you can attach to your Amazon EC2 instances to accelerate
378
+ * your Deep Learning (DL) inference workloads.</p>
379
+ * <p>You cannot specify accelerators from different generations in the same request.</p>
380
+ * @public
381
+ */
382
+ ElasticInferenceAccelerators?: LaunchTemplateElasticInferenceAcceleratorResponse[] | undefined;
383
+ /**
384
+ * <p>The security group IDs.</p>
385
+ * @public
386
+ */
387
+ SecurityGroupIds?: string[] | undefined;
388
+ /**
389
+ * <p>The security group names.</p>
390
+ * @public
391
+ */
392
+ SecurityGroups?: string[] | undefined;
393
+ /**
394
+ * <p>The market (purchasing) option for the instances.</p>
395
+ * @public
396
+ */
397
+ InstanceMarketOptions?: LaunchTemplateInstanceMarketOptions | undefined;
398
+ /**
399
+ * <p>The credit option for CPU usage of the instance.</p>
400
+ * @public
401
+ */
402
+ CreditSpecification?: CreditSpecification | undefined;
403
+ /**
404
+ * <p>The CPU options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html">CPU
405
+ * options for Amazon EC2 instances</a> in the
406
+ * <i>Amazon EC2 User Guide</i>.</p>
407
+ * @public
408
+ */
409
+ CpuOptions?: LaunchTemplateCpuOptions | undefined;
410
+ /**
411
+ * <p>Information about the Capacity Reservation targeting option.</p>
412
+ * @public
413
+ */
414
+ CapacityReservationSpecification?: LaunchTemplateCapacityReservationSpecificationResponse | undefined;
415
+ /**
416
+ * <p>The license configurations.</p>
417
+ * @public
418
+ */
419
+ LicenseSpecifications?: LaunchTemplateLicenseConfiguration[] | undefined;
420
+ /**
421
+ * <p>Indicates whether an instance is configured for hibernation. For more information, see
422
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate
423
+ * your Amazon EC2 instance</a> in the <i>Amazon EC2 User Guide</i>.</p>
424
+ * @public
425
+ */
426
+ HibernationOptions?: LaunchTemplateHibernationOptions | undefined;
427
+ /**
428
+ * <p>The metadata options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html">Configure
429
+ * the Instance Metadata Service options</a> in the
430
+ * <i>Amazon EC2 User Guide</i>.</p>
431
+ * @public
432
+ */
433
+ MetadataOptions?: LaunchTemplateInstanceMetadataOptions | undefined;
434
+ /**
435
+ * <p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.</p>
436
+ * @public
437
+ */
438
+ EnclaveOptions?: LaunchTemplateEnclaveOptions | undefined;
439
+ /**
440
+ * <p>The attributes for the instance types. When you specify instance attributes, Amazon EC2 will
441
+ * identify instance types with these attributes.</p>
442
+ * <p>If you specify <code>InstanceRequirements</code>, you can't specify
443
+ * <code>InstanceTypes</code>.</p>
444
+ * @public
445
+ */
446
+ InstanceRequirements?: InstanceRequirements | undefined;
447
+ /**
448
+ * <p>The options for the instance hostname.</p>
449
+ * @public
450
+ */
451
+ PrivateDnsNameOptions?: LaunchTemplatePrivateDnsNameOptions | undefined;
452
+ /**
453
+ * <p>The maintenance options for your instance.</p>
454
+ * @public
455
+ */
456
+ MaintenanceOptions?: LaunchTemplateInstanceMaintenanceOptions | undefined;
457
+ /**
458
+ * <p>Indicates whether the instance is enabled for stop protection. For more information,
459
+ * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html">Enable stop protection for your EC2 instances</a> in the
460
+ * <i>Amazon EC2 User Guide</i>.</p>
461
+ * @public
462
+ */
463
+ DisableApiStop?: boolean | undefined;
464
+ /**
465
+ * <p>The entity that manages the launch template.</p>
466
+ * @public
467
+ */
468
+ Operator?: OperatorResponse | undefined;
469
+ /**
470
+ * <p>Contains the launch template settings for network performance options for your
471
+ * instance.</p>
472
+ * @public
473
+ */
474
+ NetworkPerformanceOptions?: LaunchTemplateNetworkPerformanceOptions | undefined;
475
+ }
3
476
  /**
4
477
  * <p>Describes a launch template version.</p>
5
478
  * @public
@@ -832,6 +1305,149 @@ export interface CreateLocalGatewayVirtualInterfaceGroupResult {
832
1305
  */
833
1306
  LocalGatewayVirtualInterfaceGroup?: LocalGatewayVirtualInterfaceGroup | undefined;
834
1307
  }
1308
+ /**
1309
+ * <p>Describes a custom configuration for a System Integrity Protection (SIP) modification task.</p>
1310
+ * @public
1311
+ */
1312
+ export interface MacSystemIntegrityProtectionConfigurationRequest {
1313
+ /**
1314
+ * <p>Enables or disables Apple Internal.</p>
1315
+ * @public
1316
+ */
1317
+ AppleInternal?: MacSystemIntegrityProtectionSettingStatus | undefined;
1318
+ /**
1319
+ * <p>Enables or disables Base System.</p>
1320
+ * @public
1321
+ */
1322
+ BaseSystem?: MacSystemIntegrityProtectionSettingStatus | undefined;
1323
+ /**
1324
+ * <p>Enables or disables Debugging Restrictions.</p>
1325
+ * @public
1326
+ */
1327
+ DebuggingRestrictions?: MacSystemIntegrityProtectionSettingStatus | undefined;
1328
+ /**
1329
+ * <p>Enables or disables Dtrace Restrictions.</p>
1330
+ * @public
1331
+ */
1332
+ DTraceRestrictions?: MacSystemIntegrityProtectionSettingStatus | undefined;
1333
+ /**
1334
+ * <p>Enables or disables Filesystem Protections.</p>
1335
+ * @public
1336
+ */
1337
+ FilesystemProtections?: MacSystemIntegrityProtectionSettingStatus | undefined;
1338
+ /**
1339
+ * <p>Enables or disables Kext Signing.</p>
1340
+ * @public
1341
+ */
1342
+ KextSigning?: MacSystemIntegrityProtectionSettingStatus | undefined;
1343
+ /**
1344
+ * <p>Enables or disables Nvram Protections.</p>
1345
+ * @public
1346
+ */
1347
+ NvramProtections?: MacSystemIntegrityProtectionSettingStatus | undefined;
1348
+ }
1349
+ /**
1350
+ * @public
1351
+ */
1352
+ export interface CreateMacSystemIntegrityProtectionModificationTaskRequest {
1353
+ /**
1354
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
1355
+ * @public
1356
+ */
1357
+ ClientToken?: string | undefined;
1358
+ /**
1359
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1360
+ * @public
1361
+ */
1362
+ DryRun?: boolean | undefined;
1363
+ /**
1364
+ * <p>The ID of the Amazon EC2 Mac instance.</p>
1365
+ * @public
1366
+ */
1367
+ InstanceId: string | undefined;
1368
+ /**
1369
+ * <p>
1370
+ * <b>[Apple silicon Mac instances only]</b> Specifies the
1371
+ * following credentials:</p>
1372
+ * <ul>
1373
+ * <li>
1374
+ * <p>
1375
+ * <b>Internal disk administrative user</b>
1376
+ * </p>
1377
+ * <ul>
1378
+ * <li>
1379
+ * <p>
1380
+ * <b>Username</b> - Only the default administrative
1381
+ * user (<code>aws-managed-user</code>) is supported and it is used by default. You
1382
+ * can't specify a different administrative user.</p>
1383
+ * </li>
1384
+ * <li>
1385
+ * <p>
1386
+ * <b>Password</b> - If you did not change the default
1387
+ * password for <code>aws-managed-user</code>, specify the default password, which
1388
+ * is <i>blank</i>. Otherwise, specify your password.</p>
1389
+ * </li>
1390
+ * </ul>
1391
+ * </li>
1392
+ * <li>
1393
+ * <p>
1394
+ * <b>Amazon EBS root volume administrative user</b>
1395
+ * </p>
1396
+ * <ul>
1397
+ * <li>
1398
+ * <p>
1399
+ * <b>Username</b> - If you did not change the default
1400
+ * administrative user, specify <code>ec2-user</code>. Otherwise, specify the username
1401
+ * for your administrative user.</p>
1402
+ * </li>
1403
+ * <li>
1404
+ * <p>
1405
+ * <b>Password</b> - Specify the password for the
1406
+ * administrative user.</p>
1407
+ * </li>
1408
+ * </ul>
1409
+ * </li>
1410
+ * </ul>
1411
+ * <p>The credentials must be specified in the following JSON format:</p>
1412
+ * <p>
1413
+ * <code>\{
1414
+ * "internalDiskPassword":"<i>internal-disk-admin_password</i>",
1415
+ * "rootVolumeUsername":"<i>root-volume-admin_username</i>",
1416
+ * "rootVolumepassword":"<i>root-volume-admin_password</i>"
1417
+ * \}</code>
1418
+ * </p>
1419
+ * @public
1420
+ */
1421
+ MacCredentials?: string | undefined;
1422
+ /**
1423
+ * <p>Specifies the overrides to selectively enable or disable individual SIP settings.
1424
+ * The individual settings you specify here override the overall SIP status you specify
1425
+ * for <b>MacSystemIntegrityProtectionStatus</b>.</p>
1426
+ * @public
1427
+ */
1428
+ MacSystemIntegrityProtectionConfiguration?: MacSystemIntegrityProtectionConfigurationRequest | undefined;
1429
+ /**
1430
+ * <p>Specifies the overall SIP status for the instance. To enable all SIP settings, specify
1431
+ * <code>enabled</code>. To disable all SIP settings, specify <code>disabled</code>.</p>
1432
+ * @public
1433
+ */
1434
+ MacSystemIntegrityProtectionStatus: MacSystemIntegrityProtectionSettingStatus | undefined;
1435
+ /**
1436
+ * <p>Specifies tags to apply to the SIP modification task.</p>
1437
+ * @public
1438
+ */
1439
+ TagSpecifications?: TagSpecification[] | undefined;
1440
+ }
1441
+ /**
1442
+ * @public
1443
+ */
1444
+ export interface CreateMacSystemIntegrityProtectionModificationTaskResult {
1445
+ /**
1446
+ * <p>Information about the SIP modification task.</p>
1447
+ * @public
1448
+ */
1449
+ MacModificationTask?: MacModificationTask | undefined;
1450
+ }
835
1451
  /**
836
1452
  * @public
837
1453
  */
@@ -8893,227 +9509,9 @@ export declare const ConnectionNotificationState: {
8893
9509
  */
8894
9510
  export type ConnectionNotificationState = (typeof ConnectionNotificationState)[keyof typeof ConnectionNotificationState];
8895
9511
  /**
8896
- * @public
8897
- * @enum
8898
- */
8899
- export declare const ConnectionNotificationType: {
8900
- readonly Topic: "Topic";
8901
- };
8902
- /**
8903
- * @public
8904
- */
8905
- export type ConnectionNotificationType = (typeof ConnectionNotificationType)[keyof typeof ConnectionNotificationType];
8906
- /**
8907
- * <p>Describes a connection notification for a VPC endpoint or VPC endpoint
8908
- * service.</p>
8909
- * @public
8910
- */
8911
- export interface ConnectionNotification {
8912
- /**
8913
- * <p>The ID of the notification.</p>
8914
- * @public
8915
- */
8916
- ConnectionNotificationId?: string | undefined;
8917
- /**
8918
- * <p>The ID of the endpoint service.</p>
8919
- * @public
8920
- */
8921
- ServiceId?: string | undefined;
8922
- /**
8923
- * <p>The ID of the VPC endpoint.</p>
8924
- * @public
8925
- */
8926
- VpcEndpointId?: string | undefined;
8927
- /**
8928
- * <p>The type of notification.</p>
8929
- * @public
8930
- */
8931
- ConnectionNotificationType?: ConnectionNotificationType | undefined;
8932
- /**
8933
- * <p>The ARN of the SNS topic for the notification.</p>
8934
- * @public
8935
- */
8936
- ConnectionNotificationArn?: string | undefined;
8937
- /**
8938
- * <p>The events for the notification. Valid values are <code>Accept</code>,
8939
- * <code>Connect</code>, <code>Delete</code>, and <code>Reject</code>.</p>
8940
- * @public
8941
- */
8942
- ConnectionEvents?: string[] | undefined;
8943
- /**
8944
- * <p>The state of the notification.</p>
8945
- * @public
8946
- */
8947
- ConnectionNotificationState?: ConnectionNotificationState | undefined;
8948
- /**
8949
- * <p>The Region for the endpoint service.</p>
8950
- * @public
8951
- */
8952
- ServiceRegion?: string | undefined;
8953
- }
8954
- /**
8955
- * @public
8956
- */
8957
- export interface CreateVpcEndpointConnectionNotificationResult {
8958
- /**
8959
- * <p>Information about the notification.</p>
8960
- * @public
8961
- */
8962
- ConnectionNotification?: ConnectionNotification | undefined;
8963
- /**
8964
- * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
8965
- * request.</p>
8966
- * @public
8967
- */
8968
- ClientToken?: string | undefined;
8969
- }
8970
- /**
8971
- * @public
8972
- */
8973
- export interface CreateVpcEndpointServiceConfigurationRequest {
8974
- /**
8975
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8976
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8977
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8978
- * @public
8979
- */
8980
- DryRun?: boolean | undefined;
8981
- /**
8982
- * <p>Indicates whether requests from service consumers to create an endpoint to your service must
8983
- * be accepted manually.</p>
8984
- * @public
8985
- */
8986
- AcceptanceRequired?: boolean | undefined;
8987
- /**
8988
- * <p>(Interface endpoint configuration) The private DNS name to assign to the VPC endpoint service.</p>
8989
- * @public
8990
- */
8991
- PrivateDnsName?: string | undefined;
8992
- /**
8993
- * <p>The Amazon Resource Names (ARNs) of the Network Load Balancers.</p>
8994
- * @public
8995
- */
8996
- NetworkLoadBalancerArns?: string[] | undefined;
8997
- /**
8998
- * <p>The Amazon Resource Names (ARNs) of the Gateway Load Balancers.</p>
8999
- * @public
9000
- */
9001
- GatewayLoadBalancerArns?: string[] | undefined;
9002
- /**
9003
- * <p>The supported IP address types. The possible values are <code>ipv4</code> and <code>ipv6</code>.</p>
9004
- * @public
9005
- */
9006
- SupportedIpAddressTypes?: string[] | undefined;
9007
- /**
9008
- * <p>The Regions from which service consumers can access the service.</p>
9009
- * @public
9010
- */
9011
- SupportedRegions?: string[] | undefined;
9012
- /**
9013
- * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
9014
- * For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure
9015
- * idempotency</a>.</p>
9016
- * @public
9017
- */
9018
- ClientToken?: string | undefined;
9019
- /**
9020
- * <p>The tags to associate with the service.</p>
9021
- * @public
9022
- */
9023
- TagSpecifications?: TagSpecification[] | undefined;
9024
- }
9025
- /**
9026
- * @public
9027
- * @enum
9028
- */
9029
- export declare const PayerResponsibility: {
9030
- readonly ServiceOwner: "ServiceOwner";
9031
- };
9032
- /**
9033
- * @public
9034
- */
9035
- export type PayerResponsibility = (typeof PayerResponsibility)[keyof typeof PayerResponsibility];
9036
- /**
9037
- * @public
9038
- * @enum
9039
- */
9040
- export declare const DnsNameState: {
9041
- readonly Failed: "failed";
9042
- readonly PendingVerification: "pendingVerification";
9043
- readonly Verified: "verified";
9044
- };
9045
- /**
9046
- * @public
9047
- */
9048
- export type DnsNameState = (typeof DnsNameState)[keyof typeof DnsNameState];
9049
- /**
9050
- * <p>Information about the private DNS name for the service endpoint.</p>
9051
- * @public
9052
- */
9053
- export interface PrivateDnsNameConfiguration {
9054
- /**
9055
- * <p>The verification state of the VPC endpoint service.</p>
9056
- * <p>>Consumers
9057
- * of the endpoint service can use the private name only when the state is
9058
- * <code>verified</code>.</p>
9059
- * @public
9060
- */
9061
- State?: DnsNameState | undefined;
9062
- /**
9063
- * <p>The endpoint service verification type, for example TXT.</p>
9064
- * @public
9065
- */
9066
- Type?: string | undefined;
9067
- /**
9068
- * <p>The value the service provider adds to the private DNS name domain record before verification.</p>
9069
- * @public
9070
- */
9071
- Value?: string | undefined;
9072
- /**
9073
- * <p>The name of the record subdomain the service provider needs to create. The service provider adds the <code>value</code> text to the <code>name</code>.</p>
9074
- * @public
9075
- */
9076
- Name?: string | undefined;
9077
- }
9078
- /**
9079
- * @public
9080
- * @enum
9081
- */
9082
- export declare const ServiceState: {
9083
- readonly Available: "Available";
9084
- readonly Deleted: "Deleted";
9085
- readonly Deleting: "Deleting";
9086
- readonly Failed: "Failed";
9087
- readonly Pending: "Pending";
9088
- };
9089
- /**
9090
- * @public
9091
- */
9092
- export type ServiceState = (typeof ServiceState)[keyof typeof ServiceState];
9093
- /**
9094
- * @public
9095
- * @enum
9096
- */
9097
- export declare const ServiceType: {
9098
- readonly Gateway: "Gateway";
9099
- readonly GatewayLoadBalancer: "GatewayLoadBalancer";
9100
- readonly Interface: "Interface";
9101
- };
9102
- /**
9103
- * @public
9104
- */
9105
- export type ServiceType = (typeof ServiceType)[keyof typeof ServiceType];
9106
- /**
9107
- * <p>Describes the type of service for a VPC endpoint.</p>
9108
- * @public
9512
+ * @internal
9109
9513
  */
9110
- export interface ServiceTypeDetail {
9111
- /**
9112
- * <p>The type of service.</p>
9113
- * @public
9114
- */
9115
- ServiceType?: ServiceType | undefined;
9116
- }
9514
+ export declare const ResponseLaunchTemplateDataFilterSensitiveLog: (obj: ResponseLaunchTemplateData) => any;
9117
9515
  /**
9118
9516
  * @internal
9119
9517
  */
@@ -9122,6 +9520,10 @@ export declare const LaunchTemplateVersionFilterSensitiveLog: (obj: LaunchTempla
9122
9520
  * @internal
9123
9521
  */
9124
9522
  export declare const CreateLaunchTemplateVersionResultFilterSensitiveLog: (obj: CreateLaunchTemplateVersionResult) => any;
9523
+ /**
9524
+ * @internal
9525
+ */
9526
+ export declare const CreateMacSystemIntegrityProtectionModificationTaskRequestFilterSensitiveLog: (obj: CreateMacSystemIntegrityProtectionModificationTaskRequest) => any;
9125
9527
  /**
9126
9528
  * @internal
9127
9529
  */