@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,9 +1,305 @@
1
- import { AccessScopeAnalysisFinding, AddressTransfer, AllowedImagesSettingsEnabledState, AsnAssociation, AssociationStatus, CurrencyCodeValues, DeviceTrustProviderType, IamInstanceProfileAssociation, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, NatGatewayAddress, RouteServerAssociation, SecurityGroupVpcAssociationState, SubnetAssociation, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, UserTrustProviderType, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation } from "./models_0";
2
- import { CapacityReservationState, DiskImageFormat, InstanceRequirementsRequest, IpamResourceTag, RequestIpamResourceTag, ResponseLaunchTemplateData, TargetCapacityUnitType } from "./models_1";
3
- import { NetworkInsightsAccessScopeContent, SSEType, SubnetCidrReservation, TransitGatewayPrefixListReference } from "./models_2";
4
- import { Filter, IpamPoolCidr, MetricType, PeriodType, StatisticType } from "./models_3";
1
+ import { AccessScopeAnalysisFinding, AddressTransfer, AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, AsnAssociation, AssociationStatus, CurrencyCodeValues, DeviceTrustProviderType, IamInstanceProfileAssociation, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, NatGatewayAddress, RouteServerAssociation, SecurityGroupVpcAssociationState, SubnetAssociation, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociation, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation } from "./models_0";
2
+ import { CapacityReservationState, DiskImageFormat, InstanceRequirementsRequest, IpamResourceTag, RequestIpamResourceTag, TargetCapacityUnitType } from "./models_1";
3
+ import { NetworkInsightsAccessScopeContent, ResponseLaunchTemplateData, SSEType, SubnetCidrReservation } from "./models_2";
4
+ import { Filter, IpamPoolCidr, MetricType, PeriodType, StatisticType, VpnGateway } from "./models_3";
5
5
  import { ArchitectureType, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, HttpTokensState, InstanceMetadataEndpointState, InstanceMetadataTagsState, PaymentOption, VirtualizationType } from "./models_4";
6
6
  import { AnalysisStatus, ManagedBy } from "./models_5";
