@aws-sdk/client-ec2 3.812.0 → 3.814.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 (227) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +916 -483
  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/DescribeLaunchTemplateVersionsCommand.js +1 -1
  7. package/dist-es/commands/DescribeMacModificationTasksCommand.js +22 -0
  8. package/dist-es/commands/DetachVerifiedAccessTrustProviderCommand.js +1 -1
  9. package/dist-es/commands/ReportInstanceStatusCommand.js +1 -1
  10. package/dist-es/commands/index.js +3 -0
  11. package/dist-es/models/models_0.js +1 -0
  12. package/dist-es/models/models_1.js +18 -4
  13. package/dist-es/models/models_2.js +8 -24
  14. package/dist-es/models/models_3.js +23 -4
  15. package/dist-es/models/models_4.js +12 -7
  16. package/dist-es/models/models_5.js +7 -6
  17. package/dist-es/models/models_6.js +8 -1
  18. package/dist-es/models/models_7.js +0 -19
  19. package/dist-es/models/models_8.js +19 -0
  20. package/dist-es/pagination/DescribeMacModificationTasksPaginator.js +4 -0
  21. package/dist-es/pagination/index.js +1 -0
  22. package/dist-es/protocols/Aws_ec2.js +366 -34
  23. package/dist-types/EC2.d.ts +22 -0
  24. package/dist-types/EC2Client.d.ts +5 -2
  25. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  26. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  27. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  28. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  29. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  30. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  31. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  32. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +109 -0
  41. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  58. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  59. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +161 -0
  65. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  71. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  72. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -1
  106. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -3
  107. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  110. package/dist-types/commands/DescribeImagesCommand.d.ts +5 -0
  111. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +34 -19
  112. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -0
  113. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
  114. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  115. package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  117. package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -2
  119. package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeMacModificationTasksCommand.d.ts +112 -0
  121. package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +3 -0
  122. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  123. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  124. package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +2 -1
  125. package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
  126. package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
  127. package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  128. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  129. package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
  130. package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
  131. package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
  132. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
  133. package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -2
  134. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  135. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  136. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -1
  137. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  138. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  139. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  140. package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  141. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  142. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  143. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  144. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  145. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +4 -0
  146. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  147. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  148. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  149. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  150. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +2 -1
  151. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  152. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  153. package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
  154. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  155. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  156. package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  157. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
  158. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  159. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  160. package/dist-types/commands/RunInstancesCommand.d.ts +2 -1
  161. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  162. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  163. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  164. package/dist-types/commands/index.d.ts +3 -0
  165. package/dist-types/models/models_0.d.ts +1 -0
  166. package/dist-types/models/models_1.d.ts +223 -480
  167. package/dist-types/models/models_2.d.ts +624 -222
  168. package/dist-types/models/models_3.d.ts +224 -169
  169. package/dist-types/models/models_4.d.ts +234 -563
  170. package/dist-types/models/models_5.d.ts +663 -337
  171. package/dist-types/models/models_6.d.ts +302 -373
  172. package/dist-types/models/models_7.d.ts +1475 -1496
  173. package/dist-types/models/models_8.d.ts +442 -2
  174. package/dist-types/pagination/DescribeMacModificationTasksPaginator.d.ts +7 -0
  175. package/dist-types/pagination/index.d.ts +1 -0
  176. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  177. package/dist-types/ts3.4/EC2.d.ts +64 -0
  178. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  179. package/dist-types/ts3.4/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +51 -0
  180. package/dist-types/ts3.4/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +51 -0
  181. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -4
  182. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +4 -2
  183. package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -2
  188. package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/DescribeMacModificationTasksCommand.d.ts +51 -0
  190. package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +2 -4
  191. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +4 -2
  200. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -4
  201. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +2 -4
  207. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  215. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  216. package/dist-types/ts3.4/models/models_1.d.ts +54 -99
  217. package/dist-types/ts3.4/models/models_2.d.ts +152 -65
  218. package/dist-types/ts3.4/models/models_3.d.ts +65 -47
  219. package/dist-types/ts3.4/models/models_4.d.ts +58 -92
  220. package/dist-types/ts3.4/models/models_5.d.ts +103 -75
  221. package/dist-types/ts3.4/models/models_6.d.ts +71 -81
  222. package/dist-types/ts3.4/models/models_7.d.ts +87 -107
  223. package/dist-types/ts3.4/models/models_8.d.ts +105 -0
  224. package/dist-types/ts3.4/pagination/DescribeMacModificationTasksPaginator.d.ts +11 -0
  225. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  226. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  227. package/package.json +1 -1
