@aws-sdk/client-ec2 3.875.0 → 3.878.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 (232) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +1242 -396
  3. package/dist-es/EC2.js +10 -0
  4. package/dist-es/commands/CreateImageUsageReportCommand.js +22 -0
  5. package/dist-es/commands/DeleteImageUsageReportCommand.js +22 -0
  6. package/dist-es/commands/DescribeImageReferencesCommand.js +22 -0
  7. package/dist-es/commands/DescribeImageUsageReportEntriesCommand.js +22 -0
  8. package/dist-es/commands/DescribeImageUsageReportsCommand.js +22 -0
  9. package/dist-es/commands/GetPasswordDataCommand.js +1 -1
  10. package/dist-es/commands/index.js +5 -0
  11. package/dist-es/models/models_0.js +1 -0
  12. package/dist-es/models/models_3.js +0 -8
  13. package/dist-es/models/models_4.js +19 -40
  14. package/dist-es/models/models_5.js +40 -18
  15. package/dist-es/models/models_6.js +18 -12
  16. package/dist-es/models/models_7.js +12 -0
  17. package/dist-es/pagination/DescribeImageReferencesPaginator.js +4 -0
  18. package/dist-es/pagination/DescribeImageUsageReportEntriesPaginator.js +4 -0
  19. package/dist-es/pagination/DescribeImageUsageReportsPaginator.js +4 -0
  20. package/dist-es/pagination/index.js +3 -0
  21. package/dist-es/protocols/Aws_ec2.js +711 -25
  22. package/dist-es/waiters/index.js +1 -0
  23. package/dist-es/waiters/waitForImageUsageReportAvailable.js +54 -0
  24. package/dist-types/EC2.d.ts +37 -0
  25. package/dist-types/EC2Client.d.ts +7 -2
  26. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  27. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  28. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  29. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  30. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  31. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  32. package/dist-types/commands/CopyImageCommand.d.ts +92 -10
  33. package/dist-types/commands/CopySnapshotCommand.d.ts +24 -8
  34. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateImageUsageReportCommand.d.ts +105 -0
  49. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  60. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  61. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  73. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  74. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -3
  107. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteImageUsageReportCommand.d.ts +75 -0
  112. package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +2 -1
  113. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -2
  114. package/dist-types/commands/DescribeImageReferencesCommand.d.ts +100 -0
  115. package/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +101 -0
  116. package/dist-types/commands/DescribeImageUsageReportsCommand.d.ts +123 -0
  117. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -1
  118. package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
  119. package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -2
  122. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  123. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  124. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +2 -1
  126. package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  128. package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  130. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
  131. package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  132. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  133. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  134. package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
  135. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  136. package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
  137. package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
  138. package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
  139. package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  140. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  141. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  142. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  143. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  144. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -1
  145. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  146. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -2
  147. package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
  148. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -2
  149. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  150. package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
  151. package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
  152. package/dist-types/commands/RegisterImageCommand.d.ts +2 -2
  153. package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  154. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  155. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  156. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  157. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  158. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  159. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  160. package/dist-types/commands/index.d.ts +5 -0
  161. package/dist-types/models/models_0.d.ts +1 -0
  162. package/dist-types/models/models_1.d.ts +146 -98
  163. package/dist-types/models/models_2.d.ts +80 -161
  164. package/dist-types/models/models_3.d.ts +190 -302
  165. package/dist-types/models/models_4.d.ts +886 -719
  166. package/dist-types/models/models_5.d.ts +1938 -1933
  167. package/dist-types/models/models_6.d.ts +1828 -1719
  168. package/dist-types/models/models_7.d.ts +4616 -4654
  169. package/dist-types/models/models_8.d.ts +547 -5
  170. package/dist-types/pagination/DescribeImageReferencesPaginator.d.ts +7 -0
  171. package/dist-types/pagination/DescribeImageUsageReportEntriesPaginator.d.ts +7 -0
  172. package/dist-types/pagination/DescribeImageUsageReportsPaginator.d.ts +7 -0
  173. package/dist-types/pagination/index.d.ts +3 -0
  174. package/dist-types/protocols/Aws_ec2.d.ts +45 -0
  175. package/dist-types/ts3.4/EC2.d.ts +87 -0
  176. package/dist-types/ts3.4/EC2Client.d.ts +30 -0
  177. package/dist-types/ts3.4/commands/CreateImageUsageReportCommand.d.ts +51 -0
  178. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +4 -2
  179. package/dist-types/ts3.4/commands/DeleteImageUsageReportCommand.d.ts +51 -0
  180. package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +2 -4
  181. package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +4 -2
  182. package/dist-types/ts3.4/commands/DescribeImageReferencesCommand.d.ts +51 -0
  183. package/dist-types/ts3.4/commands/DescribeImageUsageReportEntriesCommand.d.ts +51 -0
  184. package/dist-types/ts3.4/commands/DescribeImageUsageReportsCommand.d.ts +51 -0
  185. package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +2 -4
  186. package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +4 -2
  190. package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +2 -4
  191. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -4
  204. package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  214. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  215. package/dist-types/ts3.4/models/models_1.d.ts +22 -17
  216. package/dist-types/ts3.4/models/models_2.d.ts +21 -35
  217. package/dist-types/ts3.4/models/models_3.d.ts +41 -59
  218. package/dist-types/ts3.4/models/models_4.d.ts +148 -153
  219. package/dist-types/ts3.4/models/models_5.d.ts +165 -123
  220. package/dist-types/ts3.4/models/models_6.d.ts +125 -122
  221. package/dist-types/ts3.4/models/models_7.d.ts +125 -127
  222. package/dist-types/ts3.4/models/models_8.d.ts +128 -1
  223. package/dist-types/ts3.4/pagination/DescribeImageReferencesPaginator.d.ts +11 -0
  224. package/dist-types/ts3.4/pagination/DescribeImageUsageReportEntriesPaginator.d.ts +11 -0
  225. package/dist-types/ts3.4/pagination/DescribeImageUsageReportsPaginator.d.ts +11 -0
  226. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  227. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +60 -0
  228. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  229. package/dist-types/ts3.4/waiters/waitForImageUsageReportAvailable.d.ts +11 -0
  230. package/dist-types/waiters/index.d.ts +1 -0
  231. package/dist-types/waiters/waitForImageUsageReportAvailable.d.ts +14 -0
  232. package/package.json +6 -6