7
+ /**
8
+ * <p>Contains the output of DescribeVpnGateways.</p>
9
+ * @public
10
+ */
11
+ export interface DescribeVpnGatewaysResult {
12
+ /**
13
+ * <p>Information about one or more virtual private gateways.</p>
14
+ * @public
15
+ */
16
+ VpnGateways?: VpnGateway[] | undefined;
17
+ }
18
+ /**
19
+ * @public
20
+ */
21
+ export interface DetachClassicLinkVpcRequest {
22
+ /**
23
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
24
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
25
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
26
+ * @public
27
+ */
28
+ DryRun?: boolean | undefined;
29
+ /**
30
+ * <p>The ID of the instance to unlink from the VPC.</p>
31
+ * @public
32
+ */
33
+ InstanceId: string | undefined;
34
+ /**
35
+ * <p>The ID of the VPC to which the instance is linked.</p>
36
+ * @public
37
+ */
38
+ VpcId: string | undefined;
39
+ }
40
+ /**
41
+ * @public
42
+ */
43
+ export interface DetachClassicLinkVpcResult {
44
+ /**
45
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
46
+ * @public
47
+ */
48
+ Return?: boolean | undefined;
49
+ }
50
+ /**
51
+ * @public
52
+ */
53
+ export interface DetachInternetGatewayRequest {
54
+ /**
55
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
56
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
57
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
58
+ * @public
59
+ */
60
+ DryRun?: boolean | undefined;
61
+ /**
62
+ * <p>The ID of the internet gateway.</p>
63
+ * @public
64
+ */
65
+ InternetGatewayId: string | undefined;
66
+ /**
67
+ * <p>The ID of the VPC.</p>
68
+ * @public
69
+ */
70
+ VpcId: string | undefined;
71
+ }
72
+ /**
73
+ * <p>Contains the parameters for DetachNetworkInterface.</p>
74
+ * @public
75
+ */
76
+ export interface DetachNetworkInterfaceRequest {
77
+ /**
78
+ * <p>Checks whether you have the required permissions for the action, without actually
79
+ * making the request, and provides an error response. If you have the required
80
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
81
+ * <code>UnauthorizedOperation</code>.</p>
82
+ * @public
83
+ */
84
+ DryRun?: boolean | undefined;
85
+ /**
86
+ * <p>The ID of the attachment.</p>
87
+ * @public
88
+ */
89
+ AttachmentId: string | undefined;
90
+ /**
91
+ * <p>Specifies whether to force a detachment.</p>
92
+ * <note>
93
+ * <ul>
94
+ * <li>
95
+ * <p>Use the <code>Force</code> parameter only as a last resort to detach a
96
+ * network interface from a failed instance. </p>
97
+ * </li>
98
+ * <li>
99
+ * <p>If you use the <code>Force</code> parameter to detach a network interface,
100
+ * you might not be able to attach a different network interface to the same
101
+ * index on the instance without first stopping and starting the
102
+ * instance.</p>
103
+ * </li>
104
+ * <li>
105
+ * <p>If you force the detachment of a network interface, the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">instance
106
+ * metadata</a> might not get updated. This means that the attributes
107
+ * associated with the detached network interface might still be visible. The
108
+ * instance metadata will get updated when you stop and start the
109
+ * instance.</p>
110
+ * </li>
111
+ * </ul>
112
+ * </note>
113
+ * @public
114
+ */
115
+ Force?: boolean | undefined;
116
+ }
117
+ /**
118
+ * @public
119
+ */
120
+ export interface DetachVerifiedAccessTrustProviderRequest {
121
+ /**
122
+ * <p>The ID of the Verified Access instance.</p>
123
+ * @public
124
+ */
125
+ VerifiedAccessInstanceId: string | undefined;
126
+ /**
127
+ * <p>The ID of the Verified Access trust provider.</p>
128
+ * @public
129
+ */
130
+ VerifiedAccessTrustProviderId: string | undefined;
131
+ /**
132
+ * <p>A unique, case-sensitive token that you provide to ensure idempotency of your
133
+ * modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
134
+ * @public
135
+ */
136
+ ClientToken?: string | undefined;
137
+ /**
138
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
139
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
140
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
141
+ * @public
142
+ */
143
+ DryRun?: boolean | undefined;
144
+ }
145
+ /**
146
+ * @public
147
+ */
148
+ export interface DetachVerifiedAccessTrustProviderResult {
149
+ /**
150
+ * <p>Details about the Verified Access trust provider.</p>
151
+ * @public
152
+ */
153
+ VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
154
+ /**
155
+ * <p>Details about the Verified Access instance.</p>
156
+ * @public
157
+ */
158
+ VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
159
+ }
160
+ /**
161
+ * @public
162
+ */
163
+ export interface DetachVolumeRequest {
164
+ /**
165
+ * <p>The device name.</p>
166
+ * @public
167
+ */
168
+ Device?: string | undefined;
169
+ /**
170
+ * <p>Forces detachment if the previous detachment attempt did not occur cleanly (for example,
171
+ * logging into an instance, unmounting the volume, and detaching normally). This option can lead
172
+ * to data loss or a corrupted file system. Use this option only as a last resort to detach a
173
+ * volume from a failed instance. The instance won't have an opportunity to flush file system
174
+ * caches or file system metadata. If you use this option, you must perform file system check and
175
+ * repair procedures.</p>
176
+ * @public
177
+ */
178
+ Force?: boolean | undefined;
179
+ /**
180
+ * <p>The ID of the instance. If you are detaching a Multi-Attach enabled volume, you must specify an instance ID.</p>
181
+ * @public
182
+ */
183
+ InstanceId?: string | undefined;
184
+ /**
185
+ * <p>The ID of the volume.</p>
186
+ * @public
187
+ */
188
+ VolumeId: string | undefined;
189
+ /**
190
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
191
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
192
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
193
+ * @public
194
+ */
195
+ DryRun?: boolean | undefined;
196
+ }
197
+ /**
198
+ * <p>Contains the parameters for DetachVpnGateway.</p>
199
+ * @public
200
+ */
201
+ export interface DetachVpnGatewayRequest {
202
+ /**
203
+ * <p>The ID of the VPC.</p>
204
+ * @public
205
+ */
206
+ VpcId: string | undefined;
207
+ /**
208
+ * <p>The ID of the virtual private gateway.</p>
209
+ * @public
210
+ */
211
+ VpnGatewayId: string | undefined;
212
+ /**
213
+ * <p>Checks whether you have the required permissions for the action, without actually
214
+ * making the request, and provides an error response. If you have the required
215
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
216
+ * <code>UnauthorizedOperation</code>.</p>
217
+ * @public
218
+ */
219
+ DryRun?: boolean | undefined;
220
+ }
221
+ /**
222
+ * @public
223
+ */
224
+ export interface DisableAddressTransferRequest {
225
+ /**
226
+ * <p>The allocation ID of an Elastic IP address.</p>
227
+ * @public
228
+ */
229
+ AllocationId: string | undefined;
230
+ /**
231
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
232
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
233
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
234
+ * @public
235
+ */
236
+ DryRun?: boolean | undefined;
237
+ }
238
+ /**
239
+ * @public
240
+ */
241
+ export interface DisableAddressTransferResult {
242
+ /**
243
+ * <p>An Elastic IP address transfer.</p>
244
+ * @public
245
+ */
246
+ AddressTransfer?: AddressTransfer | undefined;
247
+ }
248
+ /**
249
+ * @public
250
+ */
251
+ export interface DisableAllowedImagesSettingsRequest {
252
+ /**
253
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
254
+ * and provides an error response. If you have the required permissions, the error response is
255
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
256
+ * @public
257
+ */
258
+ DryRun?: boolean | undefined;
259
+ }
260
+ /**
261
+ * @public
262
+ */
263
+ export interface DisableAllowedImagesSettingsResult {
264
+ /**
265
+ * <p>Returns <code>disabled</code> if the request succeeds; otherwise, it returns an
266
+ * error.</p>
267
+ * @public
268
+ */
269
+ AllowedImagesSettingsState?: AllowedImagesSettingsDisabledState | undefined;
270
+ }
271
+ /**
272
+ * @public
273
+ */
274
+ export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
275
+ /**
276
+ * <p>The source Region or Availability Zone that the metric subscription is disabled for. For example, <code>us-east-1</code>.</p>
277
+ * @public
278
+ */
279
+ Source?: string | undefined;
280
+ /**
281
+ * <p>The target Region or Availability Zone that the metric subscription is disabled for. For example, <code>eu-north-1</code>.</p>
282
+ * @public
283
+ */
284
+ Destination?: string | undefined;
285
+ /**
286
+ * <p>The metric used for the disabled subscription.</p>
287
+ * @public
288
+ */
289
+ Metric?: MetricType | undefined;
290
+ /**
291
+ * <p>The statistic used for the disabled subscription. </p>
292
+ * @public
293
+ */
294
+ Statistic?: StatisticType | undefined;
295
+ /**
296
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
297
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
298
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
299
+ * @public
300
+ */
301
+ DryRun?: boolean | undefined;
302
+ }
7
303
  /**
8
304
  * @public
9
305
  */
