@aws-sdk/client-ec2 3.452.0 → 3.454.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 (223) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/EC2.js +12 -0
  3. package/dist-cjs/commands/AssociateIpamByoasnCommand.js +51 -0
  4. package/dist-cjs/commands/DeprovisionIpamByoasnCommand.js +51 -0
  5. package/dist-cjs/commands/DescribeImportSnapshotTasksCommand.js +2 -2
  6. package/dist-cjs/commands/DescribeIpamByoasnCommand.js +51 -0
  7. package/dist-cjs/commands/DisassociateIpamByoasnCommand.js +51 -0
  8. package/dist-cjs/commands/GetIpamDiscoveredPublicAddressesCommand.js +51 -0
  9. package/dist-cjs/commands/GetLaunchTemplateDataCommand.js +2 -2
  10. package/dist-cjs/commands/GetPasswordDataCommand.js +2 -2
  11. package/dist-cjs/commands/ProvisionIpamByoasnCommand.js +51 -0
  12. package/dist-cjs/commands/RequestSpotFleetCommand.js +2 -2
  13. package/dist-cjs/commands/index.js +6 -0
  14. package/dist-cjs/models/models_0.js +12 -8
  15. package/dist-cjs/models/models_1.js +15 -19
  16. package/dist-cjs/models/models_2.js +19 -2
  17. package/dist-cjs/models/models_3.js +9 -37
  18. package/dist-cjs/models/models_4.js +37 -2
  19. package/dist-cjs/models/models_5.js +24 -20
  20. package/dist-cjs/models/models_6.js +20 -29
  21. package/dist-cjs/models/models_7.js +29 -3
  22. package/dist-cjs/protocols/Aws_ec2.js +814 -25
  23. package/dist-es/EC2.js +12 -0
  24. package/dist-es/commands/AssociateIpamByoasnCommand.js +47 -0
  25. package/dist-es/commands/DeprovisionIpamByoasnCommand.js +47 -0
  26. package/dist-es/commands/DescribeImportSnapshotTasksCommand.js +1 -1
  27. package/dist-es/commands/DescribeIpamByoasnCommand.js +47 -0
  28. package/dist-es/commands/DisassociateIpamByoasnCommand.js +47 -0
  29. package/dist-es/commands/GetIpamDiscoveredPublicAddressesCommand.js +47 -0
  30. package/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
  31. package/dist-es/commands/GetPasswordDataCommand.js +1 -1
  32. package/dist-es/commands/ProvisionIpamByoasnCommand.js +47 -0
  33. package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
  34. package/dist-es/commands/index.js +6 -0
  35. package/dist-es/models/models_0.js +10 -6
  36. package/dist-es/models/models_1.js +13 -17
  37. package/dist-es/models/models_2.js +17 -0
  38. package/dist-es/models/models_3.js +8 -32
  39. package/dist-es/models/models_4.js +32 -0
  40. package/dist-es/models/models_5.js +23 -17
  41. package/dist-es/models/models_6.js +18 -27
  42. package/dist-es/models/models_7.js +26 -2
  43. package/dist-es/protocols/Aws_ec2.js +777 -0
  44. package/dist-types/EC2.d.ts +42 -0
  45. package/dist-types/EC2Client.d.ts +8 -2
  46. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +9 -0
  47. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +4 -1
  48. package/dist-types/commands/AssociateIpamByoasnCommand.d.ts +83 -0
  49. package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +4 -2
  50. package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +1 -5
  51. package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +1 -2
  52. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +3 -2
  53. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -1
  54. package/dist-types/commands/CreateIpamCommand.d.ts +3 -0
  55. package/dist-types/commands/CreateIpamPoolCommand.d.ts +12 -0
  56. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +5 -0
  57. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +10 -0
  58. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +12 -1
  59. package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateSubnetCommand.d.ts +6 -2
  61. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +4 -2
  63. package/dist-types/commands/CreateVpcCommand.d.ts +4 -3
  64. package/dist-types/commands/DeleteIpamCommand.d.ts +2 -0
  65. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +7 -0
  66. package/dist-types/commands/DeleteNatGatewayCommand.d.ts +2 -1
  67. package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
  68. package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  69. package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  70. package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
  71. package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  72. package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  73. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
  74. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +2 -1
  75. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +8 -0
  76. package/dist-types/commands/DeprovisionIpamByoasnCommand.d.ts +81 -0
  77. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +8 -0
  78. package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -1
  79. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  80. package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  81. package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
  82. package/dist-types/commands/DescribeInstancesCommand.d.ts +5 -0
  83. package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +83 -0
  84. package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +6 -0
  85. package/dist-types/commands/DescribeIpamsCommand.d.ts +2 -0
  86. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +5 -0
  87. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +5 -0
  88. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +5 -0
  89. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +5 -0
  90. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  91. package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  92. package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
  93. package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  94. package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  95. package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
  96. package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
  97. package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -2
  98. package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -5
  99. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  100. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +2 -1
  101. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +3 -2
  102. package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +81 -0
  103. package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -5
  104. package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +121 -0
  105. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  106. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  107. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +3 -3
  108. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +6 -1
  109. package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  110. package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  111. package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
  112. package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
  113. package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
  114. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  115. package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  116. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
  117. package/dist-types/commands/ModifyIpamCommand.d.ts +3 -0
  118. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +6 -0
  119. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  120. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +5 -0
  121. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  122. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +5 -1
  123. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +8 -0
  124. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +8 -0
  125. package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +84 -0
  126. package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  127. package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  128. package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  129. package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  130. package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  131. package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
  132. package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
  133. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  134. package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  135. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  136. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  137. package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
  138. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  139. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  140. package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  141. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
  142. package/dist-types/commands/RequestSpotFleetCommand.d.ts +6 -1
  143. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +10 -0
  144. package/dist-types/commands/RunInstancesCommand.d.ts +10 -0
  145. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +8 -0
  146. package/dist-types/commands/index.d.ts +6 -0
  147. package/dist-types/models/models_0.d.ts +113 -75
  148. package/dist-types/models/models_1.d.ts +267 -331
  149. package/dist-types/models/models_2.d.ts +374 -167
  150. package/dist-types/models/models_3.d.ts +243 -504
  151. package/dist-types/models/models_4.d.ts +1058 -1143
  152. package/dist-types/models/models_5.d.ts +4030 -3824
  153. package/dist-types/models/models_6.d.ts +4384 -4392
  154. package/dist-types/models/models_7.d.ts +826 -5
  155. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  156. package/dist-types/ts3.4/EC2.d.ts +102 -0
  157. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  158. package/dist-types/ts3.4/commands/AssociateIpamByoasnCommand.d.ts +39 -0
  159. package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +2 -4
  160. package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +2 -4
  161. package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +2 -4
  163. package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/DeprovisionIpamByoasnCommand.d.ts +42 -0
  170. package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -4
  171. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +39 -0
  175. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +4 -2
  183. package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +42 -0
  184. package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +42 -0
  185. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +39 -0
  196. package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  214. package/dist-types/ts3.4/models/models_0.d.ts +33 -22
  215. package/dist-types/ts3.4/models/models_1.d.ts +66 -88
  216. package/dist-types/ts3.4/models/models_2.d.ts +101 -42
  217. package/dist-types/ts3.4/models/models_3.d.ts +65 -121
  218. package/dist-types/ts3.4/models/models_4.d.ts +141 -119
  219. package/dist-types/ts3.4/models/models_5.d.ts +197 -175
  220. package/dist-types/ts3.4/models/models_6.d.ts +202 -210
  221. package/dist-types/ts3.4/models/models_7.d.ts +206 -6
  222. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  223. package/package.json +2 -2
