@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
@@ -329,6 +329,10 @@ import {
329
329
  CreateDefaultVpcCommandInput,
330
330
  CreateDefaultVpcCommandOutput,
331
331
  } from "./commands/CreateDefaultVpcCommand";
332
+ import {
333
+ CreateDelegateMacVolumeOwnershipTaskCommandInput,
334
+ CreateDelegateMacVolumeOwnershipTaskCommandOutput,
335
+ } from "./commands/CreateDelegateMacVolumeOwnershipTaskCommand";
332
336
  import {
333
337
  CreateDhcpOptionsCommandInput,
334
338
  CreateDhcpOptionsCommandOutput,
@@ -425,6 +429,10 @@ import {
425
429
  CreateLocalGatewayVirtualInterfaceGroupCommandInput,
426
430
  CreateLocalGatewayVirtualInterfaceGroupCommandOutput,
427
431
  } from "./commands/CreateLocalGatewayVirtualInterfaceGroupCommand";
432
+ import {
433
+ CreateMacSystemIntegrityProtectionModificationTaskCommandInput,
434
+ CreateMacSystemIntegrityProtectionModificationTaskCommandOutput,
435
+ } from "./commands/CreateMacSystemIntegrityProtectionModificationTaskCommand";
428
436
  import {
429
437
  CreateManagedPrefixListCommandInput,
430
438
  CreateManagedPrefixListCommandOutput,
@@ -1321,6 +1329,10 @@ import {
1321
1329
  DescribeMacHostsCommandInput,
1322
1330
  DescribeMacHostsCommandOutput,
1323
1331
  } from "./commands/DescribeMacHostsCommand";
1332
+ import {
1333
+ DescribeMacModificationTasksCommandInput,
1334
+ DescribeMacModificationTasksCommandOutput,
1335
+ } from "./commands/DescribeMacModificationTasksCommand";
1324
1336
  import {
1325
1337
  DescribeManagedPrefixListsCommandInput,
1326
1338
  DescribeManagedPrefixListsCommandOutput,
@@ -2848,6 +2860,7 @@ export type ServiceInputTypes =
2848
2860
  | CreateCustomerGatewayCommandInput
2849
2861
  | CreateDefaultSubnetCommandInput
2850
2862
  | CreateDefaultVpcCommandInput
2863
+ | CreateDelegateMacVolumeOwnershipTaskCommandInput
2851
2864
  | CreateDhcpOptionsCommandInput
2852
2865
  | CreateEgressOnlyInternetGatewayCommandInput
2853
2866
  | CreateFleetCommandInput
@@ -2872,6 +2885,7 @@ export type ServiceInputTypes =
2872
2885
  | CreateLocalGatewayRouteTableVpcAssociationCommandInput
2873
2886
  | CreateLocalGatewayVirtualInterfaceCommandInput
2874
2887
  | CreateLocalGatewayVirtualInterfaceGroupCommandInput
2888
+ | CreateMacSystemIntegrityProtectionModificationTaskCommandInput
2875
2889
  | CreateManagedPrefixListCommandInput
2876
2890
  | CreateNatGatewayCommandInput
2877
2891
  | CreateNetworkAclCommandInput
@@ -3096,6 +3110,7 @@ export type ServiceInputTypes =
3096
3110
  | DescribeLocalGatewaysCommandInput
3097
3111
  | DescribeLockedSnapshotsCommandInput
3098
3112
  | DescribeMacHostsCommandInput
3113
+ | DescribeMacModificationTasksCommandInput
3099
3114
  | DescribeManagedPrefixListsCommandInput
3100
3115
  | DescribeMovingAddressesCommandInput
3101
3116
  | DescribeNatGatewaysCommandInput
@@ -3530,6 +3545,7 @@ export type ServiceOutputTypes =
3530
3545
  | CreateCustomerGatewayCommandOutput
3531
3546
  | CreateDefaultSubnetCommandOutput
3532
3547
  | CreateDefaultVpcCommandOutput
3548
+ | CreateDelegateMacVolumeOwnershipTaskCommandOutput
3533
3549
  | CreateDhcpOptionsCommandOutput
3534
3550
  | CreateEgressOnlyInternetGatewayCommandOutput
3535
3551
  | CreateFleetCommandOutput
@@ -3554,6 +3570,7 @@ export type ServiceOutputTypes =
3554
3570
  | CreateLocalGatewayRouteTableVpcAssociationCommandOutput
3555
3571
  | CreateLocalGatewayVirtualInterfaceCommandOutput
3556
3572
  | CreateLocalGatewayVirtualInterfaceGroupCommandOutput
3573
+ | CreateMacSystemIntegrityProtectionModificationTaskCommandOutput
3557
3574
  | CreateManagedPrefixListCommandOutput
3558
3575
  | CreateNatGatewayCommandOutput
3559
3576
  | CreateNetworkAclCommandOutput
@@ -3778,6 +3795,7 @@ export type ServiceOutputTypes =
3778
3795
  | DescribeLocalGatewaysCommandOutput
3779
3796
  | DescribeLockedSnapshotsCommandOutput
3780
3797
  | DescribeMacHostsCommandOutput
3798
+ | DescribeMacModificationTasksCommandOutput
3781
3799
  | DescribeManagedPrefixListsCommandOutput
3782
3800
  | DescribeMovingAddressesCommandOutput
3783
3801
  | DescribeNatGatewaysCommandOutput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ CreateDelegateMacVolumeOwnershipTaskRequest,
10
+ CreateDelegateMacVolumeOwnershipTaskResult,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateDelegateMacVolumeOwnershipTaskCommandInput
15
+ extends CreateDelegateMacVolumeOwnershipTaskRequest {}
16
+ export interface CreateDelegateMacVolumeOwnershipTaskCommandOutput
17
+ extends CreateDelegateMacVolumeOwnershipTaskResult,
18
+ __MetadataBearer {}
19
+ declare const CreateDelegateMacVolumeOwnershipTaskCommand_base: {
20
+ new (
21
+ input: CreateDelegateMacVolumeOwnershipTaskCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateDelegateMacVolumeOwnershipTaskCommandInput,
24
+ CreateDelegateMacVolumeOwnershipTaskCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateDelegateMacVolumeOwnershipTaskCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateDelegateMacVolumeOwnershipTaskCommandInput,
33
+ CreateDelegateMacVolumeOwnershipTaskCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateDelegateMacVolumeOwnershipTaskCommand extends CreateDelegateMacVolumeOwnershipTaskCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateDelegateMacVolumeOwnershipTaskRequest;
44
+ output: CreateDelegateMacVolumeOwnershipTaskResult;
45
+ };
46
+ sdk: {
47
+ input: CreateDelegateMacVolumeOwnershipTaskCommandInput;
48
+ output: CreateDelegateMacVolumeOwnershipTaskCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ CreateMacSystemIntegrityProtectionModificationTaskRequest,
10
+ CreateMacSystemIntegrityProtectionModificationTaskResult,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateMacSystemIntegrityProtectionModificationTaskCommandInput
15
+ extends CreateMacSystemIntegrityProtectionModificationTaskRequest {}
16
+ export interface CreateMacSystemIntegrityProtectionModificationTaskCommandOutput
17
+ extends CreateMacSystemIntegrityProtectionModificationTaskResult,
18
+ __MetadataBearer {}
19
+ declare const CreateMacSystemIntegrityProtectionModificationTaskCommand_base: {
20
+ new (
21
+ input: CreateMacSystemIntegrityProtectionModificationTaskCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateMacSystemIntegrityProtectionModificationTaskCommandInput,
24
+ CreateMacSystemIntegrityProtectionModificationTaskCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateMacSystemIntegrityProtectionModificationTaskCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateMacSystemIntegrityProtectionModificationTaskCommandInput,
33
+ CreateMacSystemIntegrityProtectionModificationTaskCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateMacSystemIntegrityProtectionModificationTaskCommand extends CreateMacSystemIntegrityProtectionModificationTaskCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateMacSystemIntegrityProtectionModificationTaskRequest;
44
+ output: CreateMacSystemIntegrityProtectionModificationTaskResult;
45
+ };
46
+ sdk: {
47
+ input: CreateMacSystemIntegrityProtectionModificationTaskCommandInput;
48
+ output: CreateMacSystemIntegrityProtectionModificationTaskCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- CreateVpcEndpointConnectionNotificationRequest,
10
- CreateVpcEndpointConnectionNotificationResult,
11
- } from "../models/models_2";
8
+ import { CreateVpcEndpointConnectionNotificationRequest } from "../models/models_2";
9
+ import { CreateVpcEndpointConnectionNotificationResult } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface CreateVpcEndpointConnectionNotificationCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { CreateVpcEndpointServiceConfigurationRequest } from "../models/models_2";
9
- import { CreateVpcEndpointServiceConfigurationResult } from "../models/models_3";
8
+ import {
9
+ CreateVpcEndpointServiceConfigurationRequest,
10
+ CreateVpcEndpointServiceConfigurationResult,
11
+ } from "../models/models_3";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface CreateVpcEndpointServiceConfigurationCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeLaunchTemplateVersionsRequest,
10
10
  DescribeLaunchTemplateVersionsResult,
11
- } from "../models/models_4";
11
+ } from "../models/models_5";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeLaunchTemplateVersionsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest,
10
10
  DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult,
11
- } from "../models/models_4";
11
+ } from "../models/models_5";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeLocalGatewayRouteTableVpcAssociationsRequest,
10
10
  DescribeLocalGatewayRouteTableVpcAssociationsResult,
11
- } from "../models/models_4";
11
+ } from "../models/models_5";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeLocalGatewayRouteTableVpcAssociationsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeLocalGatewayRouteTablesRequest,
10
10
  DescribeLocalGatewayRouteTablesResult,