@@ -1,10 +1,446 @@
1
- import { AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, TagSpecification, TransitGatewayAttachmentResourceType } from "./models_0";
1
+ import { AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType } from "./models_0";
2
2
  import { _InstanceType, AmdSevSnpSpecification, BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceIpv6Address, MarketType, OperatorRequest, Placement, ShutdownBehavior, SpotInstanceType } from "./models_1";
3
- import { LocalGatewayRoute, ManagedPrefixList, SnapshotState, SSEType, TransitGatewayRoute } from "./models_2";
3
+ import { IcmpTypeCode, LocalGatewayRoute, ManagedPrefixList, RuleAction, SnapshotState, SSEType, TransitGatewayRoute } from "./models_2";
4
4
  import { ClientVpnConnectionStatus, Filter } from "./models_3";
5
5
  import { HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState } from "./models_4";
6
6
  import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, RunInstancesMonitoringEnabled, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_5";
7
7
  import { CapacityReservationSpecification, InstanceMonitoring, Status } from "./models_7";
8
+ /**
9
+ * @public
10
+ */
11
+ export interface ReplaceImageCriteriaInAllowedImagesSettingsResult {
12
+ /**
13
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
14
+ * @public
15
+ */
16
+ ReturnValue?: boolean | undefined;
17
+ }
18
+ /**
19
+ * @public
20
+ */
21
+ export interface ReplaceNetworkAclAssociationRequest {
22
+ /**
23
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
24
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
25
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
26
+ * @public
27
+ */
28
+ DryRun?: boolean | undefined;
29
+ /**
30
+ * <p>The ID of the current association between the original network ACL and the subnet.</p>
31
+ * @public
32
+ */
33
+ AssociationId: string | undefined;
34
+ /**
35
+ * <p>The ID of the new network ACL to associate with the subnet.</p>
36
+ * @public
37
+ */
38
+ NetworkAclId: string | undefined;
39
+ }
40
+ /**
41
+ * @public
42
+ */
43
+ export interface ReplaceNetworkAclAssociationResult {
44
+ /**
45
+ * <p>The ID of the new association.</p>
46
+ * @public
47
+ */
48
+ NewAssociationId?: string | undefined;
49
+ }
50
+ /**
51
+ * @public
52
+ */
53
+ export interface ReplaceNetworkAclEntryRequest {
54
+ /**
55
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
56
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
57
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
58
+ * @public
59
+ */
60
+ DryRun?: boolean | undefined;
61
+ /**
62
+ * <p>The ID of the ACL.</p>
63
+ * @public
64
+ */
65
+ NetworkAclId: string | undefined;
66
+ /**
67
+ * <p>The rule number of the entry to replace.</p>
68
+ * @public
69
+ */
70
+ RuleNumber: number | undefined;
71
+ /**
72
+ * <p>The protocol number. A value of "-1" means all protocols. If you specify "-1" or a
73
+ * protocol number other than "6" (TCP), "17" (UDP), or "1" (ICMP), traffic on all ports is
74
+ * allowed, regardless of any ports or ICMP types or codes that you specify. If you specify
75
+ * protocol "58" (ICMPv6) and specify an IPv4 CIDR block, traffic for all ICMP types and
76
+ * codes allowed, regardless of any that you specify. If you specify protocol "58" (ICMPv6)
77
+ * and specify an IPv6 CIDR block, you must specify an ICMP type and code.</p>
78
+ * @public
79
+ */
80
+ Protocol: string | undefined;
81
+ /**
82
+ * <p>Indicates whether to allow or deny the traffic that matches the rule.</p>
83
+ * @public
84
+ */
85
+ RuleAction: RuleAction | undefined;
86
+ /**
87
+ * <p>Indicates whether to replace the egress rule.</p>
88
+ * <p>Default: If no value is specified, we replace the ingress rule.</p>
89
+ * @public
90
+ */
91
+ Egress: boolean | undefined;
92
+ /**
93
+ * <p>The IPv4 network range to allow or deny, in CIDR notation (for example
94
+ * <code>172.16.0.0/24</code>).</p>
95
+ * @public
96
+ */
97
+ CidrBlock?: string | undefined;
98
+ /**
99
+ * <p>The IPv6 network range to allow or deny, in CIDR notation (for example
100
+ * <code>2001:bd8:1234:1a00::/64</code>).</p>
101
+ * @public
102
+ */
103
+ Ipv6CidrBlock?: string | undefined;
104
+ /**
105
+ * <p>ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying protocol
106
+ * 1 (ICMP) or protocol 58 (ICMPv6) with an IPv6 CIDR block.</p>
107
+ * @public
108
+ */
109
+ IcmpTypeCode?: IcmpTypeCode | undefined;
110
+ /**
111
+ * <p>TCP or UDP protocols: The range of ports the rule applies to.
112
+ * Required if specifying protocol 6 (TCP) or 17 (UDP).</p>
113
+ * @public
114
+ */
115
+ PortRange?: PortRange | undefined;
116
+ }
117
+ /**
118
+ * @public
119
+ */
120
+ export interface ReplaceRouteRequest {
121
+ /**
122
+ * <p>The ID of the prefix list for the route.</p>
123
+ * @public
124
+ */
125
+ DestinationPrefixListId?: string | undefined;
126
+ /**
127
+ * <p>The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.</p>
128
+ * @public
129
+ */
130
+ VpcEndpointId?: string | undefined;
131
+ /**
132
+ * <p>Specifies whether to reset the local route to its default target (<code>local</code>).</p>
133
+ * @public
134
+ */
135
+ LocalTarget?: boolean | undefined;
136
+ /**
137
+ * <p>The ID of a transit gateway.</p>
138
+ * @public
139
+ */
140
+ TransitGatewayId?: string | undefined;
141
+ /**
142
+ * <p>The ID of the local gateway.</p>
143
+ * @public
144
+ */
145
+ LocalGatewayId?: string | undefined;
146
+ /**
147
+ * <p>[IPv4 traffic only] The ID of a carrier gateway.</p>
148
+ * @public
149
+ */
150
+ CarrierGatewayId?: string | undefined;
151
+ /**
152
+ * <p>The Amazon Resource Name (ARN) of the core network.</p>
153
+ * @public
154
+ */
155
+ CoreNetworkArn?: string | undefined;
156
+ /**
157
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
158
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
159
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
160
+ * @public
161
+ */
162
+ DryRun?: boolean | undefined;
163
+ /**
164
+ * <p>The ID of the route table.</p>
165
+ * @public
166
+ */
167
+ RouteTableId: string | undefined;
168
+ /**
169
+ * <p>The IPv4 CIDR address block used for the destination match. The value that you
170
+ * provide must match the CIDR of an existing route in the table.</p>
171
+ * @public
172
+ */
173
+ DestinationCidrBlock?: string | undefined;
174
+ /**
175
+ * <p>The ID of an internet gateway or virtual private gateway.</p>
176
+ * @public
177
+ */
178
+ GatewayId?: string | undefined;
179
+ /**
180
+ * <p>The IPv6 CIDR address block used for the destination match. The value that you
181
+ * provide must match the CIDR of an existing route in the table.</p>
182
+ * @public
183
+ */
184
+ DestinationIpv6CidrBlock?: string | undefined;
185
+ /**
186
+ * <p>[IPv6 traffic only] The ID of an egress-only internet gateway.</p>
187
+ * @public
188
+ */
189
+ EgressOnlyInternetGatewayId?: string | undefined;
190
+ /**
191
+ * <p>The ID of a NAT instance in your VPC.</p>
192
+ * @public
193
+ */
194
+ InstanceId?: string | undefined;
195
+ /**
196
+ * <p>The ID of a network interface.</p>
197
+ * @public
198
+ */
199
+ NetworkInterfaceId?: string | undefined;
200
+ /**
201
+ * <p>The ID of a VPC peering connection.</p>
202
+ * @public
203
+ */
204
+ VpcPeeringConnectionId?: string | undefined;
205
+ /**
206
+ * <p>[IPv4 traffic only] The ID of a NAT gateway.</p>
207
+ * @public
208
+ */
209
+ NatGatewayId?: string | undefined;
210
+ }
211
+ /**
212
+ * @public
213
+ */
214
+ export interface ReplaceRouteTableAssociationRequest {
215
+ /**
216
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
217
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
218
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
219
+ * @public
220
+ */
221
+ DryRun?: boolean | undefined;
222
+ /**
223
+ * <p>The association ID.</p>
224
+ * @public
225
+ */
226
+ AssociationId: string | undefined;
227
+ /**
228
+ * <p>The ID of the new route table to associate with the subnet.</p>
229
+ * @public
230
+ */
231
+ RouteTableId: string | undefined;
232
+ }
233
+ /**
234
+ * @public
235
+ */
236
+ export interface ReplaceRouteTableAssociationResult {
237
+ /**
238
+ * <p>The ID of the new association.</p>
239
+ * @public
240
+ */
241
+ NewAssociationId?: string | undefined;
242
+ /**
243
+ * <p>The state of the association.</p>
244
+ * @public
245
+ */
246
+ AssociationState?: RouteTableAssociationState | undefined;
247
+ }
248
+ /**
249
+ * @public
250
+ */
251
+ export interface ReplaceTransitGatewayRouteRequest {
252
+ /**
253
+ * <p>The CIDR range used for the destination match. Routing decisions are based on the most specific match.</p>
254
+ * @public
255
+ */
256
+ DestinationCidrBlock: string | undefined;
257
+ /**
258
+ * <p>The ID of the route table.</p>
259
+ * @public
260
+ */
261
+ TransitGatewayRouteTableId: string | undefined;
262
+ /**
263
+ * <p>The ID of the attachment.</p>
264
+ * @public
265
+ */
266
+ TransitGatewayAttachmentId?: string | undefined;
267
+ /**
268
+ * <p>Indicates whether traffic matching this route is to be dropped.</p>
269
+ * @public
270
+ */
271
+ Blackhole?: boolean | undefined;
272
+ /**
273
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
274
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
275
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
276
+ * @public
277
+ */
278
+ DryRun?: boolean | undefined;
279
+ }
280
+ /**
281
+ * @public
282
+ */
283
+ export interface ReplaceTransitGatewayRouteResult {
284
+ /**
285
+ * <p>Information about the modified route.</p>
286
+ * @public
287
+ */
288
+ Route?: TransitGatewayRoute | undefined;
289
+ }
290
+ /**
291
+ * @public
292
+ */
293
+ export interface ReplaceVpnTunnelRequest {
294
+ /**
295
+ * <p>The ID of the Site-to-Site VPN connection. </p>
296
+ * @public
297
+ */
298
+ VpnConnectionId: string | undefined;
299
+ /**
300
+ * <p>The external IP address of the VPN tunnel.</p>
301
+ * @public
302
+ */
303
+ VpnTunnelOutsideIpAddress: string | undefined;
304
+ /**
305
+ * <p>Trigger pending tunnel endpoint maintenance.</p>
306
+ * @public
307
+ */
308
+ ApplyPendingMaintenance?: boolean | undefined;
309
+ /**
310
+ * <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>
311
+ * @public
312
+ */
313
+ DryRun?: boolean | undefined;
314
+ }
315
+ /**
316
+ * @public
317
+ */
318
+ export interface ReplaceVpnTunnelResult {
319
+ /**
320
+ * <p>Confirmation of replace tunnel operation.</p>
321
+ * @public
322
+ */
323
+ Return?: boolean | undefined;
324
+ }
325
+ /**
326
+ * @public
327
+ * @enum
328
+ */
329
+ export declare const ReportInstanceReasonCodes: {
330
+ readonly instance_stuck_in_state: "instance-stuck-in-state";
331
+ readonly not_accepting_credentials: "not-accepting-credentials";
332
+ readonly other: "other";
333
+ readonly password_not_available: "password-not-available";
334
+ readonly performance_ebs_volume: "performance-ebs-volume";
335
+ readonly performance_instance_store: "performance-instance-store";
336
+ readonly performance_network: "performance-network";
337
+ readonly performance_other: "performance-other";
338
+ readonly unresponsive: "unresponsive";
339
+ };
340
+ /**
341
+ * @public
342
+ */
343
+ export type ReportInstanceReasonCodes = (typeof ReportInstanceReasonCodes)[keyof typeof ReportInstanceReasonCodes];
344
+ /**
345
+ * @public
346
+ * @enum
347
+ */
348
+ export declare const ReportStatusType: {
349
+ readonly impaired: "impaired";
350
+ readonly ok: "ok";
351
+ };
352
+ /**
353
+ * @public
354
+ */
355
+ export type ReportStatusType = (typeof ReportStatusType)[keyof typeof ReportStatusType];
356
+ /**
357
+ * @public
358
+ */
359
+ export interface ReportInstanceStatusRequest {
360
+ /**
361
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
362
+ * request, and provides an error response. If you have the required permissions, the error response is
363
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
364
+ * @public
365
+ */
366
+ DryRun?: boolean | undefined;
367
+ /**
368
+ * <p>The instances.</p>
369
+ * @public
370
+ */
371
+ Instances: string[] | undefined;
372
+ /**
373
+ * <p>The status of all instances listed.</p>
374
+ * @public
375
+ */
376
+ Status: ReportStatusType | undefined;
377
+ /**
378
+ * <p>The time at which the reported instance health state began.</p>
379
+ * @public
380
+ */
381
+ StartTime?: Date | undefined;
382
+ /**
383
+ * <p>The time at which the reported instance health state ended.</p>
384
+ * @public
385
+ */
386
+ EndTime?: Date | undefined;
387
+ /**
388
+ * <p>The reason codes that describe the health state of your instance.</p>
389
+ * <ul>
390
+ * <li>
391
+ * <p>
392
+ * <code>instance-stuck-in-state</code>: My instance is stuck in a state.</p>
393
+ * </li>
394
+ * <li>
395
+ * <p>
396
+ * <code>unresponsive</code>: My instance is unresponsive.</p>
397
+ * </li>
398
+ * <li>
399
+ * <p>
400
+ * <code>not-accepting-credentials</code>: My instance is not accepting my
401
+ * credentials.</p>
402
+ * </li>
403
+ * <li>
404
+ * <p>
405
+ * <code>password-not-available</code>: A password is not available for my
406
+ * instance.</p>
407
+ * </li>
408
+ * <li>
409
+ * <p>
410
+ * <code>performance-network</code>: My instance is experiencing performance
411
+ * problems that I believe are network related.</p>
412
+ * </li>
413
+ * <li>
414
+ * <p>
415
+ * <code>performance-instance-store</code>: My instance is experiencing performance
416
+ * problems that I believe are related to the instance stores.</p>
417
+ * </li>
418
+ * <li>
419
+ * <p>
420
+ * <code>performance-ebs-volume</code>: My instance is experiencing performance
421
+ * problems that I believe are related to an EBS volume.</p>
422
+ * </li>
423
+ * <li>
424
+ * <p>
425
+ * <code>performance-other</code>: My instance is experiencing performance
426
+ * problems.</p>
427
+ * </li>
428
+ * <li>
429
+ * <p>
430
+ * <code>other</code>: [explain using the description parameter]</p>
431
+ * </li>
432
+ * </ul>
433
+ * @public
434
+ */
435
+ ReasonCodes: ReportInstanceReasonCodes[] | undefined;
436
+ /**
437
+ * <p>Descriptive text about the health state of your instance.</p>
438
+ *
439
+ * @deprecated
440
+ * @public
441
+ */
442
+ Description?: string | undefined;
443
+ }
8
444
  /**
9
445
  * <p>Contains the parameters for RequestSpotFleet.</p>
10
446
  * @public
@@ -3060,6 +3496,10 @@ export interface WithdrawByoipCidrResult {
3060
3496
  */
