@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,8 +1,391 @@
1
- import { ActiveInstance, ActivityStatus, AddressTransfer, AllocationStrategy, AllowedImagesSettingsDisabledState, AllowedPrincipal, AlternatePathHint, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileSpecification, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, SecurityGroupVpcAssociationState, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcPeeringConnection } from "./models_0";
2
- import { _InstanceType, AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, PrivateIpAddressSpecification, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy, VolumeType, Vpc } from "./models_1";
3
- import { ConnectionNotification, DnsEntry, DnsNameState, GroupIdentifier, IpAddressType, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PayerResponsibility, PlacementGroup, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, ServiceTypeDetail, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, State, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcBlockPublicAccessExclusion, VpcEndpoint } from "./models_2";
4
- import { Filter, IdFormat, MetricType, ServiceConfiguration, ServiceConnectivityType, StatisticType, VpnConnection, VpnGateway } from "./models_3";
1
+ import { ActiveInstance, ActivityStatus, AllocationStrategy, AllowedPrincipal, AlternatePathHint, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileSpecification, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, SecurityGroupVpcAssociationState, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcPeeringConnection } from "./models_0";
2
+ import { _InstanceType, AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, MacModificationTask, PrivateIpAddressSpecification, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy, VolumeType, Vpc } from "./models_1";
3
+ import { DnsEntry, GroupIdentifier, IpAddressType, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, State, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcBlockPublicAccessExclusion, VpcEndpoint } from "./models_2";
4
+ import { ConnectionNotification, DnsNameState, Filter, IdFormat, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, VpnConnection, VpnGateway } from "./models_3";
5
5
  import { AttributeBooleanValue, EventInformation, PermissionGroup, ProductCode } from "./models_4";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface DescribeLocalGatewayRouteTablesRequest {
10
+ /**
11
+ * <p>The IDs of the local gateway route tables.</p>
12
+ * @public
13
+ */
14
+ LocalGatewayRouteTableIds?: string[] | undefined;
15
+ /**
16
+ * <p>One or more filters.</p>
17
+ * <ul>
18
+ * <li>
19
+ * <p>
20
+ * <code>local-gateway-id</code> - The ID of a local gateway.</p>
21
+ * </li>
22
+ * <li>
23
+ * <p>
24
+ * <code>local-gateway-route-table-arn</code> - The Amazon Resource Name (ARN) of the
25
+ * local gateway route table.</p>
26
+ * </li>
27
+ * <li>
28
+ * <p>
29
+ * <code>local-gateway-route-table-id</code> - The ID of a local gateway route table.</p>
30
+ * </li>
31
+ * <li>
32
+ * <p>
33
+ * <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost.</p>
34
+ * </li>
35
+ * <li>
36
+ * <p>
37
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway route table.</p>
38
+ * </li>
39
+ * <li>
40
+ * <p>
41
+ * <code>state</code> - The state of the local gateway route table.</p>
42
+ * </li>
43
+ * </ul>
44
+ * @public
45
+ */
46
+ Filters?: Filter[] | undefined;
47
+ /**
48
+ * <p>The maximum number of results to return with a single call.
49
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
50
+ * @public
51
+ */
52
+ MaxResults?: number | undefined;
53
+ /**
54
+ * <p>The token for the next page of results.</p>
55
+ * @public
56
+ */
57
+ NextToken?: string | undefined;
58
+ /**
59
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
60
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
61
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
62
+ * @public
63
+ */
64
+ DryRun?: boolean | undefined;
65
+ }
66
+ /**
67
+ * @public
68
+ */
69
+ export interface DescribeLocalGatewayRouteTablesResult {
70
+ /**
71
+ * <p>Information about the local gateway route tables.</p>
72
+ * @public
73
+ */
74
+ LocalGatewayRouteTables?: LocalGatewayRouteTable[] | undefined;
75
+ /**
76
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
77
+ * @public
78
+ */
79
+ NextToken?: string | undefined;
80
+ }
81
+ /**
82
+ * @public
83
+ */
84
+ export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest {
85
+ /**
86
+ * <p>The IDs of the associations.</p>
87
+ * @public
88
+ */
89
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds?: string[] | undefined;
90
+ /**
91
+ * <p>One or more filters.</p>
92
+ * <ul>
93
+ * <li>
94
+ * <p>
95
+ * <code>local-gateway-id</code> - The ID of a local gateway.</p>
96
+ * </li>
97
+ * <li>
98
+ * <p>
99
+ * <code>local-gateway-route-table-arn</code> - The Amazon Resource Name (ARN) of the local
100
+ * gateway route table for the virtual interface group.</p>
101
+ * </li>
102
+ * <li>
103
+ * <p>
104
+ * <code>local-gateway-route-table-id</code> - The ID of the local gateway route table.</p>
105
+ * </li>
106
+ * <li>
107
+ * <p>
108
+ * <code>local-gateway-route-table-virtual-interface-group-association-id</code> - The ID of the association.</p>
109
+ * </li>
110
+ * <li>
111
+ * <p>
112
+ * <code>local-gateway-route-table-virtual-interface-group-id</code> - The ID of the virtual interface group.</p>
113
+ * </li>
114
+ * <li>
115
+ * <p>
116
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway virtual
117
+ * interface group association.</p>
118
+ * </li>
119
+ * <li>
120
+ * <p>
121
+ * <code>state</code> - The state of the association.</p>
122
+ * </li>
123
+ * </ul>
124
+ * @public
125
+ */
126
+ Filters?: Filter[] | undefined;
127
+ /**
128
+ * <p>The maximum number of results to return with a single call.
129
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
130
+ * @public
131
+ */
132
+ MaxResults?: number | undefined;
133
+ /**
134
+ * <p>The token for the next page of results.</p>
135
+ * @public
136
+ */
137
+ NextToken?: string | undefined;
138
+ /**
139
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
140
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
141
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
142
+ * @public
143
+ */
144
+ DryRun?: boolean | undefined;
145
+ }
146
+ /**
147
+ * @public
148
+ */
149
+ export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult {
150
+ /**
151
+ * <p>Information about the associations.</p>
152
+ * @public
153
+ */
154
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociations?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation[] | undefined;
155
+ /**
156
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
157
+ * @public
158
+ */
159
+ NextToken?: string | undefined;
160
+ }
161
+ /**
162
+ * @public
163
+ */
164
+ export interface DescribeLocalGatewayRouteTableVpcAssociationsRequest {
165
+ /**
166
+ * <p>The IDs of the associations.</p>
167
+ * @public
168
+ */
169
+ LocalGatewayRouteTableVpcAssociationIds?: string[] | undefined;
170
+ /**
171
+ * <p>One or more filters.</p>
172
+ * <ul>
173
+ * <li>
174
+ * <p>
175
+ * <code>local-gateway-id</code> - The ID of a local gateway.</p>
176
+ * </li>
177
+ * <li>
178
+ * <p>
179
+ * <code>local-gateway-route-table-arn</code> - The Amazon Resource Name (ARN) of the local
180
+ * gateway route table for the association.</p>
181
+ * </li>
182
+ * <li>
183
+ * <p>
184
+ * <code>local-gateway-route-table-id</code> - The ID of the local gateway route table.</p>
185
+ * </li>
186
+ * <li>
187
+ * <p>
188
+ * <code>local-gateway-route-table-vpc-association-id</code> - The ID of the association.</p>
189
+ * </li>
190
+ * <li>
191
+ * <p>
192
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway route table
193
+ * for the association.</p>
194
+ * </li>
195
+ * <li>
196
+ * <p>
197
+ * <code>state</code> - The state of the association.</p>
198
+ * </li>
199
+ * <li>
200
+ * <p>
201
+ * <code>vpc-id</code> - The ID of the VPC.</p>
202
+ * </li>
203
+ * </ul>
204
+ * @public
205
+ */
206
+ Filters?: Filter[] | undefined;
207
+ /**
208
+ * <p>The maximum number of results to return with a single call.
209
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
210
+ * @public
211
+ */
212
+ MaxResults?: number | undefined;
213
+ /**
214
+ * <p>The token for the next page of results.</p>
215
+ * @public
216
+ */
217
+ NextToken?: string | undefined;
218
+ /**
219
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
220
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
221
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
222
+ * @public
223
+ */
224
+ DryRun?: boolean | undefined;
225
+ }
226
+ /**
227
+ * @public
228
+ */
229
+ export interface DescribeLocalGatewayRouteTableVpcAssociationsResult {
230
+ /**
231
+ * <p>Information about the associations.</p>
232
+ * @public
233
+ */
234
+ LocalGatewayRouteTableVpcAssociations?: LocalGatewayRouteTableVpcAssociation[] | undefined;
235
+ /**
236
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
237
+ * @public
238
+ */
239
+ NextToken?: string | undefined;
240
+ }
241
+ /**
242
+ * @public
243
+ */
244
+ export interface DescribeLocalGatewaysRequest {
245
+ /**
246
+ * <p>The IDs of the local gateways.</p>
247
+ * @public
248
+ */
249
+ LocalGatewayIds?: string[] | undefined;
250
+ /**
251
+ * <p>One or more filters.</p>
252
+ * <ul>
253
+ * <li>
254
+ * <p>
255
+ * <code>local-gateway-id</code> - The ID of a local gateway.</p>
256
+ * </li>
257
+ * <li>
258
+ * <p>
259
+ * <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost.</p>
260
+ * </li>
261
+ * <li>
262
+ * <p>
263
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway.</p>
264
+ * </li>
265
+ * <li>
266
+ * <p>
267
+ * <code>state</code> - The state of the association.</p>
268
+ * </li>
269
+ * </ul>
270
+ * @public
271
+ */
272
+ Filters?: Filter[] | undefined;
273
+ /**
274
+ * <p>The maximum number of results to return with a single call.
275
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
276
+ * @public
277
+ */
278
+ MaxResults?: number | undefined;
279
+ /**
280
+ * <p>The token for the next page of results.</p>
281
+ * @public
282
+ */
283
+ NextToken?: string | undefined;
284
+ /**
285
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
286
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
287
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
288
+ * @public
289
+ */
290
+ DryRun?: boolean | undefined;
291
+ }
292
+ /**
293
+ * <p>Describes a local gateway.</p>
294
+ * @public
295
+ */
296
+ export interface LocalGateway {
297
+ /**
298
+ * <p>The ID of the local gateway.</p>
299
+ * @public
300
+ */
301
+ LocalGatewayId?: string | undefined;
302
+ /**
303
+ * <p>The Amazon Resource Name (ARN) of the Outpost.</p>
304
+ * @public
305
+ */
306
+ OutpostArn?: string | undefined;
307
+ /**
308
+ * <p>The ID of the Amazon Web Services account that owns the local gateway.</p>
309
+ * @public
310
+ */
311
+ OwnerId?: string | undefined;
312
+ /**
313
+ * <p>The state of the local gateway.</p>
314
+ * @public
315
+ */
316
+ State?: string | undefined;
317
+ /**
318
+ * <p>The tags assigned to the local gateway.</p>
319
+ * @public
320
+ */
321
+ Tags?: Tag[] | undefined;
322
+ }
323
+ /**
324
+ * @public
325
+ */
326
+ export interface DescribeLocalGatewaysResult {
327
+ /**
328
+ * <p>Information about the local gateways.</p>
329
+ * @public
330
+ */
331
+ LocalGateways?: LocalGateway[] | undefined;
332
+ /**
333
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
334
+ * @public
335
+ */
336
+ NextToken?: string | undefined;
337
+ }
338
+ /**
339
+ * @public
340
+ */
341
+ export interface DescribeLocalGatewayVirtualInterfaceGroupsRequest {
342
+ /**
343
+ * <p>The IDs of the virtual interface groups.</p>
344
+ * @public
345
+ */
346
+ LocalGatewayVirtualInterfaceGroupIds?: string[] | undefined;
347
+ /**
348
+ * <p>One or more filters.</p>
349
+ * <ul>
350
+ * <li>
351
+ * <p>
352
+ * <code>local-gateway-id</code> - The ID of a local gateway.</p>
353
+ * </li>
354
+ * <li>
355
+ * <p>
356
+ * <code>local-gateway-virtual-interface-group-id</code> - The ID of the virtual interface group.</p>
357
+ * </li>
358
+ * <li>
359
+ * <p>
360
+ * <code>local-gateway-virtual-interface-id</code> - The ID of the virtual interface.</p>
361
+ * </li>
362
+ * <li>
363
+ * <p>
364
+ * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway virtual interface group.</p>
365
+ * </li>
366
+ * </ul>
367
+ * @public
368
+ */
369
+ Filters?: Filter[] | undefined;
370
+ /**
371
+ * <p>The maximum number of results to return with a single call.
372
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
373
+ * @public
374
+ */
375
+ MaxResults?: number | undefined;
376
+ /**
377
+ * <p>The token for the next page of results.</p>
378
+ * @public
379
+ */
380
+ NextToken?: string | undefined;
381
+ /**
382
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
383
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
384
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
385
+ * @public
386
+ */
387
+ DryRun?: boolean | undefined;
388
+ }
6
389
  /**
7
390
  * @public
8
391
  */