11
- } from "../models/models_4";
11
+ } from "../models/models_5";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeLocalGatewayRouteTablesCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DescribeLocalGatewayVirtualInterfaceGroupsRequest } from "../models/models_4";
9
- import { DescribeLocalGatewayVirtualInterfaceGroupsResult } from "../models/models_5";
8
+ import {
9
+ DescribeLocalGatewayVirtualInterfaceGroupsRequest,
10
+ DescribeLocalGatewayVirtualInterfaceGroupsResult,
11
+ } from "../models/models_5";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DescribeLocalGatewayVirtualInterfaceGroupsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeLocalGatewaysRequest,
10
10
  DescribeLocalGatewaysResult,
11
- } from "../models/models_4";
11
+ } from "../models/models_5";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeLocalGatewaysCommandInput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ DescribeMacModificationTasksRequest,
10
+ DescribeMacModificationTasksResult,
11
+ } from "../models/models_5";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeMacModificationTasksCommandInput
15
+ extends DescribeMacModificationTasksRequest {}
16
+ export interface DescribeMacModificationTasksCommandOutput
17
+ extends DescribeMacModificationTasksResult,
18
+ __MetadataBearer {}
19
+ declare const DescribeMacModificationTasksCommand_base: {
20
+ new (
21
+ input: DescribeMacModificationTasksCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeMacModificationTasksCommandInput,
24
+ DescribeMacModificationTasksCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [DescribeMacModificationTasksCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeMacModificationTasksCommandInput,
33
+ DescribeMacModificationTasksCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeMacModificationTasksCommand extends DescribeMacModificationTasksCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeMacModificationTasksRequest;
44
+ output: DescribeMacModificationTasksResult;
45
+ };
46
+ sdk: {
47
+ input: DescribeMacModificationTasksCommandInput;
48
+ output: DescribeMacModificationTasksCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DescribeVpnGatewaysRequest,
10
- DescribeVpnGatewaysResult,
11
- } from "../models/models_5";
8
+ import { DescribeVpnGatewaysRequest } from "../models/models_5";
9
+ import { DescribeVpnGatewaysResult } from "../models/models_6";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DescribeVpnGatewaysCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DetachClassicLinkVpcRequest,
10
10
  DetachClassicLinkVpcResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DetachClassicLinkVpcCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DetachInternetGatewayRequest } from "../models/models_5";
8
+ import { DetachInternetGatewayRequest } from "../models/models_6";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface DetachInternetGatewayCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DetachNetworkInterfaceRequest } from "../models/models_5";
8
+ import { DetachNetworkInterfaceRequest } from "../models/models_6";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface DetachNetworkInterfaceCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DetachVerifiedAccessTrustProviderRequest,
10
10
  DetachVerifiedAccessTrustProviderResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DetachVerifiedAccessTrustProviderCommandInput
