@aws-sdk/client-ec2 3.812.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 +1 -1
@@ -1,7 +1,174 @@
1
1
  import { ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, CurrencyCodeValues, HostMaintenance, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, IpamResourceDiscoveryAssociation, Tag } from "./models_0";
2
- import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, HostnameType, InstanceBandwidthWeighting, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, KeyType, LaunchTemplate, LaunchTemplateAndOverridesResponse, LogDestinationType, OperatorResponse, Placement, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
3
- import { GroupIdentifier, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, NetworkInterfaceStatus, StateReason } from "./models_2";
4
- import { AssociatedTargetNetwork, Byoasn, ClientConnectResponseOptions, ClientLoginBannerResponseOptions, ClientRouteEnforcementResponseOptions, ClientVpnAuthentication, Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute } from "./models_3";
2
+ import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, HostnameType, InstanceBandwidthWeighting, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, KeyType, LaunchTemplate, LaunchTemplateAndOverridesResponse, LogDestinationType, OperatorResponse, Placement, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
3
+ import { GroupIdentifier, LaunchTemplateVersion, NetworkInterfaceStatus, StateReason } from "./models_2";
4
+ import { AssociatedNetworkType, Byoasn, Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute } from "./models_3";
5
+ /**
6
+ * <p>Describes a target network that is associated with a Client VPN endpoint. A target network is a subnet in a VPC.</p>
7
+ * @public
8
+ */
9
+ export interface AssociatedTargetNetwork {
10
+ /**
11
+ * <p>The ID of the subnet.</p>
12
+ * @public
13
+ */
14
+ NetworkId?: string | undefined;
15
+ /**
16
+ * <p>The target network type.</p>
17
+ * @public
18
+ */
19
+ NetworkType?: AssociatedNetworkType | undefined;
20
+ }
21
+ /**
22
+ * <p>Describes an Active Directory.</p>
23
+ * @public
24
+ */
25
+ export interface DirectoryServiceAuthentication {
26
+ /**
27
+ * <p>The ID of the Active Directory used for authentication.</p>
28
+ * @public
29
+ */
30
+ DirectoryId?: string | undefined;
31
+ }
32
+ /**
33
+ * <p>Describes the IAM SAML identity providers used for federated authentication.</p>
34
+ * @public
35
+ */
36
+ export interface FederatedAuthentication {
37
+ /**
38
+ * <p>The Amazon Resource Name (ARN) of the IAM SAML identity provider.</p>
39
+ * @public
40
+ */
41
+ SamlProviderArn?: string | undefined;
42
+ /**
43
+ * <p>The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.</p>
44
+ * @public
45
+ */
46
+ SelfServiceSamlProviderArn?: string | undefined;
47
+ }
48
+ /**
49
+ * <p>Information about the client certificate used for authentication.</p>
50
+ * @public
51
+ */
52
+ export interface CertificateAuthentication {
53
+ /**
54
+ * <p>The ARN of the client certificate. </p>
55
+ * @public
56
+ */
57
+ ClientRootCertificateChain?: string | undefined;
58
+ }
59
+ /**
60
+ * <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>
61
+ * in the <i>Client VPN Administrator Guide</i>.</p>
62
+ * @public
63
+ */
64
+ export interface ClientVpnAuthentication {
65
+ /**
66
+ * <p>The authentication type used.</p>
67
+ * @public
68
+ */
69
+ Type?: ClientVpnAuthenticationType | undefined;
70
+ /**
71
+ * <p>Information about the Active Directory, if applicable.</p>
72
+ * @public
73
+ */
74
+ ActiveDirectory?: DirectoryServiceAuthentication | undefined;
75
+ /**
76
+ * <p>Information about the authentication certificates, if applicable.</p>
77
+ * @public
78
+ */
79
+ MutualAuthentication?: CertificateAuthentication | undefined;
80
+ /**
81
+ * <p>Information about the IAM SAML identity provider, if applicable.</p>
82
+ * @public
83
+ */
84
+ FederatedAuthentication?: FederatedAuthentication | undefined;
85
+ }
86
+ /**
87
+ * @public
88
+ * @enum
89
+ */
90
+ export declare const ClientVpnEndpointAttributeStatusCode: {
91
+ readonly applied: "applied";
92
+ readonly applying: "applying";
93
+ };
94
+ /**
95
+ * @public
96
+ */
97
+ export type ClientVpnEndpointAttributeStatusCode = (typeof ClientVpnEndpointAttributeStatusCode)[keyof typeof ClientVpnEndpointAttributeStatusCode];
98
+ /**
99
+ * <p>Describes the status of the Client VPN endpoint attribute.</p>
100
+ * @public
101
+ */
102
+ export interface ClientVpnEndpointAttributeStatus {
103
+ /**
104
+ * <p>The status code.</p>
105
+ * @public
106
+ */
107
+ Code?: ClientVpnEndpointAttributeStatusCode | undefined;
108
+ /**
109
+ * <p>The status message.</p>
110
+ * @public
111
+ */
112
+ Message?: string | undefined;
113
+ }
114
+ /**
115
+ * <p>The options for managing connection authorization for new client connections.</p>
116
+ * @public
117
+ */
118
+ export interface ClientConnectResponseOptions {
119
+ /**
120
+ * <p>Indicates whether client connect options are enabled.</p>
121
+ * @public
122
+ */
123
+ Enabled?: boolean | undefined;
124
+ /**
125
+ * <p>The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.</p>
126
+ * @public
127
+ */
128
+ LambdaFunctionArn?: string | undefined;
129
+ /**
130
+ * <p>The status of any updates to the client connect options.</p>
131
+ * @public
132
+ */
133
+ Status?: ClientVpnEndpointAttributeStatus | undefined;
134
+ }
135
+ /**
136
+ * <p>Current state of options for customizable text banner that will be displayed on
137
+ * Amazon Web Services provided clients when a VPN session is established.</p>
138
+ * @public
139
+ */
140
+ export interface ClientLoginBannerResponseOptions {
141
+ /**
142
+ * <p>Current state of text banner feature.</p>
143
+ * <p>Valid values: <code>true | false</code>
144
+ * </p>
145
+ * @public
146
+ */
147
+ Enabled?: boolean | undefined;
148
+ /**
149
+ * <p>Customizable text that will be displayed in a banner on Amazon Web Services provided
150
+ * clients when a VPN session is established. UTF-8 encoded
151
+ * characters only. Maximum of 1400 characters.</p>
152
+ * @public
153
+ */
154
+ BannerText?: string | undefined;
155
+ }
156
+ /**
157
+ * <p>The current status of Client Route Enforcement. </p>
158
+ * @public
159
+ */
160
+ export interface ClientRouteEnforcementResponseOptions {
161
+ /**
162
+ * <p>Status of the client route enforcement feature, indicating whether Client Route Enforcement
163
+ * is <code>true</code> (enabled) or <code>false</code> (disabled).</p>
164
+ * <p>Valid values: <code>true | false</code>
165
+ * </p>
166
+ * <p>Default value: <code>false</code>
167
+ * </p>
168
+ * @public
169
+ */
170
+ Enforced?: boolean | undefined;
171
+ }
5
172
  /**
6
173
  * <p>Information about the client connection logging options for a Client VPN endpoint.</p>
7
174
  * @public
@@ -10622,389 +10789,6 @@ export interface DescribeLaunchTemplateVersionsResult {
10622
10789
  */
