@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
@@ -1475,6 +1475,57 @@ export interface Vpc {
1475
1475
  export interface CreateDefaultVpcResult {
1476
1476
  Vpc?: Vpc | undefined;
1477
1477
  }
1478
+ export interface CreateDelegateMacVolumeOwnershipTaskRequest {
1479
+ ClientToken?: string | undefined;
1480
+ DryRun?: boolean | undefined;
1481
+ InstanceId: string | undefined;
1482
+ MacCredentials: string | undefined;
1483
+ TagSpecifications?: TagSpecification[] | undefined;
1484
+ }
1485
+ export declare const MacSystemIntegrityProtectionSettingStatus: {
1486
+ readonly disabled: "disabled";
1487
+ readonly enabled: "enabled";
1488
+ };
1489
+ export type MacSystemIntegrityProtectionSettingStatus =
1490
+ (typeof MacSystemIntegrityProtectionSettingStatus)[keyof typeof MacSystemIntegrityProtectionSettingStatus];
1491
+ export interface MacSystemIntegrityProtectionConfiguration {
1492
+ AppleInternal?: MacSystemIntegrityProtectionSettingStatus | undefined;
1493
+ BaseSystem?: MacSystemIntegrityProtectionSettingStatus | undefined;
1494
+ DebuggingRestrictions?: MacSystemIntegrityProtectionSettingStatus | undefined;
1495
+ DTraceRestrictions?: MacSystemIntegrityProtectionSettingStatus | undefined;
1496
+ FilesystemProtections?: MacSystemIntegrityProtectionSettingStatus | undefined;
1497
+ KextSigning?: MacSystemIntegrityProtectionSettingStatus | undefined;
1498
+ NvramProtections?: MacSystemIntegrityProtectionSettingStatus | undefined;
1499
+ Status?: MacSystemIntegrityProtectionSettingStatus | undefined;
1500
+ }
1501
+ export declare const MacModificationTaskState: {
1502
+ readonly failed: "failed";
1503
+ readonly inprogress: "in-progress";
1504
+ readonly pending: "pending";
1505
+ readonly successful: "successful";
1506
+ };
1507
+ export type MacModificationTaskState =
1508
+ (typeof MacModificationTaskState)[keyof typeof MacModificationTaskState];
1509
+ export declare const MacModificationTaskType: {
1510
+ readonly SIPModification: "sip-modification";
1511
+ readonly VolumeOwnershipDelegation: "volume-ownership-delegation";
1512
+ };
1513
+ export type MacModificationTaskType =
1514
+ (typeof MacModificationTaskType)[keyof typeof MacModificationTaskType];
1515
+ export interface MacModificationTask {
1516
+ InstanceId?: string | undefined;
1517
+ MacModificationTaskId?: string | undefined;
1518
+ MacSystemIntegrityProtectionConfig?:
1519
+ | MacSystemIntegrityProtectionConfiguration
1520
+ | undefined;
1521
+ StartTime?: Date | undefined;
1522
+ Tags?: Tag[] | undefined;
1523
+ TaskState?: MacModificationTaskState | undefined;
1524
+ TaskType?: MacModificationTaskType | undefined;
1525
+ }
1526
+ export interface CreateDelegateMacVolumeOwnershipTaskResult {
1527
+ MacModificationTask?: MacModificationTask | undefined;
1528
+ }
1478
1529
  export interface NewDhcpConfiguration {
1479
1530
  Key?: string | undefined;
1480
1531
  Values?: string[] | undefined;
@@ -2896,105 +2947,12 @@ export interface InstanceIpv6Address {
2896
2947
  Ipv6Address?: string | undefined;
2897
2948
  IsPrimaryIpv6?: boolean | undefined;
2898
2949
  }
2899
- export interface Ipv6PrefixSpecificationResponse {
2900
- Ipv6Prefix?: string | undefined;
2901
- }
2902
- export interface LaunchTemplateInstanceNetworkInterfaceSpecification {
2903
- AssociateCarrierIpAddress?: boolean | undefined;
2904
- AssociatePublicIpAddress?: boolean | undefined;
2905
- DeleteOnTermination?: boolean | undefined;
2906
- Description?: string | undefined;
2907
- DeviceIndex?: number | undefined;
2908
- Groups?: string[] | undefined;
2909
- InterfaceType?: string | undefined;
2910
- Ipv6AddressCount?: number | undefined;
2911
- Ipv6Addresses?: InstanceIpv6Address[] | undefined;
2912
- NetworkInterfaceId?: string | undefined;
2913
- PrivateIpAddress?: string | undefined;
2914
- PrivateIpAddresses?: PrivateIpAddressSpecification[] | undefined;
2915
- SecondaryPrivateIpAddressCount?: number | undefined;
2916
- SubnetId?: string | undefined;
2917
- NetworkCardIndex?: number | undefined;
2918
- Ipv4Prefixes?: Ipv4PrefixSpecificationResponse[] | undefined;
2919
- Ipv4PrefixCount?: number | undefined;
2920
- Ipv6Prefixes?: Ipv6PrefixSpecificationResponse[] | undefined;
2921
- Ipv6PrefixCount?: number | undefined;
2922
- PrimaryIpv6?: boolean | undefined;
2923
- EnaSrdSpecification?: LaunchTemplateEnaSrdSpecification | undefined;
2924
- ConnectionTrackingSpecification?: ConnectionTrackingSpecification | undefined;
2925
- EnaQueueCount?: number | undefined;
2926
- }
2927
- export interface LaunchTemplateNetworkPerformanceOptions {
2928
- BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
2929
- }
2930
- export interface LaunchTemplatePlacement {
2931
- AvailabilityZone?: string | undefined;
2932
- Affinity?: string | undefined;
2933
- GroupName?: string | undefined;
2934
- HostId?: string | undefined;
2935
- Tenancy?: Tenancy | undefined;
2936
- SpreadDomain?: string | undefined;
2937
- HostResourceGroupArn?: string | undefined;
2938
- PartitionNumber?: number | undefined;
2939
- GroupId?: string | undefined;
2940
- }
2941
- export interface LaunchTemplatePrivateDnsNameOptions {
2942
- HostnameType?: HostnameType | undefined;
2943
- EnableResourceNameDnsARecord?: boolean | undefined;
2944
- EnableResourceNameDnsAAAARecord?: boolean | undefined;
2945
- }
2946
- export interface LaunchTemplateTagSpecification {
2947
- ResourceType?: ResourceType | undefined;
2948
- Tags?: Tag[] | undefined;
2949
- }
2950
- export interface ResponseLaunchTemplateData {
2951
- KernelId?: string | undefined;
2952
- EbsOptimized?: boolean | undefined;
2953
- IamInstanceProfile?:
2954
- | LaunchTemplateIamInstanceProfileSpecification
2955
- | undefined;
2956
- BlockDeviceMappings?: LaunchTemplateBlockDeviceMapping[] | undefined;
2957
- NetworkInterfaces?:
2958
- | LaunchTemplateInstanceNetworkInterfaceSpecification[]
2959
- | undefined;
2960
- ImageId?: string | undefined;
2961
- InstanceType?: _InstanceType | undefined;
2962
- KeyName?: string | undefined;
2963
- Monitoring?: LaunchTemplatesMonitoring | undefined;
2964
- Placement?: LaunchTemplatePlacement | undefined;
2965
- RamDiskId?: string | undefined;
2966
- DisableApiTermination?: boolean | undefined;
2967
- InstanceInitiatedShutdownBehavior?: ShutdownBehavior | undefined;
2968
- UserData?: string | undefined;
2969
- TagSpecifications?: LaunchTemplateTagSpecification[] | undefined;
2970
- ElasticGpuSpecifications?: ElasticGpuSpecificationResponse[] | undefined;
2971
- ElasticInferenceAccelerators?:
2972
- | LaunchTemplateElasticInferenceAcceleratorResponse[]
2973
- | undefined;
2974
- SecurityGroupIds?: string[] | undefined;
2975
- SecurityGroups?: string[] | undefined;
2976
- InstanceMarketOptions?: LaunchTemplateInstanceMarketOptions | undefined;
2977
- CreditSpecification?: CreditSpecification | undefined;
2978
- CpuOptions?: LaunchTemplateCpuOptions | undefined;
2979
- CapacityReservationSpecification?:
2980
- | LaunchTemplateCapacityReservationSpecificationResponse
2981
- | undefined;
2982
- LicenseSpecifications?: LaunchTemplateLicenseConfiguration[] | undefined;
2983
- HibernationOptions?: LaunchTemplateHibernationOptions | undefined;
2984
- MetadataOptions?: LaunchTemplateInstanceMetadataOptions | undefined;
2985
- EnclaveOptions?: LaunchTemplateEnclaveOptions | undefined;
2986
- InstanceRequirements?: InstanceRequirements | undefined;
2987
- PrivateDnsNameOptions?: LaunchTemplatePrivateDnsNameOptions | undefined;
2988
- MaintenanceOptions?: LaunchTemplateInstanceMaintenanceOptions | undefined;
2989
- DisableApiStop?: boolean | undefined;
2990
- Operator?: OperatorResponse | undefined;
2991
- NetworkPerformanceOptions?:
2992
- | LaunchTemplateNetworkPerformanceOptions
2993
- | undefined;
2994
- }
2995
2950
  export declare const CopySnapshotRequestFilterSensitiveLog: (
2996
2951
  obj: CopySnapshotRequest
2997
2952
  ) => any;
2953
+ export declare const CreateDelegateMacVolumeOwnershipTaskRequestFilterSensitiveLog: (
2954
+ obj: CreateDelegateMacVolumeOwnershipTaskRequest
2955
+ ) => any;
2998
2956
  export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
2999
2957
  export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
3000
2958
  obj: RequestLaunchTemplateData
@@ -3005,6 +2963,3 @@ export declare const CreateLaunchTemplateRequestFilterSensitiveLog: (
3005
2963
  export declare const CreateLaunchTemplateVersionRequestFilterSensitiveLog: (
3006
2964
  obj: CreateLaunchTemplateVersionRequest
3007
2965
  ) => any;
3008
- export declare const ResponseLaunchTemplateDataFilterSensitiveLog: (
3009
- obj: ResponseLaunchTemplateData
3010
- ) => any;
@@ -14,6 +14,7 @@ import {
14
14
  PortRange,
15
15
  Protocol,
16
16
  ReservedInstancesListing,
17
+ ResourceType,
17
18
  RouteTableAssociationState,
18
19
  SecurityGroupReferencingSupportValue,
19
20
  Tag,
@@ -30,20 +31,139 @@ import {
30
31
  VolumeAttachment,
31
32
  } from "./models_0";
32
33
  import {
34
+ _InstanceType,
35
+ ConnectionTrackingSpecification,
33
36
  ConnectionTrackingSpecificationRequest,
37
+ CreditSpecification,
38
+ ElasticGpuSpecificationResponse,
39
+ HostnameType,
40
+ InstanceBandwidthWeighting,
34
41
  InstanceIpv6Address,
42
+ InstanceRequirements,
35
43
  Ipv4PrefixSpecificationRequest,
44
+ Ipv4PrefixSpecificationResponse,
36
45
  Ipv6PrefixSpecificationRequest,
46
+ LaunchTemplateBlockDeviceMapping,
47
+ LaunchTemplateCapacityReservationSpecificationResponse,
48
+ LaunchTemplateCpuOptions,
49
+ LaunchTemplateElasticInferenceAcceleratorResponse,
50
+ LaunchTemplateEnaSrdSpecification,
51
+ LaunchTemplateEnclaveOptions,
52
+ LaunchTemplateHibernationOptions,
53
+ LaunchTemplateIamInstanceProfileSpecification,
54
+ LaunchTemplateInstanceMaintenanceOptions,
55
+ LaunchTemplateInstanceMarketOptions,
56
+ LaunchTemplateInstanceMetadataOptions,
57
+ LaunchTemplateLicenseConfiguration,
58
+ LaunchTemplatesMonitoring,
59
+ MacModificationTask,
60
+ MacSystemIntegrityProtectionSettingStatus,
37
61
  OperatorRequest,
38
62
  OperatorResponse,
39
63
  PrivateIpAddressSpecification,
40
- ResponseLaunchTemplateData,
64
+ ShutdownBehavior,
41
65
  Subnet,
42
66
  Tenancy,
43
67
  ValidationWarning,
44
68
  VolumeType,
45
69
  Vpc,
46
70
  } from "./models_1";
71
+ export interface Ipv6PrefixSpecificationResponse {
72
+ Ipv6Prefix?: string | undefined;
73
+ }
74
+ export interface LaunchTemplateInstanceNetworkInterfaceSpecification {
75
+ AssociateCarrierIpAddress?: boolean | undefined;
76
+ AssociatePublicIpAddress?: boolean | undefined;
77
+ DeleteOnTermination?: boolean | undefined;
78
+ Description?: string | undefined;
79
+ DeviceIndex?: number | undefined;
80
+ Groups?: string[] | undefined;
81
+ InterfaceType?: string | undefined;
82
+ Ipv6AddressCount?: number | undefined;
83
+ Ipv6Addresses?: InstanceIpv6Address[] | undefined;
84
+ NetworkInterfaceId?: string | undefined;
85
+ PrivateIpAddress?: string | undefined;
86
+ PrivateIpAddresses?: PrivateIpAddressSpecification[] | undefined;
87
+ SecondaryPrivateIpAddressCount?: number | undefined;
88
+ SubnetId?: string | undefined;
89
+ NetworkCardIndex?: number | undefined;
90
+ Ipv4Prefixes?: Ipv4PrefixSpecificationResponse[] | undefined;
91
+ Ipv4PrefixCount?: number | undefined;
92
+ Ipv6Prefixes?: Ipv6PrefixSpecificationResponse[] | undefined;
93
+ Ipv6PrefixCount?: number | undefined;
94
+ PrimaryIpv6?: boolean | undefined;
95
+ EnaSrdSpecification?: LaunchTemplateEnaSrdSpecification | undefined;
96
+ ConnectionTrackingSpecification?: ConnectionTrackingSpecification | undefined;
97
+ EnaQueueCount?: number | undefined;
98
+ }
99
+ export interface LaunchTemplateNetworkPerformanceOptions {
100
+ BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
101
+ }
102
+ export interface LaunchTemplatePlacement {
103
+ AvailabilityZone?: string | undefined;
104
+ Affinity?: string | undefined;
105
+ GroupName?: string | undefined;
106
+ HostId?: string | undefined;
107
+ Tenancy?: Tenancy | undefined;
108
+ SpreadDomain?: string | undefined;
109
+ HostResourceGroupArn?: string | undefined;
110
+ PartitionNumber?: number | undefined;
111
+ GroupId?: string | undefined;
112
+ }
113
+ export interface LaunchTemplatePrivateDnsNameOptions {
114
+ HostnameType?: HostnameType | undefined;
115
+ EnableResourceNameDnsARecord?: boolean | undefined;
116
+ EnableResourceNameDnsAAAARecord?: boolean | undefined;
117
+ }
118
+ export interface LaunchTemplateTagSpecification {
119
+ ResourceType?: ResourceType | undefined;
120
+ Tags?: Tag[] | undefined;
121
+ }
122
+ export interface ResponseLaunchTemplateData {
123
+ KernelId?: string | undefined;
124
+ EbsOptimized?: boolean | undefined;
125
+ IamInstanceProfile?:
126
+ | LaunchTemplateIamInstanceProfileSpecification
127
+ | undefined;
128
+ BlockDeviceMappings?: LaunchTemplateBlockDeviceMapping[] | undefined;
129
+ NetworkInterfaces?:
130
+ | LaunchTemplateInstanceNetworkInterfaceSpecification[]
131
+ | undefined;
132
+ ImageId?: string | undefined;
133
+ InstanceType?: _InstanceType | undefined;
134
+ KeyName?: string | undefined;
135
+ Monitoring?: LaunchTemplatesMonitoring | undefined;
136
+ Placement?: LaunchTemplatePlacement | undefined;
137
+ RamDiskId?: string | undefined;
138
+ DisableApiTermination?: boolean | undefined;
139
+ InstanceInitiatedShutdownBehavior?: ShutdownBehavior | undefined;
140
+ UserData?: string | undefined;
141
+ TagSpecifications?: LaunchTemplateTagSpecification[] | undefined;
142
+ ElasticGpuSpecifications?: ElasticGpuSpecificationResponse[] | undefined;
143
+ ElasticInferenceAccelerators?:
144
+ | LaunchTemplateElasticInferenceAcceleratorResponse[]
145
+ | undefined;
146
+ SecurityGroupIds?: string[] | undefined;
147
+ SecurityGroups?: string[] | undefined;
148
+ InstanceMarketOptions?: LaunchTemplateInstanceMarketOptions | undefined;
149
+ CreditSpecification?: CreditSpecification | undefined;
150
+ CpuOptions?: LaunchTemplateCpuOptions | undefined;
151
+ CapacityReservationSpecification?:
152
+ | LaunchTemplateCapacityReservationSpecificationResponse
153
+ | undefined;
154
+ LicenseSpecifications?: LaunchTemplateLicenseConfiguration[] | undefined;
155
+ HibernationOptions?: LaunchTemplateHibernationOptions | undefined;
156
+ MetadataOptions?: LaunchTemplateInstanceMetadataOptions | undefined;
157
+ EnclaveOptions?: LaunchTemplateEnclaveOptions | undefined;
158
+ InstanceRequirements?: InstanceRequirements | undefined;
159
+ PrivateDnsNameOptions?: LaunchTemplatePrivateDnsNameOptions | undefined;
160
+ MaintenanceOptions?: LaunchTemplateInstanceMaintenanceOptions | undefined;
161
+ DisableApiStop?: boolean | undefined;
162
+ Operator?: OperatorResponse | undefined;
163
+ NetworkPerformanceOptions?:
164
+ | LaunchTemplateNetworkPerformanceOptions
165
+ | undefined;
166
+ }
47
167
  export interface LaunchTemplateVersion {
48
168
  LaunchTemplateId?: string | undefined;
49
169
  LaunchTemplateName?: string | undefined;
@@ -244,6 +364,31 @@ export interface CreateLocalGatewayVirtualInterfaceGroupResult {
244
364
  | LocalGatewayVirtualInterfaceGroup
245
365
  | undefined;
246
366
  }
367
+ export interface MacSystemIntegrityProtectionConfigurationRequest {
368
+ AppleInternal?: MacSystemIntegrityProtectionSettingStatus | undefined;
369
+ BaseSystem?: MacSystemIntegrityProtectionSettingStatus | undefined;
370
+ DebuggingRestrictions?: MacSystemIntegrityProtectionSettingStatus | undefined;
371
+ DTraceRestrictions?: MacSystemIntegrityProtectionSettingStatus | undefined;
372
+ FilesystemProtections?: MacSystemIntegrityProtectionSettingStatus | undefined;
373
+ KextSigning?: MacSystemIntegrityProtectionSettingStatus | undefined;
374
+ NvramProtections?: MacSystemIntegrityProtectionSettingStatus | undefined;
375
+ }
376
+ export interface CreateMacSystemIntegrityProtectionModificationTaskRequest {
377
+ ClientToken?: string | undefined;
378
+ DryRun?: boolean | undefined;
379
+ InstanceId: string | undefined;
380
+ MacCredentials?: string | undefined;
381
+ MacSystemIntegrityProtectionConfiguration?:
382
+ | MacSystemIntegrityProtectionConfigurationRequest
383
+ | undefined;
384
+ MacSystemIntegrityProtectionStatus:
385
+ | MacSystemIntegrityProtectionSettingStatus
386
+ | undefined;
387
+ TagSpecifications?: TagSpecification[] | undefined;
388
+ }
389
+ export interface CreateMacSystemIntegrityProtectionModificationTaskResult {
390
+ MacModificationTask?: MacModificationTask | undefined;
391
+ }
247
392
  export interface CreateManagedPrefixListRequest {
248
393
  DryRun?: boolean | undefined;
249
394
  PrefixListName: string | undefined;
@@ -2190,76 +2335,18 @@ export declare const ConnectionNotificationState: {
2190
2335
  };
2191
2336
  export type ConnectionNotificationState =
2192
2337
  (typeof ConnectionNotificationState)[keyof typeof ConnectionNotificationState];
2193
- export declare const ConnectionNotificationType: {
2194
- readonly Topic: "Topic";
2195
- };
2196
- export type ConnectionNotificationType =
2197
- (typeof ConnectionNotificationType)[keyof typeof ConnectionNotificationType];
2198
- export interface ConnectionNotification {
2199
- ConnectionNotificationId?: string | undefined;
2200
- ServiceId?: string | undefined;
2201
- VpcEndpointId?: string | undefined;
2202
- ConnectionNotificationType?: ConnectionNotificationType | undefined;
2203
- ConnectionNotificationArn?: string | undefined;
2204
- ConnectionEvents?: string[] | undefined;
2205
- ConnectionNotificationState?: ConnectionNotificationState | undefined;
2206
- ServiceRegion?: string | undefined;
2207
- }
2208
- export interface CreateVpcEndpointConnectionNotificationResult {
2209
- ConnectionNotification?: ConnectionNotification | undefined;
2210
- ClientToken?: string | undefined;
2211
- }
2212
- export interface CreateVpcEndpointServiceConfigurationRequest {
2213
- DryRun?: boolean | undefined;
2214
- AcceptanceRequired?: boolean | undefined;
2215
- PrivateDnsName?: string | undefined;
2216
- NetworkLoadBalancerArns?: string[] | undefined;
2217
- GatewayLoadBalancerArns?: string[] | undefined;
2218
- SupportedIpAddressTypes?: string[] | undefined;
2219
- SupportedRegions?: string[] | undefined;
2220
- ClientToken?: string | undefined;
2221
- TagSpecifications?: TagSpecification[] | undefined;
2222
- }
2223
- export declare const PayerResponsibility: {
2224
- readonly ServiceOwner: "ServiceOwner";
2225
- };
2226
- export type PayerResponsibility =
2227
- (typeof PayerResponsibility)[keyof typeof PayerResponsibility];
2228
- export declare const DnsNameState: {
2229
- readonly Failed: "failed";
2230
- readonly PendingVerification: "pendingVerification";
2231
- readonly Verified: "verified";
2232
- };
2233
- export type DnsNameState = (typeof DnsNameState)[keyof typeof DnsNameState];
2234
- export interface PrivateDnsNameConfiguration {
2235
- State?: DnsNameState | undefined;
2236
- Type?: string | undefined;
2237
- Value?: string | undefined;
2238
- Name?: string | undefined;
2239
- }
2240
- export declare const ServiceState: {
2241
- readonly Available: "Available";
2242
- readonly Deleted: "Deleted";
2243
- readonly Deleting: "Deleting";
2244
- readonly Failed: "Failed";
2245
- readonly Pending: "Pending";
2246
- };
2247
- export type ServiceState = (typeof ServiceState)[keyof typeof ServiceState];
2248
- export declare const ServiceType: {
2249
- readonly Gateway: "Gateway";
2250
- readonly GatewayLoadBalancer: "GatewayLoadBalancer";
2251
- readonly Interface: "Interface";
2252
- };
2253
- export type ServiceType = (typeof ServiceType)[keyof typeof ServiceType];
2254
- export interface ServiceTypeDetail {
2255
- ServiceType?: ServiceType | undefined;
2256
- }
2338
+ export declare const ResponseLaunchTemplateDataFilterSensitiveLog: (
2339
+ obj: ResponseLaunchTemplateData
2340
+ ) => any;
2257
2341
  export declare const LaunchTemplateVersionFilterSensitiveLog: (
2258
2342
  obj: LaunchTemplateVersion
2259
2343
  ) => any;
2260
2344
  export declare const CreateLaunchTemplateVersionResultFilterSensitiveLog: (
2261
2345
  obj: CreateLaunchTemplateVersionResult
2262
2346
  ) => any;
2347
+ export declare const CreateMacSystemIntegrityProtectionModificationTaskRequestFilterSensitiveLog: (
2348
+ obj: CreateMacSystemIntegrityProtectionModificationTaskRequest
2349
+ ) => any;
2263
2350
  export declare const CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog: (
2264
2351
  obj: CreateVerifiedAccessNativeApplicationOidcOptions
2265
2352
  ) => any;
@@ -24,7 +24,6 @@ import {
24
24
  CapacityReservation,
25
25
  CapacityReservationTenancy,
26
26
  CarrierGateway,
27
- ClientVpnAuthenticationType,
28
27
  ClientVpnEndpointStatus,
29
28
  ClientVpnRouteStatus,
30
29
  CoipCidr,
@@ -42,6 +41,7 @@ import {
42
41
  LaunchTemplate,
43
42
  } from "./models_1";
44
43
  import {
44
+ ConnectionNotificationState,
45
45
  GroupIdentifier,
46
46
  LocalGatewayRoute,
47
47
  LocalGatewayRouteTable,
@@ -50,13 +50,9 @@ import {
50
50
  LocalGatewayVirtualInterface,
51
51
  LocalGatewayVirtualInterfaceGroup,
52
52
  ManagedPrefixList,
53
- PayerResponsibility,
54
- PrivateDnsNameConfiguration,
55
53
  RouteServer,
56
54
  RouteServerEndpoint,
57
55
  RouteServerPeer,
58
- ServiceState,
59
- ServiceTypeDetail,
60
56
  SubnetCidrReservation,
61
57
  TransitGateway,
62
58
  TransitGatewayConnect,
@@ -71,6 +67,70 @@ import {
71
67
  VerifiedAccessGroup,
72
68
  VpcBlockPublicAccessExclusion,
73
69
  } from "./models_2";
70
+ export declare const ConnectionNotificationType: {
71
+ readonly Topic: "Topic";
72
+ };
73
+ export type ConnectionNotificationType =
74
+ (typeof ConnectionNotificationType)[keyof typeof ConnectionNotificationType];
75
+ export interface ConnectionNotification {
76
+ ConnectionNotificationId?: string | undefined;
77
+ ServiceId?: string | undefined;
78
+ VpcEndpointId?: string | undefined;
79
+ ConnectionNotificationType?: ConnectionNotificationType | undefined;
80
+ ConnectionNotificationArn?: string | undefined;
81
+ ConnectionEvents?: string[] | undefined;
82
+ ConnectionNotificationState?: ConnectionNotificationState | undefined;
83
+ ServiceRegion?: string | undefined;
84
+ }
85
+ export interface CreateVpcEndpointConnectionNotificationResult {
86
+ ConnectionNotification?: ConnectionNotification | undefined;
87
+ ClientToken?: string | undefined;
88
+ }
89
+ export interface CreateVpcEndpointServiceConfigurationRequest {
90
+ DryRun?: boolean | undefined;
91
+ AcceptanceRequired?: boolean | undefined;
92
+ PrivateDnsName?: string | undefined;
93
+ NetworkLoadBalancerArns?: string[] | undefined;
94
+ GatewayLoadBalancerArns?: string[] | undefined;
95
+ SupportedIpAddressTypes?: string[] | undefined;
96
+ SupportedRegions?: string[] | undefined;
97
+ ClientToken?: string | undefined;
98
+ TagSpecifications?: TagSpecification[] | undefined;
99
+ }
100
+ export declare const PayerResponsibility: {
101
+ readonly ServiceOwner: "ServiceOwner";
102
+ };
103
+ export type PayerResponsibility =
104
+ (typeof PayerResponsibility)[keyof typeof PayerResponsibility];
105
+ export declare const DnsNameState: {
106
+ readonly Failed: "failed";
107
+ readonly PendingVerification: "pendingVerification";
108
+ readonly Verified: "verified";
109
+ };
110
+ export type DnsNameState = (typeof DnsNameState)[keyof typeof DnsNameState];
111
+ export interface PrivateDnsNameConfiguration {
112
+ State?: DnsNameState | undefined;
113
+ Type?: string | undefined;
114
+ Value?: string | undefined;
115
+ Name?: string | undefined;
116
+ }
117
+ export declare const ServiceState: {
118
+ readonly Available: "Available";
119
+ readonly Deleted: "Deleted";
120
+ readonly Deleting: "Deleting";
121
+ readonly Failed: "Failed";
122
+ readonly Pending: "Pending";
123
+ };
124
+ export type ServiceState = (typeof ServiceState)[keyof typeof ServiceState];
125
+ export declare const ServiceType: {
126
+ readonly Gateway: "Gateway";
127
+ readonly GatewayLoadBalancer: "GatewayLoadBalancer";
128
+ readonly Interface: "Interface";
129
+ };
130
+ export type ServiceType = (typeof ServiceType)[keyof typeof ServiceType];
131
+ export interface ServiceTypeDetail {
132
+ ServiceType?: ServiceType | undefined;
133
+ }
74
134
  export declare const ServiceConnectivityType: {
75
135
  readonly ipv4: "ipv4";
76
136
  readonly ipv6: "ipv6";
@@ -1533,48 +1593,6 @@ export declare const AssociatedNetworkType: {
1533
1593
  };
1534
1594
  export type AssociatedNetworkType =
1535
1595
  (typeof AssociatedNetworkType)[keyof typeof AssociatedNetworkType];
1536
- export interface AssociatedTargetNetwork {
1537
- NetworkId?: string | undefined;
1538
- NetworkType?: AssociatedNetworkType | undefined;
1539
- }
1540
- export interface DirectoryServiceAuthentication {
1541
- DirectoryId?: string | undefined;
1542
- }
1543
- export interface FederatedAuthentication {
1544
- SamlProviderArn?: string | undefined;
1545
- SelfServiceSamlProviderArn?: string | undefined;
1546
- }
1547
- export interface CertificateAuthentication {
1548
- ClientRootCertificateChain?: string | undefined;
1549
- }
1550
- export interface ClientVpnAuthentication {
1551
- Type?: ClientVpnAuthenticationType | undefined;
1552
- ActiveDirectory?: DirectoryServiceAuthentication | undefined;
1553
- MutualAuthentication?: CertificateAuthentication | undefined;
1554
- FederatedAuthentication?: FederatedAuthentication | undefined;
1555
- }
1556
- export declare const ClientVpnEndpointAttributeStatusCode: {
1557
- readonly applied: "applied";
1558
- readonly applying: "applying";
1559
- };
1560
- export type ClientVpnEndpointAttributeStatusCode =
1561
- (typeof ClientVpnEndpointAttributeStatusCode)[keyof typeof ClientVpnEndpointAttributeStatusCode];
1562
- export interface ClientVpnEndpointAttributeStatus {
1563
- Code?: ClientVpnEndpointAttributeStatusCode | undefined;
1564
- Message?: string | undefined;
1565
- }
1566
- export interface ClientConnectResponseOptions {
1567
- Enabled?: boolean | undefined;
1568
- LambdaFunctionArn?: string | undefined;
1569
- Status?: ClientVpnEndpointAttributeStatus | undefined;
1570
- }
1571
- export interface ClientLoginBannerResponseOptions {
1572
- Enabled?: boolean | undefined;
1573
- BannerText?: string | undefined;
1574
- }
1575
- export interface ClientRouteEnforcementResponseOptions {
1576
- Enforced?: boolean | undefined;
1577
- }
1578
1596
  export declare const VpnTunnelOptionsSpecificationFilterSensitiveLog: (
1579
1597
  obj: VpnTunnelOptionsSpecification
1580
1598
  ) => any;