@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
@@ -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,
@@ -65,24 +66,59 @@ import {
65
66
  import {
66
67
  GroupIdentifier,
67
68
  LaunchTemplateVersion,
68
- LocalGatewayRouteTable,
69
- LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
70
- LocalGatewayRouteTableVpcAssociation,
71
69
  NetworkInterfaceStatus,
72
70
  StateReason,
73
71
  } from "./models_2";
74
72
  import {
75
- AssociatedTargetNetwork,
73
+ AssociatedNetworkType,
76
74
  Byoasn,
77
- ClientConnectResponseOptions,
78
- ClientLoginBannerResponseOptions,
79
- ClientRouteEnforcementResponseOptions,
80
- ClientVpnAuthentication,
81
75
  Filter,
82
76
  FleetStateCode,
83
77
  IdFormat,
84
78
  InstanceTagNotificationAttribute,
85
79
  } from "./models_3";
80
+ export interface AssociatedTargetNetwork {
81
+ NetworkId?: string | undefined;
82
+ NetworkType?: AssociatedNetworkType | undefined;
83
+ }
84
+ export interface DirectoryServiceAuthentication {
85
+ DirectoryId?: string | undefined;
86
+ }
87
+ export interface FederatedAuthentication {
88
+ SamlProviderArn?: string | undefined;
89
+ SelfServiceSamlProviderArn?: string | undefined;
90
+ }
91
+ export interface CertificateAuthentication {
92
+ ClientRootCertificateChain?: string | undefined;
93
+ }
94
+ export interface ClientVpnAuthentication {
95
+ Type?: ClientVpnAuthenticationType | undefined;
96
+ ActiveDirectory?: DirectoryServiceAuthentication | undefined;
97
+ MutualAuthentication?: CertificateAuthentication | undefined;
98
+ FederatedAuthentication?: FederatedAuthentication | undefined;
99
+ }
100
+ export declare const ClientVpnEndpointAttributeStatusCode: {
101
+ readonly applied: "applied";
102
+ readonly applying: "applying";
103
+ };
104
+ export type ClientVpnEndpointAttributeStatusCode =
105
+ (typeof ClientVpnEndpointAttributeStatusCode)[keyof typeof ClientVpnEndpointAttributeStatusCode];
106
+ export interface ClientVpnEndpointAttributeStatus {
107
+ Code?: ClientVpnEndpointAttributeStatusCode | undefined;
108
+ Message?: string | undefined;
109
+ }
110
+ export interface ClientConnectResponseOptions {
111
+ Enabled?: boolean | undefined;
112
+ LambdaFunctionArn?: string | undefined;
113
+ Status?: ClientVpnEndpointAttributeStatus | undefined;
114
+ }
115
+ export interface ClientLoginBannerResponseOptions {
116
+ Enabled?: boolean | undefined;
117
+ BannerText?: string | undefined;
118
+ }
119
+ export interface ClientRouteEnforcementResponseOptions {
120
+ Enforced?: boolean | undefined;
121
+ }
86
122
  export interface ConnectionLogResponseOptions {
87
123
  Enabled?: boolean | undefined;
88
124
  CloudwatchLogGroup?: string | undefined;
@@ -2063,70 +2099,6 @@ export interface DescribeLaunchTemplateVersionsResult {
2063
2099
  LaunchTemplateVersions?: LaunchTemplateVersion[] | undefined;
2064
2100
  NextToken?: string | undefined;
2065
2101
  }
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
2102
  export declare const DiskImageDescriptionFilterSensitiveLog: (
2131
2103
  obj: DiskImageDescription
2132
2104
  ) => 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,12 @@ 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
+ LocalGatewayRouteTable,
57
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
58
+ LocalGatewayRouteTableVpcAssociation,
59
59
  LocalGatewayVirtualInterface,
60
60
  LocalGatewayVirtualInterfaceGroup,
61
61
  ManagedPrefixList,
@@ -66,14 +66,12 @@ import {
66
66
  NetworkInterface,
67
67
  NetworkInterfaceAttachment,
68
68
  NetworkInterfacePermission,
69
- PayerResponsibility,
70
69
  PlacementGroup,
71
70
  ReplaceRootVolumeTask,
72
71
  RouteServer,
73
72
  RouteServerEndpoint,
74
73
  RouteServerPeer,
75
74
  RouteTable,
76
- ServiceTypeDetail,
77
75
  Snapshot,
78
76
  SnapshotState,
79
77
  SpotDatafeedSubscription,
@@ -98,12 +96,14 @@ import {
98
96
  VpcEndpoint,
99
97
  } from "./models_2";
100
98
  import {
99
+ ConnectionNotification,
100
+ DnsNameState,
101
101
  Filter,
102
102
  IdFormat,
103
- MetricType,
103
+ PayerResponsibility,
104
104
  ServiceConfiguration,
105
105
  ServiceConnectivityType,
106
- StatisticType,
106
+ ServiceTypeDetail,
107
107
  VpnConnection,
108
108
  VpnGateway,
109
109
  } from "./models_3";
@@ -113,6 +113,70 @@ import {
113
113
  PermissionGroup,
114
114
  ProductCode,
115
115
  } from "./models_4";
116
+ export interface DescribeLocalGatewayRouteTablesRequest {
117
+ LocalGatewayRouteTableIds?: string[] | undefined;
118
+ Filters?: Filter[] | undefined;
119
+ MaxResults?: number | undefined;
120
+ NextToken?: string | undefined;
121
+ DryRun?: boolean | undefined;
122
+ }
123
+ export interface DescribeLocalGatewayRouteTablesResult {
124
+ LocalGatewayRouteTables?: LocalGatewayRouteTable[] | undefined;
125
+ NextToken?: string | undefined;
126
+ }
127
+ export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest {
128
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds?:
129
+ | string[]
130
+ | undefined;
131
+ Filters?: Filter[] | undefined;
132
+ MaxResults?: number | undefined;
133
+ NextToken?: string | undefined;
134
+ DryRun?: boolean | undefined;
135
+ }
136
+ export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult {
137
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociations?:
138
+ | LocalGatewayRouteTableVirtualInterfaceGroupAssociation[]
139
+ | undefined;
140
+ NextToken?: string | undefined;
141
+ }
142
+ export interface DescribeLocalGatewayRouteTableVpcAssociationsRequest {
143
+ LocalGatewayRouteTableVpcAssociationIds?: string[] | undefined;
144
+ Filters?: Filter[] | undefined;
145
+ MaxResults?: number | undefined;
146
+ NextToken?: string | undefined;
147
+ DryRun?: boolean | undefined;
148
+ }
149
+ export interface DescribeLocalGatewayRouteTableVpcAssociationsResult {
150
+ LocalGatewayRouteTableVpcAssociations?:
151
+ | LocalGatewayRouteTableVpcAssociation[]
152
+ | undefined;
153
+ NextToken?: string | undefined;
154
+ }
155
+ export interface DescribeLocalGatewaysRequest {
156
+ LocalGatewayIds?: string[] | undefined;
157
+ Filters?: Filter[] | undefined;
158
+ MaxResults?: number | undefined;
159
+ NextToken?: string | undefined;
160
+ DryRun?: boolean | undefined;
161
+ }
162
+ export interface LocalGateway {
163
+ LocalGatewayId?: string | undefined;
164
+ OutpostArn?: string | undefined;
165
+ OwnerId?: string | undefined;
166
+ State?: string | undefined;
167
+ Tags?: Tag[] | undefined;
168
+ }
169
+ export interface DescribeLocalGatewaysResult {
170
+ LocalGateways?: LocalGateway[] | undefined;
171
+ NextToken?: string | undefined;
172
+ }
173
+ export interface DescribeLocalGatewayVirtualInterfaceGroupsRequest {
174
+ LocalGatewayVirtualInterfaceGroupIds?: string[] | undefined;
175
+ Filters?: Filter[] | undefined;
176
+ MaxResults?: number | undefined;
177
+ NextToken?: string | undefined;
178
+ DryRun?: boolean | undefined;
179
+ }
116
180
  export interface DescribeLocalGatewayVirtualInterfaceGroupsResult {
117
181
  LocalGatewayVirtualInterfaceGroups?:
118
182
  | LocalGatewayVirtualInterfaceGroup[]
@@ -173,6 +237,17 @@ export interface DescribeMacHostsResult {
173
237
  MacHosts?: MacHost[] | undefined;
174
238
  NextToken?: string | undefined;
175
239
  }
240
+ export interface DescribeMacModificationTasksRequest {
241
+ DryRun?: boolean | undefined;
242
+ Filters?: Filter[] | undefined;
243
+ MacModificationTaskIds?: string[] | undefined;
244
+ MaxResults?: number | undefined;
245
+ NextToken?: string | undefined;
246
+ }
247
+ export interface DescribeMacModificationTasksResult {
248
+ MacModificationTasks?: MacModificationTask[] | undefined;
249
+ NextToken?: string | undefined;
250
+ }
176
251
  export interface DescribeManagedPrefixListsRequest {
177
252
  DryRun?: boolean | undefined;
178
253
  Filters?: Filter[] | undefined;
@@ -1978,61 +2053,6 @@ export interface DetachClassicLinkVpcRequest {
1978
2053
  InstanceId: string | undefined;
1979
2054
  VpcId: string | undefined;
1980
2055
  }
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
- }
2036
2056
  export declare const SpotFleetLaunchSpecificationFilterSensitiveLog: (
2037
2057
  obj: SpotFleetLaunchSpecification
2038
2058
  ) => any;
@@ -2060,6 +2080,3 @@ export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLo
2060
2080
  export declare const DescribeVpnConnectionsResultFilterSensitiveLog: (
2061
2081
  obj: DescribeVpnConnectionsResult
2062
2082
  ) => 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,
@@ -64,6 +65,61 @@ import {
64
65
  VirtualizationType,
65
66
  } from "./models_4";
66
67
  import { AnalysisStatus, ManagedBy } from "./models_5";
68
+ export interface DetachClassicLinkVpcResult {
69
+ Return?: boolean | undefined;
70
+ }
71
+ export interface DetachInternetGatewayRequest {
72
+ DryRun?: boolean | undefined;
73
+ InternetGatewayId: string | undefined;
74
+ VpcId: string | undefined;
75
+ }
76
+ export interface DetachNetworkInterfaceRequest {
77
+ DryRun?: boolean | undefined;
78
+ AttachmentId: string | undefined;
79
+ Force?: boolean | undefined;
80
+ }
81
+ export interface DetachVerifiedAccessTrustProviderRequest {
82
+ VerifiedAccessInstanceId: string | undefined;
83
+ VerifiedAccessTrustProviderId: string | undefined;
84
+ ClientToken?: string | undefined;
85
+ DryRun?: boolean | undefined;
86
+ }
87
+ export interface DetachVerifiedAccessTrustProviderResult {
88
+ VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
89
+ VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
90
+ }
91
+ export interface DetachVolumeRequest {
92
+ Device?: string | undefined;
93
+ Force?: boolean | undefined;
94
+ InstanceId?: string | undefined;
95
+ VolumeId: string | undefined;
96
+ DryRun?: boolean | undefined;
97
+ }
98
+ export interface DetachVpnGatewayRequest {
99
+ VpcId: string | undefined;
100
+ VpnGatewayId: string | undefined;
101
+ DryRun?: boolean | undefined;
102
+ }
103
+ export interface DisableAddressTransferRequest {
104
+ AllocationId: string | undefined;
105
+ DryRun?: boolean | undefined;
106
+ }
107
+ export interface DisableAddressTransferResult {
108
+ AddressTransfer?: AddressTransfer | undefined;
109
+ }
110
+ export interface DisableAllowedImagesSettingsRequest {
111
+ DryRun?: boolean | undefined;
112
+ }
113
+ export interface DisableAllowedImagesSettingsResult {
114
+ AllowedImagesSettingsState?: AllowedImagesSettingsDisabledState | undefined;
115
+ }
116
+ export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
117
+ Source?: string | undefined;
118
+ Destination?: string | undefined;
119
+ Metric?: MetricType | undefined;
120
+ Statistic?: StatisticType | undefined;
121
+ DryRun?: boolean | undefined;
122
+ }
67
123
  export interface DisableAwsNetworkPerformanceMetricSubscriptionResult {
68
124
  Output?: boolean | undefined;
69
125
  }
@@ -1580,72 +1636,9 @@ export interface GetTransitGatewayPrefixListReferencesRequest {
1580
1636
  NextToken?: string | undefined;
1581
1637
  DryRun?: boolean | undefined;
1582
1638
  }
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
- }
1639
+ export declare const DetachVerifiedAccessTrustProviderResultFilterSensitiveLog: (
1640
+ obj: DetachVerifiedAccessTrustProviderResult
1641
+ ) => any;
1649
1642
  export declare const VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog: (
1650
1643
  obj: VerifiedAccessInstanceUserTrustProviderClientConfiguration
1651
1644
  ) => any;