@@ -1,7 +1,7 @@
1
1
  import {
2
- AccessScopeAnalysisFinding,
3
2
  AddressTransfer,
4
3
  AllowedPrincipal,
4
+ AsnAssociation,
5
5
  AssociationStatus,
6
6
  CapacityReservationState,
7
7
  CurrencyCodeValues,
@@ -10,12 +10,14 @@ import {
10
10
  IpamPoolAllocation,
11
11
  IpamResourceDiscoveryAssociation,
12
12
  NatGatewayAddress,
13
+ ResourceType,
13
14
  SubnetIpv6CidrBlockAssociation,
14
15
  Tag,
15
16
  TagSpecification,
16
- TargetConfigurationRequest,
17
17
  TransitGatewayAssociation,
18
+ TransitGatewayAssociationState,
18
19
  TransitGatewayAttachmentResourceType,
20
+ TransitGatewayAttachmentState,
19
21
  TransitGatewayMulticastDomainAssociations,
20
22
  TransitGatewayPeeringAttachment,
21
23
  TransitGatewayPolicyTableAssociation,
@@ -31,9 +33,6 @@ import {
31
33
  DiskImageFormat,
32
34
  InstanceRequirementsRequest,
33
35
  IpamResourceTag,
34
- NetworkInsightsAccessScopeContent,
35
- RequestIpamResourceTag,
36
- ResponseLaunchTemplateData,
37
36
  VolumeType,
38
37
  Vpc,
39
38
  } from "./models_1";
@@ -48,7 +47,12 @@ import {
48
47
  ServiceTypeDetail,
49
48
  SSEType,
50
49
  State,
50
+ TrafficMirrorFilter,
51
+ TrafficMirrorSession,
52
+ TrafficMirrorTarget,
51
53
  TransitGateway,
54
+ TransitGatewayConnect,
55
+ TransitGatewayConnectPeer,
52
56
  TransitGatewayMulticastDomain,
53
57
  TransitGatewayPolicyTable,
54
58
  TransitGatewayRouteTable,
@@ -61,7 +65,6 @@ import {
61
65
  VpnGateway,
62
66
  } from "./models_2";
63
67
  import {
64
- AttributeBooleanValue,
65
68
  ExportTaskS3Location,
66
69
  FastLaunchLaunchTemplateSpecificationResponse,
67
70
  FastLaunchResourceType,
@@ -77,7 +80,112 @@ import {
77
80
  StatisticType,
78
81
  VirtualizationType,
79
82
  } from "./models_3";
80
- import { AnalysisStatus, ArchitectureType } from "./models_4";
83
+ import { ArchitectureType, AttributeBooleanValue } from "./models_4";
84
+ export interface DescribeTagsRequest {
85
+ DryRun?: boolean;
86
+ Filters?: Filter[];
87
+ MaxResults?: number;
88
+ NextToken?: string;
89
+ }
90
+ export interface TagDescription {
91
+ Key?: string;
92
+ ResourceId?: string;
93
+ ResourceType?: ResourceType;
94
+ Value?: string;
95
+ }
96
+ export interface DescribeTagsResult {
97
+ NextToken?: string;
98
+ Tags?: TagDescription[];
99
+ }
100
+ export interface DescribeTrafficMirrorFiltersRequest {
101
+ TrafficMirrorFilterIds?: string[];
102
+ DryRun?: boolean;
103
+ Filters?: Filter[];
104
+ MaxResults?: number;
105
+ NextToken?: string;
106
+ }
107
+ export interface DescribeTrafficMirrorFiltersResult {
108
+ TrafficMirrorFilters?: TrafficMirrorFilter[];
109
+ NextToken?: string;
110
+ }
111
+ export interface DescribeTrafficMirrorSessionsRequest {
112
+ TrafficMirrorSessionIds?: string[];
113
+ DryRun?: boolean;
114
+ Filters?: Filter[];
115
+ MaxResults?: number;
116
+ NextToken?: string;
117
+ }
118
+ export interface DescribeTrafficMirrorSessionsResult {
119
+ TrafficMirrorSessions?: TrafficMirrorSession[];
120
+ NextToken?: string;
121
+ }
122
+ export interface DescribeTrafficMirrorTargetsRequest {
123
+ TrafficMirrorTargetIds?: string[];
124
+ DryRun?: boolean;
125
+ Filters?: Filter[];
126
+ MaxResults?: number;
127
+ NextToken?: string;
128
+ }
129
+ export interface DescribeTrafficMirrorTargetsResult {
130
+ TrafficMirrorTargets?: TrafficMirrorTarget[];
131
+ NextToken?: string;
132
+ }
133
+ export interface DescribeTransitGatewayAttachmentsRequest {
134
+ TransitGatewayAttachmentIds?: string[];
135
+ Filters?: Filter[];
136
+ MaxResults?: number;
137
+ NextToken?: string;
138
+ DryRun?: boolean;
139
+ }
140
+ export interface TransitGatewayAttachmentAssociation {
141
+ TransitGatewayRouteTableId?: string;
142
+ State?: TransitGatewayAssociationState;
143
+ }
144
+ export interface TransitGatewayAttachment {
145
+ TransitGatewayAttachmentId?: string;
146
+ TransitGatewayId?: string;
147
+ TransitGatewayOwnerId?: string;
148
+ ResourceOwnerId?: string;
149
+ ResourceType?: TransitGatewayAttachmentResourceType;
150
+ ResourceId?: string;
151
+ State?: TransitGatewayAttachmentState;
152
+ Association?: TransitGatewayAttachmentAssociation;
153
+ CreationTime?: Date;
154
+ Tags?: Tag[];
155
+ }
156
+ export interface DescribeTransitGatewayAttachmentsResult {
157
+ TransitGatewayAttachments?: TransitGatewayAttachment[];
158
+ NextToken?: string;
159
+ }
160
+ export interface DescribeTransitGatewayConnectPeersRequest {
161
+ TransitGatewayConnectPeerIds?: string[];
162
+ Filters?: Filter[];
163
+ MaxResults?: number;
164
+ NextToken?: string;
165
+ DryRun?: boolean;
166
+ }
167
+ export interface DescribeTransitGatewayConnectPeersResult {
168
+ TransitGatewayConnectPeers?: TransitGatewayConnectPeer[];
169
+ NextToken?: string;
170
+ }
171
+ export interface DescribeTransitGatewayConnectsRequest {
172
+ TransitGatewayAttachmentIds?: string[];
173
+ Filters?: Filter[];
174
+ MaxResults?: number;
175
+ NextToken?: string;
176
+ DryRun?: boolean;
177
+ }
178
+ export interface DescribeTransitGatewayConnectsResult {
179
+ TransitGatewayConnects?: TransitGatewayConnect[];
180
+ NextToken?: string;
181
+ }
182
+ export interface DescribeTransitGatewayMulticastDomainsRequest {
183
+ TransitGatewayMulticastDomainIds?: string[];
184
+ Filters?: Filter[];
185
+ MaxResults?: number;
186
+ NextToken?: string;
187
+ DryRun?: boolean;
188
+ }
81
189
  export interface DescribeTransitGatewayMulticastDomainsResult {
82
190
  TransitGatewayMulticastDomains?: TransitGatewayMulticastDomain[];
83
191
  NextToken?: string;
@@ -807,6 +915,14 @@ export interface DisassociateInstanceEventWindowRequest {
807
915
  export interface DisassociateInstanceEventWindowResult {
808
916
  InstanceEventWindow?: InstanceEventWindow;
809
917
  }
918
+ export interface DisassociateIpamByoasnRequest {
919
+ DryRun?: boolean;
920
+ Asn: string | undefined;
921
+ Cidr: string | undefined;
922
+ }
923
+ export interface DisassociateIpamByoasnResult {
924
+ AsnAssociation?: AsnAssociation;
925
+ }
810
926
  export interface DisassociateIpamResourceDiscoveryRequest {
811
927
  DryRun?: boolean;
812
928
  IpamResourceDiscoveryAssociationId: string | undefined;
@@ -1427,6 +1543,79 @@ export interface GetIpamDiscoveredAccountsResult {
1427
1543
  IpamDiscoveredAccounts?: IpamDiscoveredAccount[];
1428
1544
  NextToken?: string;
1429
1545
  }
1546
+ export interface GetIpamDiscoveredPublicAddressesRequest {
1547
+ DryRun?: boolean;
1548
+ IpamResourceDiscoveryId: string | undefined;
1549
+ AddressRegion: string | undefined;
1550
+ Filters?: Filter[];
1551
+ NextToken?: string;
1552
+ MaxResults?: number;
1553
+ }
1554
+ export declare const IpamPublicAddressType: {
1555
+ readonly AMAZON_OWNED_EIP: "amazon-owned-eip";
1556
+ readonly BYOIP: "byoip";
1557
+ readonly EC2_PUBLIC_IP: "ec2-public-ip";
1558
+ readonly SERVICE_MANAGED_BYOIP: "service-managed-byoip";
1559
+ readonly SERVICE_MANAGED_IP: "service-managed-ip";
1560
+ };
1561
+ export type IpamPublicAddressType =
1562
+ (typeof IpamPublicAddressType)[keyof typeof IpamPublicAddressType];
1563
+ export declare const IpamPublicAddressAssociationStatus: {
1564
+ readonly ASSOCIATED: "associated";
1565
+ readonly DISASSOCIATED: "disassociated";
1566
+ };
1567
+ export type IpamPublicAddressAssociationStatus =
1568
+ (typeof IpamPublicAddressAssociationStatus)[keyof typeof IpamPublicAddressAssociationStatus];
1569
+ export interface IpamPublicAddressSecurityGroup {
1570
+ GroupName?: string;
1571
+ GroupId?: string;
1572
+ }
1573
+ export declare const IpamPublicAddressAwsService: {
1574
+ readonly AGA: "global-accelerator";
1575
+ readonly DMS: "database-migration-service";
1576
+ readonly EC2_LB: "load-balancer";
1577
+ readonly ECS: "elastic-container-service";
1578
+ readonly NAT_GATEWAY: "nat-gateway";
1579
+ readonly OTHER: "other";
1580
+ readonly RDS: "relational-database-service";
1581
+ readonly REDSHIFT: "redshift";
1582
+ readonly S2S_VPN: "site-to-site-vpn";
1583
+ };
1584
+ export type IpamPublicAddressAwsService =
1585
+ (typeof IpamPublicAddressAwsService)[keyof typeof IpamPublicAddressAwsService];
1586
+ export interface IpamPublicAddressTag {
1587
+ Key?: string;
1588
+ Value?: string;
1589
+ }
1590
+ export interface IpamPublicAddressTags {
1591
+ EipTags?: IpamPublicAddressTag[];
1592
+ }
1593
+ export interface IpamDiscoveredPublicAddress {
1594
+ IpamResourceDiscoveryId?: string;
1595
+ AddressRegion?: string;
1596
+ Address?: string;
1597
+ AddressOwnerId?: string;
1598
+ AddressAllocationId?: string;
1599
+ AssociationStatus?: IpamPublicAddressAssociationStatus;
1600
+ AddressType?: IpamPublicAddressType;
1601
+ Service?: IpamPublicAddressAwsService;
1602
+ ServiceResource?: string;
1603
+ VpcId?: string;
1604
+ SubnetId?: string;
1605
+ PublicIpv4PoolId?: string;
1606
+ NetworkInterfaceId?: string;
1607
+ NetworkInterfaceDescription?: string;
1608
+ InstanceId?: string;
1609
+ Tags?: IpamPublicAddressTags;
1610
+ NetworkBorderGroup?: string;
1611
+ SecurityGroups?: IpamPublicAddressSecurityGroup[];
1612
+ SampleTime?: Date;
1613
+ }
1614
+ export interface GetIpamDiscoveredPublicAddressesResult {
1615
+ IpamDiscoveredPublicAddresses?: IpamDiscoveredPublicAddress[];
1616
+ OldestSampleTime?: Date;
1617
+ NextToken?: string;
1618
+ }
1430
1619
  export interface GetIpamDiscoveredResourceCidrsRequest {
1431
1620
  DryRun?: boolean;
1432
1621
  IpamResourceDiscoveryId: string | undefined;
@@ -1437,6 +1626,7 @@ export interface GetIpamDiscoveredResourceCidrsRequest {
1437
1626
  }
1438
1627
  export declare const IpamResourceType: {
1439
1628
  readonly eip: "eip";
1629
+ readonly eni: "eni";
1440
1630
  readonly ipv6_pool: "ipv6-pool";
1441
1631
  readonly public_ipv4_pool: "public-ipv4-pool";
1442
1632
  readonly subnet: "subnet";
@@ -1483,168 +1673,6 @@ export interface GetIpamPoolCidrsResult {
1483
1673
  IpamPoolCidrs?: IpamPoolCidr[];
1484
1674
  NextToken?: string;
1485
1675
  }
1486
- export interface GetIpamResourceCidrsRequest {
1487
- DryRun?: boolean;
1488
- Filters?: Filter[];
1489
- MaxResults?: number;
1490
- NextToken?: string;
1491
- IpamScopeId: string | undefined;
1492
- IpamPoolId?: string;
1493
- ResourceId?: string;
1494
- ResourceType?: IpamResourceType;
1495
- ResourceTag?: RequestIpamResourceTag;
1496
- ResourceOwner?: string;
1497
- }
1498
- export declare const IpamManagementState: {
1499
- readonly ignored: "ignored";
1500
- readonly managed: "managed";
1501
- readonly unmanaged: "unmanaged";
1502
- };
1503
- export type IpamManagementState =
1504
- (typeof IpamManagementState)[keyof typeof IpamManagementState];
1505
- export interface IpamResourceCidr {
1506
- IpamId?: string;
1507
- IpamScopeId?: string;
1508
- IpamPoolId?: string;
1509
- ResourceRegion?: string;
1510
- ResourceOwnerId?: string;
1511
- ResourceId?: string;
1512
- ResourceName?: string;
1513
- ResourceCidr?: string;
1514
- ResourceType?: IpamResourceType;
1515
- ResourceTags?: IpamResourceTag[];
1516
- IpUsage?: number;
1517
- ComplianceStatus?: IpamComplianceStatus;
1518
- ManagementState?: IpamManagementState;
1519
- OverlapStatus?: IpamOverlapStatus;
1520
- VpcId?: string;
1521
- }
1522
- export interface GetIpamResourceCidrsResult {
1523
- NextToken?: string;
1524
- IpamResourceCidrs?: IpamResourceCidr[];
1525
- }
1526
- export interface GetLaunchTemplateDataRequest {
1527
- DryRun?: boolean;
1528
- InstanceId: string | undefined;
1529
- }
1530
- export interface GetLaunchTemplateDataResult {
1531
- LaunchTemplateData?: ResponseLaunchTemplateData;
1532
- }
1533
- export interface GetManagedPrefixListAssociationsRequest {
1534
- DryRun?: boolean;
1535
- PrefixListId: string | undefined;
1536
- MaxResults?: number;
1537
- NextToken?: string;
1538
- }
1539
- export interface PrefixListAssociation {
1540
- ResourceId?: string;
1541
- ResourceOwner?: string;
1542
- }
1543
- export interface GetManagedPrefixListAssociationsResult {
1544
- PrefixListAssociations?: PrefixListAssociation[];
1545
- NextToken?: string;
1546
- }
1547
- export interface GetManagedPrefixListEntriesRequest {
1548
- DryRun?: boolean;
1549
- PrefixListId: string | undefined;
1550
- TargetVersion?: number;
1551
- MaxResults?: number;
1552
- NextToken?: string;
1553
- }
1554
- export interface PrefixListEntry {
1555
- Cidr?: string;
1556
- Description?: string;
1557
- }
1558
- export interface GetManagedPrefixListEntriesResult {
1559
- Entries?: PrefixListEntry[];
1560
- NextToken?: string;
1561
- }
1562
- export interface GetNetworkInsightsAccessScopeAnalysisFindingsRequest {
1563
- NetworkInsightsAccessScopeAnalysisId: string | undefined;
1564
- MaxResults?: number;
1565
- NextToken?: string;
1566
- DryRun?: boolean;
1567
- }
1568
- export interface GetNetworkInsightsAccessScopeAnalysisFindingsResult {
1569
- NetworkInsightsAccessScopeAnalysisId?: string;
1570
- AnalysisStatus?: AnalysisStatus;
1571
- AnalysisFindings?: AccessScopeAnalysisFinding[];
1572
- NextToken?: string;
1573
- }
1574
- export interface GetNetworkInsightsAccessScopeContentRequest {
1575
- NetworkInsightsAccessScopeId: string | undefined;
1576
- DryRun?: boolean;
1577
- }
1578
- export interface GetNetworkInsightsAccessScopeContentResult {
1579
- NetworkInsightsAccessScopeContent?: NetworkInsightsAccessScopeContent;
1580
- }
1581
- export interface GetPasswordDataRequest {
1582
- InstanceId: string | undefined;
1583
- DryRun?: boolean;
1584
- }
1585
- export interface GetPasswordDataResult {
1586
- InstanceId?: string;
1587
- PasswordData?: string;
1588
- Timestamp?: Date;
1589
- }
1590
- export interface GetReservedInstancesExchangeQuoteRequest {
1591
- DryRun?: boolean;
1592
- ReservedInstanceIds: string[] | undefined;
1593
- TargetConfigurations?: TargetConfigurationRequest[];
1594
- }
1595
- export interface ReservationValue {
1596
- HourlyPrice?: string;
1597
- RemainingTotalValue?: string;
1598
- RemainingUpfrontValue?: string;
1599
- }
1600
- export interface ReservedInstanceReservationValue {
1601
- ReservationValue?: ReservationValue;
1602
- ReservedInstanceId?: string;
1603
- }
1604
- export interface TargetConfiguration {
1605
- InstanceCount?: number;
1606
- OfferingId?: string;
1607
- }
1608
- export interface TargetReservationValue {
1609
- ReservationValue?: ReservationValue;
1610
- TargetConfiguration?: TargetConfiguration;
1611
- }
1612
- export interface GetReservedInstancesExchangeQuoteResult {
1613
- CurrencyCode?: string;
1614
- IsValidExchange?: boolean;
1615
- OutputReservedInstancesWillExpireAt?: Date;
1616
- PaymentDue?: string;
1617
- ReservedInstanceValueRollup?: ReservationValue;
1618
- ReservedInstanceValueSet?: ReservedInstanceReservationValue[];
1619
- TargetConfigurationValueRollup?: ReservationValue;
1620
- TargetConfigurationValueSet?: TargetReservationValue[];
1621
- ValidationFailureReason?: string;
1622
- }
1623
- export interface GetSecurityGroupsForVpcRequest {
1624
- VpcId: string | undefined;
1625
- NextToken?: string;
1626
- MaxResults?: number;
1627
- Filters?: Filter[];
1628
- DryRun?: boolean;
1629
- }
1630
- export interface SecurityGroupForVpc {
1631
- Description?: string;
1632
- GroupName?: string;
1633
- OwnerId?: string;
1634
- GroupId?: string;
1635
- Tags?: Tag[];
1636
- PrimaryVpcId?: string;
1637
- }
1638
- export interface GetSecurityGroupsForVpcResult {
1639
- NextToken?: string;
1640
- SecurityGroupForVpcs?: SecurityGroupForVpc[];
1641
- }
1642
- export interface GetSerialConsoleAccessStatusRequest {
1643
- DryRun?: boolean;
1644
- }
1645
- export interface GetSerialConsoleAccessStatusResult {
1646
- SerialConsoleAccessEnabled?: boolean;
1647
- }
1648
1676
  export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog: (
1649
1677
  obj: DescribeVerifiedAccessTrustProvidersResult
1650
1678
  ) => any;
@@ -1654,9 +1682,3 @@ export declare const DescribeVpnConnectionsResultFilterSensitiveLog: (
1654
1682
  export declare const DetachVerifiedAccessTrustProviderResultFilterSensitiveLog: (
1655
1683
  obj: DetachVerifiedAccessTrustProviderResult
1656
1684
  ) => any;
1657
- export declare const GetLaunchTemplateDataResultFilterSensitiveLog: (
1658
- obj: GetLaunchTemplateDataResult
1659
- ) => any;
1660
- export declare const GetPasswordDataResultFilterSensitiveLog: (
1661
- obj: GetPasswordDataResult
1662
- ) => any;