@aws-sdk/client-ec2 3.812.0 → 3.814.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (227) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +916 -483
  3. package/dist-es/EC2.js +6 -0
  4. package/dist-es/commands/CreateDelegateMacVolumeOwnershipTaskCommand.js +23 -0
  5. package/dist-es/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.js +23 -0
  6. package/dist-es/commands/DescribeLaunchTemplateVersionsCommand.js +1 -1
  7. package/dist-es/commands/DescribeMacModificationTasksCommand.js +22 -0
  8. package/dist-es/commands/DetachVerifiedAccessTrustProviderCommand.js +1 -1
  9. package/dist-es/commands/ReportInstanceStatusCommand.js +1 -1
  10. package/dist-es/commands/index.js +3 -0
  11. package/dist-es/models/models_0.js +1 -0
  12. package/dist-es/models/models_1.js +18 -4
  13. package/dist-es/models/models_2.js +8 -24
  14. package/dist-es/models/models_3.js +23 -4
  15. package/dist-es/models/models_4.js +12 -7
  16. package/dist-es/models/models_5.js +7 -6
  17. package/dist-es/models/models_6.js +8 -1
  18. package/dist-es/models/models_7.js +0 -19
  19. package/dist-es/models/models_8.js +19 -0
  20. package/dist-es/pagination/DescribeMacModificationTasksPaginator.js +4 -0
  21. package/dist-es/pagination/index.js +1 -0
  22. package/dist-es/protocols/Aws_ec2.js +366 -34
  23. package/dist-types/EC2.d.ts +22 -0
  24. package/dist-types/EC2Client.d.ts +5 -2
  25. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  26. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  27. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  28. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  29. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  30. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  31. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  32. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +109 -0
  41. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  58. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  59. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +161 -0
  65. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  71. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  72. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -1
  106. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -3
  107. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  110. package/dist-types/commands/DescribeImagesCommand.d.ts +5 -0
  111. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +34 -19
  112. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -0
  113. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
  114. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  115. package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  117. package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -2
  119. package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeMacModificationTasksCommand.d.ts +112 -0
  121. package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +3 -0
  122. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  123. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  124. package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +2 -1
  125. package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
  126. package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
  127. package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  128. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  129. package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
  130. package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
  131. package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
  132. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
  133. package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -2
  134. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  135. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  136. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -1
  137. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  138. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  139. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  140. package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  141. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  142. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  143. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  144. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  145. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +4 -0
  146. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  147. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  148. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  149. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  150. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +2 -1
  151. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  152. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  153. package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
  154. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  155. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  156. package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  157. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
  158. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  159. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  160. package/dist-types/commands/RunInstancesCommand.d.ts +2 -1
  161. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  162. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  163. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  164. package/dist-types/commands/index.d.ts +3 -0
  165. package/dist-types/models/models_0.d.ts +1 -0
  166. package/dist-types/models/models_1.d.ts +223 -480
  167. package/dist-types/models/models_2.d.ts +624 -222
  168. package/dist-types/models/models_3.d.ts +224 -169
  169. package/dist-types/models/models_4.d.ts +234 -563
  170. package/dist-types/models/models_5.d.ts +663 -337
  171. package/dist-types/models/models_6.d.ts +302 -373
  172. package/dist-types/models/models_7.d.ts +1475 -1496
  173. package/dist-types/models/models_8.d.ts +442 -2
  174. package/dist-types/pagination/DescribeMacModificationTasksPaginator.d.ts +7 -0
  175. package/dist-types/pagination/index.d.ts +1 -0
  176. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  177. package/dist-types/ts3.4/EC2.d.ts +64 -0
  178. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  179. package/dist-types/ts3.4/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +51 -0
  180. package/dist-types/ts3.4/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +51 -0
  181. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -4
  182. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +4 -2
  183. package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -2
  188. package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/DescribeMacModificationTasksCommand.d.ts +51 -0
  190. package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +2 -4
  191. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +4 -2
  200. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -4
  201. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +2 -4
  207. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  215. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  216. package/dist-types/ts3.4/models/models_1.d.ts +54 -99
  217. package/dist-types/ts3.4/models/models_2.d.ts +152 -65
  218. package/dist-types/ts3.4/models/models_3.d.ts +65 -47
  219. package/dist-types/ts3.4/models/models_4.d.ts +58 -92
  220. package/dist-types/ts3.4/models/models_5.d.ts +103 -75
  221. package/dist-types/ts3.4/models/models_6.d.ts +71 -81
  222. package/dist-types/ts3.4/models/models_7.d.ts +87 -107
  223. package/dist-types/ts3.4/models/models_8.d.ts +105 -0
  224. package/dist-types/ts3.4/pagination/DescribeMacModificationTasksPaginator.d.ts +11 -0
  225. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  226. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  227. package/package.json +1 -1
