@aws-sdk/client-ec2 3.799.0 → 3.803.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 +48 -0
  2. package/dist-cjs/index.js +856 -208
  3. package/dist-es/EC2.js +12 -0
  4. package/dist-es/commands/CreateLocalGatewayVirtualInterfaceCommand.js +22 -0
  5. package/dist-es/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.js +22 -0
  6. package/dist-es/commands/DeleteLocalGatewayVirtualInterfaceCommand.js +22 -0
  7. package/dist-es/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.js +22 -0
  8. package/dist-es/commands/DescribeConversionTasksCommand.js +1 -1
  9. package/dist-es/commands/DescribeOutpostLagsCommand.js +22 -0
  10. package/dist-es/commands/DescribeServiceLinkVirtualInterfacesCommand.js +22 -0
  11. package/dist-es/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +1 -1
  12. package/dist-es/commands/ImportImageCommand.js +1 -1
  13. package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
  14. package/dist-es/commands/RequestSpotInstancesCommand.js +1 -1
  15. package/dist-es/commands/index.js +6 -0
  16. package/dist-es/models/models_0.js +2 -0
  17. package/dist-es/models/models_1.js +4 -6
  18. package/dist-es/models/models_2.js +20 -9
  19. package/dist-es/models/models_3.js +8 -3
  20. package/dist-es/models/models_4.js +4 -7
  21. package/dist-es/models/models_5.js +12 -3
  22. package/dist-es/models/models_6.js +3 -25
  23. package/dist-es/models/models_7.js +26 -25
  24. package/dist-es/models/models_8.js +23 -0
  25. package/dist-es/protocols/Aws_ec2.js +548 -29
  26. package/dist-types/EC2.d.ts +44 -0
  27. package/dist-types/EC2Client.d.ts +8 -2
  28. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  29. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  30. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  31. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  32. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  33. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  34. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  35. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  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 +3 -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 +110 -0
  65. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +103 -0
  66. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  72. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  73. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +3 -2
  107. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
  108. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  110. package/dist-types/commands/DeleteIpamCommand.d.ts +1 -0
  111. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +93 -0
  112. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +90 -0
  113. package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -13
  114. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -1
  115. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  117. package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -2
  119. package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -0
  120. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -0
  122. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +6 -1
  123. package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  124. package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
  126. package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +105 -0
  127. package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +106 -0
  128. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  129. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  130. package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  131. package/dist-types/commands/DisableFastLaunchCommand.d.ts +1 -1
  132. package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  133. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  134. package/dist-types/commands/DisableImageCommand.d.ts +1 -1
  135. package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
  136. package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -2
  137. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  138. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  139. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -1
  140. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  141. package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  142. package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  143. package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  144. package/dist-types/commands/ImportImageCommand.d.ts +2 -2
  145. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  146. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  147. package/dist-types/commands/ModifyIpamCommand.d.ts +2 -0
  148. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  149. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  150. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  151. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  152. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -3
  153. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
  154. package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
  155. package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  156. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  157. package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
  158. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  159. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  160. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  161. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  162. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  163. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  164. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  165. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  166. package/dist-types/commands/StopInstancesCommand.d.ts +23 -27
  167. package/dist-types/commands/TerminateInstancesCommand.d.ts +6 -6
  168. package/dist-types/commands/index.d.ts +6 -0
  169. package/dist-types/models/models_0.d.ts +2 -0
  170. package/dist-types/models/models_1.d.ts +65 -65
  171. package/dist-types/models/models_2.d.ts +317 -240
  172. package/dist-types/models/models_3.d.ts +304 -475
  173. package/dist-types/models/models_4.d.ts +6882 -6870
  174. package/dist-types/models/models_5.d.ts +1250 -944
  175. package/dist-types/models/models_6.d.ts +3471 -3708
  176. package/dist-types/models/models_7.d.ts +4525 -4392
  177. package/dist-types/models/models_8.d.ts +495 -8
  178. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  179. package/dist-types/ts3.4/EC2.d.ts +134 -0
  180. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  181. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
  182. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
  183. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -4
  184. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
  186. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
  187. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -4
  188. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +4 -2
  192. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +51 -0
  197. package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +51 -0
  198. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/DisableImageDeregistrationProtectionCommand.d.ts +4 -2
  205. package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -4
  206. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +2 -4
  212. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  215. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  216. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  219. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  220. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  221. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  222. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  223. package/dist-types/ts3.4/models/models_1.d.ts +8 -14
  224. package/dist-types/ts3.4/models/models_2.d.ts +89 -60
  225. package/dist-types/ts3.4/models/models_3.d.ts +81 -102
  226. package/dist-types/ts3.4/models/models_4.d.ts +109 -85
  227. package/dist-types/ts3.4/models/models_5.d.ts +124 -94
  228. package/dist-types/ts3.4/models/models_6.d.ts +87 -134
  229. package/dist-types/ts3.4/models/models_7.d.ts +138 -120
  230. package/dist-types/ts3.4/models/models_8.d.ts +115 -0
  231. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  232. package/package.json +4 -4
