@aws-sdk/client-ec2 3.810.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 +5 -5
@@ -1,10 +1,414 @@
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 ReplaceNetworkAclAssociationResult {
12
+ /**
13
+ * <p>The ID of the new association.</p>
14
+ * @public
15
+ */
16
+ NewAssociationId?: string | undefined;
17
+ }
18
+ /**
19
+ * @public
20
+ */
21
+ export interface ReplaceNetworkAclEntryRequest {
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 ACL.</p>
31
+ * @public
32
+ */
33
+ NetworkAclId: string | undefined;
34
+ /**
35
+ * <p>The rule number of the entry to replace.</p>
36
+ * @public
37
+ */
38
+ RuleNumber: number | undefined;
39
+ /**
40
+ * <p>The protocol number. A value of "-1" means all protocols. If you specify "-1" or a
41
+ * protocol number other than "6" (TCP), "17" (UDP), or "1" (ICMP), traffic on all ports is
42
+ * allowed, regardless of any ports or ICMP types or codes that you specify. If you specify
43
+ * protocol "58" (ICMPv6) and specify an IPv4 CIDR block, traffic for all ICMP types and
44
+ * codes allowed, regardless of any that you specify. If you specify protocol "58" (ICMPv6)
45
+ * and specify an IPv6 CIDR block, you must specify an ICMP type and code.</p>
46
+ * @public
47
+ */
48
+ Protocol: string | undefined;
49
+ /**
50
+ * <p>Indicates whether to allow or deny the traffic that matches the rule.</p>
51
+ * @public
52
+ */
53
+ RuleAction: RuleAction | undefined;
54
+ /**
55
+ * <p>Indicates whether to replace the egress rule.</p>
56
+ * <p>Default: If no value is specified, we replace the ingress rule.</p>
57
+ * @public
58
+ */
59
+ Egress: boolean | undefined;
60
+ /**
61
+ * <p>The IPv4 network range to allow or deny, in CIDR notation (for example
62
+ * <code>172.16.0.0/24</code>).</p>
63
+ * @public
64
+ */
65
+ CidrBlock?: string | undefined;
66
+ /**
67
+ * <p>The IPv6 network range to allow or deny, in CIDR notation (for example
68
+ * <code>2001:bd8:1234:1a00::/64</code>).</p>
69
+ * @public
70
+ */
71
+ Ipv6CidrBlock?: string | undefined;
72
+ /**
73
+ * <p>ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying protocol
74
+ * 1 (ICMP) or protocol 58 (ICMPv6) with an IPv6 CIDR block.</p>
75
+ * @public
76
+ */
77
+ IcmpTypeCode?: IcmpTypeCode | undefined;
78
+ /**
79
+ * <p>TCP or UDP protocols: The range of ports the rule applies to.
80
+ * Required if specifying protocol 6 (TCP) or 17 (UDP).</p>
81
+ * @public
82
+ */
83
+ PortRange?: PortRange | undefined;
84
+ }
85
+ /**
86
+ * @public
87
+ */
88
+ export interface ReplaceRouteRequest {
89
+ /**
90
+ * <p>The ID of the prefix list for the route.</p>
91
+ * @public
92
+ */
93
+ DestinationPrefixListId?: string | undefined;
94
+ /**
95
+ * <p>The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.</p>
96
+ * @public
97
+ */
98
+ VpcEndpointId?: string | undefined;
99
+ /**
100
+ * <p>Specifies whether to reset the local route to its default target (<code>local</code>).</p>
101
+ * @public
102
+ */
103
+ LocalTarget?: boolean | undefined;
104
+ /**
105
+ * <p>The ID of a transit gateway.</p>
106
+ * @public
107
+ */
108
+ TransitGatewayId?: string | undefined;
109
+ /**
110
+ * <p>The ID of the local gateway.</p>
111
+ * @public
112
+ */
113
+ LocalGatewayId?: string | undefined;
114
+ /**
115
+ * <p>[IPv4 traffic only] The ID of a carrier gateway.</p>
116
+ * @public
117
+ */
118
+ CarrierGatewayId?: string | undefined;
119
+ /**
120
+ * <p>The Amazon Resource Name (ARN) of the core network.</p>
121
+ * @public
122
+ */
123
+ CoreNetworkArn?: string | undefined;
124
+ /**
125
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
126
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
127
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
128
+ * @public
129
+ */
130
+ DryRun?: boolean | undefined;
131
+ /**
132
+ * <p>The ID of the route table.</p>
133
+ * @public
134
+ */
135
+ RouteTableId: string | undefined;
136
+ /**
137
+ * <p>The IPv4 CIDR address block used for the destination match. The value that you
138
+ * provide must match the CIDR of an existing route in the table.</p>
139
+ * @public
140
+ */
141
+ DestinationCidrBlock?: string | undefined;
142
+ /**
143
+ * <p>The ID of an internet gateway or virtual private gateway.</p>
144
+ * @public
145
+ */
146
+ GatewayId?: string | undefined;
147
+ /**
148
+ * <p>The IPv6 CIDR address block used for the destination match. The value that you
149
+ * provide must match the CIDR of an existing route in the table.</p>
150
+ * @public
151
+ */
152
+ DestinationIpv6CidrBlock?: string | undefined;
153
+ /**
154
+ * <p>[IPv6 traffic only] The ID of an egress-only internet gateway.</p>
155
+ * @public
156
+ */
157
+ EgressOnlyInternetGatewayId?: string | undefined;
158
+ /**
159
+ * <p>The ID of a NAT instance in your VPC.</p>
160
+ * @public
161
+ */
162
+ InstanceId?: string | undefined;
163
+ /**
164
+ * <p>The ID of a network interface.</p>
165
+ * @public
166
+ */
167
+ NetworkInterfaceId?: string | undefined;
168
+ /**
169
+ * <p>The ID of a VPC peering connection.</p>
170
+ * @public
171
+ */
172
+ VpcPeeringConnectionId?: string | undefined;
173
+ /**
174
+ * <p>[IPv4 traffic only] The ID of a NAT gateway.</p>
175
+ * @public
176
+ */
177
+ NatGatewayId?: string | undefined;
178
+ }
179
+ /**
180
+ * @public
181
+ */
182
+ export interface ReplaceRouteTableAssociationRequest {
183
+ /**
184
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
185
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
186
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
187
+ * @public
188
+ */
189
+ DryRun?: boolean | undefined;
190
+ /**
191
+ * <p>The association ID.</p>
192
+ * @public
193
+ */
194
+ AssociationId: string | undefined;
195
+ /**
196
+ * <p>The ID of the new route table to associate with the subnet.</p>
197
+ * @public
198
+ */
199
+ RouteTableId: string | undefined;
200
+ }
201
+ /**
202
+ * @public
203
+ */
204
+ export interface ReplaceRouteTableAssociationResult {
205
+ /**
206
+ * <p>The ID of the new association.</p>
207
+ * @public
208
+ */
209
+ NewAssociationId?: string | undefined;
210
+ /**
211
+ * <p>The state of the association.</p>
212
+ * @public
213
+ */
214
+ AssociationState?: RouteTableAssociationState | undefined;
215
+ }
216
+ /**
217
+ * @public
218
+ */
219
+ export interface ReplaceTransitGatewayRouteRequest {
220
+ /**
221
+ * <p>The CIDR range used for the destination match. Routing decisions are based on the most specific match.</p>
222
+ * @public
223
+ */
224
+ DestinationCidrBlock: string | undefined;
225
+ /**
226
+ * <p>The ID of the route table.</p>
227
+ * @public
228
+ */
229
+ TransitGatewayRouteTableId: string | undefined;
230
+ /**
231
+ * <p>The ID of the attachment.</p>
232
+ * @public
233
+ */
234
+ TransitGatewayAttachmentId?: string | undefined;
235
+ /**
236
+ * <p>Indicates whether traffic matching this route is to be dropped.</p>
237
+ * @public
238
+ */
239
+ Blackhole?: boolean | undefined;
240
+ /**
241
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
242
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
243
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
244
+ * @public
245
+ */
246
+ DryRun?: boolean | undefined;
247
+ }
248
+ /**
249
+ * @public
250
+ */
251
+ export interface ReplaceTransitGatewayRouteResult {
252
+ /**
253
+ * <p>Information about the modified route.</p>
254
+ * @public
255
+ */
256
+ Route?: TransitGatewayRoute | undefined;
257
+ }
258
+ /**
259
+ * @public
260
+ */
261
+ export interface ReplaceVpnTunnelRequest {
262
+ /**
263
+ * <p>The ID of the Site-to-Site VPN connection. </p>
264
+ * @public
265
+ */
266
+ VpnConnectionId: string | undefined;
267
+ /**
268
+ * <p>The external IP address of the VPN tunnel.</p>
269
+ * @public
270
+ */
271
+ VpnTunnelOutsideIpAddress: string | undefined;
272
+ /**
273
+ * <p>Trigger pending tunnel endpoint maintenance.</p>
274
+ * @public
275
+ */
276
+ ApplyPendingMaintenance?: boolean | undefined;
277
+ /**
278
+ * <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>
279
+ * @public
280
+ */
281
+ DryRun?: boolean | undefined;
282
+ }
283
+ /**
284
+ * @public
285
+ */
286
+ export interface ReplaceVpnTunnelResult {
287
+ /**
288
+ * <p>Confirmation of replace tunnel operation.</p>
289
+ * @public
290
+ */
291
+ Return?: boolean | undefined;
292
+ }
293
+ /**
294
+ * @public
295
+ * @enum
296
+ */
297
+ export declare const ReportInstanceReasonCodes: {
298
+ readonly instance_stuck_in_state: "instance-stuck-in-state";
299
+ readonly not_accepting_credentials: "not-accepting-credentials";
300
+ readonly other: "other";
301
+ readonly password_not_available: "password-not-available";
302
+ readonly performance_ebs_volume: "performance-ebs-volume";
303
+ readonly performance_instance_store: "performance-instance-store";
304
+ readonly performance_network: "performance-network";
305
+ readonly performance_other: "performance-other";
306
+ readonly unresponsive: "unresponsive";
307
+ };
308
+ /**
309
+ * @public
310
+ */
311
+ export type ReportInstanceReasonCodes = (typeof ReportInstanceReasonCodes)[keyof typeof ReportInstanceReasonCodes];
312
+ /**
313
+ * @public
314
+ * @enum
315
+ */
316
+ export declare const ReportStatusType: {
317
+ readonly impaired: "impaired";
318
+ readonly ok: "ok";
319
+ };
320
+ /**
321
+ * @public
322
+ */
323
+ export type ReportStatusType = (typeof ReportStatusType)[keyof typeof ReportStatusType];
324
+ /**
325
+ * @public
326
+ */
327
+ export interface ReportInstanceStatusRequest {
328
+ /**
329
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
330
+ * request, and provides an error response. If you have the required permissions, the error response is
331
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
332
+ * @public
333
+ */
334
+ DryRun?: boolean | undefined;
335
+ /**
336
+ * <p>The instances.</p>
337
+ * @public
338
+ */
339
+ Instances: string[] | undefined;
340
+ /**
341
+ * <p>The status of all instances listed.</p>
342
+ * @public
343
+ */
344
+ Status: ReportStatusType | undefined;
345
+ /**
346
+ * <p>The time at which the reported instance health state began.</p>
347
+ * @public
348
+ */
349
+ StartTime?: Date | undefined;
350
+ /**
351
+ * <p>The time at which the reported instance health state ended.</p>
352
+ * @public
353
+ */
354
+ EndTime?: Date | undefined;
355
+ /**
356
+ * <p>The reason codes that describe the health state of your instance.</p>
357
+ * <ul>
358
+ * <li>
359
+ * <p>
360
+ * <code>instance-stuck-in-state</code>: My instance is stuck in a state.</p>
361
+ * </li>
362
+ * <li>
363
+ * <p>
364
+ * <code>unresponsive</code>: My instance is unresponsive.</p>
365
+ * </li>
366
+ * <li>
367
+ * <p>
368
+ * <code>not-accepting-credentials</code>: My instance is not accepting my
369
+ * credentials.</p>
370
+ * </li>
371
+ * <li>
372
+ * <p>
373
+ * <code>password-not-available</code>: A password is not available for my
374
+ * instance.</p>
375
+ * </li>
376
+ * <li>
377
+ * <p>
378
+ * <code>performance-network</code>: My instance is experiencing performance
379
+ * problems that I believe are network related.</p>
380
+ * </li>
381
+ * <li>
382
+ * <p>
383
+ * <code>performance-instance-store</code>: My instance is experiencing performance
384
+ * problems that I believe are related to the instance stores.</p>
385
+ * </li>
386
+ * <li>
387
+ * <p>
388
+ * <code>performance-ebs-volume</code>: My instance is experiencing performance
389
+ * problems that I believe are related to an EBS volume.</p>
390
+ * </li>
391
+ * <li>
392
+ * <p>
393
+ * <code>performance-other</code>: My instance is experiencing performance
394
+ * problems.</p>
395
+ * </li>
396
+ * <li>
397
+ * <p>
398
+ * <code>other</code>: [explain using the description parameter]</p>
399
+ * </li>
400
+ * </ul>
401
+ * @public
402
+ */
403
+ ReasonCodes: ReportInstanceReasonCodes[] | undefined;
404
+ /**
405
+ * <p>Descriptive text about the health state of your instance.</p>
406
+ *
407
+ * @deprecated
408
+ * @public
409
+ */
410
+ Description?: string | undefined;
411
+ }
8
412
  /**
9
413
  * <p>Contains the parameters for RequestSpotFleet.</p>
10
414
  * @public
@@ -3060,6 +3464,10 @@ export interface WithdrawByoipCidrResult {
3060
3464
  */
3061
3465
  ByoipCidr?: ByoipCidr | undefined;
3062
3466
  }
3467
+ /**
3468
+ * @internal
3469
+ */
3470
+ export declare const ReportInstanceStatusRequestFilterSensitiveLog: (obj: ReportInstanceStatusRequest) => any;
3063
3471
  /**
3064
3472
  * @internal
3065
3473
  */
@@ -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,