@@ -6,7 +6,7 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
8
  import { VolumeAttachment } from "../models/models_0";
9
- import { DetachVolumeRequest } from "../models/models_5";
9
+ import { DetachVolumeRequest } from "../models/models_6";
10
10
  export { __MetadataBearer };
11
11
  export { $Command };
12
12
  export interface DetachVolumeCommandInput extends DetachVolumeRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DetachVpnGatewayRequest } from "../models/models_5";
8
+ import { DetachVpnGatewayRequest } from "../models/models_6";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface DetachVpnGatewayCommandInput extends DetachVpnGatewayRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DisableAddressTransferRequest,
10
10
  DisableAddressTransferResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DisableAddressTransferCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DisableAllowedImagesSettingsRequest,
10
10
  DisableAllowedImagesSettingsResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DisableAllowedImagesSettingsCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DisableAwsNetworkPerformanceMetricSubscriptionRequest } from "../models/models_5";
9
- import { DisableAwsNetworkPerformanceMetricSubscriptionResult } from "../models/models_6";
8
+ import {
9
+ DisableAwsNetworkPerformanceMetricSubscriptionRequest,
10
+ DisableAwsNetworkPerformanceMetricSubscriptionResult,
11
+ } from "../models/models_6";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DisableAwsNetworkPerformanceMetricSubscriptionCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- GetTransitGatewayPolicyTableEntriesRequest,
10
- GetTransitGatewayPolicyTableEntriesResult,
11
- } from "../models/models_6";
8
+ import { GetTransitGatewayPolicyTableEntriesRequest } from "../models/models_6";
9
+ import { GetTransitGatewayPolicyTableEntriesResult } from "../models/models_7";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface GetTransitGatewayPolicyTableEntriesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetTransitGatewayPrefixListReferencesRequest,
10
10
  GetTransitGatewayPrefixListReferencesResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetTransitGatewayPrefixListReferencesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetTransitGatewayRouteTableAssociationsRequest,