@@ -330,6 +713,75 @@ export interface DescribeMacHostsResult {
330
713
  */
331
714
  NextToken?: string | undefined;
332
715
  }
716
+ /**
717
+ * @public
718
+ */
719
+ export interface DescribeMacModificationTasksRequest {
720
+ /**
721
+ * <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>
722
+ * @public
723
+ */
724
+ DryRun?: boolean | undefined;
725
+ /**
726
+ * <p>Specifies one or more filters for the request:</p>
727
+ * <ul>
728
+ * <li>
729
+ * <p>
730
+ * <code>instance-id</code> - The ID of the instance for which the task was created.</p>
731
+ * </li>
732
+ * <li>
733
+ * <p>
734
+ * <code>task-state</code> - The state of the task (<code>successful</code> | <code>failed</code> |
735
+ * <code>in-progress</code> | <code>pending</code>).</p>
736
+ * </li>
737
+ * <li>
738
+ * <p>
739
+ * <code>mac-system-integrity-protection-configuration.sip-status</code> - The overall SIP
740
+ * state requested in the task (<code>enabled</code> | <code>disabled</code>).</p>
741
+ * </li>
742
+ * <li>
743
+ * <p>
744
+ * <code>start-time</code> - The date and time the task was created.</p>
745
+ * </li>
746
+ * <li>
747
+ * <p>
748
+ * <code>task-type</code> - The type of task (<code>sip-modification</code> | <code>volume-ownership-delegation</code>).</p>
749
+ * </li>
750
+ * </ul>
751
+ * @public
752
+ */
753
+ Filters?: Filter[] | undefined;
754
+ /**
755
+ * <p>The ID of task.</p>
756
+ * @public
757
+ */
758
+ MacModificationTaskIds?: string[] | undefined;
759
+ /**
760
+ * <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>nextToken</code> value. This value can be between 5 and 500. If <code>maxResults</code> is given a larger value than 500, you receive an error.</p>
761
+ * @public
762
+ */
763
+ MaxResults?: number | undefined;
764
+ /**
765
+ * <p>The token to use to retrieve the next page of results.</p>
766
+ * @public
767
+ */
768
+ NextToken?: string | undefined;
769
+ }
770
+ /**
771
+ * @public
772
+ */
773
+ export interface DescribeMacModificationTasksResult {
774
+ /**
775
+ * <p>Information about the tasks.</p>
776
+ * @public
777
+ */
778
+ MacModificationTasks?: MacModificationTask[] | undefined;
779
+ /**
780
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
781
+ * @public
782
+ */
783
+ NextToken?: string | undefined;
784
+ }
333
785
  /**
334
786
  * @public
335
787
  */