@@ -5,6 +5,7 @@ import {
5
5
  AssociationStatus,
6
6
  AttachmentStatus,
7
7
  AutoPlacement,
8
+ CapacityReservationFleetState,
8
9
  ClientVpnAuthorizationRuleStatus,
9
10
  CurrencyCodeValues,
10
11
  HostMaintenance,
@@ -22,6 +23,7 @@ import {
22
23
  CapacityReservation,
23
24
  CapacityReservationPreference,
24
25
  CapacityReservationTargetResponse,
26
+ CapacityReservationTenancy,
25
27
  CarrierGateway,
26
28
  ClientVpnAuthenticationType,
27
29
  ClientVpnEndpointStatus,
@@ -36,8 +38,11 @@ import {
36
38
  EgressOnlyInternetGateway,
37
39
  EndpointIpAddressType,
38
40
  ExportTask,
41
+ FleetCapacityReservation,
42
+ FleetCapacityReservationTenancy,
39
43
  FleetCapacityReservationUsageStrategy,
40
44
  FleetExcessCapacityTerminationPolicy,
45
+ FleetInstanceMatchCriteria,
41
46
  FleetLaunchTemplateOverrides,
42
47
  FleetLaunchTemplateSpecification,
43
48
  FleetOnDemandAllocationStrategy,
@@ -46,8 +51,6 @@ import {
46
51
  HostnameType,
47
52
  InstanceBandwidthWeighting,
48
53
  InstanceLifecycle,
49
- InternetGateway,
50
- IpamExternalResourceVerificationToken,
51
54
  LaunchTemplateAndOverridesResponse,
52
55
  LogDestinationType,
53
56
  OperatorResponse,
@@ -67,13 +70,63 @@ import {
67
70
  StateReason,
68
71
  } from "./models_2";
69
72
  import {
70
- Byoasn,
71
- CapacityReservationFleet,
72
73
  Filter,
73
74
  FleetStateCode,
74
75
  IdFormat,
75
76
  InstanceTagNotificationAttribute,
76
77
  } from "./models_3";
78
+ export interface CapacityReservationInfo {
79
+ InstanceType?: string | undefined;
80
+ AvailabilityZone?: string | undefined;
81
+ Tenancy?: CapacityReservationTenancy | undefined;
82
+ AvailabilityZoneId?: string | undefined;
83
+ }
84
+ export declare const CapacityReservationBillingRequestStatus: {
85
+ readonly accepted: "accepted";
86
+ readonly cancelled: "cancelled";
87
+ readonly expired: "expired";
88
+ readonly pending: "pending";
89
+ readonly rejected: "rejected";
90
+ readonly revoked: "revoked";
91
+ };
92
+ export type CapacityReservationBillingRequestStatus =
93
+ (typeof CapacityReservationBillingRequestStatus)[keyof typeof CapacityReservationBillingRequestStatus];
94
+ export interface CapacityReservationBillingRequest {
95
+ CapacityReservationId?: string | undefined;
96
+ RequestedBy?: string | undefined;
97
+ UnusedReservationBillingOwnerId?: string | undefined;
98
+ LastUpdateTime?: Date | undefined;
99
+ Status?: CapacityReservationBillingRequestStatus | undefined;
100
+ StatusMessage?: string | undefined;
101
+ CapacityReservationInfo?: CapacityReservationInfo | undefined;
102
+ }
103
+ export interface DescribeCapacityReservationBillingRequestsResult {
104
+ NextToken?: string | undefined;
105
+ CapacityReservationBillingRequests?:
106
+ | CapacityReservationBillingRequest[]
107
+ | undefined;
108
+ }
109
+ export interface DescribeCapacityReservationFleetsRequest {
110
+ CapacityReservationFleetIds?: string[] | undefined;
111
+ NextToken?: string | undefined;
112
+ MaxResults?: number | undefined;
113
+ Filters?: Filter[] | undefined;
114
+ DryRun?: boolean | undefined;
115
+ }
116
+ export interface CapacityReservationFleet {
117
+ CapacityReservationFleetId?: string | undefined;
118
+ CapacityReservationFleetArn?: string | undefined;
119
+ State?: CapacityReservationFleetState | undefined;
120
+ TotalTargetCapacity?: number | undefined;
121
+ TotalFulfilledCapacity?: number | undefined;
122
+ Tenancy?: FleetCapacityReservationTenancy | undefined;
123
+ EndDate?: Date | undefined;
124
+ CreateTime?: Date | undefined;
125
+ InstanceMatchCriteria?: FleetInstanceMatchCriteria | undefined;
126
+ AllocationStrategy?: string | undefined;
127
+ InstanceTypeSpecifications?: FleetCapacityReservation[] | undefined;
128
+ Tags?: Tag[] | undefined;
129
+ }
77
130
  export interface DescribeCapacityReservationFleetsResult {
78
131
  CapacityReservationFleets?: CapacityReservationFleet[] | undefined;
79
132
  NextToken?: string | undefined;
@@ -1029,6 +1082,46 @@ export interface ImageAttribute {
1029
1082
  ProductCodes?: ProductCode[] | undefined;
1030
1083
  BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
1031
1084
  }
1085
+ export declare const ImageReferenceResourceType: {
1086
+ readonly EC2_INSTANCE: "ec2:Instance";
1087
+ readonly EC2_LAUNCH_TEMPLATE: "ec2:LaunchTemplate";
1088
+ readonly IMAGE_BUILDER_CONTAINER_RECIPE: "imagebuilder:ContainerRecipe";
1089
+ readonly IMAGE_BUILDER_IMAGE_RECIPE: "imagebuilder:ImageRecipe";
1090
+ readonly SSM_PARAMETER: "ssm:Parameter";
1091
+ };
1092
+ export type ImageReferenceResourceType =
1093
+ (typeof ImageReferenceResourceType)[keyof typeof ImageReferenceResourceType];
1094
+ export declare const ImageReferenceOptionName: {
1095
+ readonly STATE_NAME: "state-name";
1096
+ readonly VERSION_DEPTH: "version-depth";
1097
+ };
1098
+ export type ImageReferenceOptionName =
1099
+ (typeof ImageReferenceOptionName)[keyof typeof ImageReferenceOptionName];
1100
+ export interface ResourceTypeOption {
1101
+ OptionName?: ImageReferenceOptionName | undefined;
1102
+ OptionValues?: string[] | undefined;
1103
+ }
1104
+ export interface ResourceTypeRequest {
1105
+ ResourceType?: ImageReferenceResourceType | undefined;
1106
+ ResourceTypeOptions?: ResourceTypeOption[] | undefined;
1107
+ }
1108
+ export interface DescribeImageReferencesRequest {
1109
+ ImageIds: string[] | undefined;
1110
+ IncludeAllResourceTypes?: boolean | undefined;
1111
+ ResourceTypes?: ResourceTypeRequest[] | undefined;
1112
+ NextToken?: string | undefined;
1113
+ DryRun?: boolean | undefined;
1114
+ MaxResults?: number | undefined;
1115
+ }
1116
+ export interface ImageReference {
1117
+ ImageId?: string | undefined;
1118
+ ResourceType?: ImageReferenceResourceType | undefined;
1119
+ Arn?: string | undefined;
1120
+ }
1121
+ export interface DescribeImageReferencesResult {
1122
+ NextToken?: string | undefined;
1123
+ ImageReferences?: ImageReference[] | undefined;
1124
+ }
1032
1125
  export interface DescribeImagesRequest {
1033
1126
  ExecutableUsers?: string[] | undefined;
1034
1127
  ImageIds?: string[] | undefined;
@@ -1144,6 +1237,57 @@ export interface DescribeImagesResult {
1144
1237
  NextToken?: string | undefined;
1145
1238
  Images?: Image[] | undefined;
1146
1239
  }
1240
+ export interface DescribeImageUsageReportEntriesRequest {
1241
+ ImageIds?: string[] | undefined;
1242
+ ReportIds?: string[] | undefined;
1243
+ NextToken?: string | undefined;
1244
+ Filters?: Filter[] | undefined;
1245
+ DryRun?: boolean | undefined;
1246
+ MaxResults?: number | undefined;
1247
+ }
1248
+ export interface ImageUsageReportEntry {
1249
+ ResourceType?: string | undefined;
1250
+ ReportId?: string | undefined;
1251
+ UsageCount?: number | undefined;
1252
+ AccountId?: string | undefined;
1253
+ ImageId?: string | undefined;
1254
+ ReportCreationTime?: Date | undefined;
1255
+ }
1256
+ export interface DescribeImageUsageReportEntriesResult {
1257
+ NextToken?: string | undefined;
1258
+ ImageUsageReportEntries?: ImageUsageReportEntry[] | undefined;
1259
+ }
1260
+ export interface DescribeImageUsageReportsRequest {
1261
+ ImageIds?: string[] | undefined;
1262
+ ReportIds?: string[] | undefined;
1263
+ NextToken?: string | undefined;
1264
+ Filters?: Filter[] | undefined;
1265
+ DryRun?: boolean | undefined;
1266
+ MaxResults?: number | undefined;
1267
+ }
1268
+ export interface ImageUsageResourceTypeOption {
1269
+ OptionName?: string | undefined;
1270
+ OptionValues?: string[] | undefined;
1271
+ }
1272
+ export interface ImageUsageResourceType {
1273
+ ResourceType?: string | undefined;
1274
+ ResourceTypeOptions?: ImageUsageResourceTypeOption[] | undefined;
1275
+ }
1276
+ export interface ImageUsageReport {
1277
+ ImageId?: string | undefined;
1278
+ ReportId?: string | undefined;
1279
+ ResourceTypes?: ImageUsageResourceType[] | undefined;
1280
+ AccountIds?: string[] | undefined;
1281
+ State?: string | undefined;
1282
+ StateReason?: string | undefined;
1283
+ CreationTime?: Date | undefined;
1284
+ ExpirationTime?: Date | undefined;
1285
+ Tags?: Tag[] | undefined;
1286
+ }
1287
+ export interface DescribeImageUsageReportsResult {
1288
+ NextToken?: string | undefined;
1289
+ ImageUsageReports?: ImageUsageReport[] | undefined;
1290
+ }
1147
1291
  export interface DescribeImportImageTasksRequest {
1148
1292
  DryRun?: boolean | undefined;
1149
1293
  Filters?: Filter[] | undefined;
@@ -1966,155 +2110,6 @@ export type NitroEnclavesSupport =
1966
2110
  export interface NitroTpmInfo {
1967
2111
  SupportedVersions?: string[] | undefined;
1968
2112
  }
1969
- export declare const NitroTpmSupport: {
1970
- readonly SUPPORTED: "supported";
1971
- readonly UNSUPPORTED: "unsupported";
1972
- };
1973
- export type NitroTpmSupport =
1974
- (typeof NitroTpmSupport)[keyof typeof NitroTpmSupport];
1975
- export declare const PhcSupport: {
1976
- readonly SUPPORTED: "supported";
1977
- readonly UNSUPPORTED: "unsupported";
1978
- };
1979
- export type PhcSupport = (typeof PhcSupport)[keyof typeof PhcSupport];
1980
- export declare const PlacementGroupStrategy: {
1981
- readonly cluster: "cluster";
1982
- readonly partition: "partition";
1983
- readonly spread: "spread";
1984
- };
1985
- export type PlacementGroupStrategy =
1986
- (typeof PlacementGroupStrategy)[keyof typeof PlacementGroupStrategy];
1987
- export interface PlacementGroupInfo {
1988
- SupportedStrategies?: PlacementGroupStrategy[] | undefined;
1989
- }
1990
- export declare const ArchitectureType: {
1991
- readonly arm64: "arm64";
1992
- readonly arm64_mac: "arm64_mac";
1993
- readonly i386: "i386";
1994
- readonly x86_64: "x86_64";
1995
- readonly x86_64_mac: "x86_64_mac";
1996
- };
1997
- export type ArchitectureType =
1998
- (typeof ArchitectureType)[keyof typeof ArchitectureType];
1999
- export declare const SupportedAdditionalProcessorFeature: {
2000
- readonly AMD_SEV_SNP: "amd-sev-snp";
2001
- };
2002
- export type SupportedAdditionalProcessorFeature =
2003
- (typeof SupportedAdditionalProcessorFeature)[keyof typeof SupportedAdditionalProcessorFeature];
2004
- export interface ProcessorInfo {
2005
- SupportedArchitectures?: ArchitectureType[] | undefined;
2006
- SustainedClockSpeedInGhz?: number | undefined;
2007
- SupportedFeatures?: SupportedAdditionalProcessorFeature[] | undefined;
2008
- Manufacturer?: string | undefined;
2009
- }
2010
- export declare const RebootMigrationSupport: {
2011
- readonly SUPPORTED: "supported";
2012
- readonly UNSUPPORTED: "unsupported";
2013
- };
2014
- export type RebootMigrationSupport =
2015
- (typeof RebootMigrationSupport)[keyof typeof RebootMigrationSupport];
2016
- export declare const BootModeType: {
2017
- readonly legacy_bios: "legacy-bios";
2018
- readonly uefi: "uefi";
2019
- };
2020
- export type BootModeType = (typeof BootModeType)[keyof typeof BootModeType];
2021
- export declare const RootDeviceType: {
2022
- readonly ebs: "ebs";
2023
- readonly instance_store: "instance-store";
2024
- };
2025
- export type RootDeviceType =
2026
- (typeof RootDeviceType)[keyof typeof RootDeviceType];
2027
- export declare const UsageClassType: {
2028
- readonly capacity_block: "capacity-block";
2029
- readonly on_demand: "on-demand";
2030
- readonly spot: "spot";
2031
- };
2032
- export type UsageClassType =
2033
- (typeof UsageClassType)[keyof typeof UsageClassType];
2034
- export interface VCpuInfo {
2035
- DefaultVCpus?: number | undefined;
2036
- DefaultCores?: number | undefined;
2037
- DefaultThreadsPerCore?: number | undefined;
2038
- ValidCores?: number[] | undefined;
2039
- ValidThreadsPerCore?: number[] | undefined;
2040
- }
2041
- export interface InstanceTypeInfo {
2042
- InstanceType?: _InstanceType | undefined;
2043
- CurrentGeneration?: boolean | undefined;
2044
- FreeTierEligible?: boolean | undefined;
2045
- SupportedUsageClasses?: UsageClassType[] | undefined;
2046
- SupportedRootDeviceTypes?: RootDeviceType[] | undefined;
2047
- SupportedVirtualizationTypes?: VirtualizationType[] | undefined;
2048
- BareMetal?: boolean | undefined;
2049
- Hypervisor?: InstanceTypeHypervisor | undefined;
2050
- ProcessorInfo?: ProcessorInfo | undefined;
2051
- VCpuInfo?: VCpuInfo | undefined;
2052
- MemoryInfo?: MemoryInfo | undefined;
2053
- InstanceStorageSupported?: boolean | undefined;
2054
- InstanceStorageInfo?: InstanceStorageInfo | undefined;
2055
- EbsInfo?: EbsInfo | undefined;
2056
- NetworkInfo?: NetworkInfo | undefined;
2057
- GpuInfo?: GpuInfo | undefined;
2058
- FpgaInfo?: FpgaInfo | undefined;
2059
- PlacementGroupInfo?: PlacementGroupInfo | undefined;
2060
- InferenceAcceleratorInfo?: InferenceAcceleratorInfo | undefined;
2061
- HibernationSupported?: boolean | undefined;
2062
- BurstablePerformanceSupported?: boolean | undefined;
2063
- DedicatedHostsSupported?: boolean | undefined;
2064
- AutoRecoverySupported?: boolean | undefined;
2065
- SupportedBootModes?: BootModeType[] | undefined;
2066
- NitroEnclavesSupport?: NitroEnclavesSupport | undefined;
2067
- NitroTpmSupport?: NitroTpmSupport | undefined;
2068
- NitroTpmInfo?: NitroTpmInfo | undefined;
2069
- MediaAcceleratorInfo?: MediaAcceleratorInfo | undefined;
2070
- NeuronInfo?: NeuronInfo | undefined;
2071
- PhcSupport?: PhcSupport | undefined;
2072
- RebootMigrationSupport?: RebootMigrationSupport | undefined;
2073
- }
2074
- export interface DescribeInstanceTypesResult {
2075
- InstanceTypes?: InstanceTypeInfo[] | undefined;
2076
- NextToken?: string | undefined;
2077
- }
2078
- export interface DescribeInternetGatewaysRequest {
2079
- NextToken?: string | undefined;
2080
- MaxResults?: number | undefined;
2081
- DryRun?: boolean | undefined;
2082
- InternetGatewayIds?: string[] | undefined;
2083
- Filters?: Filter[] | undefined;
2084
- }
2085
- export interface DescribeInternetGatewaysResult {
2086
- InternetGateways?: InternetGateway[] | undefined;
2087
- NextToken?: string | undefined;
2088
- }
2089
- export interface DescribeIpamByoasnRequest {
2090
- DryRun?: boolean | undefined;
2091
- MaxResults?: number | undefined;
2092
- NextToken?: string | undefined;
2093
- }
2094
- export interface DescribeIpamByoasnResult {
2095
- Byoasns?: Byoasn[] | undefined;
2096
- NextToken?: string | undefined;
2097
- }
2098
- export interface DescribeIpamExternalResourceVerificationTokensRequest {
2099
- DryRun?: boolean | undefined;
2100
- Filters?: Filter[] | undefined;
2101
- NextToken?: string | undefined;
2102
- MaxResults?: number | undefined;
2103
- IpamExternalResourceVerificationTokenIds?: string[] | undefined;
2104
- }
2105
- export interface DescribeIpamExternalResourceVerificationTokensResult {
2106
- NextToken?: string | undefined;
2107
- IpamExternalResourceVerificationTokens?:
2108
- | IpamExternalResourceVerificationToken[]
2109
- | undefined;
2110
- }
2111
- export interface DescribeIpamPoolsRequest {
2112
- DryRun?: boolean | undefined;
2113
- Filters?: Filter[] | undefined;
2114
- MaxResults?: number | undefined;
2115
- NextToken?: string | undefined;
2116
- IpamPoolIds?: string[] | undefined;
2117
- }
2118
2113
  export declare const DiskImageDescriptionFilterSensitiveLog: (
2119
2114
  obj: DiskImageDescription
2120
2115
  ) => any;
@@ -36,7 +36,9 @@ import {
36
36
  FleetType,
37
37
  InstanceInterruptionBehavior,
38
38
  InstanceRequirements,
39
+ InternetGateway,
39
40
  Ipam,
41
+ IpamExternalResourceVerificationToken,
40
42
  IpamPool,
41
43
  IpamResourceDiscovery,
42
44
  IpamScope,
@@ -53,7 +55,6 @@ import {
53
55
  VolumeType,
54
56
  } from "./models_1";
55
57
  import {
56
- DnsEntry,
57
58
  GroupIdentifier,
58
59
  InstanceIpv6Address,
59
60
  LaunchTemplateVersion,
@@ -95,15 +96,176 @@ import {
95
96
  VerifiedAccessEndpoint,
96
97
  VerifiedAccessGroup,
97
98
  Volume,
98
- VpcBlockPublicAccessExclusion,
99
99
  } from "./models_2";
100
- import { ConnectionNotification, Filter, IdFormat } from "./models_3";
100
+ import { Byoasn, Filter, IdFormat } from "./models_3";
101
101
  import {
102
102
  AttributeBooleanValue,
103
+ EbsInfo,
103
104
  EventInformation,
105
+ FpgaInfo,
106
+ GpuInfo,
107
+ InferenceAcceleratorInfo,
108
+ InstanceStorageInfo,
109
+ InstanceTypeHypervisor,
110
+ MediaAcceleratorInfo,
111
+ MemoryInfo,
112
+ NetworkInfo,
113
+ NeuronInfo,
114
+ NitroEnclavesSupport,
115
+ NitroTpmInfo,
104
116
  PermissionGroup,
105
117
  ProductCode,
118
+ VirtualizationType,
106
119
  } from "./models_4";
120
+ export declare const NitroTpmSupport: {
121
+ readonly SUPPORTED: "supported";
122
+ readonly UNSUPPORTED: "unsupported";
123
+ };
124
+ export type NitroTpmSupport =
125
+ (typeof NitroTpmSupport)[keyof typeof NitroTpmSupport];
126
+ export declare const PhcSupport: {
127
+ readonly SUPPORTED: "supported";
128
+ readonly UNSUPPORTED: "unsupported";
129
+ };
130
+ export type PhcSupport = (typeof PhcSupport)[keyof typeof PhcSupport];
131
+ export declare const PlacementGroupStrategy: {
132
+ readonly cluster: "cluster";
133
+ readonly partition: "partition";
134
+ readonly spread: "spread";
135
+ };
136
+ export type PlacementGroupStrategy =
137
+ (typeof PlacementGroupStrategy)[keyof typeof PlacementGroupStrategy];
138
+ export interface PlacementGroupInfo {
139
+ SupportedStrategies?: PlacementGroupStrategy[] | undefined;
140
+ }
141
+ export declare const ArchitectureType: {
142
+ readonly arm64: "arm64";
143
+ readonly arm64_mac: "arm64_mac";
144
+ readonly i386: "i386";
145
+ readonly x86_64: "x86_64";
146
+ readonly x86_64_mac: "x86_64_mac";
147
+ };
148
+ export type ArchitectureType =
149
+ (typeof ArchitectureType)[keyof typeof ArchitectureType];
150
+ export declare const SupportedAdditionalProcessorFeature: {
151
+ readonly AMD_SEV_SNP: "amd-sev-snp";
152
+ };
153
+ export type SupportedAdditionalProcessorFeature =
154
+ (typeof SupportedAdditionalProcessorFeature)[keyof typeof SupportedAdditionalProcessorFeature];
155
+ export interface ProcessorInfo {
156
+ SupportedArchitectures?: ArchitectureType[] | undefined;
157
+ SustainedClockSpeedInGhz?: number | undefined;
158
+ SupportedFeatures?: SupportedAdditionalProcessorFeature[] | undefined;
159
+ Manufacturer?: string | undefined;
160
+ }
161
+ export declare const RebootMigrationSupport: {
162
+ readonly SUPPORTED: "supported";
163
+ readonly UNSUPPORTED: "unsupported";
164
+ };
165
+ export type RebootMigrationSupport =
166
+ (typeof RebootMigrationSupport)[keyof typeof RebootMigrationSupport];
167
+ export declare const BootModeType: {
168
+ readonly legacy_bios: "legacy-bios";
169
+ readonly uefi: "uefi";
170
+ };
171
+ export type BootModeType = (typeof BootModeType)[keyof typeof BootModeType];
172
+ export declare const RootDeviceType: {
173
+ readonly ebs: "ebs";
174
+ readonly instance_store: "instance-store";
175
+ };
176
+ export type RootDeviceType =
177
+ (typeof RootDeviceType)[keyof typeof RootDeviceType];
178
+ export declare const UsageClassType: {
179
+ readonly capacity_block: "capacity-block";
180
+ readonly on_demand: "on-demand";
181
+ readonly spot: "spot";
182
+ };
183
+ export type UsageClassType =
184
+ (typeof UsageClassType)[keyof typeof UsageClassType];
185
+ export interface VCpuInfo {
186
+ DefaultVCpus?: number | undefined;
187
+ DefaultCores?: number | undefined;
188
+ DefaultThreadsPerCore?: number | undefined;
189
+ ValidCores?: number[] | undefined;
190
+ ValidThreadsPerCore?: number[] | undefined;
191
+ }
192
+ export interface InstanceTypeInfo {
193
+ InstanceType?: _InstanceType | undefined;
194
+ CurrentGeneration?: boolean | undefined;
195
+ FreeTierEligible?: boolean | undefined;
196
+ SupportedUsageClasses?: UsageClassType[] | undefined;
197
+ SupportedRootDeviceTypes?: RootDeviceType[] | undefined;
198
+ SupportedVirtualizationTypes?: VirtualizationType[] | undefined;
199
+ BareMetal?: boolean | undefined;
200
+ Hypervisor?: InstanceTypeHypervisor | undefined;
201
+ ProcessorInfo?: ProcessorInfo | undefined;
202
+ VCpuInfo?: VCpuInfo | undefined;
203
+ MemoryInfo?: MemoryInfo | undefined;
204
+ InstanceStorageSupported?: boolean | undefined;
205
+ InstanceStorageInfo?: InstanceStorageInfo | undefined;
206
+ EbsInfo?: EbsInfo | undefined;
207
+ NetworkInfo?: NetworkInfo | undefined;
208
+ GpuInfo?: GpuInfo | undefined;
209
+ FpgaInfo?: FpgaInfo | undefined;
210
+ PlacementGroupInfo?: PlacementGroupInfo | undefined;
211
+ InferenceAcceleratorInfo?: InferenceAcceleratorInfo | undefined;
212
+ HibernationSupported?: boolean | undefined;
213
+ BurstablePerformanceSupported?: boolean | undefined;
214
+ DedicatedHostsSupported?: boolean | undefined;
215
+ AutoRecoverySupported?: boolean | undefined;
216
+ SupportedBootModes?: BootModeType[] | undefined;
217
+ NitroEnclavesSupport?: NitroEnclavesSupport | undefined;
218
+ NitroTpmSupport?: NitroTpmSupport | undefined;
219
+ NitroTpmInfo?: NitroTpmInfo | undefined;
220
+ MediaAcceleratorInfo?: MediaAcceleratorInfo | undefined;
221
+ NeuronInfo?: NeuronInfo | undefined;
222
+ PhcSupport?: PhcSupport | undefined;
223
+ RebootMigrationSupport?: RebootMigrationSupport | undefined;
224
+ }
225
+ export interface DescribeInstanceTypesResult {
226
+ InstanceTypes?: InstanceTypeInfo[] | undefined;
227
+ NextToken?: string | undefined;
228
+ }
229
+ export interface DescribeInternetGatewaysRequest {
230
+ NextToken?: string | undefined;
231
+ MaxResults?: number | undefined;
232
+ DryRun?: boolean | undefined;
233
+ InternetGatewayIds?: string[] | undefined;
234
+ Filters?: Filter[] | undefined;
235
+ }
236
+ export interface DescribeInternetGatewaysResult {
237
+ InternetGateways?: InternetGateway[] | undefined;
238
+ NextToken?: string | undefined;
239
+ }
240
+ export interface DescribeIpamByoasnRequest {
241
+ DryRun?: boolean | undefined;
242
+ MaxResults?: number | undefined;
243
+ NextToken?: string | undefined;
244
+ }
245
+ export interface DescribeIpamByoasnResult {
246
+ Byoasns?: Byoasn[] | undefined;
247
+ NextToken?: string | undefined;
248
+ }
249
+ export interface DescribeIpamExternalResourceVerificationTokensRequest {
250
+ DryRun?: boolean | undefined;
251
+ Filters?: Filter[] | undefined;
252
+ NextToken?: string | undefined;
253
+ MaxResults?: number | undefined;
254
+ IpamExternalResourceVerificationTokenIds?: string[] | undefined;
255
+ }
256
+ export interface DescribeIpamExternalResourceVerificationTokensResult {
257
+ NextToken?: string | undefined;
258
+ IpamExternalResourceVerificationTokens?:
259
+ | IpamExternalResourceVerificationToken[]
260
+ | undefined;
261
+ }
262
+ export interface DescribeIpamPoolsRequest {
263
+ DryRun?: boolean | undefined;
264
+ Filters?: Filter[] | undefined;
265
+ MaxResults?: number | undefined;
266
+ NextToken?: string | undefined;
267
+ IpamPoolIds?: string[] | undefined;
268
+ }
107
269
  export interface DescribeIpamPoolsResult {
108
270
  NextToken?: string | undefined;
109
271
  IpamPools?: IpamPool[] | undefined;
@@ -1925,126 +2087,6 @@ export interface DescribeVpcAttributeRequest {
1925
2087
  VpcId: string | undefined;
1926
2088
  DryRun?: boolean | undefined;
1927
2089
  }
1928
- export interface DescribeVpcAttributeResult {
1929
- EnableDnsHostnames?: AttributeBooleanValue | undefined;
1930
- EnableDnsSupport?: AttributeBooleanValue | undefined;
1931
- EnableNetworkAddressUsageMetrics?: AttributeBooleanValue | undefined;
1932
- VpcId?: string | undefined;
1933
- }
1934
- export interface DescribeVpcBlockPublicAccessExclusionsRequest {
1935
- DryRun?: boolean | undefined;
1936
- Filters?: Filter[] | undefined;
1937
- ExclusionIds?: string[] | undefined;
1938
- NextToken?: string | undefined;
1939
- MaxResults?: number | undefined;
1940
- }
1941
- export interface DescribeVpcBlockPublicAccessExclusionsResult {
1942
- VpcBlockPublicAccessExclusions?: VpcBlockPublicAccessExclusion[] | undefined;
1943
- NextToken?: string | undefined;
1944
- }
1945
- export interface DescribeVpcBlockPublicAccessOptionsRequest {
1946
- DryRun?: boolean | undefined;
1947
- }
1948
- export declare const VpcBlockPublicAccessExclusionsAllowed: {
1949
- readonly allowed: "allowed";
1950
- readonly not_allowed: "not-allowed";
1951
- };
1952
- export type VpcBlockPublicAccessExclusionsAllowed =
1953
- (typeof VpcBlockPublicAccessExclusionsAllowed)[keyof typeof VpcBlockPublicAccessExclusionsAllowed];
1954
- export declare const InternetGatewayBlockMode: {
1955
- readonly block_bidirectional: "block-bidirectional";
1956
- readonly block_ingress: "block-ingress";
1957
- readonly off: "off";
1958
- };
1959
- export type InternetGatewayBlockMode =
1960
- (typeof InternetGatewayBlockMode)[keyof typeof InternetGatewayBlockMode];
1961
- export declare const ManagedBy: {
1962
- readonly account: "account";
1963
- readonly declarative_policy: "declarative-policy";
1964
- };
1965
- export type ManagedBy = (typeof ManagedBy)[keyof typeof ManagedBy];
1966
- export declare const VpcBlockPublicAccessState: {
1967
- readonly default_state: "default-state";
1968
- readonly update_complete: "update-complete";
1969
- readonly update_in_progress: "update-in-progress";
1970
- };
1971
- export type VpcBlockPublicAccessState =
1972
- (typeof VpcBlockPublicAccessState)[keyof typeof VpcBlockPublicAccessState];
1973
- export interface VpcBlockPublicAccessOptions {
1974
- AwsAccountId?: string | undefined;
1975
- AwsRegion?: string | undefined;
1976
- State?: VpcBlockPublicAccessState | undefined;
1977
- InternetGatewayBlockMode?: InternetGatewayBlockMode | undefined;
1978
- Reason?: string | undefined;
1979
- LastUpdateTimestamp?: Date | undefined;
1980
- ManagedBy?: ManagedBy | undefined;
1981
- ExclusionsAllowed?: VpcBlockPublicAccessExclusionsAllowed | undefined;
1982
- }
1983
- export interface DescribeVpcBlockPublicAccessOptionsResult {
1984
- VpcBlockPublicAccessOptions?: VpcBlockPublicAccessOptions | undefined;
1985
- }
1986
- export interface DescribeVpcClassicLinkRequest {
1987
- DryRun?: boolean | undefined;
1988
- VpcIds?: string[] | undefined;
1989
- Filters?: Filter[] | undefined;
1990
- }
1991
- export interface VpcClassicLink {
1992
- ClassicLinkEnabled?: boolean | undefined;
1993
- Tags?: Tag[] | undefined;
1994
- VpcId?: string | undefined;
1995
- }
1996
- export interface DescribeVpcClassicLinkResult {
1997
- Vpcs?: VpcClassicLink[] | undefined;
1998
- }
1999
- export interface DescribeVpcClassicLinkDnsSupportRequest {
2000
- VpcIds?: string[] | undefined;
2001
- MaxResults?: number | undefined;
2002
- NextToken?: string | undefined;
2003
- }
2004
- export interface ClassicLinkDnsSupport {
2005
- ClassicLinkDnsSupported?: boolean | undefined;
2006
- VpcId?: string | undefined;
2007
- }
2008
- export interface DescribeVpcClassicLinkDnsSupportResult {
2009
- NextToken?: string | undefined;
2010
- Vpcs?: ClassicLinkDnsSupport[] | undefined;
2011
- }
2012
- export interface DescribeVpcEndpointAssociationsRequest {
2013
- DryRun?: boolean | undefined;
2014
- VpcEndpointIds?: string[] | undefined;
2015
- Filters?: Filter[] | undefined;
2016
- MaxResults?: number | undefined;
2017
- NextToken?: string | undefined;
2018
- }
2019
- export interface VpcEndpointAssociation {
2020
- Id?: string | undefined;
2021
- VpcEndpointId?: string | undefined;
2022
- ServiceNetworkArn?: string | undefined;
2023
- ServiceNetworkName?: string | undefined;
2024
- AssociatedResourceAccessibility?: string | undefined;
2025
- FailureReason?: string | undefined;
2026
- FailureCode?: string | undefined;
2027
- DnsEntry?: DnsEntry | undefined;
2028
- PrivateDnsEntry?: DnsEntry | undefined;
2029
- AssociatedResourceArn?: string | undefined;
2030
- ResourceConfigurationGroupArn?: string | undefined;
2031
- Tags?: Tag[] | undefined;
2032
- }
2033
- export interface DescribeVpcEndpointAssociationsResult {
2034
- VpcEndpointAssociations?: VpcEndpointAssociation[] | undefined;
2035
- NextToken?: string | undefined;
2036
- }
2037
- export interface DescribeVpcEndpointConnectionNotificationsRequest {
2038
- DryRun?: boolean | undefined;
2039
- ConnectionNotificationId?: string | undefined;
2040
- Filters?: Filter[] | undefined;
2041
- MaxResults?: number | undefined;
2042
- NextToken?: string | undefined;
2043
- }
2044
- export interface DescribeVpcEndpointConnectionNotificationsResult {
2045
- ConnectionNotificationSet?: ConnectionNotification[] | undefined;
2046
- NextToken?: string | undefined;
2047
- }
2048
2090
  export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (
2049
2091
  obj: DescribeLaunchTemplateVersionsResult
2050
2092
  ) => any;