@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
@@ -111,10 +111,11 @@ export interface CopyImageRequest {
111
111
  */
112
112
  TagSpecifications?: TagSpecification[] | undefined;
113
113
  /**
114
- * <p>Specify a completion duration, in 15 minute increments, to initiate a time-based
115
- * AMI copy. The specified completion duration applies to each of the snapshots associated
116
- * with the AMI. Each snapshot associated with the AMI will be completed within the
117
- * specified completion duration, regardless of their size.</p>
114
+ * <p>Specify a completion duration, in 15 minute increments, to initiate a time-based AMI copy.
115
+ * The specified completion duration applies to each of the snapshots associated with the AMI.
116
+ * Each snapshot associated with the AMI will be completed within the specified completion
117
+ * duration, with copy throughput automatically adjusted for each snapshot based on its size to
118
+ * meet the timing target.</p>
118
119
  * <p>If you do not specify a value, the AMI copy operation is completed on a best-effort
119
120
  * basis.</p>
120
121
  * <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/time-based-copies.html">
@@ -3456,6 +3457,221 @@ export interface CreateDefaultVpcResult {
3456
3457
  */
3457
3458
  Vpc?: Vpc | undefined;
3458
3459
  }
3460
+ /**
3461
+ * @public
3462
+ */
3463
+ export interface CreateDelegateMacVolumeOwnershipTaskRequest {
3464
+ /**
3465
+ * <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>
3466
+ * @public
3467
+ */
3468
+ ClientToken?: string | undefined;
3469
+ /**
3470
+ * <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>
3471
+ * @public
3472
+ */
3473
+ DryRun?: boolean | undefined;
3474
+ /**
3475
+ * <p>The ID of the Amazon EC2 Mac instance.</p>
3476
+ * @public
3477
+ */
3478
+ InstanceId: string | undefined;
3479
+ /**
3480
+ * <p>Specifies the following credentials:</p>
3481
+ * <ul>
3482
+ * <li>
3483
+ * <p>
3484
+ * <b>Internal disk administrative user</b>
3485
+ * </p>
3486
+ * <ul>
3487
+ * <li>
3488
+ * <p>
3489
+ * <b>Username</b> - Only the default administrative user
3490
+ * (<code>aws-managed-user</code>) is supported and it is used by default. You can't
3491
+ * specify a different administrative user.</p>
3492
+ * </li>
3493
+ * <li>
3494
+ * <p>
3495
+ * <b>Password</b> - If you did not change the default
3496
+ * password for <code>aws-managed-user</code>, specify the default password, which is
3497
+ * <i>blank</i>. Otherwise, specify your password.</p>
3498
+ * </li>
3499
+ * </ul>
3500
+ * </li>
3501
+ * <li>
3502
+ * <p>
3503
+ * <b>Amazon EBS root volume administrative user</b>
3504
+ * </p>
3505
+ * <ul>
3506
+ * <li>
3507
+ * <p>
3508
+ * <b>Username</b> - If you did not change the default
3509
+ * administrative user, specify <code>ec2-user</code>. Otherwise, specify the username
3510
+ * for your administrative user.</p>
3511
+ * </li>
3512
+ * <li>
3513
+ * <p>
3514
+ * <b>Password</b> - Specify the password for the
3515
+ * administrative user.</p>
3516
+ * </li>
3517
+ * </ul>
3518
+ * </li>
3519
+ * </ul>
3520
+ * <p>The credentials must be specified in the following JSON format:</p>
3521
+ * <p>
3522
+ * <code>\{
3523
+ * "internalDiskPassword":"<i>internal-disk-admin_password</i>",
3524
+ * "rootVolumeUsername":"<i>root-volume-admin_username</i>",
3525
+ * "rootVolumepassword":"<i>root-volume-admin_password</i>"
3526
+ * \}</code>
3527
+ * </p>
3528
+ * @public
3529
+ */
3530
+ MacCredentials: string | undefined;
3531
+ /**
3532
+ * <p>The tags to assign to the volume ownership delegation task.</p>
3533
+ * @public
3534
+ */
3535
+ TagSpecifications?: TagSpecification[] | undefined;
3536
+ }
3537
+ /**
3538
+ * @public
3539
+ * @enum
3540
+ */
3541
+ export declare const MacSystemIntegrityProtectionSettingStatus: {
3542
+ readonly disabled: "disabled";
3543
+ readonly enabled: "enabled";
3544
+ };
3545
+ /**
3546
+ * @public
3547
+ */
3548
+ export type MacSystemIntegrityProtectionSettingStatus = (typeof MacSystemIntegrityProtectionSettingStatus)[keyof typeof MacSystemIntegrityProtectionSettingStatus];
3549
+ /**
3550
+ * <p>Describes the configuration for a System Integrity Protection (SIP) modification task.</p>
3551
+ * @public
3552
+ */
3553
+ export interface MacSystemIntegrityProtectionConfiguration {
3554
+ /**
3555
+ * <p>Indicates whether Apple Internal was enabled or disabled by the task.</p>
3556
+ * @public
3557
+ */
3558
+ AppleInternal?: MacSystemIntegrityProtectionSettingStatus | undefined;
3559
+ /**
3560
+ * <p>Indicates whether Base System was enabled or disabled by the task.</p>
3561
+ * @public
3562
+ */
3563
+ BaseSystem?: MacSystemIntegrityProtectionSettingStatus | undefined;
3564
+ /**
3565
+ * <p>Indicates whether Debugging Restrictions was enabled or disabled by the task.</p>
3566
+ * @public
3567
+ */
3568
+ DebuggingRestrictions?: MacSystemIntegrityProtectionSettingStatus | undefined;
3569
+ /**
3570
+ * <p>Indicates whether Dtrace Restrictions was enabled or disabled by the task.</p>
3571
+ * @public
3572
+ */
3573
+ DTraceRestrictions?: MacSystemIntegrityProtectionSettingStatus | undefined;
3574
+ /**
3575
+ * <p>Indicates whether Filesystem Protections was enabled or disabled by the task.</p>
3576
+ * @public
3577
+ */
3578
+ FilesystemProtections?: MacSystemIntegrityProtectionSettingStatus | undefined;
3579
+ /**
3580
+ * <p>Indicates whether Kext Signing was enabled or disabled by the task.</p>
3581
+ * @public
3582
+ */
3583
+ KextSigning?: MacSystemIntegrityProtectionSettingStatus | undefined;
3584
+ /**
3585
+ * <p>Indicates whether NVRAM Protections was enabled or disabled by the task.</p>
3586
+ * @public
3587
+ */
3588
+ NvramProtections?: MacSystemIntegrityProtectionSettingStatus | undefined;
3589
+ /**
3590
+ * <p>Indicates SIP was enabled or disabled by the task.</p>
3591
+ * @public
3592
+ */
3593
+ Status?: MacSystemIntegrityProtectionSettingStatus | undefined;
3594
+ }
3595
+ /**
3596
+ * @public
3597
+ * @enum
3598
+ */
3599
+ export declare const MacModificationTaskState: {
3600
+ readonly failed: "failed";
3601
+ readonly inprogress: "in-progress";
3602
+ readonly pending: "pending";
3603
+ readonly successful: "successful";
3604
+ };
3605
+ /**
3606
+ * @public
3607
+ */
3608
+ export type MacModificationTaskState = (typeof MacModificationTaskState)[keyof typeof MacModificationTaskState];
3609
+ /**
3610
+ * @public
3611
+ * @enum
3612
+ */
3613
+ export declare const MacModificationTaskType: {
3614
+ readonly SIPModification: "sip-modification";
3615
+ readonly VolumeOwnershipDelegation: "volume-ownership-delegation";
3616
+ };
3617
+ /**
3618
+ * @public
3619
+ */
3620
+ export type MacModificationTaskType = (typeof MacModificationTaskType)[keyof typeof MacModificationTaskType];
3621
+ /**
3622
+ * <p>Information about a System Integrity Protection (SIP) modification task or volume
3623
+ * ownership delegation task for an Amazon EC2 Mac instance.</p>
3624
+ * @public
3625
+ */
3626
+ export interface MacModificationTask {
3627
+ /**
3628
+ * <p>The ID of the Amazon EC2 Mac instance.</p>
3629
+ * @public
3630
+ */
3631
+ InstanceId?: string | undefined;
3632
+ /**
3633
+ * <p>The ID of task.</p>
3634
+ * @public
3635
+ */
3636
+ MacModificationTaskId?: string | undefined;
3637
+ /**
3638
+ * <p>[SIP modification tasks only] Information about the SIP
3639
+ * configuration.</p>
3640
+ * @public
3641
+ */
3642
+ MacSystemIntegrityProtectionConfig?: MacSystemIntegrityProtectionConfiguration | undefined;
3643
+ /**
3644
+ * <p>The date and time the task was created, in the UTC timezone
3645
+ * (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>).</p>
3646
+ * @public
3647
+ */
3648
+ StartTime?: Date | undefined;
3649
+ /**
3650
+ * <p>The tags assigned to the task.</p>
3651
+ * @public
3652
+ */
3653
+ Tags?: Tag[] | undefined;
3654
+ /**
3655
+ * <p>The state of the task.</p>
3656
+ * @public
3657
+ */
3658
+ TaskState?: MacModificationTaskState | undefined;
3659
+ /**
3660
+ * <p>The type of task.</p>
3661
+ * @public
3662
+ */
3663
+ TaskType?: MacModificationTaskType | undefined;
3664
+ }
3665
+ /**
3666
+ * @public
3667
+ */
3668
+ export interface CreateDelegateMacVolumeOwnershipTaskResult {
3669
+ /**
3670
+ * <p>Information about the volume ownership delegation task.</p>
3671
+ * @public
3672
+ */
3673
+ MacModificationTask?: MacModificationTask | undefined;
3674
+ }
3459
3675
  /**
3460
3676
  * <p>Describes a DHCP configuration option.</p>
3461
3677
  * @public
@@ -11005,482 +11221,13 @@ export interface InstanceIpv6Address {
11005
11221
  IsPrimaryIpv6?: boolean | undefined;
11006
11222
  }
11007
11223
  /**
11008
- * <p>Information about the IPv6 delegated prefixes assigned to a network interface.</p>
11009
- * @public
11010
- */
11011
- export interface Ipv6PrefixSpecificationResponse {
11012
- /**
11013
- * <p>The IPv6 delegated prefixes assigned to the network interface.</p>
11014
- * @public
11015
- */
11016
- Ipv6Prefix?: string | undefined;
11017
- }
11018
- /**
11019
- * <p>Describes a network interface.</p>
11020
- * @public
11021
- */
11022
- export interface LaunchTemplateInstanceNetworkInterfaceSpecification {
11023
- /**
11024
- * <p>Indicates whether to associate a Carrier IP address with eth0 for a new network
11025
- * interface.</p>
11026
- * <p>Use this option when you launch an instance in a Wavelength Zone and want to associate
11027
- * a Carrier IP address with the network interface. For more information about Carrier IP
11028
- * 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
11029
- * Guide</i>.</p>
11030
- * @public
11031
- */
11032
- AssociateCarrierIpAddress?: boolean | undefined;
11033
- /**
11034
- * <p>Indicates whether to associate a public IPv4 address with eth0 for a new network
11035
- * interface.</p>
11036
- * <p>Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses
11037
- * 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>
11038
- * @public
11039
- */
11040
- AssociatePublicIpAddress?: boolean | undefined;
11041
- /**
11042
- * <p>Indicates whether the network interface is deleted when the instance is
11043
- * terminated.</p>
11044
- * @public
11045
- */
11046
- DeleteOnTermination?: boolean | undefined;
11047
- /**
11048
- * <p>A description for the network interface.</p>
11049
- * @public
11050
- */
11051
- Description?: string | undefined;
11052
- /**
11053
- * <p>The device index for the network interface attachment.</p>
11054
- * @public
11055
- */
11056
- DeviceIndex?: number | undefined;
11057
- /**
11058
- * <p>The IDs of one or more security groups.</p>
11059
- * @public
11060
- */
11061
- Groups?: string[] | undefined;
11062
- /**
11063
- * <p>The type of network interface.</p>
11064
- * @public
11065
- */
11066
- InterfaceType?: string | undefined;
11067
- /**
11068
- * <p>The number of IPv6 addresses for the network interface.</p>
11069
- * @public
11070
- */
11071
- Ipv6AddressCount?: number | undefined;
11072
- /**
11073
- * <p>The IPv6 addresses for the network interface.</p>
11074
- * @public
11075
- */
11076
- Ipv6Addresses?: InstanceIpv6Address[] | undefined;
11077
- /**
11078
- * <p>The ID of the network interface.</p>
11079
- * @public
11080
- */
11081
- NetworkInterfaceId?: string | undefined;
11082
- /**
11083
- * <p>The primary private IPv4 address of the network interface.</p>
11084
- * @public
11085
- */
11086
- PrivateIpAddress?: string | undefined;
11087
- /**
11088
- * <p>One or more private IPv4 addresses.</p>
11089
- * @public
11090
- */
11091
- PrivateIpAddresses?: PrivateIpAddressSpecification[] | undefined;
11092
- /**
11093
- * <p>The number of secondary private IPv4 addresses for the network interface.</p>
11094
- * @public
11095
- */
11096
- SecondaryPrivateIpAddressCount?: number | undefined;
11097
- /**
11098
- * <p>The ID of the subnet for the network interface.</p>
11099
- * @public
11100
- */
11101
- SubnetId?: string | undefined;
11102
- /**
11103
- * <p>The index of the network card.</p>
11104
- * @public
11105
- */
11106
- NetworkCardIndex?: number | undefined;
11107
- /**
11108
- * <p>One or more IPv4 prefixes assigned to the network interface.</p>
11109
- * @public
11110
- */
11111
- Ipv4Prefixes?: Ipv4PrefixSpecificationResponse[] | undefined;
11112
- /**
11113
- * <p>The number of IPv4 prefixes that Amazon Web Services automatically assigned to the network
11114
- * interface.</p>
11115
- * @public
11116
- */
11117
- Ipv4PrefixCount?: number | undefined;
11118
- /**
11119
- * <p>One or more IPv6 prefixes assigned to the network interface.</p>
11120
- * @public
11121
- */
11122
- Ipv6Prefixes?: Ipv6PrefixSpecificationResponse[] | undefined;
11123
- /**
11124
- * <p>The number of IPv6 prefixes that Amazon Web Services automatically assigned to the network
11125
- * interface.</p>
11126
- * @public
11127
- */
11128
- Ipv6PrefixCount?: number | undefined;
11129
- /**
11130
- * <p>The primary IPv6 address of the network interface. When you enable an IPv6 GUA address
11131
- * to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the
11132
- * instance is terminated or the network interface is detached. For more information about
11133
- * primary IPv6 addresses, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>.</p>
11134
- * @public
11135
- */
11136
- PrimaryIpv6?: boolean | undefined;
11137
- /**
11138
- * <p>Contains the ENA Express settings for instances launched from your launch
11139
- * template.</p>
11140
- * @public
11141
- */
11142
- EnaSrdSpecification?: LaunchTemplateEnaSrdSpecification | undefined;
11143
- /**
11144
- * <p>A security group connection tracking specification that enables you to set the timeout
11145
- * for connection tracking on an Elastic network interface. For more information, see
11146
- * <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
11147
- * <i>Amazon EC2 User Guide</i>.</p>
11148
- * @public
11149
- */
11150
- ConnectionTrackingSpecification?: ConnectionTrackingSpecification | undefined;
11151
- /**
11152
- * <p>The number of ENA queues created with the instance.</p>
11153
- * @public
11154
- */
11155
- EnaQueueCount?: number | undefined;
11156
- }
11157
- /**
11158
- * <p>With network performance options, you can adjust your bandwidth preferences to meet
11159
- * the needs of the workload that runs on your instance at launch.</p>
11160
- * @public
11161
- */
11162
- export interface LaunchTemplateNetworkPerformanceOptions {
11163
- /**
11164
- * <p>When you configure network bandwidth weighting, you can boost baseline bandwidth for
11165
- * either networking or EBS by up to 25%. The total available baseline bandwidth for your
11166
- * instance remains the same. The default option uses the standard bandwidth configuration
11167
- * for your instance type.</p>
11168
- * @public
11169
- */
11170
- BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
11171
- }
11172
- /**
11173
- * <p>Describes the placement of an instance.</p>
11174
- * @public
11175
- */
11176
- export interface LaunchTemplatePlacement {
11177
- /**
11178
- * <p>The Availability Zone of the instance.</p>
11179
- * @public
11180
- */
11181
- AvailabilityZone?: string | undefined;
11182
- /**
11183
- * <p>The affinity setting for the instance on the Dedicated Host.</p>
11184
- * @public
11185
- */
11186
- Affinity?: string | undefined;
11187
- /**
11188
- * <p>The name of the placement group for the instance.</p>
11189
- * @public
11190
- */
11191
- GroupName?: string | undefined;
11192
- /**
11193
- * <p>The ID of the Dedicated Host for the instance.</p>
11194
- * @public
11195
- */
11196
- HostId?: string | undefined;
11197
- /**
11198
- * <p>The tenancy of the instance. An instance with a tenancy of <code>dedicated</code> runs
11199
- * on single-tenant hardware. </p>
11200
- * @public
11201
- */
11202
- Tenancy?: Tenancy | undefined;
11203
- /**
11204
- * <p>Reserved for future use.</p>
11205
- * @public
11206
- */
11207
- SpreadDomain?: string | undefined;
11208
- /**
11209
- * <p>The ARN of the host resource group in which to launch the instances. </p>
11210
- * @public
11211
- */
11212
- HostResourceGroupArn?: string | undefined;
11213
- /**
11214
- * <p>The number of the partition the instance should launch in. Valid only if the placement
11215
- * group strategy is set to <code>partition</code>.</p>
11216
- * @public
11217
- */
11218
- PartitionNumber?: number | undefined;
11219
- /**
11220
- * <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
11221
- * group.</p>
11222
- * @public
11223
- */
11224
- GroupId?: string | undefined;
11225
- }
11226
- /**
11227
- * <p>Describes the options for instance hostnames.</p>
11228
- * @public
11229
- */
11230
- export interface LaunchTemplatePrivateDnsNameOptions {
11231
- /**
11232
- * <p>The type of hostname to assign to an instance.</p>
11233
- * @public
11234
- */
11235
- HostnameType?: HostnameType | undefined;
11236
- /**
11237
- * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A
11238
- * records.</p>
11239
- * @public
11240
- */
11241
- EnableResourceNameDnsARecord?: boolean | undefined;
11242
- /**
11243
- * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA
11244
- * records.</p>
11245
- * @public
11246
- */
11247
- EnableResourceNameDnsAAAARecord?: boolean | undefined;
11248
- }
11249
- /**
11250
- * <p>The tags specification for the launch template.</p>
11251
- * @public
11252
- */
11253
- export interface LaunchTemplateTagSpecification {
11254
- /**
11255
- * <p>The type of resource to tag.</p>
11256
- * @public
11257
- */
11258
- ResourceType?: ResourceType | undefined;
11259
- /**
11260
- * <p>The tags for the resource.</p>
11261
- * @public
11262
- */
11263
- Tags?: Tag[] | undefined;
11264
- }
11265
- /**
11266
- * <p>The information for a launch template. </p>
11267
- * @public
11224
+ * @internal
11268
11225
  */