10623
10790
  NextToken?: string | undefined;
10624
10791
  }
10625
- /**
10626
- * @public
10627
- */
10628
- export interface DescribeLocalGatewayRouteTablesRequest {
10629
- /**
10630
- * <p>The IDs of the local gateway route tables.</p>
10631
- * @public
10632
- */
10633
- LocalGatewayRouteTableIds?: string[] | undefined;
10634
- /**
10635
- * <p>One or more filters.</p>
10636
- * <ul>
10637
- * <li>
10638
- * <p>
10639
- * <code>local-gateway-id</code> - The ID of a local gateway.</p>
10640
- * </li>
10641
- * <li>
10642
- * <p>
10643
- * <code>local-gateway-route-table-arn</code> - The Amazon Resource Name (ARN) of the
10644
- * local gateway route table.</p>
10645
- * </li>
10646
- * <li>
10647
- * <p>
10648
- * <code>local-gateway-route-table-id</code> - The ID of a local gateway route table.</p>
10649
- * </li>
10650
- * <li>
10651
- * <p>
10652
- * <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost.</p>
10653
- * </li>
10654
- * <li>
10655
- * <p>
10656
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway route table.</p>
10657
- * </li>
10658
- * <li>
10659
- * <p>
10660
- * <code>state</code> - The state of the local gateway route table.</p>
10661
- * </li>
10662
- * </ul>
10663
- * @public
10664
- */
10665
- Filters?: Filter[] | undefined;
10666
- /**
10667
- * <p>The maximum number of results to return with a single call.
10668
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
10669
- * @public
10670
- */
10671
- MaxResults?: number | undefined;
10672
- /**
10673
- * <p>The token for the next page of results.</p>
10674
- * @public
10675
- */
10676
- NextToken?: string | undefined;
10677
- /**
10678
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10679
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10680
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10681
- * @public
10682
- */
10683
- DryRun?: boolean | undefined;
10684
- }
10685
- /**
10686
- * @public
10687
- */
10688
- export interface DescribeLocalGatewayRouteTablesResult {
10689
- /**
10690
- * <p>Information about the local gateway route tables.</p>
10691
- * @public
10692
- */
10693
- LocalGatewayRouteTables?: LocalGatewayRouteTable[] | undefined;
10694
- /**
10695
- * <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>
10696
- * @public
10697
- */
10698
- NextToken?: string | undefined;
10699
- }
10700
- /**
10701
- * @public
10702
- */
10703
- export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest {
10704
- /**
10705
- * <p>The IDs of the associations.</p>
10706
- * @public
10707
- */
10708
- LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds?: string[] | undefined;
10709
- /**
10710
- * <p>One or more filters.</p>
10711
- * <ul>
10712
- * <li>
10713
- * <p>
10714
- * <code>local-gateway-id</code> - The ID of a local gateway.</p>
10715
- * </li>
10716
- * <li>
10717
- * <p>
10718
- * <code>local-gateway-route-table-arn</code> - The Amazon Resource Name (ARN) of the local
10719
- * gateway route table for the virtual interface group.</p>
10720
- * </li>
10721
- * <li>
10722
- * <p>
10723
- * <code>local-gateway-route-table-id</code> - The ID of the local gateway route table.</p>
10724
- * </li>
10725
- * <li>
10726
- * <p>
10727
- * <code>local-gateway-route-table-virtual-interface-group-association-id</code> - The ID of the association.</p>
10728
- * </li>
10729
- * <li>
10730
- * <p>
10731
- * <code>local-gateway-route-table-virtual-interface-group-id</code> - The ID of the virtual interface group.</p>
10732
- * </li>
10733
- * <li>
10734
- * <p>
10735
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway virtual
10736
- * interface group association.</p>
10737
- * </li>
10738
- * <li>
10739
- * <p>
10740
- * <code>state</code> - The state of the association.</p>
10741
- * </li>
10742
- * </ul>
10743
- * @public
10744
- */
10745
- Filters?: Filter[] | undefined;
10746
- /**
10747
- * <p>The maximum number of results to return with a single call.
10748
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
10749
- * @public
10750
- */
10751
- MaxResults?: number | undefined;
10752
- /**
10753
- * <p>The token for the next page of results.</p>
10754
- * @public
10755
- */
10756
- NextToken?: string | undefined;
10757
- /**
10758
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10759
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10760
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10761
- * @public
10762
- */
10763
- DryRun?: boolean | undefined;
10764
- }
10765
- /**
10766
- * @public
10767
- */
10768
- export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult {
10769
- /**
10770
- * <p>Information about the associations.</p>
10771
- * @public
10772
- */
10773
- LocalGatewayRouteTableVirtualInterfaceGroupAssociations?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation[] | undefined;
10774
- /**
10775
- * <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>
10776
- * @public
10777
- */
10778
- NextToken?: string | undefined;
10779
- }
10780
- /**
10781
- * @public
10782
- */
10783
- export interface DescribeLocalGatewayRouteTableVpcAssociationsRequest {
10784
- /**
10785
- * <p>The IDs of the associations.</p>
10786
- * @public
10787
- */
10788
- LocalGatewayRouteTableVpcAssociationIds?: string[] | undefined;
10789
- /**
10790
- * <p>One or more filters.</p>
10791
- * <ul>
10792
- * <li>
10793
- * <p>
10794
- * <code>local-gateway-id</code> - The ID of a local gateway.</p>
10795
- * </li>
10796
- * <li>
10797
- * <p>
10798
- * <code>local-gateway-route-table-arn</code> - The Amazon Resource Name (ARN) of the local
10799
- * gateway route table for the association.</p>
10800
- * </li>
10801
- * <li>
10802
- * <p>
10803
- * <code>local-gateway-route-table-id</code> - The ID of the local gateway route table.</p>
10804
- * </li>
10805
- * <li>
10806
- * <p>
10807
- * <code>local-gateway-route-table-vpc-association-id</code> - The ID of the association.</p>
10808
- * </li>
10809
- * <li>
10810
- * <p>
10811
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway route table
10812
- * for the association.</p>
10813
- * </li>
10814
- * <li>
10815
- * <p>
10816
- * <code>state</code> - The state of the association.</p>
10817
- * </li>
10818
- * <li>
10819
- * <p>
10820
- * <code>vpc-id</code> - The ID of the VPC.</p>
10821
- * </li>
10822
- * </ul>
10823
- * @public
10824
- */
10825
- Filters?: Filter[] | undefined;
10826
- /**
10827
- * <p>The maximum number of results to return with a single call.
10828
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
10829
- * @public
10830
- */
10831
- MaxResults?: number | undefined;
10832
- /**
10833
- * <p>The token for the next page of results.</p>
10834
- * @public
10835
- */
10836
- NextToken?: string | undefined;
10837
- /**
10838
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10839
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10840
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10841
- * @public
10842
- */
10843
- DryRun?: boolean | undefined;
10844
- }
10845
- /**
10846
- * @public
10847
- */
10848
- export interface DescribeLocalGatewayRouteTableVpcAssociationsResult {
10849
- /**
10850
- * <p>Information about the associations.</p>
10851
- * @public
10852
- */
10853
- LocalGatewayRouteTableVpcAssociations?: LocalGatewayRouteTableVpcAssociation[] | undefined;
10854
- /**
10855
- * <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>
10856
- * @public
10857
- */
10858
- NextToken?: string | undefined;
10859
- }
10860
- /**
10861
- * @public
10862
- */
10863
- export interface DescribeLocalGatewaysRequest {
10864
- /**
10865
- * <p>The IDs of the local gateways.</p>
10866
- * @public
10867
- */
10868
- LocalGatewayIds?: string[] | undefined;
10869
- /**
10870
- * <p>One or more filters.</p>
10871
- * <ul>
10872
- * <li>
10873
- * <p>
10874
- * <code>local-gateway-id</code> - The ID of a local gateway.</p>
10875
- * </li>
10876
- * <li>
10877
- * <p>
10878
- * <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost.</p>
10879
- * </li>
10880
- * <li>
10881
- * <p>
10882
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway.</p>
10883
- * </li>
10884
- * <li>
10885
- * <p>
10886
- * <code>state</code> - The state of the association.</p>
10887
- * </li>
10888
- * </ul>
10889
- * @public
10890
- */
10891
- Filters?: Filter[] | undefined;
10892
- /**
10893
- * <p>The maximum number of results to return with a single call.
10894
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
10895
- * @public
10896
- */
10897
- MaxResults?: number | undefined;
10898
- /**
10899
- * <p>The token for the next page of results.</p>
10900
- * @public
10901
- */
10902
- NextToken?: string | undefined;
10903
- /**
10904
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10905
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10906
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10907
- * @public
10908
- */
10909
- DryRun?: boolean | undefined;
10910
- }
10911
- /**
10912
- * <p>Describes a local gateway.</p>
10913
- * @public
10914
- */
10915
- export interface LocalGateway {
10916
- /**
10917
- * <p>The ID of the local gateway.</p>
10918
- * @public
10919
- */
10920
- LocalGatewayId?: string | undefined;
10921
- /**
10922
- * <p>The Amazon Resource Name (ARN) of the Outpost.</p>
10923
- * @public
10924
- */
10925
- OutpostArn?: string | undefined;
10926
- /**
10927
- * <p>The ID of the Amazon Web Services account that owns the local gateway.</p>
10928
- * @public
10929
- */
10930
- OwnerId?: string | undefined;
10931
- /**
10932
- * <p>The state of the local gateway.</p>
10933
- * @public
10934
- */
10935
- State?: string | undefined;
10936
- /**
10937
- * <p>The tags assigned to the local gateway.</p>
10938
- * @public
10939
- */
10940
- Tags?: Tag[] | undefined;
10941
- }
10942
- /**
10943
- * @public
10944
- */
10945
- export interface DescribeLocalGatewaysResult {
10946
- /**
10947
- * <p>Information about the local gateways.</p>
10948
- * @public
10949
- */
10950
- LocalGateways?: LocalGateway[] | undefined;
10951
- /**
10952
- * <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>
10953
- * @public
10954
- */
10955
- NextToken?: string | undefined;
10956
- }
10957
- /**
10958
- * @public
10959
- */
10960
- export interface DescribeLocalGatewayVirtualInterfaceGroupsRequest {
10961
- /**
10962
- * <p>The IDs of the virtual interface groups.</p>
10963
- * @public
10964
- */
10965
- LocalGatewayVirtualInterfaceGroupIds?: string[] | undefined;
10966
- /**
10967
- * <p>One or more filters.</p>
10968
- * <ul>
10969
- * <li>
10970
- * <p>
10971
- * <code>local-gateway-id</code> - The ID of a local gateway.</p>
10972
- * </li>
10973
- * <li>
10974
- * <p>
10975
- * <code>local-gateway-virtual-interface-group-id</code> - The ID of the virtual interface group.</p>
10976
- * </li>
10977
- * <li>
10978
- * <p>
10979
- * <code>local-gateway-virtual-interface-id</code> - The ID of the virtual interface.</p>
10980
- * </li>
10981
- * <li>
10982
- * <p>
10983
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway virtual interface group.</p>
10984
- * </li>
10985
- * </ul>
10986
- * @public
10987
- */
10988
- Filters?: Filter[] | undefined;
10989
- /**
10990
- * <p>The maximum number of results to return with a single call.
10991
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
10992
- * @public
10993
- */
10994
- MaxResults?: number | undefined;
10995
- /**
10996
- * <p>The token for the next page of results.</p>
10997
- * @public
10998
- */
10999
- NextToken?: string | undefined;
11000
- /**
11001
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
11002
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
11003
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11004
- * @public
11005
- */
11006
- DryRun?: boolean | undefined;
11007
- }
11008
10792
  /**
11009
10793
  * @internal
11010
10794
  */