@@ -6424,376 +6720,9 @@ export interface TransitGatewayPolicyTableEntry {
6424
6720
  TargetRouteTableId?: string | undefined;
6425
6721
  }
6426
6722
  /**
6427
- * @public
6428
- */
6429
- export interface GetTransitGatewayPolicyTableEntriesResult {
6430
- /**
6431
- * <p>The entries for the transit gateway policy table.</p>
6432
- * @public
6433
- */
6434
- TransitGatewayPolicyTableEntries?: TransitGatewayPolicyTableEntry[] | undefined;
6435
- }
6436
- /**
6437
- * @public
6723
+ * @internal
6438
6724
  */
6439
- export interface GetTransitGatewayPrefixListReferencesRequest {
6440
- /**
6441
- * <p>The ID of the transit gateway route table.</p>
6442
- * @public
6443
- */
6444
- TransitGatewayRouteTableId: string | undefined;
6445
- /**
6446
- * <p>One or more filters. The possible values are:</p>
6447
- * <ul>
6448
- * <li>
6449
- * <p>
6450
- * <code>attachment.resource-id</code> - The ID of the resource for the attachment.</p>
6451
- * </li>
6452
- * <li>
6453
- * <p>
6454
- * <code>attachment.resource-type</code> - The type of resource for the
6455
- * attachment. Valid values are <code>vpc</code> | <code>vpn</code> |
6456
- * <code>direct-connect-gateway</code> | <code>peering</code>.</p>
6457
- * </li>
6458
- * <li>
6459
- * <p>
6460
- * <code>attachment.transit-gateway-attachment-id</code> - The ID of the attachment.</p>
6461
- * </li>
6462
- * <li>
6463
- * <p>
6464
- * <code>is-blackhole</code> - Whether traffic matching the route is blocked (<code>true</code> | <code>false</code>).</p>
6465
- * </li>
6466
- * <li>
6467
- * <p>
6468
- * <code>prefix-list-id</code> - The ID of the prefix list.</p>
6469
- * </li>
6470
- * <li>
6471
- * <p>
6472
- * <code>prefix-list-owner-id</code> - The ID of the owner of the prefix list.</p>
6473
- * </li>
6474
- * <li>
6475
- * <p>
6476
- * <code>state</code> - The state of the prefix list reference (<code>pending</code> | <code>available</code> | <code>modifying</code> | <code>deleting</code>).</p>
6477
- * </li>
6478
- * </ul>
6479
- * @public
6480
- */
6481
- Filters?: Filter[] | undefined;
6482
- /**
6483
- * <p>The maximum number of results to return with a single call.
6484
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
6485
- * @public
6486
- */
6487
- MaxResults?: number | undefined;
6488
- /**
6489
- * <p>The token for the next page of results.</p>
6490
- * @public
6491
- */
6492
- NextToken?: string | undefined;
6493
- /**
6494
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6495
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6496
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6497
- * @public
6498
- */
6499
- DryRun?: boolean | undefined;
6500
- }
6501
- /**
6502
- * @public
6503
- */
6504
- export interface GetTransitGatewayPrefixListReferencesResult {
6505
- /**
6506
- * <p>Information about the prefix list references.</p>
6507
- * @public
6508
- */
6509
- TransitGatewayPrefixListReferences?: TransitGatewayPrefixListReference[] | undefined;
6510
- /**
6511
- * <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>
6512
- * @public
6513
- */
6514
- NextToken?: string | undefined;
6515
- }
6516
- /**
6517
- * @public
6518
- */
6519
- export interface GetTransitGatewayRouteTableAssociationsRequest {
6520
- /**
6521
- * <p>The ID of the transit gateway route table.</p>
6522
- * @public
6523
- */
6524
- TransitGatewayRouteTableId: string | undefined;
6525
- /**
6526
- * <p>One or more filters. The possible values are:</p>
6527
- * <ul>
6528
- * <li>
6529
- * <p>
6530
- * <code>resource-id</code> - The ID of the resource.</p>
6531
- * </li>
6532
- * <li>
6533
- * <p>
6534
- * <code>resource-type</code> - The resource type. Valid values are <code>vpc</code>
6535
- * | <code>vpn</code> | <code>direct-connect-gateway</code> | <code>peering</code>
6536
- * | <code>connect</code>.</p>
6537
- * </li>
6538
- * <li>
6539
- * <p>
6540
- * <code>transit-gateway-attachment-id</code> - The ID of the attachment.</p>
6541
- * </li>
6542
- * </ul>
6543
- * @public
6544
- */
6545
- Filters?: Filter[] | undefined;
6546
- /**
6547
- * <p>The maximum number of results to return with a single call.
6548
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
6549
- * @public
6550
- */
6551
- MaxResults?: number | undefined;
6552
- /**
6553
- * <p>The token for the next page of results.</p>
6554
- * @public
6555
- */
6556
- NextToken?: string | undefined;
6557
- /**
6558
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6559
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6560
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6561
- * @public
6562
- */
6563
- DryRun?: boolean | undefined;
6564
- }
6565
- /**
6566
- * <p>Describes an association between a route table and a resource attachment.</p>
6567
- * @public
6568
- */
6569
- export interface TransitGatewayRouteTableAssociation {
6570
- /**
6571
- * <p>The ID of the attachment.</p>
6572
- * @public
6573
- */
6574
- TransitGatewayAttachmentId?: string | undefined;
6575
- /**
6576
- * <p>The ID of the resource.</p>
6577
- * @public
6578
- */
6579
- ResourceId?: string | undefined;
6580
- /**
6581
- * <p>The resource type. Note that the <code>tgw-peering</code> resource type has been deprecated.</p>
6582
- * @public
6583
- */
6584
- ResourceType?: TransitGatewayAttachmentResourceType | undefined;
6585
- /**
6586
- * <p>The state of the association.</p>
6587
- * @public
6588
- */
6589
- State?: TransitGatewayAssociationState | undefined;
6590
- }
6591
- /**
6592
- * @public
6593
- */
6594
- export interface GetTransitGatewayRouteTableAssociationsResult {
6595
- /**
6596
- * <p>Information about the associations.</p>
6597
- * @public
6598
- */
6599
- Associations?: TransitGatewayRouteTableAssociation[] | undefined;
6600
- /**
6601
- * <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>
6602
- * @public
6603
- */
6604
- NextToken?: string | undefined;
6605
- }
6606
- /**
6607
- * @public
6608
- */
6609
- export interface GetTransitGatewayRouteTablePropagationsRequest {
6610
- /**
6611
- * <p>The ID of the transit gateway route table.</p>
6612
- * @public
6613
- */
6614
- TransitGatewayRouteTableId: string | undefined;
6615
- /**
6616
- * <p>One or more filters. The possible values are:</p>
6617
- * <ul>
6618
- * <li>
6619
- * <p>
6620
- * <code>resource-id</code> - The ID of the resource.</p>
6621
- * </li>
6622
- * <li>
6623
- * <p>
6624
- * <code>resource-type</code> - The resource type. Valid values are <code>vpc</code>
6625
- * | <code>vpn</code> | <code>direct-connect-gateway</code> | <code>peering</code>
6626
- * | <code>connect</code>.</p>
6627
- * </li>
6628
- * <li>
6629
- * <p>
6630
- * <code>transit-gateway-attachment-id</code> - The ID of the attachment.</p>
6631
- * </li>
6632
- * </ul>
6633
- * @public
6634
- */
6635
- Filters?: Filter[] | undefined;
6636
- /**
6637
- * <p>The maximum number of results to return with a single call.
6638
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
6639
- * @public
6640
- */
6641
- MaxResults?: number | undefined;
6642
- /**
6643
- * <p>The token for the next page of results.</p>
6644
- * @public
6645
- */
6646
- NextToken?: string | undefined;
6647
- /**
6648
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6649
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6650
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6651
- * @public
6652
- */
6653
- DryRun?: boolean | undefined;
6654
- }
6655
- /**
6656
- * <p>Describes a route table propagation.</p>
6657
- * @public
6658
- */
6659
- export interface TransitGatewayRouteTablePropagation {
6660
- /**
6661
- * <p>The ID of the attachment.</p>
6662
- * @public
6663
- */
6664
- TransitGatewayAttachmentId?: string | undefined;
6665
- /**
6666
- * <p>The ID of the resource.</p>
6667
- * @public
6668
- */
6669
- ResourceId?: string | undefined;
6670
- /**
6671
- * <p>The type of resource. Note that the <code>tgw-peering</code> resource type has been deprecated.</p>
6672
- * @public
6673
- */
6674
- ResourceType?: TransitGatewayAttachmentResourceType | undefined;
6675
- /**
6676
- * <p>The state of the resource.</p>
6677
- * @public
6678
- */
6679
- State?: TransitGatewayPropagationState | undefined;
6680
- /**
6681
- * <p>The ID of the transit gateway route table announcement.</p>
6682
- * @public
6683
- */
6684
- TransitGatewayRouteTableAnnouncementId?: string | undefined;
6685
- }
6686
- /**
6687
- * @public
6688
- */
6689
- export interface GetTransitGatewayRouteTablePropagationsResult {
6690
- /**
6691
- * <p>Information about the route table propagations.</p>
6692
- * @public
6693
- */
6694
- TransitGatewayRouteTablePropagations?: TransitGatewayRouteTablePropagation[] | undefined;
6695
- /**
6696
- * <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>
6697
- * @public
6698
- */
6699
- NextToken?: string | undefined;
6700
- }
6701
- /**
6702
- * @public
6703
- */
6704
- export interface GetVerifiedAccessEndpointPolicyRequest {
6705
- /**
6706
- * <p>The ID of the Verified Access endpoint.</p>
6707
- * @public
6708
- */
6709
- VerifiedAccessEndpointId: string | undefined;
6710
- /**
6711
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6712
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6713
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6714
- * @public
6715
- */
6716
- DryRun?: boolean | undefined;
6717
- }
6718
- /**
6719
- * @public
6720
- */
6721
- export interface GetVerifiedAccessEndpointPolicyResult {
6722
- /**
6723
- * <p>The status of the Verified Access policy.</p>
6724
- * @public
6725
- */
6726
- PolicyEnabled?: boolean | undefined;
6727
- /**
6728
- * <p>The Verified Access policy document.</p>
6729
- * @public
6730
- */
6731
- PolicyDocument?: string | undefined;
6732
- }
6733
- /**
6734
- * @public
6735
- */
6736
- export interface GetVerifiedAccessEndpointTargetsRequest {
6737
- /**
6738
- * <p>The ID of the network CIDR endpoint.</p>
6739
- * @public
6740
- */
6741
- VerifiedAccessEndpointId: string | undefined;
6742
- /**
6743
- * <p>The maximum number of results to return with a single call.
6744
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
6745
- * @public
6746
- */
6747
- MaxResults?: number | undefined;
6748
- /**
6749
- * <p>The token for the next page of results.</p>
6750
- * @public
6751
- */
6752
- NextToken?: string | undefined;
6753
- /**
6754
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6755
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6756
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6757
- * @public
6758
- */
6759
- DryRun?: boolean | undefined;
6760
- }
6761
- /**
6762
- * <p>Describes the targets for the specified Verified Access endpoint.</p>
6763
- * @public
6764
- */
6765
- export interface VerifiedAccessEndpointTarget {
6766
- /**
6767
- * <p>The ID of the Verified Access endpoint.</p>
6768
- * @public
6769
- */
6770
- VerifiedAccessEndpointId?: string | undefined;
6771
- /**
6772
- * <p>The IP address of the target.</p>
6773
- * @public
6774
- */
6775
- VerifiedAccessEndpointTargetIpAddress?: string | undefined;
6776
- /**
6777
- * <p>The DNS name of the target.</p>
6778
- * @public
6779
- */
6780
- VerifiedAccessEndpointTargetDns?: string | undefined;
6781
- }
6782
- /**
6783
- * @public
6784
- */
6785
- export interface GetVerifiedAccessEndpointTargetsResult {
6786
- /**
6787
- * <p>The Verified Access targets.</p>
6788
- * @public
6789
- */
6790
- VerifiedAccessEndpointTargets?: VerifiedAccessEndpointTarget[] | undefined;
6791
- /**
6792
- * <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>
6793
- * @public
6794
- */
6795
- NextToken?: string | undefined;
6796
- }
6725
+ export declare const DetachVerifiedAccessTrustProviderResultFilterSensitiveLog: (obj: DetachVerifiedAccessTrustProviderResult) => any;
6797
6726
  /**
6798
6727
  * @internal
6799
6728
  */