3061
3497
  ByoipCidr?: ByoipCidr | undefined;
3062
3498
  }
3499
+ /**
3500
+ * @internal
3501
+ */
3502
+ export declare const ReportInstanceStatusRequestFilterSensitiveLog: (obj: ReportInstanceStatusRequest) => any;
3063
3503
  /**
3064
3504
  * @internal
3065
3505
  */
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { DescribeMacModificationTasksCommandInput, DescribeMacModificationTasksCommandOutput } from "../commands/DescribeMacModificationTasksCommand";
3
+ import { EC2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateDescribeMacModificationTasks: (config: EC2PaginationConfiguration, input: DescribeMacModificationTasksCommandInput, ...rest: any[]) => Paginator<DescribeMacModificationTasksCommandOutput>;
@@ -57,6 +57,7 @@ export * from "./DescribeLocalGatewayVirtualInterfaceGroupsPaginator";
57
57
  export * from "./DescribeLocalGatewayVirtualInterfacesPaginator";
58
58
  export * from "./DescribeLocalGatewaysPaginator";
59
59
  export * from "./DescribeMacHostsPaginator";
60
+ export * from "./DescribeMacModificationTasksPaginator";
60
61
  export * from "./DescribeManagedPrefixListsPaginator";
61
62
  export * from "./DescribeMovingAddressesPaginator";
62
63
  export * from "./DescribeNatGatewaysPaginator";
@@ -71,6 +71,7 @@ import { CreateCoipPoolCommandInput, CreateCoipPoolCommandOutput } from "../comm
71
71
  import { CreateCustomerGatewayCommandInput, CreateCustomerGatewayCommandOutput } from "../commands/CreateCustomerGatewayCommand";
72
72
  import { CreateDefaultSubnetCommandInput, CreateDefaultSubnetCommandOutput } from "../commands/CreateDefaultSubnetCommand";
73
73
  import { CreateDefaultVpcCommandInput, CreateDefaultVpcCommandOutput } from "../commands/CreateDefaultVpcCommand";
74
+ import { CreateDelegateMacVolumeOwnershipTaskCommandInput, CreateDelegateMacVolumeOwnershipTaskCommandOutput } from "../commands/CreateDelegateMacVolumeOwnershipTaskCommand";
74
75
  import { CreateDhcpOptionsCommandInput, CreateDhcpOptionsCommandOutput } from "../commands/CreateDhcpOptionsCommand";
75
76
  import { CreateEgressOnlyInternetGatewayCommandInput, CreateEgressOnlyInternetGatewayCommandOutput } from "../commands/CreateEgressOnlyInternetGatewayCommand";
76
77
  import { CreateFleetCommandInput, CreateFleetCommandOutput } from "../commands/CreateFleetCommand";
@@ -95,6 +96,7 @@ import { CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInpu
95
96
  import { CreateLocalGatewayRouteTableVpcAssociationCommandInput, CreateLocalGatewayRouteTableVpcAssociationCommandOutput } from "../commands/CreateLocalGatewayRouteTableVpcAssociationCommand";
96
97
  import { CreateLocalGatewayVirtualInterfaceCommandInput, CreateLocalGatewayVirtualInterfaceCommandOutput } from "../commands/CreateLocalGatewayVirtualInterfaceCommand";
97
98
  import { CreateLocalGatewayVirtualInterfaceGroupCommandInput, CreateLocalGatewayVirtualInterfaceGroupCommandOutput } from "../commands/CreateLocalGatewayVirtualInterfaceGroupCommand";
99
+ import { CreateMacSystemIntegrityProtectionModificationTaskCommandInput, CreateMacSystemIntegrityProtectionModificationTaskCommandOutput } from "../commands/CreateMacSystemIntegrityProtectionModificationTaskCommand";
98
100
  import { CreateManagedPrefixListCommandInput, CreateManagedPrefixListCommandOutput } from "../commands/CreateManagedPrefixListCommand";
99
101
  import { CreateNatGatewayCommandInput, CreateNatGatewayCommandOutput } from "../commands/CreateNatGatewayCommand";
100
102
  import { CreateNetworkAclCommandInput, CreateNetworkAclCommandOutput } from "../commands/CreateNetworkAclCommand";
@@ -319,6 +321,7 @@ import { DescribeLocalGatewayVirtualInterfaceGroupsCommandInput, DescribeLocalGa
319
321
  import { DescribeLocalGatewayVirtualInterfacesCommandInput, DescribeLocalGatewayVirtualInterfacesCommandOutput } from "../commands/DescribeLocalGatewayVirtualInterfacesCommand";
320
322
  import { DescribeLockedSnapshotsCommandInput, DescribeLockedSnapshotsCommandOutput } from "../commands/DescribeLockedSnapshotsCommand";
321
323
  import { DescribeMacHostsCommandInput, DescribeMacHostsCommandOutput } from "../commands/DescribeMacHostsCommand";
324
+ import { DescribeMacModificationTasksCommandInput, DescribeMacModificationTasksCommandOutput } from "../commands/DescribeMacModificationTasksCommand";
322
325
  import { DescribeManagedPrefixListsCommandInput, DescribeManagedPrefixListsCommandOutput } from "../commands/DescribeManagedPrefixListsCommand";
323
326
  import { DescribeMovingAddressesCommandInput, DescribeMovingAddressesCommandOutput } from "../commands/DescribeMovingAddressesCommand";
324
327
  import { DescribeNatGatewaysCommandInput, DescribeNatGatewaysCommandOutput } from "../commands/DescribeNatGatewaysCommand";
@@ -965,6 +968,10 @@ export declare const se_CreateDefaultSubnetCommand: (input: CreateDefaultSubnetC
965
968
  * serializeAws_ec2CreateDefaultVpcCommand
966
969
  */
967
970
  export declare const se_CreateDefaultVpcCommand: (input: CreateDefaultVpcCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
971
+ /**
972
+ * serializeAws_ec2CreateDelegateMacVolumeOwnershipTaskCommand
973
+ */
974
+ export declare const se_CreateDelegateMacVolumeOwnershipTaskCommand: (input: CreateDelegateMacVolumeOwnershipTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
968
975
  /**
969
976
  * serializeAws_ec2CreateDhcpOptionsCommand
970
977
  */
@@ -1061,6 +1068,10 @@ export declare const se_CreateLocalGatewayVirtualInterfaceCommand: (input: Creat
1061
1068
  * serializeAws_ec2CreateLocalGatewayVirtualInterfaceGroupCommand
1062
1069
  */
1063
1070
  export declare const se_CreateLocalGatewayVirtualInterfaceGroupCommand: (input: CreateLocalGatewayVirtualInterfaceGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1071
+ /**
1072
+ * serializeAws_ec2CreateMacSystemIntegrityProtectionModificationTaskCommand
1073
+ */
1074
+ export declare const se_CreateMacSystemIntegrityProtectionModificationTaskCommand: (input: CreateMacSystemIntegrityProtectionModificationTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1064
1075
  /**
1065
1076
  * serializeAws_ec2CreateManagedPrefixListCommand
1066
1077
  */
@@ -1957,6 +1968,10 @@ export declare const se_DescribeLockedSnapshotsCommand: (input: DescribeLockedSn
1957
1968
  * serializeAws_ec2DescribeMacHostsCommand
1958
1969
  */
1959
1970
  export declare const se_DescribeMacHostsCommand: (input: DescribeMacHostsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1971
+ /**
1972
+ * serializeAws_ec2DescribeMacModificationTasksCommand
1973
+ */
1974
+ export declare const se_DescribeMacModificationTasksCommand: (input: DescribeMacModificationTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1960
1975
  /**
1961
1976
  * serializeAws_ec2DescribeManagedPrefixListsCommand
1962
1977
  */
@@ -3689,6 +3704,10 @@ export declare const de_CreateDefaultSubnetCommand: (output: __HttpResponse, con
3689
3704
  * deserializeAws_ec2CreateDefaultVpcCommand
3690
3705
  */
3691
3706
  export declare const de_CreateDefaultVpcCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDefaultVpcCommandOutput>;
3707
+ /**
3708
+ * deserializeAws_ec2CreateDelegateMacVolumeOwnershipTaskCommand
3709
+ */
3710
+ export declare const de_CreateDelegateMacVolumeOwnershipTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDelegateMacVolumeOwnershipTaskCommandOutput>;
3692
3711
  /**
3693
3712
  * deserializeAws_ec2CreateDhcpOptionsCommand
3694
3713
  */
@@ -3785,6 +3804,10 @@ export declare const de_CreateLocalGatewayVirtualInterfaceCommand: (output: __Ht
3785
3804
  * deserializeAws_ec2CreateLocalGatewayVirtualInterfaceGroupCommand
3786
3805
  */
3787
3806
  export declare const de_CreateLocalGatewayVirtualInterfaceGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocalGatewayVirtualInterfaceGroupCommandOutput>;
3807
+ /**
3808
+ * deserializeAws_ec2CreateMacSystemIntegrityProtectionModificationTaskCommand
3809
+ */
3810
+ export declare const de_CreateMacSystemIntegrityProtectionModificationTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMacSystemIntegrityProtectionModificationTaskCommandOutput>;
3788
3811
  /**
3789
3812
  * deserializeAws_ec2CreateManagedPrefixListCommand
3790
3813
  */
@@ -4681,6 +4704,10 @@ export declare const de_DescribeLockedSnapshotsCommand: (output: __HttpResponse,
4681
4704
  * deserializeAws_ec2DescribeMacHostsCommand
4682
4705
  */
4683
4706
  export declare const de_DescribeMacHostsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMacHostsCommandOutput>;
4707
+ /**
4708
+ * deserializeAws_ec2DescribeMacModificationTasksCommand
4709
+ */
4710
+ export declare const de_DescribeMacModificationTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMacModificationTasksCommandOutput>;
4684
4711
  /**
4685
4712
  * deserializeAws_ec2DescribeManagedPrefixListsCommand
4686
4713
  */
@@ -283,6 +283,10 @@ import {
283
283
  CreateDefaultVpcCommandInput,
284
284
  CreateDefaultVpcCommandOutput,
285
285
  } from "./commands/CreateDefaultVpcCommand";
286
+ import {
287
+ CreateDelegateMacVolumeOwnershipTaskCommandInput,
288
+ CreateDelegateMacVolumeOwnershipTaskCommandOutput,
289
+ } from "./commands/CreateDelegateMacVolumeOwnershipTaskCommand";
286
290
  import {
287
291
  CreateDhcpOptionsCommandInput,
288
292
  CreateDhcpOptionsCommandOutput,
@@ -379,6 +383,10 @@ import {
379
383
  CreateLocalGatewayVirtualInterfaceGroupCommandInput,
380
384
  CreateLocalGatewayVirtualInterfaceGroupCommandOutput,
381
385
  } from "./commands/CreateLocalGatewayVirtualInterfaceGroupCommand";
386
+ import {
387
+ CreateMacSystemIntegrityProtectionModificationTaskCommandInput,
388
+ CreateMacSystemIntegrityProtectionModificationTaskCommandOutput,
389
+ } from "./commands/CreateMacSystemIntegrityProtectionModificationTaskCommand";
382
390
  import {
383
391
  CreateManagedPrefixListCommandInput,
384
392
  CreateManagedPrefixListCommandOutput,
@@ -1275,6 +1283,10 @@ import {
1275
1283
  DescribeMacHostsCommandInput,
1276
1284
  DescribeMacHostsCommandOutput,
1277
1285
  } from "./commands/DescribeMacHostsCommand";
1286
+ import {
1287
+ DescribeMacModificationTasksCommandInput,
1288
+ DescribeMacModificationTasksCommandOutput,
1289
+ } from "./commands/DescribeMacModificationTasksCommand";
1278
1290
  import {
1279
1291
  DescribeManagedPrefixListsCommandInput,
1280
1292
  DescribeManagedPrefixListsCommandOutput,
@@ -3733,6 +3745,25 @@ export interface EC2 {
3733
3745
  options: __HttpHandlerOptions,
3734
3746
  cb: (err: any, data?: CreateDefaultVpcCommandOutput) => void
3735
3747
  ): void;
3748
+ createDelegateMacVolumeOwnershipTask(
3749
+ args: CreateDelegateMacVolumeOwnershipTaskCommandInput,
3750
+ options?: __HttpHandlerOptions
3751
+ ): Promise<CreateDelegateMacVolumeOwnershipTaskCommandOutput>;
3752
+ createDelegateMacVolumeOwnershipTask(
3753
+ args: CreateDelegateMacVolumeOwnershipTaskCommandInput,
3754
+ cb: (
3755
+ err: any,
3756
+ data?: CreateDelegateMacVolumeOwnershipTaskCommandOutput
3757
+ ) => void
3758
+ ): void;
3759
+ createDelegateMacVolumeOwnershipTask(
3760
+ args: CreateDelegateMacVolumeOwnershipTaskCommandInput,
3761
+ options: __HttpHandlerOptions,
3762
+ cb: (
3763
+ err: any,
3764
+ data?: CreateDelegateMacVolumeOwnershipTaskCommandOutput
3765
+ ) => void
3766
+ ): void;
3736
3767
  createDhcpOptions(
3737
3768
  args: CreateDhcpOptionsCommandInput,
3738
3769
  options?: __HttpHandlerOptions
@@ -4079,6 +4110,25 @@ export interface EC2 {
4079
4110
  data?: CreateLocalGatewayVirtualInterfaceGroupCommandOutput
4080
4111
  ) => void
4081
4112
  ): void;
4113
+ createMacSystemIntegrityProtectionModificationTask(
4114
+ args: CreateMacSystemIntegrityProtectionModificationTaskCommandInput,
4115
+ options?: __HttpHandlerOptions
4116
+ ): Promise<CreateMacSystemIntegrityProtectionModificationTaskCommandOutput>;
4117
+ createMacSystemIntegrityProtectionModificationTask(
4118
+ args: CreateMacSystemIntegrityProtectionModificationTaskCommandInput,
4119
+ cb: (
4120
+ err: any,
4121
+ data?: CreateMacSystemIntegrityProtectionModificationTaskCommandOutput
4122
+ ) => void
4123
+ ): void;
4124
+ createMacSystemIntegrityProtectionModificationTask(
4125
+ args: CreateMacSystemIntegrityProtectionModificationTaskCommandInput,
4126
+ options: __HttpHandlerOptions,
4127
+ cb: (
4128
+ err: any,
4129
+ data?: CreateMacSystemIntegrityProtectionModificationTaskCommandOutput
4130
+ ) => void
4131
+ ): void;
4082
4132
  createManagedPrefixList(
4083
4133
  args: CreateManagedPrefixListCommandInput,
4084
4134
  options?: __HttpHandlerOptions
@@ -7335,6 +7385,20 @@ export interface EC2 {
7335
7385
  options: __HttpHandlerOptions,
7336
7386
  cb: (err: any, data?: DescribeMacHostsCommandOutput) => void
7337
7387
  ): void;
7388
+ describeMacModificationTasks(): Promise<DescribeMacModificationTasksCommandOutput>;
7389
+ describeMacModificationTasks(
7390
+ args: DescribeMacModificationTasksCommandInput,
7391
+ options?: __HttpHandlerOptions
7392
+ ): Promise<DescribeMacModificationTasksCommandOutput>;
7393
+ describeMacModificationTasks(
7394
+ args: DescribeMacModificationTasksCommandInput,
7395
+ cb: (err: any, data?: DescribeMacModificationTasksCommandOutput) => void
7396
+ ): void;
7397
+ describeMacModificationTasks(
7398
+ args: DescribeMacModificationTasksCommandInput,
7399
+ options: __HttpHandlerOptions,
7400
+ cb: (err: any, data?: DescribeMacModificationTasksCommandOutput) => void
7401
+ ): void;
7338
7402
  describeManagedPrefixLists(): Promise<DescribeManagedPrefixListsCommandOutput>;
7339
7403
  describeManagedPrefixLists(
7340
7404
  args: DescribeManagedPrefixListsCommandInput,