@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,5 +1,6 @@
1
1
  import {
2
2
  _InstanceType,
3
+ AccessScopeAnalysisFinding,
3
4
  AddedPrincipal,
4
5
  AddIpamOperatingRegion,
5
6
  AddPrefixListEntry,
@@ -16,19 +17,14 @@ import {
16
17
  EndDateType,
17
18
  HostMaintenance,
18
19
  HostRecovery,
19
- IamInstanceProfileAssociation,
20
- IamInstanceProfileSpecification,
21
20
  InstanceEventWindow,
22
21
  Ipv6SupportValue,
23
- PortRange,
24
- RouteTableAssociationState,
25
22
  SubnetAssociation,
26
23
  Tag,
27
24
  TagSpecification,
25
+ TargetConfigurationRequest,
28
26
  TransitGatewayAssociationState,
29
27
  TransitGatewayAttachmentResourceType,
30
- TransitGatewayMulticastDomainAssociations,
31
- TransitGatewayPeeringAttachment,
32
28
  TransitGatewayPolicyTableAssociation,
33
29
  TransitGatewayVpcAttachment,
34
30
  UnsuccessfulItem,
@@ -44,24 +40,27 @@ import {
44
40
  ClientConnectOptions,
45
41
  ClientLoginBannerOptions,
46
42
  ConnectionLogOptions,
43
+ ConnectionTrackingSpecificationRequest,
47
44
  DiskImageFormat,
48
45
  FleetExcessCapacityTerminationPolicy,
49
46
  FleetLaunchTemplateConfigRequest,
50
47
  HostnameType,
51
- IcmpTypeCode,
52
48
  InstanceEventWindowTimeRangeRequest,
53
49
  InstanceRequirementsRequest,
54
50
  Ipam,
55
51
  IpamPool,
56
52
  IpamResourceDiscovery,
53
+ IpamResourceTag,
57
54
  IpamScope,
55
+ IpamTier,
58
56
  LaunchTemplate,
59
57
  LocalGatewayRoute,
60
58
  ManagedPrefixList,
59
+ NetworkInsightsAccessScopeContent,
61
60
  Placement,
62
61
  PlatformValues,
63
62
  RequestIpamResourceTag,
64
- RuleAction,
63
+ ResponseLaunchTemplateData,
65
64
  SelfServicePortal,
66
65
  ShutdownBehavior,
67
66
  TargetCapacitySpecificationRequest,
@@ -93,7 +92,6 @@ import {
93
92
  TrafficMirrorSession,
94
93
  TransitGateway,
95
94
  TransitGatewayPrefixListReference,
96
- TransitGatewayRoute,
97
95
  VerifiedAccessEndpoint,
98
96
  VerifiedAccessEndpointProtocol,
99
97
  VerifiedAccessGroup,
@@ -104,50 +102,50 @@ import {
104
102
  } from "./models_2";
105
103
  import {
106
104
  ArchitectureValues,
107
- AttributeBooleanValue,
108
105
  BootModeValues,
106
+ Byoasn,
109
107
  ConversionTask,
110
108
  Filter,
111
109
  FpgaImageAttribute,
112
110
  FpgaImageAttributeName,
113
111
  ImdsSupportValues,
114
112
  ImportImageLicenseConfigurationResponse,
115
- InstanceAttributeName,
116
113
  InstanceTagNotificationAttribute,
117
114
  IpamPoolCidr,
118
115
  LaunchPermission,
119
116
  PermissionGroup,
120
117
  SnapshotDetail,
121
- SnapshotTaskDetail,
122
118
  TpmSupportValues,
123
119
  VirtualizationType,
124
120
  } from "./models_3";
125
121
  import {
122
+ AnalysisStatus,
126
123
  ArchitectureType,
124
+ AttributeBooleanValue,
127
125
  CreateVolumePermission,
128
126
  ExcessCapacityTerminationPolicy,
129
127
  HttpTokensState,
128
+ InstanceAttributeName,
130
129
  InstanceAutoRecoveryState,
131
130
  InstanceMetadataEndpointState,
132
131
  InstanceMetadataOptionsResponse,
133
132
  InstanceMetadataProtocolState,
134
133
  InstanceMetadataTagsState,
135
- InstanceNetworkInterfaceSpecification,
136
134
  InstanceStatusEvent,
137
135
  LaunchTemplateConfig,
138
136
  LockState,
139
137
  Monitoring,
140
138
  PublicIpv4PoolRange,
141
139
  ReservedInstancesConfiguration,
142
- RunInstancesMonitoringEnabled,
143
140
  ScheduledInstance,
144
141
  SnapshotAttributeName,
145
- SpotFleetRequestConfigData,
146
- SpotPlacement,
142
+ SnapshotTaskDetail,
147
143
  } from "./models_4";
148
144
  import {
149
145
  InstanceFamilyCreditSpecification,
150
- IpamResourceCidr,
146
+ IpamComplianceStatus,
147
+ IpamOverlapStatus,
148
+ IpamResourceType,
151
149
  Purchase,
152
150
  SnapshotBlockPublicAccessState,
153
151
  TransitGatewayPropagationState,
@@ -155,6 +153,168 @@ import {
155
153
  VerifiedAccessInstanceLoggingConfiguration,
156
154
  VolumeModification,
157
155
  } from "./models_5";
156
+ export interface GetIpamResourceCidrsRequest {
157
+ DryRun?: boolean;
158
+ Filters?: Filter[];
159
+ MaxResults?: number;
160
+ NextToken?: string;
161
+ IpamScopeId: string | undefined;
162
+ IpamPoolId?: string;
163
+ ResourceId?: string;
164
+ ResourceType?: IpamResourceType;
165
+ ResourceTag?: RequestIpamResourceTag;
166
+ ResourceOwner?: string;
167
+ }
168
+ export declare const IpamManagementState: {
169
+ readonly ignored: "ignored";
170
+ readonly managed: "managed";
171
+ readonly unmanaged: "unmanaged";
172
+ };
173
+ export type IpamManagementState =
174
+ (typeof IpamManagementState)[keyof typeof IpamManagementState];
175
+ export interface IpamResourceCidr {
176
+ IpamId?: string;
177
+ IpamScopeId?: string;
178
+ IpamPoolId?: string;
179
+ ResourceRegion?: string;
180
+ ResourceOwnerId?: string;
181
+ ResourceId?: string;
182
+ ResourceName?: string;
183
+ ResourceCidr?: string;
184
+ ResourceType?: IpamResourceType;
185
+ ResourceTags?: IpamResourceTag[];
186
+ IpUsage?: number;
187
+ ComplianceStatus?: IpamComplianceStatus;
188
+ ManagementState?: IpamManagementState;
189
+ OverlapStatus?: IpamOverlapStatus;
190
+ VpcId?: string;
191
+ }
192
+ export interface GetIpamResourceCidrsResult {
193
+ NextToken?: string;
194
+ IpamResourceCidrs?: IpamResourceCidr[];
195
+ }
196
+ export interface GetLaunchTemplateDataRequest {
197
+ DryRun?: boolean;
198
+ InstanceId: string | undefined;
199
+ }
200
+ export interface GetLaunchTemplateDataResult {
201
+ LaunchTemplateData?: ResponseLaunchTemplateData;
202
+ }
203
+ export interface GetManagedPrefixListAssociationsRequest {
204
+ DryRun?: boolean;
205
+ PrefixListId: string | undefined;
206
+ MaxResults?: number;
207
+ NextToken?: string;
208
+ }
209
+ export interface PrefixListAssociation {
210
+ ResourceId?: string;
211
+ ResourceOwner?: string;
212
+ }
213
+ export interface GetManagedPrefixListAssociationsResult {
214
+ PrefixListAssociations?: PrefixListAssociation[];
215
+ NextToken?: string;
216
+ }
217
+ export interface GetManagedPrefixListEntriesRequest {
218
+ DryRun?: boolean;
219
+ PrefixListId: string | undefined;
220
+ TargetVersion?: number;
221
+ MaxResults?: number;
222
+ NextToken?: string;
223
+ }
224
+ export interface PrefixListEntry {
225
+ Cidr?: string;
226
+ Description?: string;
227
+ }
228
+ export interface GetManagedPrefixListEntriesResult {
229
+ Entries?: PrefixListEntry[];
230
+ NextToken?: string;
231
+ }
232
+ export interface GetNetworkInsightsAccessScopeAnalysisFindingsRequest {
233
+ NetworkInsightsAccessScopeAnalysisId: string | undefined;
234
+ MaxResults?: number;
235
+ NextToken?: string;
236
+ DryRun?: boolean;
237
+ }
238
+ export interface GetNetworkInsightsAccessScopeAnalysisFindingsResult {
239
+ NetworkInsightsAccessScopeAnalysisId?: string;
240
+ AnalysisStatus?: AnalysisStatus;
241
+ AnalysisFindings?: AccessScopeAnalysisFinding[];
242
+ NextToken?: string;
243
+ }
244
+ export interface GetNetworkInsightsAccessScopeContentRequest {
245
+ NetworkInsightsAccessScopeId: string | undefined;
246
+ DryRun?: boolean;
247
+ }
248
+ export interface GetNetworkInsightsAccessScopeContentResult {
249
+ NetworkInsightsAccessScopeContent?: NetworkInsightsAccessScopeContent;
250
+ }
251
+ export interface GetPasswordDataRequest {
252
+ InstanceId: string | undefined;
253
+ DryRun?: boolean;
254
+ }
255
+ export interface GetPasswordDataResult {
256
+ InstanceId?: string;
257
+ PasswordData?: string;
258
+ Timestamp?: Date;
259
+ }
260
+ export interface GetReservedInstancesExchangeQuoteRequest {
261
+ DryRun?: boolean;
262
+ ReservedInstanceIds: string[] | undefined;
263
+ TargetConfigurations?: TargetConfigurationRequest[];
264
+ }
265
+ export interface ReservationValue {
266
+ HourlyPrice?: string;
267
+ RemainingTotalValue?: string;
268
+ RemainingUpfrontValue?: string;
269
+ }
270
+ export interface ReservedInstanceReservationValue {
271
+ ReservationValue?: ReservationValue;
272
+ ReservedInstanceId?: string;
273
+ }
274
+ export interface TargetConfiguration {
275
+ InstanceCount?: number;
276
+ OfferingId?: string;
277
+ }
278
+ export interface TargetReservationValue {
279
+ ReservationValue?: ReservationValue;
280
+ TargetConfiguration?: TargetConfiguration;
281
+ }
282
+ export interface GetReservedInstancesExchangeQuoteResult {
283
+ CurrencyCode?: string;
284
+ IsValidExchange?: boolean;
285
+ OutputReservedInstancesWillExpireAt?: Date;
286
+ PaymentDue?: string;
287
+ ReservedInstanceValueRollup?: ReservationValue;
288
+ ReservedInstanceValueSet?: ReservedInstanceReservationValue[];
289
+ TargetConfigurationValueRollup?: ReservationValue;
290
+ TargetConfigurationValueSet?: TargetReservationValue[];
291
+ ValidationFailureReason?: string;
292
+ }
293
+ export interface GetSecurityGroupsForVpcRequest {
294
+ VpcId: string | undefined;
295
+ NextToken?: string;
296
+ MaxResults?: number;
297
+ Filters?: Filter[];
298
+ DryRun?: boolean;
299
+ }
300
+ export interface SecurityGroupForVpc {
301
+ Description?: string;
302
+ GroupName?: string;
303
+ OwnerId?: string;
304
+ GroupId?: string;
305
+ Tags?: Tag[];
306
+ PrimaryVpcId?: string;
307
+ }
308
+ export interface GetSecurityGroupsForVpcResult {
309
+ NextToken?: string;
310
+ SecurityGroupForVpcs?: SecurityGroupForVpc[];
311
+ }
312
+ export interface GetSerialConsoleAccessStatusRequest {
313
+ DryRun?: boolean;
314
+ }
315
+ export interface GetSerialConsoleAccessStatusResult {
316
+ SerialConsoleAccessEnabled?: boolean;
317
+ }
158
318
  export interface GetSnapshotBlockPublicAccessStateRequest {
159
319
  DryRun?: boolean;
160
320
  }
@@ -888,6 +1048,7 @@ export interface ModifyIpamRequest {
888
1048
  Description?: string;
889
1049
  AddOperatingRegions?: AddIpamOperatingRegion[];
890
1050
  RemoveOperatingRegions?: RemoveIpamOperatingRegion[];
1051
+ Tier?: IpamTier;
891
1052
  }
892
1053
  export interface ModifyIpamResult {
893
1054
  Ipam?: Ipam;
@@ -986,6 +1147,7 @@ export interface ModifyNetworkInterfaceAttributeRequest {
986
1147
  SourceDestCheck?: AttributeBooleanValue;
987
1148
  EnaSrdSpecification?: EnaSrdSpecification;
988
1149
  EnablePrimaryIpv6?: boolean;
1150
+ ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
989
1151
  }
990
1152
  export interface ModifyPrivateDnsNameOptionsRequest {
991
1153
  DryRun?: boolean;
@@ -1275,6 +1437,9 @@ export interface ModifyVerifiedAccessInstanceLoggingConfigurationRequest {
1275
1437
  export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
1276
1438
  LoggingConfiguration?: VerifiedAccessInstanceLoggingConfiguration;
1277
1439
  }
1440
+ export interface ModifyVerifiedAccessTrustProviderDeviceOptions {
1441
+ PublicSigningKeyUrl?: string;
1442
+ }
1278
1443
  export interface ModifyVerifiedAccessTrustProviderOidcOptions {
1279
1444
  Issuer?: string;
1280
1445
  AuthorizationEndpoint?: string;
@@ -1287,6 +1452,7 @@ export interface ModifyVerifiedAccessTrustProviderOidcOptions {
1287
1452
  export interface ModifyVerifiedAccessTrustProviderRequest {
1288
1453
  VerifiedAccessTrustProviderId: string | undefined;
1289
1454
  OidcOptions?: ModifyVerifiedAccessTrustProviderOidcOptions;
1455
+ DeviceOptions?: ModifyVerifiedAccessTrustProviderDeviceOptions;
1290
1456
  Description?: string;
1291
1457
  DryRun?: boolean;
1292
1458
  ClientToken?: string;
@@ -1523,6 +1689,19 @@ export interface ProvisionByoipCidrRequest {
1523
1689
  export interface ProvisionByoipCidrResult {
1524
1690
  ByoipCidr?: ByoipCidr;
1525
1691
  }
1692
+ export interface AsnAuthorizationContext {
1693
+ Message: string | undefined;
1694
+ Signature: string | undefined;
1695
+ }
1696
+ export interface ProvisionIpamByoasnRequest {
1697
+ DryRun?: boolean;
1698
+ IpamId: string | undefined;
1699
+ Asn: string | undefined;
1700
+ AsnAuthorizationContext: AsnAuthorizationContext | undefined;
1701
+ }
1702
+ export interface ProvisionIpamByoasnResult {
1703
+ Byoasn?: Byoasn;
1704
+ }
1526
1705
  export interface IpamCidrAuthorizationContext {
1527
1706
  Message?: string;
1528
1707
  Signature?: string;
@@ -1663,193 +1842,12 @@ export interface TransitGatewayMulticastRegisteredGroupSources {
1663
1842
  export interface RegisterTransitGatewayMulticastGroupSourcesResult {
1664
1843
  RegisteredMulticastGroupSources?: TransitGatewayMulticastRegisteredGroupSources;
1665
1844
  }
1666
- export interface RejectTransitGatewayMulticastDomainAssociationsRequest {
1667
- TransitGatewayMulticastDomainId?: string;
1668
- TransitGatewayAttachmentId?: string;
1669
- SubnetIds?: string[];
1670
- DryRun?: boolean;
1671
- }
1672
- export interface RejectTransitGatewayMulticastDomainAssociationsResult {
1673
- Associations?: TransitGatewayMulticastDomainAssociations;
1674
- }
1675
- export interface RejectTransitGatewayPeeringAttachmentRequest {
1676
- TransitGatewayAttachmentId: string | undefined;
1677
- DryRun?: boolean;
1678
- }
1679
- export interface RejectTransitGatewayPeeringAttachmentResult {
1680
- TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
1681
- }
1682
- export interface RejectTransitGatewayVpcAttachmentRequest {
1683
- TransitGatewayAttachmentId: string | undefined;
1684
- DryRun?: boolean;
1685
- }
1686
- export interface RejectTransitGatewayVpcAttachmentResult {
1687
- TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
1688
- }
1689
- export interface RejectVpcEndpointConnectionsRequest {
1690
- DryRun?: boolean;
1691
- ServiceId: string | undefined;
1692
- VpcEndpointIds: string[] | undefined;
1693
- }
1694
- export interface RejectVpcEndpointConnectionsResult {
1695
- Unsuccessful?: UnsuccessfulItem[];
1696
- }
1697
- export interface RejectVpcPeeringConnectionRequest {
1698
- DryRun?: boolean;
1699
- VpcPeeringConnectionId: string | undefined;
1700
- }
1701
- export interface RejectVpcPeeringConnectionResult {
1702
- Return?: boolean;
1703
- }
1704
- export interface ReleaseAddressRequest {
1705
- AllocationId?: string;
1706
- PublicIp?: string;
1707
- NetworkBorderGroup?: string;
1708
- DryRun?: boolean;
1709
- }
1710
- export interface ReleaseHostsRequest {
1711
- HostIds: string[] | undefined;
1712
- }
1713
- export interface ReleaseHostsResult {
1714
- Successful?: string[];
1715
- Unsuccessful?: UnsuccessfulItem[];
1716
- }
1717
- export interface ReleaseIpamPoolAllocationRequest {
1718
- DryRun?: boolean;
1719
- IpamPoolId: string | undefined;
1720
- Cidr: string | undefined;
1721
- IpamPoolAllocationId: string | undefined;
1722
- }
1723
- export interface ReleaseIpamPoolAllocationResult {
1724
- Success?: boolean;
1725
- }
1726
- export interface ReplaceIamInstanceProfileAssociationRequest {
1727
- IamInstanceProfile: IamInstanceProfileSpecification | undefined;
1728
- AssociationId: string | undefined;
1729
- }
1730
- export interface ReplaceIamInstanceProfileAssociationResult {
1731
- IamInstanceProfileAssociation?: IamInstanceProfileAssociation;
1732
- }
1733
- export interface ReplaceNetworkAclAssociationRequest {
1734
- AssociationId: string | undefined;
1735
- DryRun?: boolean;
1736
- NetworkAclId: string | undefined;
1737
- }
1738
- export interface ReplaceNetworkAclAssociationResult {
1739
- NewAssociationId?: string;
1740
- }
1741
- export interface ReplaceNetworkAclEntryRequest {
1742
- CidrBlock?: string;
1743
- DryRun?: boolean;
1744
- Egress: boolean | undefined;
1745
- IcmpTypeCode?: IcmpTypeCode;
1746
- Ipv6CidrBlock?: string;
1747
- NetworkAclId: string | undefined;
1748
- PortRange?: PortRange;
1749
- Protocol: string | undefined;
1750
- RuleAction: RuleAction | undefined;
1751
- RuleNumber: number | undefined;
1752
- }
1753
- export interface ReplaceRouteRequest {
1754
- DestinationCidrBlock?: string;
1755
- DestinationIpv6CidrBlock?: string;
1756
- DestinationPrefixListId?: string;
1757
- DryRun?: boolean;
1758
- VpcEndpointId?: string;
1759
- EgressOnlyInternetGatewayId?: string;
1760
- GatewayId?: string;
1761
- InstanceId?: string;
1762
- LocalTarget?: boolean;
1763
- NatGatewayId?: string;
1764
- TransitGatewayId?: string;
1765
- LocalGatewayId?: string;
1766
- CarrierGatewayId?: string;
1767
- NetworkInterfaceId?: string;
1768
- RouteTableId: string | undefined;
1769
- VpcPeeringConnectionId?: string;
1770
- CoreNetworkArn?: string;
1771
- }
1772
- export interface ReplaceRouteTableAssociationRequest {
1773
- AssociationId: string | undefined;
1774
- DryRun?: boolean;
1775
- RouteTableId: string | undefined;
1776
- }
1777
- export interface ReplaceRouteTableAssociationResult {
1778
- NewAssociationId?: string;
1779
- AssociationState?: RouteTableAssociationState;
1780
- }
1781
- export interface ReplaceTransitGatewayRouteRequest {
1782
- DestinationCidrBlock: string | undefined;
1783
- TransitGatewayRouteTableId: string | undefined;
1784
- TransitGatewayAttachmentId?: string;
1785
- Blackhole?: boolean;
1786
- DryRun?: boolean;
1787
- }
1788
- export interface ReplaceTransitGatewayRouteResult {
1789
- Route?: TransitGatewayRoute;
1790
- }
1791
- export interface ReplaceVpnTunnelRequest {
1792
- VpnConnectionId: string | undefined;
1793
- VpnTunnelOutsideIpAddress: string | undefined;
1794
- ApplyPendingMaintenance?: boolean;
1795
- DryRun?: boolean;
1796
- }
1797
- export interface ReplaceVpnTunnelResult {
1798
- Return?: boolean;
1799
- }
1800
- export declare const ReportInstanceReasonCodes: {
1801
- readonly instance_stuck_in_state: "instance-stuck-in-state";
1802
- readonly not_accepting_credentials: "not-accepting-credentials";
1803
- readonly other: "other";
1804
- readonly password_not_available: "password-not-available";
1805
- readonly performance_ebs_volume: "performance-ebs-volume";
1806
- readonly performance_instance_store: "performance-instance-store";
1807
- readonly performance_network: "performance-network";
1808
- readonly performance_other: "performance-other";
1809
- readonly unresponsive: "unresponsive";
1810
- };
1811
- export type ReportInstanceReasonCodes =
1812
- (typeof ReportInstanceReasonCodes)[keyof typeof ReportInstanceReasonCodes];
1813
- export declare const ReportStatusType: {
1814
- readonly impaired: "impaired";
1815
- readonly ok: "ok";
1816
- };
1817
- export type ReportStatusType =
1818
- (typeof ReportStatusType)[keyof typeof ReportStatusType];
1819
- export interface ReportInstanceStatusRequest {
1820
- Description?: string;
1821
- DryRun?: boolean;
1822
- EndTime?: Date;
1823
- Instances: string[] | undefined;
1824
- ReasonCodes: ReportInstanceReasonCodes[] | undefined;
1825
- StartTime?: Date;
1826
- Status: ReportStatusType | undefined;
1827
- }
1828
- export interface RequestSpotFleetRequest {
1829
- DryRun?: boolean;
1830
- SpotFleetRequestConfig: SpotFleetRequestConfigData | undefined;
1831
- }
1832
- export interface RequestSpotFleetResponse {
1833
- SpotFleetRequestId?: string;
1834
- }
1835
- export interface RequestSpotLaunchSpecification {
1836
- SecurityGroupIds?: string[];
1837
- SecurityGroups?: string[];
1838
- AddressingType?: string;
1839
- BlockDeviceMappings?: BlockDeviceMapping[];
1840
- EbsOptimized?: boolean;
1841
- IamInstanceProfile?: IamInstanceProfileSpecification;
1842
- ImageId?: string;
1843
- InstanceType?: _InstanceType;
1844
- KernelId?: string;
1845
- KeyName?: string;
1846
- Monitoring?: RunInstancesMonitoringEnabled;
1847
- NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
1848
- Placement?: SpotPlacement;
1849
- RamdiskId?: string;
1850
- SubnetId?: string;
1851
- UserData?: string;
1852
- }
1845
+ export declare const GetLaunchTemplateDataResultFilterSensitiveLog: (
1846
+ obj: GetLaunchTemplateDataResult
1847
+ ) => any;
1848
+ export declare const GetPasswordDataResultFilterSensitiveLog: (
1849
+ obj: GetPasswordDataResult
1850
+ ) => any;
1853
1851
  export declare const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog: (
1854
1852
  obj: GetVpnConnectionDeviceSampleConfigurationResult
1855
1853
  ) => any;
@@ -1918,9 +1916,3 @@ export declare const ModifyVpnTunnelOptionsRequestFilterSensitiveLog: (
1918
1916
  export declare const ModifyVpnTunnelOptionsResultFilterSensitiveLog: (
1919
1917
  obj: ModifyVpnTunnelOptionsResult
1920
1918
  ) => any;
1921
- export declare const RequestSpotFleetRequestFilterSensitiveLog: (
1922
- obj: RequestSpotFleetRequest
1923
- ) => any;
1924
- export declare const RequestSpotLaunchSpecificationFilterSensitiveLog: (
1925
- obj: RequestSpotLaunchSpecification
1926
- ) => any;