10
10
  GetTransitGatewayRouteTableAssociationsResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetTransitGatewayRouteTableAssociationsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetTransitGatewayRouteTablePropagationsRequest,
10
10
  GetTransitGatewayRouteTablePropagationsResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetTransitGatewayRouteTablePropagationsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetVerifiedAccessEndpointPolicyRequest,
10
10
  GetVerifiedAccessEndpointPolicyResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetVerifiedAccessEndpointPolicyCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetVerifiedAccessEndpointTargetsRequest,
10
10
  GetVerifiedAccessEndpointTargetsResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetVerifiedAccessEndpointTargetsCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- ReplaceImageCriteriaInAllowedImagesSettingsRequest,
10
- ReplaceImageCriteriaInAllowedImagesSettingsResult,
11
- } from "../models/models_7";
8
+ import { ReplaceImageCriteriaInAllowedImagesSettingsRequest } from "../models/models_7";
9
+ import { ReplaceImageCriteriaInAllowedImagesSettingsResult } from "../models/models_8";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface ReplaceImageCriteriaInAllowedImagesSettingsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ReplaceNetworkAclAssociationRequest,
10
10
  ReplaceNetworkAclAssociationResult,
11
- } from "../models/models_7";
11
+ } from "../models/models_8";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ReplaceNetworkAclAssociationCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { ReplaceNetworkAclEntryRequest } from "../models/models_7";
8
+ import { ReplaceNetworkAclEntryRequest } from "../models/models_8";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ReplaceNetworkAclEntryCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { ReplaceRouteRequest } from "../models/models_7";
8
+ import { ReplaceRouteRequest } from "../models/models_8";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ReplaceRouteCommandInput extends ReplaceRouteRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ReplaceRouteTableAssociationRequest,
10
10
  ReplaceRouteTableAssociationResult,