11269
- export interface ResponseLaunchTemplateData {
11270
- /**
11271
- * <p>The ID of the kernel, if applicable.</p>
11272
- * @public
11273
- */
11274
- KernelId?: string | undefined;
11275
- /**
11276
- * <p>Indicates whether the instance is optimized for Amazon EBS I/O. </p>
11277
- * @public
11278
- */
11279
- EbsOptimized?: boolean | undefined;
11280
- /**
11281
- * <p>The IAM instance profile.</p>
11282
- * @public
11283
- */
11284
- IamInstanceProfile?: LaunchTemplateIamInstanceProfileSpecification | undefined;
11285
- /**
11286
- * <p>The block device mappings.</p>
11287
- * @public
11288
- */
11289
- BlockDeviceMappings?: LaunchTemplateBlockDeviceMapping[] | undefined;
11290
- /**
11291
- * <p>The network interfaces.</p>
11292
- * @public
11293
- */
11294
- NetworkInterfaces?: LaunchTemplateInstanceNetworkInterfaceSpecification[] | undefined;
11295
- /**
11296
- * <p>The ID of the AMI or a Systems Manager parameter. The Systems Manager parameter will
11297
- * resolve to the ID of the AMI at instance launch.</p>
11298
- * <p>The value depends on what you specified in the request. The possible values
11299
- * are:</p>
11300
- * <ul>
11301
- * <li>
11302
- * <p>If an AMI ID was specified in the request, then this is the AMI ID.</p>
11303
- * </li>
11304
- * <li>
11305
- * <p>If a Systems Manager parameter was specified in the request, and
11306
- * <code>ResolveAlias</code> was configured as <code>true</code>, then this is
11307
- * the AMI ID that the parameter is mapped to in the Parameter Store.</p>
11308
- * </li>
11309
- * <li>
11310
- * <p>If a Systems Manager parameter was specified in the request, and
11311
- * <code>ResolveAlias</code> was configured as <code>false</code>, then this is
11312
- * the parameter value.</p>
11313
- * </li>
11314
- * </ul>
11315
- * <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
11316
- * <i>Amazon EC2 User Guide</i>.</p>
11317
- * @public
11318
- */
11319
- ImageId?: string | undefined;
11320
- /**
11321
- * <p>The instance type.</p>
11322
- * @public
11323
- */
11324
- InstanceType?: _InstanceType | undefined;
11325
- /**
11326
- * <p>The name of the key pair.</p>
11327
- * @public
11328
- */
11329
- KeyName?: string | undefined;
11330
- /**
11331
- * <p>The monitoring for the instance.</p>
11332
- * @public
11333
- */
11334
- Monitoring?: LaunchTemplatesMonitoring | undefined;
11335
- /**
11336
- * <p>The placement of the instance.</p>
11337
- * @public
11338
- */
11339
- Placement?: LaunchTemplatePlacement | undefined;
11340
- /**
11341
- * <p>The ID of the RAM disk, if applicable.</p>
11342
- * @public
11343
- */
11344
- RamDiskId?: string | undefined;
11345
- /**
11346
- * <p>If set to <code>true</code>, indicates that the instance cannot be terminated using
11347
- * the Amazon EC2 console, command line tool, or API.</p>
11348
- * @public
11349
- */
11350
- DisableApiTermination?: boolean | undefined;
11351
- /**
11352
- * <p>Indicates whether an instance stops or terminates when you initiate shutdown from the
11353
- * instance (using the operating system command for system shutdown).</p>
11354
- * @public
11355
- */
11356
- InstanceInitiatedShutdownBehavior?: ShutdownBehavior | undefined;
11357
- /**
11358
- * <p>The user data for the instance. </p>
11359
- * @public
11360
- */
11361
- UserData?: string | undefined;
11362
- /**
11363
- * <p>The tags that are applied to the resources that are created during instance
11364
- * launch.</p>
11365
- * @public
11366
- */
11367
- TagSpecifications?: LaunchTemplateTagSpecification[] | undefined;
11368
- /**
11369
- * <p>Deprecated.</p>
11370
- * <note>
11371
- * <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
11372
- * </note>
11373
- * @public
11374
- */
11375
- ElasticGpuSpecifications?: ElasticGpuSpecificationResponse[] | undefined;
11376
- /**
11377
- * <note>
11378
- * <p>Amazon Elastic Inference is no longer available.</p>
11379
- * </note>
11380
- * <p>An elastic inference accelerator to associate with the instance. Elastic inference
11381
- * accelerators are a resource you can attach to your Amazon EC2 instances to accelerate
11382
- * your Deep Learning (DL) inference workloads.</p>
11383
- * <p>You cannot specify accelerators from different generations in the same request.</p>
11384
- * @public
11385
- */
11386
- ElasticInferenceAccelerators?: LaunchTemplateElasticInferenceAcceleratorResponse[] | undefined;
11387
- /**
11388
- * <p>The security group IDs.</p>
11389
- * @public
11390
- */
11391
- SecurityGroupIds?: string[] | undefined;
11392
- /**
11393
- * <p>The security group names.</p>
11394
- * @public
11395
- */
11396
- SecurityGroups?: string[] | undefined;
11397
- /**
11398
- * <p>The market (purchasing) option for the instances.</p>
11399
- * @public
11400
- */
11401
- InstanceMarketOptions?: LaunchTemplateInstanceMarketOptions | undefined;
11402
- /**
11403
- * <p>The credit option for CPU usage of the instance.</p>
11404
- * @public
11405
- */
11406
- CreditSpecification?: CreditSpecification | undefined;
11407
- /**
11408
- * <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
11409
- * options for Amazon EC2 instances</a> in the
11410
- * <i>Amazon EC2 User Guide</i>.</p>
11411
- * @public
11412
- */
11413
- CpuOptions?: LaunchTemplateCpuOptions | undefined;
11414
- /**
11415
- * <p>Information about the Capacity Reservation targeting option.</p>
11416
- * @public
11417
- */
11418
- CapacityReservationSpecification?: LaunchTemplateCapacityReservationSpecificationResponse | undefined;
11419
- /**
11420
- * <p>The license configurations.</p>
11421
- * @public
11422
- */
11423
- LicenseSpecifications?: LaunchTemplateLicenseConfiguration[] | undefined;
11424
- /**
11425
- * <p>Indicates whether an instance is configured for hibernation. For more information, see
11426
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate
11427
- * your Amazon EC2 instance</a> in the <i>Amazon EC2 User Guide</i>.</p>
11428
- * @public
11429
- */
11430
- HibernationOptions?: LaunchTemplateHibernationOptions | undefined;
11431
- /**
11432
- * <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
11433
- * the Instance Metadata Service options</a> in the
11434
- * <i>Amazon EC2 User Guide</i>.</p>
11435
- * @public
11436
- */
11437
- MetadataOptions?: LaunchTemplateInstanceMetadataOptions | undefined;
11438
- /**
11439
- * <p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.</p>
11440
- * @public
11441
- */
11442
- EnclaveOptions?: LaunchTemplateEnclaveOptions | undefined;
11443
- /**
11444
- * <p>The attributes for the instance types. When you specify instance attributes, Amazon EC2 will
11445
- * identify instance types with these attributes.</p>
11446
- * <p>If you specify <code>InstanceRequirements</code>, you can't specify
11447
- * <code>InstanceTypes</code>.</p>
11448
- * @public
11449
- */
11450
- InstanceRequirements?: InstanceRequirements | undefined;
11451
- /**
11452
- * <p>The options for the instance hostname.</p>
11453
- * @public
11454
- */
11455
- PrivateDnsNameOptions?: LaunchTemplatePrivateDnsNameOptions | undefined;
11456
- /**
11457
- * <p>The maintenance options for your instance.</p>
11458
- * @public
11459
- */
11460
- MaintenanceOptions?: LaunchTemplateInstanceMaintenanceOptions | undefined;
11461
- /**
11462
- * <p>Indicates whether the instance is enabled for stop protection. For more information,
11463
- * 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
11464
- * <i>Amazon EC2 User Guide</i>.</p>
11465
- * @public
11466
- */
11467
- DisableApiStop?: boolean | undefined;
11468
- /**
11469
- * <p>The entity that manages the launch template.</p>
11470
- * @public
11471
- */
11472
- Operator?: OperatorResponse | undefined;
11473
- /**
11474
- * <p>Contains the launch template settings for network performance options for your
11475
- * instance.</p>
11476
- * @public
11477
- */
11478
- NetworkPerformanceOptions?: LaunchTemplateNetworkPerformanceOptions | undefined;
11479
- }
11226
+ export declare const CopySnapshotRequestFilterSensitiveLog: (obj: CopySnapshotRequest) => any;
11480
11227
  /**
11481
11228
  * @internal
11482
11229
  */
11483
- export declare const CopySnapshotRequestFilterSensitiveLog: (obj: CopySnapshotRequest) => any;
11230
+ export declare const CreateDelegateMacVolumeOwnershipTaskRequestFilterSensitiveLog: (obj: CreateDelegateMacVolumeOwnershipTaskRequest) => any;
11484
11231
  /**
11485
11232
  * @internal
11486
11233
  */
@@ -11497,7 +11244,3 @@ export declare const CreateLaunchTemplateRequestFilterSensitiveLog: (obj: Create
11497
11244
  * @internal
11498
11245
  */
11499
11246
  export declare const CreateLaunchTemplateVersionRequestFilterSensitiveLog: (obj: CreateLaunchTemplateVersionRequest) => any;
11500
- /**
11501
- * @internal
11502
- */
11503
- export declare const ResponseLaunchTemplateDataFilterSensitiveLog: (obj: ResponseLaunchTemplateData) => any;