@@ -10981,269 +11433,6 @@ export interface DetachClassicLinkVpcRequest {
10981
11433
  */
10982
11434
  VpcId: string | undefined;
10983
11435
  }
10984
- /**
10985
- * @public
10986
- */
10987
- export interface DetachClassicLinkVpcResult {
10988
- /**
10989
- * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
10990
- * @public
10991
- */
10992
- Return?: boolean | undefined;
10993
- }
10994
- /**
10995
- * @public
10996
- */
10997
- export interface DetachInternetGatewayRequest {
10998
- /**
10999
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
11000
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
11001
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11002
- * @public
11003
- */
11004
- DryRun?: boolean | undefined;
11005
- /**
11006
- * <p>The ID of the internet gateway.</p>
11007
- * @public
11008
- */
11009
- InternetGatewayId: string | undefined;
11010
- /**
11011
- * <p>The ID of the VPC.</p>
11012
- * @public
11013
- */
11014
- VpcId: string | undefined;
11015
- }
11016
- /**
11017
- * <p>Contains the parameters for DetachNetworkInterface.</p>
11018
- * @public
11019
- */
11020
- export interface DetachNetworkInterfaceRequest {
11021
- /**
11022
- * <p>Checks whether you have the required permissions for the action, without actually
11023
- * making the request, and provides an error response. If you have the required
11024
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
11025
- * <code>UnauthorizedOperation</code>.</p>
11026
- * @public
11027
- */
11028
- DryRun?: boolean | undefined;
11029
- /**
11030
- * <p>The ID of the attachment.</p>
11031
- * @public
11032
- */
11033
- AttachmentId: string | undefined;
11034
- /**
11035
- * <p>Specifies whether to force a detachment.</p>
11036
- * <note>
11037
- * <ul>
11038
- * <li>
11039
- * <p>Use the <code>Force</code> parameter only as a last resort to detach a
11040
- * network interface from a failed instance. </p>
11041
- * </li>
11042
- * <li>
11043
- * <p>If you use the <code>Force</code> parameter to detach a network interface,
11044
- * you might not be able to attach a different network interface to the same
11045
- * index on the instance without first stopping and starting the
11046
- * instance.</p>
11047
- * </li>
11048
- * <li>
11049
- * <p>If you force the detachment of a network interface, the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">instance
11050
- * metadata</a> might not get updated. This means that the attributes
11051
- * associated with the detached network interface might still be visible. The
11052
- * instance metadata will get updated when you stop and start the
11053
- * instance.</p>
11054
- * </li>
11055
- * </ul>
11056
- * </note>
11057
- * @public
11058
- */
11059
- Force?: boolean | undefined;
11060
- }
11061
- /**
11062
- * @public
11063
- */
11064
- export interface DetachVerifiedAccessTrustProviderRequest {
11065
- /**
11066
- * <p>The ID of the Verified Access instance.</p>
11067
- * @public
11068
- */
11069
- VerifiedAccessInstanceId: string | undefined;
11070
- /**
11071
- * <p>The ID of the Verified Access trust provider.</p>
11072
- * @public
11073
- */
11074
- VerifiedAccessTrustProviderId: string | undefined;
11075
- /**
11076
- * <p>A unique, case-sensitive token that you provide to ensure idempotency of your
11077
- * modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
11078
- * @public
11079
- */
11080
- ClientToken?: string | undefined;
11081
- /**
11082
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
11083
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
11084
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11085
- * @public
11086
- */
11087
- DryRun?: boolean | undefined;
11088
- }
11089
- /**
11090
- * @public
11091
- */
11092
- export interface DetachVerifiedAccessTrustProviderResult {
11093
- /**
11094
- * <p>Details about the Verified Access trust provider.</p>
11095
- * @public
11096
- */
11097
- VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
11098
- /**
11099
- * <p>Details about the Verified Access instance.</p>
11100
- * @public
11101
- */
11102
- VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
11103
- }
11104
- /**
11105
- * @public
11106
- */
11107
- export interface DetachVolumeRequest {
11108
- /**
11109
- * <p>The device name.</p>
11110
- * @public
11111
- */
11112
- Device?: string | undefined;
11113
- /**
11114
- * <p>Forces detachment if the previous detachment attempt did not occur cleanly (for example,
11115
- * logging into an instance, unmounting the volume, and detaching normally). This option can lead
11116
- * to data loss or a corrupted file system. Use this option only as a last resort to detach a
11117
- * volume from a failed instance. The instance won't have an opportunity to flush file system
11118
- * caches or file system metadata. If you use this option, you must perform file system check and
11119
- * repair procedures.</p>
11120
- * @public
11121
- */
11122
- Force?: boolean | undefined;
11123
- /**
11124
- * <p>The ID of the instance. If you are detaching a Multi-Attach enabled volume, you must specify an instance ID.</p>
11125
- * @public
11126
- */
11127
- InstanceId?: string | undefined;
11128
- /**
11129
- * <p>The ID of the volume.</p>
11130
- * @public
11131
- */
11132
- VolumeId: string | undefined;
11133
- /**
11134
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
11135
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
11136
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11137
- * @public
11138
- */
11139
- DryRun?: boolean | undefined;
11140
- }
11141
- /**
11142
- * <p>Contains the parameters for DetachVpnGateway.</p>
11143
- * @public
11144
- */
11145
- export interface DetachVpnGatewayRequest {
11146
- /**
11147
- * <p>The ID of the VPC.</p>
11148
- * @public
11149
- */
11150
- VpcId: string | undefined;
11151
- /**
11152
- * <p>The ID of the virtual private gateway.</p>
11153
- * @public
11154
- */
11155
- VpnGatewayId: string | undefined;
11156
- /**
11157
- * <p>Checks whether you have the required permissions for the action, without actually
11158
- * making the request, and provides an error response. If you have the required
11159
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
11160
- * <code>UnauthorizedOperation</code>.</p>
11161
- * @public
11162
- */
11163
- DryRun?: boolean | undefined;
11164
- }
11165
- /**
11166
- * @public
11167
- */
11168
- export interface DisableAddressTransferRequest {
11169
- /**
11170
- * <p>The allocation ID of an Elastic IP address.</p>
11171
- * @public
11172
- */
11173
- AllocationId: string | undefined;
11174
- /**
11175
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
11176
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
11177
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11178
- * @public
11179
- */
11180
- DryRun?: boolean | undefined;
11181
- }
11182
- /**
11183
- * @public
11184
- */
11185
- export interface DisableAddressTransferResult {
11186
- /**
11187
- * <p>An Elastic IP address transfer.</p>
11188
- * @public
11189
- */
11190
- AddressTransfer?: AddressTransfer | undefined;
11191
- }
11192
- /**
11193
- * @public
11194
- */
11195
- export interface DisableAllowedImagesSettingsRequest {
11196
- /**
11197
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
11198
- * and provides an error response. If you have the required permissions, the error response is
11199
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11200
- * @public
11201
- */
11202
- DryRun?: boolean | undefined;
11203
- }
11204
- /**
11205
- * @public
11206
- */
11207
- export interface DisableAllowedImagesSettingsResult {
11208
- /**
11209
- * <p>Returns <code>disabled</code> if the request succeeds; otherwise, it returns an
11210
- * error.</p>
11211
- * @public
11212
- */
11213
- AllowedImagesSettingsState?: AllowedImagesSettingsDisabledState | undefined;
11214
- }
11215
- /**
11216
- * @public
11217
- */
11218
- export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
11219
- /**
11220
- * <p>The source Region or Availability Zone that the metric subscription is disabled for. For example, <code>us-east-1</code>.</p>
11221
- * @public
11222
- */
11223
- Source?: string | undefined;
11224
- /**
11225
- * <p>The target Region or Availability Zone that the metric subscription is disabled for. For example, <code>eu-north-1</code>.</p>
11226
- * @public
11227
- */
11228
- Destination?: string | undefined;
11229
- /**
11230
- * <p>The metric used for the disabled subscription.</p>
11231
- * @public
11232
- */
11233
- Metric?: MetricType | undefined;
11234
- /**
11235
- * <p>The statistic used for the disabled subscription. </p>
11236
- * @public
11237
- */
11238
- Statistic?: StatisticType | undefined;
11239
- /**
11240
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
11241
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
11242
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11243
- * @public
11244
- */
11245
- DryRun?: boolean | undefined;
11246
- }
11247
11436
  /**
11248
11437
  * @internal
11249
11438
  */
@@ -11280,7 +11469,3 @@ export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLo
11280
11469
  * @internal
11281
11470
  */
11282
11471
  export declare const DescribeVpnConnectionsResultFilterSensitiveLog: (obj: DescribeVpnConnectionsResult) => any;
11283
- /**
11284
- * @internal
11285
- */
11286
- export declare const DetachVerifiedAccessTrustProviderResultFilterSensitiveLog: (obj: DetachVerifiedAccessTrustProviderResult) => any;