11
- } from "../models/models_7";
11
+ } from "../models/models_8";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ReplaceRouteTableAssociationCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ReplaceTransitGatewayRouteRequest,
10
10
  ReplaceTransitGatewayRouteResult,
11
- } from "../models/models_7";
11
+ } from "../models/models_8";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ReplaceTransitGatewayRouteCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ReplaceVpnTunnelRequest,
10
10
  ReplaceVpnTunnelResult,
11
- } from "../models/models_7";
11
+ } from "../models/models_8";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ReplaceVpnTunnelCommandInput extends ReplaceVpnTunnelRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { ReportInstanceStatusRequest } from "../models/models_7";
8
+ import { ReportInstanceStatusRequest } from "../models/models_8";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ReportInstanceStatusCommandInput
@@ -69,6 +69,7 @@ export * from "./CreateCoipPoolCommand";
69
69
  export * from "./CreateCustomerGatewayCommand";
70
70
  export * from "./CreateDefaultSubnetCommand";
71
71
  export * from "./CreateDefaultVpcCommand";
72
+ export * from "./CreateDelegateMacVolumeOwnershipTaskCommand";
72
73
  export * from "./CreateDhcpOptionsCommand";
73
74
  export * from "./CreateEgressOnlyInternetGatewayCommand";
74
75
  export * from "./CreateFleetCommand";
@@ -93,6 +94,7 @@ export * from "./CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCom
93
94
  export * from "./CreateLocalGatewayRouteTableVpcAssociationCommand";
94
95
  export * from "./CreateLocalGatewayVirtualInterfaceCommand";
95
96
  export * from "./CreateLocalGatewayVirtualInterfaceGroupCommand";
97
+ export * from "./CreateMacSystemIntegrityProtectionModificationTaskCommand";
96
98
  export * from "./CreateManagedPrefixListCommand";
97
99
  export * from "./CreateNatGatewayCommand";
98
100
  export * from "./CreateNetworkAclCommand";
@@ -317,6 +319,7 @@ export * from "./DescribeLocalGatewayVirtualInterfacesCommand";
317
319
  export * from "./DescribeLocalGatewaysCommand";
318
320
  export * from "./DescribeLockedSnapshotsCommand";
319
321
  export * from "./DescribeMacHostsCommand";
322
+ export * from "./DescribeMacModificationTasksCommand";
320
323
  export * from "./DescribeManagedPrefixListsCommand";
321
324
  export * from "./DescribeMovingAddressesCommand";
322
325
  export * from "./DescribeNatGatewaysCommand";
@@ -87,6 +87,7 @@ export declare const ResourceType: {
87
87
  readonly local_gateway_route_table_vpc_association: "local-gateway-route-table-vpc-association";
88
88
  readonly local_gateway_virtual_interface: "local-gateway-virtual-interface";
89
89
  readonly local_gateway_virtual_interface_group: "local-gateway-virtual-interface-group";
90
+ readonly mac_modification_task: "mac-modification-task";
90
91
  readonly natgateway: "natgateway";
91
92
  readonly network_acl: "network-acl";
92
93
  readonly network_insights_access_scope: "network-insights-access-scope";