@@ -56,6 +56,8 @@ import {
56
56
  DnsNameState,
57
57
  GroupIdentifier,
58
58
  IpAddressType,
59
+ LocalGatewayVirtualInterface,
60
+ ManagedPrefixList,
59
61
  NatGateway,
60
62
  NetworkAcl,
61
63
  NetworkInsightsAccessScope,
@@ -70,8 +72,6 @@ import {
70
72
  RouteServerEndpoint,
71
73
  RouteServerPeer,
72
74
  RouteTable,
73
- ServiceConfiguration,
74
- ServiceConnectivityType,
75
75
  ServiceTypeDetail,
76
76
  Snapshot,
77
77
  SnapshotState,
@@ -100,6 +100,8 @@ import {
100
100
  Filter,
101
101
  IdFormat,
102
102
  MetricType,
103
+ ServiceConfiguration,
104
+ ServiceConnectivityType,
103
105
  StatisticType,
104
106
  VpnConnection,
105
107
  VpnGateway,
@@ -107,14 +109,74 @@ import {
107
109
  import {
108
110
  AttributeBooleanValue,
109
111
  EventInformation,
110
- FastLaunchLaunchTemplateSpecificationResponse,
111
- FastLaunchResourceType,
112
- FastLaunchSnapshotConfigurationResponse,
113
- FastLaunchStateCode,
114
- FastSnapshotRestoreStateCode,
115
112
  PermissionGroup,
116
113
  ProductCode,
117
114
  } from "./models_4";
115
+ export interface DescribeLocalGatewayVirtualInterfacesRequest {
116
+ LocalGatewayVirtualInterfaceIds?: string[] | undefined;
117
+ Filters?: Filter[] | undefined;
118
+ MaxResults?: number | undefined;
119
+ NextToken?: string | undefined;
120
+ DryRun?: boolean | undefined;
121
+ }
122
+ export interface DescribeLocalGatewayVirtualInterfacesResult {
123
+ LocalGatewayVirtualInterfaces?: LocalGatewayVirtualInterface[] | undefined;
124
+ NextToken?: string | undefined;
125
+ }
126
+ export interface DescribeLockedSnapshotsRequest {
127
+ Filters?: Filter[] | undefined;
128
+ MaxResults?: number | undefined;
129
+ NextToken?: string | undefined;
130
+ SnapshotIds?: string[] | undefined;
131
+ DryRun?: boolean | undefined;
132
+ }
133
+ export declare const LockState: {
134
+ readonly compliance: "compliance";
135
+ readonly compliance_cooloff: "compliance-cooloff";
136
+ readonly expired: "expired";
137
+ readonly governance: "governance";
138
+ };
139
+ export type LockState = (typeof LockState)[keyof typeof LockState];
140
+ export interface LockedSnapshotsInfo {
141
+ OwnerId?: string | undefined;
142
+ SnapshotId?: string | undefined;
143
+ LockState?: LockState | undefined;
144
+ LockDuration?: number | undefined;
145
+ CoolOffPeriod?: number | undefined;
146
+ CoolOffPeriodExpiresOn?: Date | undefined;
147
+ LockCreatedOn?: Date | undefined;
148
+ LockDurationStartTime?: Date | undefined;
149
+ LockExpiresOn?: Date | undefined;
150
+ }
151
+ export interface DescribeLockedSnapshotsResult {
152
+ Snapshots?: LockedSnapshotsInfo[] | undefined;
153
+ NextToken?: string | undefined;
154
+ }
155
+ export interface DescribeMacHostsRequest {
156
+ Filters?: Filter[] | undefined;
157
+ HostIds?: string[] | undefined;
158
+ MaxResults?: number | undefined;
159
+ NextToken?: string | undefined;
160
+ }
161
+ export interface MacHost {
162
+ HostId?: string | undefined;
163
+ MacOSLatestSupportedVersions?: string[] | undefined;
164
+ }
165
+ export interface DescribeMacHostsResult {
166
+ MacHosts?: MacHost[] | undefined;
167
+ NextToken?: string | undefined;
168
+ }
169
+ export interface DescribeManagedPrefixListsRequest {
170
+ DryRun?: boolean | undefined;
171
+ Filters?: Filter[] | undefined;
172
+ MaxResults?: number | undefined;
173
+ NextToken?: string | undefined;
174
+ PrefixListIds?: string[] | undefined;
175
+ }
176
+ export interface DescribeManagedPrefixListsResult {
177
+ NextToken?: string | undefined;
178
+ PrefixLists?: ManagedPrefixList[] | undefined;
179
+ }
118
180
  export interface DescribeMovingAddressesRequest {
119
181
  DryRun?: boolean | undefined;
120
182
  PublicIps?: string[] | undefined;
@@ -296,6 +358,26 @@ export interface DescribeNetworkInterfacesResult {
296
358
  NetworkInterfaces?: NetworkInterface[] | undefined;
297
359
  NextToken?: string | undefined;
298
360
  }
361
+ export interface DescribeOutpostLagsRequest {
362
+ OutpostLagIds?: string[] | undefined;
363
+ Filters?: Filter[] | undefined;
364
+ MaxResults?: number | undefined;
365
+ NextToken?: string | undefined;
366
+ DryRun?: boolean | undefined;
367
+ }
368
+ export interface OutpostLag {
369
+ OutpostArn?: string | undefined;
370
+ OwnerId?: string | undefined;
371
+ State?: string | undefined;
372
+ OutpostLagId?: string | undefined;
373
+ LocalGatewayVirtualInterfaceIds?: string[] | undefined;
374
+ ServiceLinkVirtualInterfaceIds?: string[] | undefined;
375
+ Tags?: Tag[] | undefined;
376
+ }
377
+ export interface DescribeOutpostLagsResult {
378
+ OutpostLags?: OutpostLag[] | undefined;
379
+ NextToken?: string | undefined;
380
+ }
299
381
  export interface DescribePlacementGroupsRequest {
300
382
  GroupIds?: string[] | undefined;
301
383
  DryRun?: boolean | undefined;
@@ -737,6 +819,41 @@ export interface DescribeSecurityGroupVpcAssociationsResult {
737
819
  SecurityGroupVpcAssociations?: SecurityGroupVpcAssociation[] | undefined;
738
820
  NextToken?: string | undefined;
739
821
  }
822
+ export interface DescribeServiceLinkVirtualInterfacesRequest {
823
+ ServiceLinkVirtualInterfaceIds?: string[] | undefined;
824
+ Filters?: Filter[] | undefined;
825
+ MaxResults?: number | undefined;
826
+ NextToken?: string | undefined;
827
+ DryRun?: boolean | undefined;
828
+ }
829
+ export declare const ServiceLinkVirtualInterfaceConfigurationState: {
830
+ readonly available: "available";
831
+ readonly deleted: "deleted";
832
+ readonly deleting: "deleting";
833
+ readonly pending: "pending";
834
+ };
835
+ export type ServiceLinkVirtualInterfaceConfigurationState =
836
+ (typeof ServiceLinkVirtualInterfaceConfigurationState)[keyof typeof ServiceLinkVirtualInterfaceConfigurationState];
837
+ export interface ServiceLinkVirtualInterface {
838
+ ServiceLinkVirtualInterfaceId?: string | undefined;
839
+ ServiceLinkVirtualInterfaceArn?: string | undefined;
840
+ OutpostId?: string | undefined;
841
+ OutpostArn?: string | undefined;
842
+ OwnerId?: string | undefined;
843
+ LocalAddress?: string | undefined;
844
+ PeerAddress?: string | undefined;
845
+ PeerBgpAsn?: number | undefined;
846
+ Vlan?: number | undefined;
847
+ OutpostLagId?: string | undefined;
848
+ Tags?: Tag[] | undefined;
849
+ ConfigurationState?:
850
+ | ServiceLinkVirtualInterfaceConfigurationState
851
+ | undefined;
852
+ }
853
+ export interface DescribeServiceLinkVirtualInterfacesResult {
854
+ ServiceLinkVirtualInterfaces?: ServiceLinkVirtualInterface[] | undefined;
855
+ NextToken?: string | undefined;
856
+ }
740
857
  export declare const SnapshotAttributeName: {
741
858
  readonly createVolumePermission: "createVolumePermission";
742
859
  readonly productCodes: "productCodes";
@@ -1905,93 +2022,6 @@ export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
1905
2022
  export interface DisableAwsNetworkPerformanceMetricSubscriptionResult {
1906
2023
  Output?: boolean | undefined;
1907
2024
  }
1908
- export interface DisableEbsEncryptionByDefaultRequest {
1909
- DryRun?: boolean | undefined;
1910
- }
1911
- export interface DisableEbsEncryptionByDefaultResult {
1912
- EbsEncryptionByDefault?: boolean | undefined;
1913
- }
1914
- export interface DisableFastLaunchRequest {
1915
- ImageId: string | undefined;
1916
- Force?: boolean | undefined;
1917
- DryRun?: boolean | undefined;
1918
- }
1919
- export interface DisableFastLaunchResult {
1920
- ImageId?: string | undefined;
1921
- ResourceType?: FastLaunchResourceType | undefined;
1922
- SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
1923
- LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
1924
- MaxParallelLaunches?: number | undefined;
1925
- OwnerId?: string | undefined;
1926
- State?: FastLaunchStateCode | undefined;
1927
- StateTransitionReason?: string | undefined;
1928
- StateTransitionTime?: Date | undefined;
1929
- }
1930
- export interface DisableFastSnapshotRestoresRequest {
1931
- AvailabilityZones: string[] | undefined;
1932
- SourceSnapshotIds: string[] | undefined;
1933
- DryRun?: boolean | undefined;
1934
- }
1935
- export interface DisableFastSnapshotRestoreSuccessItem {
1936
- SnapshotId?: string | undefined;
1937
- AvailabilityZone?: string | undefined;
1938
- State?: FastSnapshotRestoreStateCode | undefined;
1939
- StateTransitionReason?: string | undefined;
1940
- OwnerId?: string | undefined;
1941
- OwnerAlias?: string | undefined;
1942
- EnablingTime?: Date | undefined;
1943
- OptimizingTime?: Date | undefined;
1944
- EnabledTime?: Date | undefined;
1945
- DisablingTime?: Date | undefined;
1946
- DisabledTime?: Date | undefined;
1947
- }
1948
- export interface DisableFastSnapshotRestoreStateError {
1949
- Code?: string | undefined;
1950
- Message?: string | undefined;
1951
- }
1952
- export interface DisableFastSnapshotRestoreStateErrorItem {
1953
- AvailabilityZone?: string | undefined;
1954
- Error?: DisableFastSnapshotRestoreStateError | undefined;
1955
- }
1956
- export interface DisableFastSnapshotRestoreErrorItem {
1957
- SnapshotId?: string | undefined;
1958
- FastSnapshotRestoreStateErrors?:
1959
- | DisableFastSnapshotRestoreStateErrorItem[]
1960
- | undefined;
1961
- }
1962
- export interface DisableFastSnapshotRestoresResult {
1963
- Successful?: DisableFastSnapshotRestoreSuccessItem[] | undefined;
1964
- Unsuccessful?: DisableFastSnapshotRestoreErrorItem[] | undefined;
1965
- }
1966
- export interface DisableImageRequest {
1967
- ImageId: string | undefined;
1968
- DryRun?: boolean | undefined;
1969
- }
1970
- export interface DisableImageResult {
1971
- Return?: boolean | undefined;
1972
- }
1973
- export interface DisableImageBlockPublicAccessRequest {
1974
- DryRun?: boolean | undefined;
1975
- }
1976
- export declare const ImageBlockPublicAccessDisabledState: {
1977
- readonly unblocked: "unblocked";
1978
- };
1979
- export type ImageBlockPublicAccessDisabledState =
1980
- (typeof ImageBlockPublicAccessDisabledState)[keyof typeof ImageBlockPublicAccessDisabledState];
1981
- export interface DisableImageBlockPublicAccessResult {
1982
- ImageBlockPublicAccessState?: ImageBlockPublicAccessDisabledState | undefined;
1983
- }
1984
- export interface DisableImageDeprecationRequest {
1985
- ImageId: string | undefined;
1986
- DryRun?: boolean | undefined;
1987
- }
1988
- export interface DisableImageDeprecationResult {
1989
- Return?: boolean | undefined;
1990
- }
1991
- export interface DisableImageDeregistrationProtectionRequest {
1992
- ImageId: string | undefined;
1993
- DryRun?: boolean | undefined;
1994
- }
1995
2025
  export declare const SpotFleetLaunchSpecificationFilterSensitiveLog: (
1996
2026
  obj: SpotFleetLaunchSpecification
1997
2027
  ) => any;
@@ -51,7 +51,6 @@ import {
51
51
  } from "./models_3";
52
52
  import {
53
53
  ArchitectureType,
54
- BootModeValues,
55
54
  ExportTaskS3Location,
56
55
  FastLaunchLaunchTemplateSpecificationResponse,
57
56
  FastLaunchResourceType,
@@ -59,14 +58,99 @@ import {
59
58
  FastLaunchStateCode,
60
59
  FastSnapshotRestoreStateCode,
61
60
  HttpTokensState,
62
- ImportImageLicenseConfigurationResponse,
63
61
  InstanceMetadataEndpointState,
64
62
  InstanceMetadataTagsState,
65
63
  PaymentOption,
66
- SnapshotDetail,
67
64
  VirtualizationType,
68
65
  } from "./models_4";
69
66
  import { AnalysisStatus, ManagedBy } from "./models_5";
67
+ export interface DisableEbsEncryptionByDefaultRequest {
68
+ DryRun?: boolean | undefined;
69
+ }
70
+ export interface DisableEbsEncryptionByDefaultResult {
71
+ EbsEncryptionByDefault?: boolean | undefined;
72
+ }
73
+ export interface DisableFastLaunchRequest {
74
+ ImageId: string | undefined;
75
+ Force?: boolean | undefined;
76
+ DryRun?: boolean | undefined;
77
+ }
78
+ export interface DisableFastLaunchResult {
79
+ ImageId?: string | undefined;
80
+ ResourceType?: FastLaunchResourceType | undefined;
81
+ SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
82
+ LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
83
+ MaxParallelLaunches?: number | undefined;
84
+ OwnerId?: string | undefined;
85
+ State?: FastLaunchStateCode | undefined;
86
+ StateTransitionReason?: string | undefined;
87
+ StateTransitionTime?: Date | undefined;
88
+ }
89
+ export interface DisableFastSnapshotRestoresRequest {
90
+ AvailabilityZones: string[] | undefined;
91
+ SourceSnapshotIds: string[] | undefined;
92
+ DryRun?: boolean | undefined;
93
+ }
94
+ export interface DisableFastSnapshotRestoreSuccessItem {
95
+ SnapshotId?: string | undefined;
96
+ AvailabilityZone?: string | undefined;
97
+ State?: FastSnapshotRestoreStateCode | undefined;
98
+ StateTransitionReason?: string | undefined;
99
+ OwnerId?: string | undefined;
100
+ OwnerAlias?: string | undefined;
101
+ EnablingTime?: Date | undefined;
102
+ OptimizingTime?: Date | undefined;
103
+ EnabledTime?: Date | undefined;
104
+ DisablingTime?: Date | undefined;
105
+ DisabledTime?: Date | undefined;
106
+ }
107
+ export interface DisableFastSnapshotRestoreStateError {
108
+ Code?: string | undefined;
109
+ Message?: string | undefined;
110
+ }
111
+ export interface DisableFastSnapshotRestoreStateErrorItem {
112
+ AvailabilityZone?: string | undefined;
113
+ Error?: DisableFastSnapshotRestoreStateError | undefined;
114
+ }
115
+ export interface DisableFastSnapshotRestoreErrorItem {
116
+ SnapshotId?: string | undefined;
117
+ FastSnapshotRestoreStateErrors?:
118
+ | DisableFastSnapshotRestoreStateErrorItem[]
119
+ | undefined;
120
+ }
121
+ export interface DisableFastSnapshotRestoresResult {
122
+ Successful?: DisableFastSnapshotRestoreSuccessItem[] | undefined;
123
+ Unsuccessful?: DisableFastSnapshotRestoreErrorItem[] | undefined;
124
+ }
125
+ export interface DisableImageRequest {
126
+ ImageId: string | undefined;
127
+ DryRun?: boolean | undefined;
128
+ }
129
+ export interface DisableImageResult {
130
+ Return?: boolean | undefined;
131
+ }
132
+ export interface DisableImageBlockPublicAccessRequest {
133
+ DryRun?: boolean | undefined;
134
+ }
135
+ export declare const ImageBlockPublicAccessDisabledState: {
136
+ readonly unblocked: "unblocked";
137
+ };
138
+ export type ImageBlockPublicAccessDisabledState =
139
+ (typeof ImageBlockPublicAccessDisabledState)[keyof typeof ImageBlockPublicAccessDisabledState];
140
+ export interface DisableImageBlockPublicAccessResult {
141
+ ImageBlockPublicAccessState?: ImageBlockPublicAccessDisabledState | undefined;
142
+ }
143
+ export interface DisableImageDeprecationRequest {
144
+ ImageId: string | undefined;
145
+ DryRun?: boolean | undefined;
146
+ }
147
+ export interface DisableImageDeprecationResult {
148
+ Return?: boolean | undefined;
149
+ }
150
+ export interface DisableImageDeregistrationProtectionRequest {
151
+ ImageId: string | undefined;
152
+ DryRun?: boolean | undefined;
153
+ }
70
154
  export interface DisableImageDeregistrationProtectionResult {
71
155
  Return?: string | undefined;
72
156
  }
@@ -1563,122 +1647,6 @@ export interface GetVerifiedAccessGroupPolicyRequest {
1563
1647
  VerifiedAccessGroupId: string | undefined;
1564
1648
  DryRun?: boolean | undefined;
1565
1649
  }
1566
- export interface GetVerifiedAccessGroupPolicyResult {
1567
- PolicyEnabled?: boolean | undefined;
1568
- PolicyDocument?: string | undefined;
1569
- }
1570
- export interface GetVpnConnectionDeviceSampleConfigurationRequest {
1571
- VpnConnectionId: string | undefined;
1572
- VpnConnectionDeviceTypeId: string | undefined;
1573
- InternetKeyExchangeVersion?: string | undefined;
1574
- DryRun?: boolean | undefined;
1575
- }
1576
- export interface GetVpnConnectionDeviceSampleConfigurationResult {
1577
- VpnConnectionDeviceSampleConfiguration?: string | undefined;
1578
- }
1579
- export interface GetVpnConnectionDeviceTypesRequest {
1580
- MaxResults?: number | undefined;
1581
- NextToken?: string | undefined;
1582
- DryRun?: boolean | undefined;
1583
- }
1584
- export interface VpnConnectionDeviceType {
1585
- VpnConnectionDeviceTypeId?: string | undefined;
1586
- Vendor?: string | undefined;
1587
- Platform?: string | undefined;
1588
- Software?: string | undefined;
1589
- }
1590
- export interface GetVpnConnectionDeviceTypesResult {
1591
- VpnConnectionDeviceTypes?: VpnConnectionDeviceType[] | undefined;
1592
- NextToken?: string | undefined;
1593
- }
1594
- export interface GetVpnTunnelReplacementStatusRequest {
1595
- VpnConnectionId: string | undefined;
1596
- VpnTunnelOutsideIpAddress: string | undefined;
1597
- DryRun?: boolean | undefined;
1598
- }
1599
- export interface MaintenanceDetails {
1600
- PendingMaintenance?: string | undefined;
1601
- MaintenanceAutoAppliedAfter?: Date | undefined;
1602
- LastMaintenanceApplied?: Date | undefined;
1603
- }
1604
- export interface GetVpnTunnelReplacementStatusResult {
1605
- VpnConnectionId?: string | undefined;
1606
- TransitGatewayId?: string | undefined;
1607
- CustomerGatewayId?: string | undefined;
1608
- VpnGatewayId?: string | undefined;
1609
- VpnTunnelOutsideIpAddress?: string | undefined;
1610
- MaintenanceDetails?: MaintenanceDetails | undefined;
1611
- }
1612
- export interface ImportClientVpnClientCertificateRevocationListRequest {
1613
- ClientVpnEndpointId: string | undefined;
1614
- CertificateRevocationList: string | undefined;
1615
- DryRun?: boolean | undefined;
1616
- }
1617
- export interface ImportClientVpnClientCertificateRevocationListResult {
1618
- Return?: boolean | undefined;
1619
- }
1620
- export interface ClientData {
1621
- Comment?: string | undefined;
1622
- UploadEnd?: Date | undefined;
1623
- UploadSize?: number | undefined;
1624
- UploadStart?: Date | undefined;
1625
- }
1626
- export interface UserBucket {
1627
- S3Bucket?: string | undefined;
1628
- S3Key?: string | undefined;
1629
- }
1630
- export interface ImageDiskContainer {
1631
- Description?: string | undefined;
1632
- DeviceName?: string | undefined;
1633
- Format?: string | undefined;
1634
- SnapshotId?: string | undefined;
1635
- Url?: string | undefined;
1636
- UserBucket?: UserBucket | undefined;
1637
- }
1638
- export interface ImportImageLicenseConfigurationRequest {
1639
- LicenseConfigurationArn?: string | undefined;
1640
- }
1641
- export interface ImportImageRequest {
1642
- Architecture?: string | undefined;
1643
- ClientData?: ClientData | undefined;
1644
- ClientToken?: string | undefined;
1645
- Description?: string | undefined;
1646
- DiskContainers?: ImageDiskContainer[] | undefined;
1647
- DryRun?: boolean | undefined;
1648
- Encrypted?: boolean | undefined;
1649
- Hypervisor?: string | undefined;
1650
- KmsKeyId?: string | undefined;
1651
- LicenseType?: string | undefined;
1652
- Platform?: string | undefined;
1653
- RoleName?: string | undefined;
1654
- LicenseSpecifications?: ImportImageLicenseConfigurationRequest[] | undefined;
1655
- TagSpecifications?: TagSpecification[] | undefined;
1656
- UsageOperation?: string | undefined;
1657
- BootMode?: BootModeValues | undefined;
1658
- }
1659
- export interface ImportImageResult {
1660
- Architecture?: string | undefined;
1661
- Description?: string | undefined;
1662
- Encrypted?: boolean | undefined;
1663
- Hypervisor?: string | undefined;
1664
- ImageId?: string | undefined;
1665
- ImportTaskId?: string | undefined;
1666
- KmsKeyId?: string | undefined;
1667
- LicenseType?: string | undefined;
1668
- Platform?: string | undefined;
1669
- Progress?: string | undefined;
1670
- SnapshotDetails?: SnapshotDetail[] | undefined;
1671
- Status?: string | undefined;
1672
- StatusMessage?: string | undefined;
1673
- LicenseSpecifications?: ImportImageLicenseConfigurationResponse[] | undefined;
1674
- Tags?: Tag[] | undefined;
1675
- UsageOperation?: string | undefined;
1676
- }
1677
- export interface DiskImageDetail {
1678
- Format: DiskImageFormat | undefined;
1679
- Bytes: number | undefined;
1680
- ImportManifestUrl: string | undefined;
1681
- }
1682
1650
  export declare const VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog: (
1683
1651
  obj: VerifiedAccessInstanceUserTrustProviderClientConfiguration
1684
1652
  ) => any;
@@ -1694,18 +1662,3 @@ export declare const GetLaunchTemplateDataResultFilterSensitiveLog: (
1694
1662
  export declare const GetPasswordDataResultFilterSensitiveLog: (
1695
1663
  obj: GetPasswordDataResult
1696
1664
  ) => any;
1697
- export declare const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog: (
1698
- obj: GetVpnConnectionDeviceSampleConfigurationResult
1699
- ) => any;
1700
- export declare const ImageDiskContainerFilterSensitiveLog: (
1701
- obj: ImageDiskContainer
1702
- ) => any;
1703
- export declare const ImportImageRequestFilterSensitiveLog: (
1704
- obj: ImportImageRequest
1705
- ) => any;
1706
- export declare const ImportImageResultFilterSensitiveLog: (
1707
- obj: ImportImageResult
1708
- ) => any;
1709
- export declare const DiskImageDetailFilterSensitiveLog: (
1710
- obj: DiskImageDetail
1711
- ) => any;