@@ -1,6 +1,228 @@
1
1
  import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, AddressTransfer, BundleTask, ByoipCidr, CapacityReservationFleetState, ClientVpnAuthorizationRuleStatus, InstanceEventWindowState, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcAttachment, VpcPeeringConnection } from "./models_0";
2
- import { CapacityReservation, CapacityReservationTenancy, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Ec2InstanceConnectEndpoint, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, GatewayType, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate } from "./models_1";
3
- import { GroupIdentifier, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, PayerResponsibility, PrivateDnsNameConfiguration, RouteServer, RouteServerEndpoint, RouteServerPeer, ServiceState, ServiceTypeDetail, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
2
+ import { CapacityReservation, CapacityReservationTenancy, CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Ec2InstanceConnectEndpoint, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, GatewayType, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate } from "./models_1";
3
+ import { ConnectionNotificationState, GroupIdentifier, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, RouteServer, RouteServerEndpoint, RouteServerPeer, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
4
+ /**
5
+ * @public
6
+ * @enum
7
+ */
8
+ export declare const ConnectionNotificationType: {
9
+ readonly Topic: "Topic";
10
+ };
11
+ /**
12
+ * @public
13
+ */
14
+ export type ConnectionNotificationType = (typeof ConnectionNotificationType)[keyof typeof ConnectionNotificationType];
15
+ /**
16
+ * <p>Describes a connection notification for a VPC endpoint or VPC endpoint
17
+ * service.</p>
18
+ * @public
19
+ */
20
+ export interface ConnectionNotification {
21
+ /**
22
+ * <p>The ID of the notification.</p>
23
+ * @public
24
+ */
25
+ ConnectionNotificationId?: string | undefined;
26
+ /**
27
+ * <p>The ID of the endpoint service.</p>
28
+ * @public
29
+ */
30
+ ServiceId?: string | undefined;
31
+ /**
32
+ * <p>The ID of the VPC endpoint.</p>
33
+ * @public
34
+ */
35
+ VpcEndpointId?: string | undefined;
36
+ /**
37
+ * <p>The type of notification.</p>
38
+ * @public
39
+ */
40
+ ConnectionNotificationType?: ConnectionNotificationType | undefined;
41
+ /**
42
+ * <p>The ARN of the SNS topic for the notification.</p>
43
+ * @public
44
+ */
45
+ ConnectionNotificationArn?: string | undefined;
46
+ /**
47
+ * <p>The events for the notification. Valid values are <code>Accept</code>,
48
+ * <code>Connect</code>, <code>Delete</code>, and <code>Reject</code>.</p>
49
+ * @public
50
+ */
51
+ ConnectionEvents?: string[] | undefined;
52
+ /**
53
+ * <p>The state of the notification.</p>
54
+ * @public
55
+ */
56
+ ConnectionNotificationState?: ConnectionNotificationState | undefined;
57
+ /**
58
+ * <p>The Region for the endpoint service.</p>
59
+ * @public
60
+ */
61
+ ServiceRegion?: string | undefined;
62
+ }
63
+ /**
64
+ * @public
65
+ */
66
+ export interface CreateVpcEndpointConnectionNotificationResult {
67
+ /**
68
+ * <p>Information about the notification.</p>
69
+ * @public
70
+ */
71
+ ConnectionNotification?: ConnectionNotification | undefined;
72
+ /**
73
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
74
+ * request.</p>
75
+ * @public
76
+ */
77
+ ClientToken?: string | undefined;
78
+ }
79
+ /**
80
+ * @public
81
+ */
82
+ export interface CreateVpcEndpointServiceConfigurationRequest {
83
+ /**
84
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
85
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
86
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
87
+ * @public
88
+ */
89
+ DryRun?: boolean | undefined;
90
+ /**
91
+ * <p>Indicates whether requests from service consumers to create an endpoint to your service must
92
+ * be accepted manually.</p>
93
+ * @public
94
+ */
95
+ AcceptanceRequired?: boolean | undefined;
96
+ /**
97
+ * <p>(Interface endpoint configuration) The private DNS name to assign to the VPC endpoint service.</p>
98
+ * @public
99
+ */
100
+ PrivateDnsName?: string | undefined;
101
+ /**
102
+ * <p>The Amazon Resource Names (ARNs) of the Network Load Balancers.</p>
103
+ * @public
104
+ */
105
+ NetworkLoadBalancerArns?: string[] | undefined;
106
+ /**
107
+ * <p>The Amazon Resource Names (ARNs) of the Gateway Load Balancers.</p>
108
+ * @public
109
+ */
110
+ GatewayLoadBalancerArns?: string[] | undefined;
111
+ /**
112
+ * <p>The supported IP address types. The possible values are <code>ipv4</code> and <code>ipv6</code>.</p>
113
+ * @public
114
+ */
115
+ SupportedIpAddressTypes?: string[] | undefined;
116
+ /**
117
+ * <p>The Regions from which service consumers can access the service.</p>
118
+ * @public
119
+ */
120
+ SupportedRegions?: string[] | undefined;
121
+ /**
122
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
123
+ * For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure
124
+ * idempotency</a>.</p>
125
+ * @public
126
+ */
127
+ ClientToken?: string | undefined;
128
+ /**
129
+ * <p>The tags to associate with the service.</p>
130
+ * @public
131
+ */
132
+ TagSpecifications?: TagSpecification[] | undefined;
133
+ }
134
+ /**
135
+ * @public
136
+ * @enum
137
+ */
138
+ export declare const PayerResponsibility: {
139
+ readonly ServiceOwner: "ServiceOwner";
140
+ };
141
+ /**
142
+ * @public
143
+ */
144
+ export type PayerResponsibility = (typeof PayerResponsibility)[keyof typeof PayerResponsibility];
145
+ /**
146
+ * @public
147
+ * @enum
148
+ */
149
+ export declare const DnsNameState: {
150
+ readonly Failed: "failed";
151
+ readonly PendingVerification: "pendingVerification";
152
+ readonly Verified: "verified";
153
+ };
154
+ /**
155
+ * @public
156
+ */
157
+ export type DnsNameState = (typeof DnsNameState)[keyof typeof DnsNameState];
158
+ /**
159
+ * <p>Information about the private DNS name for the service endpoint.</p>
160
+ * @public
161
+ */
162
+ export interface PrivateDnsNameConfiguration {
163
+ /**
164
+ * <p>The verification state of the VPC endpoint service.</p>
165
+ * <p>>Consumers
166
+ * of the endpoint service can use the private name only when the state is
167
+ * <code>verified</code>.</p>
168
+ * @public
169
+ */
170
+ State?: DnsNameState | undefined;
171
+ /**
172
+ * <p>The endpoint service verification type, for example TXT.</p>
173
+ * @public
174
+ */
175
+ Type?: string | undefined;
176
+ /**
177
+ * <p>The value the service provider adds to the private DNS name domain record before verification.</p>
178
+ * @public
179
+ */
180
+ Value?: string | undefined;
181
+ /**
182
+ * <p>The name of the record subdomain the service provider needs to create. The service provider adds the <code>value</code> text to the <code>name</code>.</p>
183
+ * @public
184
+ */
185
+ Name?: string | undefined;
186
+ }
187
+ /**
188
+ * @public
189
+ * @enum
190
+ */
191
+ export declare const ServiceState: {
192
+ readonly Available: "Available";
193
+ readonly Deleted: "Deleted";
194
+ readonly Deleting: "Deleting";
195
+ readonly Failed: "Failed";
196
+ readonly Pending: "Pending";
197
+ };
198
+ /**
199
+ * @public
200
+ */
201
+ export type ServiceState = (typeof ServiceState)[keyof typeof ServiceState];
202
+ /**
203
+ * @public
204
+ * @enum
205
+ */
206
+ export declare const ServiceType: {
207
+ readonly Gateway: "Gateway";
208
+ readonly GatewayLoadBalancer: "GatewayLoadBalancer";
209
+ readonly Interface: "Interface";
210
+ };
211
+ /**
212
+ * @public
213
+ */
214
+ export type ServiceType = (typeof ServiceType)[keyof typeof ServiceType];
215
+ /**
216
+ * <p>Describes the type of service for a VPC endpoint.</p>
217
+ * @public
218
+ */
219
+ export interface ServiceTypeDetail {
220
+ /**
221
+ * <p>The type of service.</p>
222
+ * @public
223
+ */
224
+ ServiceType?: ServiceType | undefined;
225
+ }
4
226
  /**
5
227
  * @public
6
228
  * @enum
@@ -6459,173 +6681,6 @@ export declare const AssociatedNetworkType: {
6459
6681
  * @public
6460
6682
  */
6461
6683
  export type AssociatedNetworkType = (typeof AssociatedNetworkType)[keyof typeof AssociatedNetworkType];
6462
- /**
6463
- * <p>Describes a target network that is associated with a Client VPN endpoint. A target network is a subnet in a VPC.</p>
6464
- * @public
6465
- */
6466
- export interface AssociatedTargetNetwork {
6467
- /**
6468
- * <p>The ID of the subnet.</p>
6469
- * @public
6470
- */
6471
- NetworkId?: string | undefined;
6472
- /**
6473
- * <p>The target network type.</p>
6474
- * @public
6475
- */
6476
- NetworkType?: AssociatedNetworkType | undefined;
6477
- }
6478
- /**
6479
- * <p>Describes an Active Directory.</p>
6480
- * @public
6481
- */
6482
- export interface DirectoryServiceAuthentication {
6483
- /**
6484
- * <p>The ID of the Active Directory used for authentication.</p>
6485
- * @public
6486
- */
6487
- DirectoryId?: string | undefined;
6488
- }
6489
- /**
6490
- * <p>Describes the IAM SAML identity providers used for federated authentication.</p>
6491
- * @public
6492
- */
6493
- export interface FederatedAuthentication {
6494
- /**
6495
- * <p>The Amazon Resource Name (ARN) of the IAM SAML identity provider.</p>
6496
- * @public
6497
- */
6498
- SamlProviderArn?: string | undefined;
6499
- /**
6500
- * <p>The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.</p>
6501
- * @public
6502
- */
6503
- SelfServiceSamlProviderArn?: string | undefined;
6504
- }
6505
- /**
6506
- * <p>Information about the client certificate used for authentication.</p>
6507
- * @public
6508
- */
6509
- export interface CertificateAuthentication {
6510
- /**
6511
- * <p>The ARN of the client certificate. </p>
6512
- * @public
6513
- */
6514
- ClientRootCertificateChain?: string | undefined;
6515
- }
6516
- /**
6517
- * <p>Describes the authentication methods used by a Client VPN endpoint. For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/client-authentication.html">Authentication</a>
6518
- * in the <i>Client VPN Administrator Guide</i>.</p>
6519
- * @public
6520
- */
6521
- export interface ClientVpnAuthentication {
6522
- /**
6523
- * <p>The authentication type used.</p>
6524
- * @public
6525
- */
6526
- Type?: ClientVpnAuthenticationType | undefined;
6527
- /**
6528
- * <p>Information about the Active Directory, if applicable.</p>
6529
- * @public
6530
- */
6531
- ActiveDirectory?: DirectoryServiceAuthentication | undefined;
6532
- /**
6533
- * <p>Information about the authentication certificates, if applicable.</p>
6534
- * @public
6535
- */
6536
- MutualAuthentication?: CertificateAuthentication | undefined;
6537
- /**
6538
- * <p>Information about the IAM SAML identity provider, if applicable.</p>
6539
- * @public
6540
- */
6541
- FederatedAuthentication?: FederatedAuthentication | undefined;
6542
- }
6543
- /**
6544
- * @public
6545
- * @enum
6546
- */
6547
- export declare const ClientVpnEndpointAttributeStatusCode: {
6548
- readonly applied: "applied";
6549
- readonly applying: "applying";
6550
- };
6551
- /**
6552
- * @public
6553
- */
6554
- export type ClientVpnEndpointAttributeStatusCode = (typeof ClientVpnEndpointAttributeStatusCode)[keyof typeof ClientVpnEndpointAttributeStatusCode];
6555
- /**
6556
- * <p>Describes the status of the Client VPN endpoint attribute.</p>
6557
- * @public
6558
- */
6559
- export interface ClientVpnEndpointAttributeStatus {
6560
- /**
6561
- * <p>The status code.</p>
6562
- * @public
6563
- */
6564
- Code?: ClientVpnEndpointAttributeStatusCode | undefined;
6565
- /**
6566
- * <p>The status message.</p>
6567
- * @public
6568
- */
6569
- Message?: string | undefined;
6570
- }
6571
- /**
6572
- * <p>The options for managing connection authorization for new client connections.</p>
6573
- * @public
6574
- */
6575
- export interface ClientConnectResponseOptions {
6576
- /**
6577
- * <p>Indicates whether client connect options are enabled.</p>
6578
- * @public
6579
- */
6580
- Enabled?: boolean | undefined;
6581
- /**
6582
- * <p>The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.</p>
6583
- * @public
6584
- */
6585
- LambdaFunctionArn?: string | undefined;
6586
- /**
6587
- * <p>The status of any updates to the client connect options.</p>
6588
- * @public
6589
- */
6590
- Status?: ClientVpnEndpointAttributeStatus | undefined;
6591
- }
6592
- /**
6593
- * <p>Current state of options for customizable text banner that will be displayed on
6594
- * Amazon Web Services provided clients when a VPN session is established.</p>
6595
- * @public
6596
- */
6597
- export interface ClientLoginBannerResponseOptions {
6598
- /**
6599
- * <p>Current state of text banner feature.</p>
6600
- * <p>Valid values: <code>true | false</code>
6601
- * </p>
6602
- * @public
6603
- */
6604
- Enabled?: boolean | undefined;
6605
- /**
6606
- * <p>Customizable text that will be displayed in a banner on Amazon Web Services provided
6607
- * clients when a VPN session is established. UTF-8 encoded
6608
- * characters only. Maximum of 1400 characters.</p>
6609
- * @public
6610
- */
6611
- BannerText?: string | undefined;
6612
- }
6613
- /**
6614
- * <p>The current status of Client Route Enforcement. </p>
6615
- * @public
6616
- */
6617
- export interface ClientRouteEnforcementResponseOptions {
6618
- /**
6619
- * <p>Status of the client route enforcement feature, indicating whether Client Route Enforcement
6620
- * is <code>true</code> (enabled) or <code>false</code> (disabled).</p>
6621
- * <p>Valid values: <code>true | false</code>
6622
- * </p>
6623
- * <p>Default value: <code>false</code>
6624
- * </p>
6625
- * @public
6626
- */
6627
- Enforced?: boolean | undefined;
6628
- }
6629
6684
  /**
6630
6685
  * @internal
6631
6686
  */