@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
@@ -21,6 +21,7 @@ import {
21
21
  BlockDeviceMapping,
22
22
  CapacityReservationPreference,
23
23
  CapacityReservationTargetResponse,
24
+ ClientVpnAuthenticationType,
24
25
  ClientVpnEndpointStatus,
25
26
  ClientVpnRouteStatus,
26
27
  CoipPool,
@@ -64,25 +65,59 @@ import {
64
65
  } from "./models_1";
65
66
  import {
66
67
  GroupIdentifier,
67
- LaunchTemplateVersion,
68
- LocalGatewayRouteTable,
69
- LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
70
- LocalGatewayRouteTableVpcAssociation,
71
68
  NetworkInterfaceStatus,
72
69
  StateReason,
73
70
  } from "./models_2";
74
71
  import {
75
- AssociatedTargetNetwork,
72
+ AssociatedNetworkType,
76
73
  Byoasn,
77
- ClientConnectResponseOptions,
78
- ClientLoginBannerResponseOptions,
79
- ClientRouteEnforcementResponseOptions,
80
- ClientVpnAuthentication,
81
74
  Filter,
82
75
  FleetStateCode,
83
76
  IdFormat,
84
77
  InstanceTagNotificationAttribute,
85
78
  } from "./models_3";
79
+ export interface AssociatedTargetNetwork {
80
+ NetworkId?: string | undefined;
81
+ NetworkType?: AssociatedNetworkType | undefined;
82
+ }
83
+ export interface DirectoryServiceAuthentication {
84
+ DirectoryId?: string | undefined;
85
+ }
86
+ export interface FederatedAuthentication {
87
+ SamlProviderArn?: string | undefined;
88
+ SelfServiceSamlProviderArn?: string | undefined;
89
+ }
90
+ export interface CertificateAuthentication {
91
+ ClientRootCertificateChain?: string | undefined;
92
+ }
93
+ export interface ClientVpnAuthentication {
94
+ Type?: ClientVpnAuthenticationType | undefined;
95
+ ActiveDirectory?: DirectoryServiceAuthentication | undefined;
96
+ MutualAuthentication?: CertificateAuthentication | undefined;
97
+ FederatedAuthentication?: FederatedAuthentication | undefined;
98
+ }
99
+ export declare const ClientVpnEndpointAttributeStatusCode: {
100
+ readonly applied: "applied";
101
+ readonly applying: "applying";
102
+ };
103
+ export type ClientVpnEndpointAttributeStatusCode =
104
+ (typeof ClientVpnEndpointAttributeStatusCode)[keyof typeof ClientVpnEndpointAttributeStatusCode];
105
+ export interface ClientVpnEndpointAttributeStatus {
106
+ Code?: ClientVpnEndpointAttributeStatusCode | undefined;
107
+ Message?: string | undefined;
108
+ }
109
+ export interface ClientConnectResponseOptions {
110
+ Enabled?: boolean | undefined;
111
+ LambdaFunctionArn?: string | undefined;
112
+ Status?: ClientVpnEndpointAttributeStatus | undefined;
113
+ }
114
+ export interface ClientLoginBannerResponseOptions {
115
+ Enabled?: boolean | undefined;
116
+ BannerText?: string | undefined;
117
+ }
118
+ export interface ClientRouteEnforcementResponseOptions {
119
+ Enforced?: boolean | undefined;
120
+ }
86
121
  export interface ConnectionLogResponseOptions {
87
122
  Enabled?: boolean | undefined;
88
123
  CloudwatchLogGroup?: string | undefined;
@@ -1278,8 +1313,15 @@ export declare const InstanceAutoRecoveryState: {
1278
1313
  };
1279
1314
  export type InstanceAutoRecoveryState =
1280
1315
  (typeof InstanceAutoRecoveryState)[keyof typeof InstanceAutoRecoveryState];
1316
+ export declare const InstanceRebootMigrationState: {
1317
+ readonly default: "default";
1318
+ readonly disabled: "disabled";
1319
+ };
1320
+ export type InstanceRebootMigrationState =
1321
+ (typeof InstanceRebootMigrationState)[keyof typeof InstanceRebootMigrationState];
1281
1322
  export interface InstanceMaintenanceOptions {
1282
1323
  AutoRecovery?: InstanceAutoRecoveryState | undefined;
1324
+ RebootMigration?: InstanceRebootMigrationState | undefined;
1283
1325
  }
1284
1326
  export declare const InstanceMetadataEndpointState: {
1285
1327
  readonly disabled: "disabled";
@@ -1845,6 +1887,12 @@ export interface ProcessorInfo {
1845
1887
  SupportedFeatures?: SupportedAdditionalProcessorFeature[] | undefined;
1846
1888
  Manufacturer?: string | undefined;
1847
1889
  }
1890
+ export declare const RebootMigrationSupport: {
1891
+ readonly SUPPORTED: "supported";
1892
+ readonly UNSUPPORTED: "unsupported";
1893
+ };
1894
+ export type RebootMigrationSupport =
1895
+ (typeof RebootMigrationSupport)[keyof typeof RebootMigrationSupport];
1848
1896
  export declare const BootModeType: {
1849
1897
  readonly legacy_bios: "legacy-bios";
1850
1898
  readonly uefi: "uefi";
@@ -1901,6 +1949,7 @@ export interface InstanceTypeInfo {
1901
1949
  MediaAcceleratorInfo?: MediaAcceleratorInfo | undefined;
1902
1950
  NeuronInfo?: NeuronInfo | undefined;
1903
1951
  PhcSupport?: PhcSupport | undefined;
1952
+ RebootMigrationSupport?: RebootMigrationSupport | undefined;
1904
1953
  }
1905
1954
  export interface DescribeInstanceTypesResult {
1906
1955
  InstanceTypes?: InstanceTypeInfo[] | undefined;
@@ -2047,86 +2096,6 @@ export interface DescribeLaunchTemplatesResult {
2047
2096
  LaunchTemplates?: LaunchTemplate[] | undefined;
2048
2097
  NextToken?: string | undefined;
2049
2098
  }
2050
- export interface DescribeLaunchTemplateVersionsRequest {
2051
- DryRun?: boolean | undefined;
2052
- LaunchTemplateId?: string | undefined;
2053
- LaunchTemplateName?: string | undefined;
2054
- Versions?: string[] | undefined;
2055
- MinVersion?: string | undefined;
2056
- MaxVersion?: string | undefined;
2057
- NextToken?: string | undefined;
2058
- MaxResults?: number | undefined;
2059
- Filters?: Filter[] | undefined;
2060
- ResolveAlias?: boolean | undefined;
2061
- }
2062
- export interface DescribeLaunchTemplateVersionsResult {
2063
- LaunchTemplateVersions?: LaunchTemplateVersion[] | undefined;
2064
- NextToken?: string | undefined;
2065
- }
2066
- export interface DescribeLocalGatewayRouteTablesRequest {
2067
- LocalGatewayRouteTableIds?: string[] | undefined;
2068
- Filters?: Filter[] | undefined;
2069
- MaxResults?: number | undefined;
2070
- NextToken?: string | undefined;
2071
- DryRun?: boolean | undefined;
2072
- }
2073
- export interface DescribeLocalGatewayRouteTablesResult {
2074
- LocalGatewayRouteTables?: LocalGatewayRouteTable[] | undefined;
2075
- NextToken?: string | undefined;
2076
- }
2077
- export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest {
2078
- LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds?:
2079
- | string[]
2080
- | undefined;
2081
- Filters?: Filter[] | undefined;
2082
- MaxResults?: number | undefined;
2083
- NextToken?: string | undefined;
2084
- DryRun?: boolean | undefined;
2085
- }
2086
- export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult {
2087
- LocalGatewayRouteTableVirtualInterfaceGroupAssociations?:
2088
- | LocalGatewayRouteTableVirtualInterfaceGroupAssociation[]
2089
- | undefined;
2090
- NextToken?: string | undefined;
2091
- }
2092
- export interface DescribeLocalGatewayRouteTableVpcAssociationsRequest {
2093
- LocalGatewayRouteTableVpcAssociationIds?: string[] | undefined;
2094
- Filters?: Filter[] | undefined;
2095
- MaxResults?: number | undefined;
2096
- NextToken?: string | undefined;
2097
- DryRun?: boolean | undefined;
2098
- }
2099
- export interface DescribeLocalGatewayRouteTableVpcAssociationsResult {
2100
- LocalGatewayRouteTableVpcAssociations?:
2101
- | LocalGatewayRouteTableVpcAssociation[]
2102
- | undefined;
2103
- NextToken?: string | undefined;
2104
- }
2105
- export interface DescribeLocalGatewaysRequest {
2106
- LocalGatewayIds?: string[] | undefined;
2107
- Filters?: Filter[] | undefined;
2108
- MaxResults?: number | undefined;
2109
- NextToken?: string | undefined;
2110
- DryRun?: boolean | undefined;
2111
- }
2112
- export interface LocalGateway {
2113
- LocalGatewayId?: string | undefined;
2114
- OutpostArn?: string | undefined;
2115
- OwnerId?: string | undefined;
2116
- State?: string | undefined;
2117
- Tags?: Tag[] | undefined;
2118
- }
2119
- export interface DescribeLocalGatewaysResult {
2120
- LocalGateways?: LocalGateway[] | undefined;
2121
- NextToken?: string | undefined;
2122
- }
2123
- export interface DescribeLocalGatewayVirtualInterfaceGroupsRequest {
2124
- LocalGatewayVirtualInterfaceGroupIds?: string[] | undefined;
2125
- Filters?: Filter[] | undefined;
2126
- MaxResults?: number | undefined;
2127
- NextToken?: string | undefined;
2128
- DryRun?: boolean | undefined;
2129
- }
2130
2099
  export declare const DiskImageDescriptionFilterSensitiveLog: (
2131
2100
  obj: DiskImageDescription
2132
2101
  ) => any;
@@ -2163,6 +2132,3 @@ export declare const ImportSnapshotTaskFilterSensitiveLog: (
2163
2132
  export declare const DescribeImportSnapshotTasksResultFilterSensitiveLog: (
2164
2133
  obj: DescribeImportSnapshotTasksResult
2165
2134
  ) => any;
2166
- export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (
2167
- obj: DescribeLaunchTemplateVersionsResult
2168
- ) => any;
@@ -1,9 +1,7 @@
1
1
  import {
2
2
  ActiveInstance,
3
3
  ActivityStatus,
4
- AddressTransfer,
5
4
  AllocationStrategy,
6
- AllowedImagesSettingsDisabledState,
7
5
  AllowedPrincipal,
8
6
  AlternatePathHint,
9
7
  BatchState,
@@ -42,6 +40,7 @@ import {
42
40
  InstanceRequirements,
43
41
  Ipv4PrefixSpecificationRequest,
44
42
  Ipv6PrefixSpecificationRequest,
43
+ MacModificationTask,
45
44
  PrivateIpAddressSpecification,
46
45
  SpotInstanceType,
47
46
  Subnet,
@@ -51,11 +50,13 @@ import {
51
50
  Vpc,
52
51
  } from "./models_1";
53
52
  import {
54
- ConnectionNotification,
55
53
  DnsEntry,
56
- DnsNameState,
57
54
  GroupIdentifier,
58
55
  IpAddressType,
56
+ LaunchTemplateVersion,
57
+ LocalGatewayRouteTable,
58
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
59
+ LocalGatewayRouteTableVpcAssociation,
59
60
  LocalGatewayVirtualInterface,
60
61
  LocalGatewayVirtualInterfaceGroup,
61
62
  ManagedPrefixList,
@@ -66,14 +67,12 @@ import {
66
67
  NetworkInterface,
67
68
  NetworkInterfaceAttachment,
68
69
  NetworkInterfacePermission,
69
- PayerResponsibility,
70
70
  PlacementGroup,
71
71
  ReplaceRootVolumeTask,
72
72
  RouteServer,
73
73
  RouteServerEndpoint,
74
74
  RouteServerPeer,
75
75
  RouteTable,
76
- ServiceTypeDetail,
77
76
  Snapshot,
78
77
  SnapshotState,
79
78
  SpotDatafeedSubscription,
@@ -98,14 +97,15 @@ import {
98
97
  VpcEndpoint,
99
98
  } from "./models_2";
100
99
  import {
100
+ ConnectionNotification,
101
+ DnsNameState,
101
102
  Filter,
102
103
  IdFormat,
103
- MetricType,
104
+ PayerResponsibility,
104
105
  ServiceConfiguration,
105
106
  ServiceConnectivityType,
106
- StatisticType,
107
+ ServiceTypeDetail,
107
108
  VpnConnection,
108
- VpnGateway,
109
109
  } from "./models_3";
110
110
  import {
111
111
  AttributeBooleanValue,
@@ -113,6 +113,86 @@ import {
113
113
  PermissionGroup,
114
114
  ProductCode,
115
115
  } from "./models_4";
116
+ export interface DescribeLaunchTemplateVersionsRequest {
117
+ DryRun?: boolean | undefined;
118
+ LaunchTemplateId?: string | undefined;
119
+ LaunchTemplateName?: string | undefined;
120
+ Versions?: string[] | undefined;
121
+ MinVersion?: string | undefined;
122
+ MaxVersion?: string | undefined;
123
+ NextToken?: string | undefined;
124
+ MaxResults?: number | undefined;
125
+ Filters?: Filter[] | undefined;
126
+ ResolveAlias?: boolean | undefined;
127
+ }
128
+ export interface DescribeLaunchTemplateVersionsResult {
129
+ LaunchTemplateVersions?: LaunchTemplateVersion[] | undefined;
130
+ NextToken?: string | undefined;
131
+ }
132
+ export interface DescribeLocalGatewayRouteTablesRequest {
133
+ LocalGatewayRouteTableIds?: string[] | undefined;
134
+ Filters?: Filter[] | undefined;
135
+ MaxResults?: number | undefined;
136
+ NextToken?: string | undefined;
137
+ DryRun?: boolean | undefined;
138
+ }
139
+ export interface DescribeLocalGatewayRouteTablesResult {
140
+ LocalGatewayRouteTables?: LocalGatewayRouteTable[] | undefined;
141
+ NextToken?: string | undefined;
142
+ }
143
+ export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest {
144
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds?:
145
+ | string[]
146
+ | undefined;
147
+ Filters?: Filter[] | undefined;
148
+ MaxResults?: number | undefined;
149
+ NextToken?: string | undefined;
150
+ DryRun?: boolean | undefined;
151
+ }
152
+ export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult {
153
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociations?:
154
+ | LocalGatewayRouteTableVirtualInterfaceGroupAssociation[]
155
+ | undefined;
156
+ NextToken?: string | undefined;
157
+ }
158
+ export interface DescribeLocalGatewayRouteTableVpcAssociationsRequest {
159
+ LocalGatewayRouteTableVpcAssociationIds?: string[] | undefined;
160
+ Filters?: Filter[] | undefined;
161
+ MaxResults?: number | undefined;
162
+ NextToken?: string | undefined;
163
+ DryRun?: boolean | undefined;
164
+ }
165
+ export interface DescribeLocalGatewayRouteTableVpcAssociationsResult {
166
+ LocalGatewayRouteTableVpcAssociations?:
167
+ | LocalGatewayRouteTableVpcAssociation[]
168
+ | undefined;
169
+ NextToken?: string | undefined;
170
+ }
171
+ export interface DescribeLocalGatewaysRequest {
172
+ LocalGatewayIds?: string[] | undefined;
173
+ Filters?: Filter[] | undefined;
174
+ MaxResults?: number | undefined;
175
+ NextToken?: string | undefined;
176
+ DryRun?: boolean | undefined;
177
+ }
178
+ export interface LocalGateway {
179
+ LocalGatewayId?: string | undefined;
180
+ OutpostArn?: string | undefined;
181
+ OwnerId?: string | undefined;
182
+ State?: string | undefined;
183
+ Tags?: Tag[] | undefined;
184
+ }
185
+ export interface DescribeLocalGatewaysResult {
186
+ LocalGateways?: LocalGateway[] | undefined;
187
+ NextToken?: string | undefined;
188
+ }
189
+ export interface DescribeLocalGatewayVirtualInterfaceGroupsRequest {
190
+ LocalGatewayVirtualInterfaceGroupIds?: string[] | undefined;
191
+ Filters?: Filter[] | undefined;
192
+ MaxResults?: number | undefined;
193
+ NextToken?: string | undefined;
194
+ DryRun?: boolean | undefined;
195
+ }
116
196
  export interface DescribeLocalGatewayVirtualInterfaceGroupsResult {
117
197
  LocalGatewayVirtualInterfaceGroups?:
118
198
  | LocalGatewayVirtualInterfaceGroup[]
@@ -173,6 +253,17 @@ export interface DescribeMacHostsResult {
173
253
  MacHosts?: MacHost[] | undefined;
174
254
  NextToken?: string | undefined;
175
255
  }
256
+ export interface DescribeMacModificationTasksRequest {
257
+ DryRun?: boolean | undefined;
258
+ Filters?: Filter[] | undefined;
259
+ MacModificationTaskIds?: string[] | undefined;
260
+ MaxResults?: number | undefined;
261
+ NextToken?: string | undefined;
262
+ }
263
+ export interface DescribeMacModificationTasksResult {
264
+ MacModificationTasks?: MacModificationTask[] | undefined;
265
+ NextToken?: string | undefined;
266
+ }
176
267
  export interface DescribeManagedPrefixListsRequest {
177
268
  DryRun?: boolean | undefined;
178
269
  Filters?: Filter[] | undefined;
@@ -1970,69 +2061,9 @@ export interface DescribeVpnGatewaysRequest {
1970
2061
  VpnGatewayIds?: string[] | undefined;
1971
2062
  DryRun?: boolean | undefined;
1972
2063
  }
1973
- export interface DescribeVpnGatewaysResult {
1974
- VpnGateways?: VpnGateway[] | undefined;
1975
- }
1976
- export interface DetachClassicLinkVpcRequest {
1977
- DryRun?: boolean | undefined;
1978
- InstanceId: string | undefined;
1979
- VpcId: string | undefined;
1980
- }
1981
- export interface DetachClassicLinkVpcResult {
1982
- Return?: boolean | undefined;
1983
- }
1984
- export interface DetachInternetGatewayRequest {
1985
- DryRun?: boolean | undefined;
1986
- InternetGatewayId: string | undefined;
1987
- VpcId: string | undefined;
1988
- }
1989
- export interface DetachNetworkInterfaceRequest {
1990
- DryRun?: boolean | undefined;
1991
- AttachmentId: string | undefined;
1992
- Force?: boolean | undefined;
1993
- }
1994
- export interface DetachVerifiedAccessTrustProviderRequest {
1995
- VerifiedAccessInstanceId: string | undefined;
1996
- VerifiedAccessTrustProviderId: string | undefined;
1997
- ClientToken?: string | undefined;
1998
- DryRun?: boolean | undefined;
1999
- }
2000
- export interface DetachVerifiedAccessTrustProviderResult {
2001
- VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
2002
- VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
2003
- }
2004
- export interface DetachVolumeRequest {
2005
- Device?: string | undefined;
2006
- Force?: boolean | undefined;
2007
- InstanceId?: string | undefined;
2008
- VolumeId: string | undefined;
2009
- DryRun?: boolean | undefined;
2010
- }
2011
- export interface DetachVpnGatewayRequest {
2012
- VpcId: string | undefined;
2013
- VpnGatewayId: string | undefined;
2014
- DryRun?: boolean | undefined;
2015
- }
2016
- export interface DisableAddressTransferRequest {
2017
- AllocationId: string | undefined;
2018
- DryRun?: boolean | undefined;
2019
- }
2020
- export interface DisableAddressTransferResult {
2021
- AddressTransfer?: AddressTransfer | undefined;
2022
- }
2023
- export interface DisableAllowedImagesSettingsRequest {
2024
- DryRun?: boolean | undefined;
2025
- }
2026
- export interface DisableAllowedImagesSettingsResult {
2027
- AllowedImagesSettingsState?: AllowedImagesSettingsDisabledState | undefined;
2028
- }
2029
- export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
2030
- Source?: string | undefined;
2031
- Destination?: string | undefined;
2032
- Metric?: MetricType | undefined;
2033
- Statistic?: StatisticType | undefined;
2034
- DryRun?: boolean | undefined;
2035
- }
2064
+ export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (
2065
+ obj: DescribeLaunchTemplateVersionsResult
2066
+ ) => any;
2036
2067
  export declare const SpotFleetLaunchSpecificationFilterSensitiveLog: (
2037
2068
  obj: SpotFleetLaunchSpecification
2038
2069
  ) => any;
@@ -2060,6 +2091,3 @@ export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLo
2060
2091
  export declare const DescribeVpnConnectionsResultFilterSensitiveLog: (
2061
2092
  obj: DescribeVpnConnectionsResult
2062
2093
  ) => any;
2063
- export declare const DetachVerifiedAccessTrustProviderResultFilterSensitiveLog: (
2064
- obj: DetachVerifiedAccessTrustProviderResult
2065
- ) => any;
@@ -1,6 +1,7 @@
1
1
  import {
2
2
  AccessScopeAnalysisFinding,
3
3
  AddressTransfer,
4
+ AllowedImagesSettingsDisabledState,
4
5
  AllowedImagesSettingsEnabledState,
5
6
  AsnAssociation,
6
7
  AssociationStatus,
@@ -19,11 +20,12 @@ import {
19
20
  TagSpecification,
20
21
  TargetConfigurationRequest,
21
22
  TransitGatewayAssociation,
22
- TransitGatewayAssociationState,
23
23
  TransitGatewayAttachmentResourceType,
24
24
  TransitGatewayMulticastDomainAssociations,
25
25
  TransitGatewayPolicyTableAssociation,
26
26
  UserTrustProviderType,
27
+ VerifiedAccessInstance,
28
+ VerifiedAccessTrustProvider,
27
29
  VpcCidrBlockAssociation,
28
30
  VpcIpv6CidrBlockAssociation,
29
31
  } from "./models_0";
@@ -33,14 +35,13 @@ import {
33
35
  InstanceRequirementsRequest,
34
36
  IpamResourceTag,
35
37
  RequestIpamResourceTag,
36
- ResponseLaunchTemplateData,
37
38
  TargetCapacityUnitType,
38
39
  } from "./models_1";
39
40
  import {
40
41
  NetworkInsightsAccessScopeContent,
42
+ ResponseLaunchTemplateData,
41
43
  SSEType,
42
44
  SubnetCidrReservation,
43
- TransitGatewayPrefixListReference,
44
45
  } from "./models_2";
45
46
  import {
46
47
  Filter,
@@ -48,6 +49,7 @@ import {
48
49
  MetricType,
49
50
  PeriodType,
50
51
  StatisticType,
52
+ VpnGateway,
51
53
  } from "./models_3";
52
54
  import {
53
55
  ArchitectureType,
@@ -64,6 +66,69 @@ import {
64
66
  VirtualizationType,
65
67
  } from "./models_4";
66
68
  import { AnalysisStatus, ManagedBy } from "./models_5";
69
+ export interface DescribeVpnGatewaysResult {
70
+ VpnGateways?: VpnGateway[] | undefined;
71
+ }
72
+ export interface DetachClassicLinkVpcRequest {
73
+ DryRun?: boolean | undefined;
74
+ InstanceId: string | undefined;
75
+ VpcId: string | undefined;
76
+ }
77
+ export interface DetachClassicLinkVpcResult {
78
+ Return?: boolean | undefined;
79
+ }
80
+ export interface DetachInternetGatewayRequest {
81
+ DryRun?: boolean | undefined;
82
+ InternetGatewayId: string | undefined;
83
+ VpcId: string | undefined;
84
+ }
85
+ export interface DetachNetworkInterfaceRequest {
86
+ DryRun?: boolean | undefined;
87
+ AttachmentId: string | undefined;
88
+ Force?: boolean | undefined;
89
+ }
90
+ export interface DetachVerifiedAccessTrustProviderRequest {
91
+ VerifiedAccessInstanceId: string | undefined;
92
+ VerifiedAccessTrustProviderId: string | undefined;
93
+ ClientToken?: string | undefined;
94
+ DryRun?: boolean | undefined;
95
+ }
96
+ export interface DetachVerifiedAccessTrustProviderResult {
97
+ VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
98
+ VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
99
+ }
100
+ export interface DetachVolumeRequest {
101
+ Device?: string | undefined;
102
+ Force?: boolean | undefined;
103
+ InstanceId?: string | undefined;
104
+ VolumeId: string | undefined;
105
+ DryRun?: boolean | undefined;
106
+ }
107
+ export interface DetachVpnGatewayRequest {
108
+ VpcId: string | undefined;
109
+ VpnGatewayId: string | undefined;
110
+ DryRun?: boolean | undefined;
111
+ }
112
+ export interface DisableAddressTransferRequest {
113
+ AllocationId: string | undefined;
114
+ DryRun?: boolean | undefined;
115
+ }
116
+ export interface DisableAddressTransferResult {
117
+ AddressTransfer?: AddressTransfer | undefined;
118
+ }
119
+ export interface DisableAllowedImagesSettingsRequest {
120
+ DryRun?: boolean | undefined;
121
+ }
122
+ export interface DisableAllowedImagesSettingsResult {
123
+ AllowedImagesSettingsState?: AllowedImagesSettingsDisabledState | undefined;
124
+ }
125
+ export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
126
+ Source?: string | undefined;
127
+ Destination?: string | undefined;
128
+ Metric?: MetricType | undefined;
129
+ Statistic?: StatisticType | undefined;
130
+ DryRun?: boolean | undefined;
131
+ }
67
132
  export interface DisableAwsNetworkPerformanceMetricSubscriptionResult {
68
133
  Output?: boolean | undefined;
69
134
  }
@@ -1568,84 +1633,9 @@ export interface TransitGatewayPolicyTableEntry {
1568
1633
  PolicyRule?: TransitGatewayPolicyRule | undefined;
1569
1634
  TargetRouteTableId?: string | undefined;
1570
1635
  }
1571
- export interface GetTransitGatewayPolicyTableEntriesResult {
1572
- TransitGatewayPolicyTableEntries?:
1573
- | TransitGatewayPolicyTableEntry[]
1574
- | undefined;
1575
- }
1576
- export interface GetTransitGatewayPrefixListReferencesRequest {
1577
- TransitGatewayRouteTableId: string | undefined;
1578
- Filters?: Filter[] | undefined;
1579
- MaxResults?: number | undefined;
1580
- NextToken?: string | undefined;
1581
- DryRun?: boolean | undefined;
1582
- }
1583
- export interface GetTransitGatewayPrefixListReferencesResult {
1584
- TransitGatewayPrefixListReferences?:
1585
- | TransitGatewayPrefixListReference[]
1586
- | undefined;
1587
- NextToken?: string | undefined;
1588
- }
1589
- export interface GetTransitGatewayRouteTableAssociationsRequest {
1590
- TransitGatewayRouteTableId: string | undefined;
1591
- Filters?: Filter[] | undefined;
1592
- MaxResults?: number | undefined;
1593
- NextToken?: string | undefined;
1594
- DryRun?: boolean | undefined;
1595
- }
1596
- export interface TransitGatewayRouteTableAssociation {
1597
- TransitGatewayAttachmentId?: string | undefined;
1598
- ResourceId?: string | undefined;
1599
- ResourceType?: TransitGatewayAttachmentResourceType | undefined;
1600
- State?: TransitGatewayAssociationState | undefined;
1601
- }
1602
- export interface GetTransitGatewayRouteTableAssociationsResult {
1603
- Associations?: TransitGatewayRouteTableAssociation[] | undefined;
1604
- NextToken?: string | undefined;
1605
- }
1606
- export interface GetTransitGatewayRouteTablePropagationsRequest {
1607
- TransitGatewayRouteTableId: string | undefined;
1608
- Filters?: Filter[] | undefined;
1609
- MaxResults?: number | undefined;
1610
- NextToken?: string | undefined;
1611
- DryRun?: boolean | undefined;
1612
- }
1613
- export interface TransitGatewayRouteTablePropagation {
1614
- TransitGatewayAttachmentId?: string | undefined;
1615
- ResourceId?: string | undefined;
1616
- ResourceType?: TransitGatewayAttachmentResourceType | undefined;
1617
- State?: TransitGatewayPropagationState | undefined;
1618
- TransitGatewayRouteTableAnnouncementId?: string | undefined;
1619
- }
1620
- export interface GetTransitGatewayRouteTablePropagationsResult {
1621
- TransitGatewayRouteTablePropagations?:
1622
- | TransitGatewayRouteTablePropagation[]
1623
- | undefined;
1624
- NextToken?: string | undefined;
1625
- }
1626
- export interface GetVerifiedAccessEndpointPolicyRequest {
1627
- VerifiedAccessEndpointId: string | undefined;
1628
- DryRun?: boolean | undefined;
1629
- }
1630
- export interface GetVerifiedAccessEndpointPolicyResult {
1631
- PolicyEnabled?: boolean | undefined;
1632
- PolicyDocument?: string | undefined;
1633
- }
1634
- export interface GetVerifiedAccessEndpointTargetsRequest {
1635
- VerifiedAccessEndpointId: string | undefined;
1636
- MaxResults?: number | undefined;
1637
- NextToken?: string | undefined;
1638
- DryRun?: boolean | undefined;
1639
- }
1640
- export interface VerifiedAccessEndpointTarget {
1641
- VerifiedAccessEndpointId?: string | undefined;
1642
- VerifiedAccessEndpointTargetIpAddress?: string | undefined;
1643
- VerifiedAccessEndpointTargetDns?: string | undefined;
1644
- }
1645
- export interface GetVerifiedAccessEndpointTargetsResult {
1646
- VerifiedAccessEndpointTargets?: VerifiedAccessEndpointTarget[] | undefined;
1647
- NextToken?: string | undefined;
1648
- }
1636
+ export declare const DetachVerifiedAccessTrustProviderResultFilterSensitiveLog: (
1637
+ obj: DetachVerifiedAccessTrustProviderResult
1638
+ ) => any;
1649
1639
  export declare const VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog: (
1650
1640
  obj: VerifiedAccessInstanceUserTrustProviderClientConfiguration
1651
1641
  ) => any;