@aws-sdk/client-ec2 3.800.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 (219) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +827 -196
  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/DescribeOutpostLagsCommand.js +22 -0
  9. package/dist-es/commands/DescribeServiceLinkVirtualInterfacesCommand.js +22 -0
  10. package/dist-es/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +1 -1
  11. package/dist-es/commands/ImportImageCommand.js +1 -1
  12. package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
  13. package/dist-es/commands/RequestSpotInstancesCommand.js +1 -1
  14. package/dist-es/commands/index.js +6 -0
  15. package/dist-es/models/models_0.js +2 -0
  16. package/dist-es/models/models_2.js +13 -8
  17. package/dist-es/models/models_3.js +8 -3
  18. package/dist-es/models/models_4.js +3 -6
  19. package/dist-es/models/models_5.js +12 -3
  20. package/dist-es/models/models_6.js +3 -21
  21. package/dist-es/models/models_7.js +22 -24
  22. package/dist-es/models/models_8.js +23 -0
  23. package/dist-es/protocols/Aws_ec2.js +537 -29
  24. package/dist-types/EC2.d.ts +44 -0
  25. package/dist-types/EC2Client.d.ts +8 -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 +1 -1
  33. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  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/CreateDhcpOptionsCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  58. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  59. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +110 -0
  63. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +103 -0
  64. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  70. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  71. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +3 -2
  105. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
  106. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  108. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +93 -0
  109. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +90 -0
  110. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -1
  111. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  113. package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  114. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  115. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -0
  116. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +6 -1
  117. package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
  119. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -2
  120. package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +105 -0
  121. package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +106 -0
  122. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  123. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  124. package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  125. package/dist-types/commands/DisableFastLaunchCommand.d.ts +1 -1
  126. package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  127. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  128. package/dist-types/commands/DisableImageCommand.d.ts +1 -1
  129. package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
  130. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  131. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  132. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -1
  133. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  134. package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  135. package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  136. package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  137. package/dist-types/commands/ImportImageCommand.d.ts +2 -2
  138. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  139. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  140. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  141. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  142. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  143. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  144. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -3
  145. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
  146. package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
  147. package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  148. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  149. package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
  150. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  151. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  152. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  153. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -2
  154. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  155. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  156. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  157. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  158. package/dist-types/commands/index.d.ts +6 -0
  159. package/dist-types/models/models_0.d.ts +2 -0
  160. package/dist-types/models/models_1.d.ts +1 -1
  161. package/dist-types/models/models_2.d.ts +263 -214
  162. package/dist-types/models/models_3.d.ts +270 -454
  163. package/dist-types/models/models_4.d.ts +3916 -3906
  164. package/dist-types/models/models_5.d.ts +1257 -949
  165. package/dist-types/models/models_6.d.ts +3406 -3631
  166. package/dist-types/models/models_7.d.ts +1826 -1723
  167. package/dist-types/models/models_8.d.ts +471 -3
  168. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  169. package/dist-types/ts3.4/EC2.d.ts +134 -0
  170. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  171. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
  172. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
  173. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -4
  174. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
  176. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
  177. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -4
  178. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +4 -2
  185. package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +51 -0
  186. package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +51 -0
  187. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -4
  194. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +2 -4
  200. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +4 -2
  209. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  210. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  211. package/dist-types/ts3.4/models/models_2.d.ts +74 -54
  212. package/dist-types/ts3.4/models/models_3.d.ts +76 -97
  213. package/dist-types/ts3.4/models/models_4.d.ts +104 -79
  214. package/dist-types/ts3.4/models/models_5.d.ts +119 -90
  215. package/dist-types/ts3.4/models/models_6.d.ts +83 -126
  216. package/dist-types/ts3.4/models/models_7.d.ts +127 -115
  217. package/dist-types/ts3.4/models/models_8.d.ts +110 -0
  218. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  219. package/package.json +4 -4
@@ -56,6 +56,7 @@ import {
56
56
  DnsNameState,
57
57
  GroupIdentifier,
58
58
  IpAddressType,
59
+ LocalGatewayVirtualInterface,
59
60
  ManagedPrefixList,
60
61
  NatGateway,
61
62
  NetworkAcl,
@@ -71,8 +72,6 @@ import {
71
72
  RouteServerEndpoint,
72
73
  RouteServerPeer,
73
74
  RouteTable,
74
- ServiceConfiguration,
75
- ServiceConnectivityType,
76
75
  ServiceTypeDetail,
77
76
  Snapshot,
78
77
  SnapshotState,
@@ -101,6 +100,8 @@ import {
101
100
  Filter,
102
101
  IdFormat,
103
102
  MetricType,
103
+ ServiceConfiguration,
104
+ ServiceConnectivityType,
104
105
  StatisticType,
105
106
  VpnConnection,
106
107
  VpnGateway,
@@ -108,14 +109,70 @@ import {
108
109
  import {
109
110
  AttributeBooleanValue,
110
111
  EventInformation,
111
- FastLaunchLaunchTemplateSpecificationResponse,
112
- FastLaunchResourceType,
113
- FastLaunchSnapshotConfigurationResponse,
114
- FastLaunchStateCode,
115
- FastSnapshotRestoreStateCode,
116
112
  PermissionGroup,
117
113
  ProductCode,
118
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
+ }
119
176
  export interface DescribeManagedPrefixListsResult {
120
177
  NextToken?: string | undefined;
121
178
  PrefixLists?: ManagedPrefixList[] | undefined;
@@ -301,6 +358,26 @@ export interface DescribeNetworkInterfacesResult {
301
358
  NetworkInterfaces?: NetworkInterface[] | undefined;
302
359
  NextToken?: string | undefined;
303
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
+ }
304
381
  export interface DescribePlacementGroupsRequest {
305
382
  GroupIds?: string[] | undefined;
306
383
  DryRun?: boolean | undefined;
@@ -742,6 +819,41 @@ export interface DescribeSecurityGroupVpcAssociationsResult {
742
819
  SecurityGroupVpcAssociations?: SecurityGroupVpcAssociation[] | undefined;
743
820
  NextToken?: string | undefined;
744
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
+ }
745
857
  export declare const SnapshotAttributeName: {
746
858
  readonly createVolumePermission: "createVolumePermission";
747
859
  readonly productCodes: "productCodes";
@@ -1910,89 +2022,6 @@ export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
1910
2022
  export interface DisableAwsNetworkPerformanceMetricSubscriptionResult {
1911
2023
  Output?: boolean | undefined;
1912
2024
  }
1913
- export interface DisableEbsEncryptionByDefaultRequest {
1914
- DryRun?: boolean | undefined;
1915
- }
1916
- export interface DisableEbsEncryptionByDefaultResult {
1917
- EbsEncryptionByDefault?: boolean | undefined;
1918
- }
1919
- export interface DisableFastLaunchRequest {
1920
- ImageId: string | undefined;
1921
- Force?: boolean | undefined;
1922
- DryRun?: boolean | undefined;
1923
- }
1924
- export interface DisableFastLaunchResult {
1925
- ImageId?: string | undefined;
1926
- ResourceType?: FastLaunchResourceType | undefined;
1927
- SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
1928
- LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
1929
- MaxParallelLaunches?: number | undefined;
1930
- OwnerId?: string | undefined;
1931
- State?: FastLaunchStateCode | undefined;
1932
- StateTransitionReason?: string | undefined;
1933
- StateTransitionTime?: Date | undefined;
1934
- }
1935
- export interface DisableFastSnapshotRestoresRequest {
1936
- AvailabilityZones: string[] | undefined;
1937
- SourceSnapshotIds: string[] | undefined;
1938
- DryRun?: boolean | undefined;
1939
- }
1940
- export interface DisableFastSnapshotRestoreSuccessItem {
1941
- SnapshotId?: string | undefined;
1942
- AvailabilityZone?: string | undefined;
1943
- State?: FastSnapshotRestoreStateCode | undefined;
1944
- StateTransitionReason?: string | undefined;
1945
- OwnerId?: string | undefined;
1946
- OwnerAlias?: string | undefined;
1947
- EnablingTime?: Date | undefined;
1948
- OptimizingTime?: Date | undefined;
1949
- EnabledTime?: Date | undefined;
1950
- DisablingTime?: Date | undefined;
1951
- DisabledTime?: Date | undefined;
1952
- }
1953
- export interface DisableFastSnapshotRestoreStateError {
1954
- Code?: string | undefined;
1955
- Message?: string | undefined;
1956
- }
1957
- export interface DisableFastSnapshotRestoreStateErrorItem {
1958
- AvailabilityZone?: string | undefined;
1959
- Error?: DisableFastSnapshotRestoreStateError | undefined;
1960
- }
1961
- export interface DisableFastSnapshotRestoreErrorItem {
1962
- SnapshotId?: string | undefined;
1963
- FastSnapshotRestoreStateErrors?:
1964
- | DisableFastSnapshotRestoreStateErrorItem[]
1965
- | undefined;
1966
- }
1967
- export interface DisableFastSnapshotRestoresResult {
1968
- Successful?: DisableFastSnapshotRestoreSuccessItem[] | undefined;
1969
- Unsuccessful?: DisableFastSnapshotRestoreErrorItem[] | undefined;
1970
- }
1971
- export interface DisableImageRequest {
1972
- ImageId: string | undefined;
1973
- DryRun?: boolean | undefined;
1974
- }
1975
- export interface DisableImageResult {
1976
- Return?: boolean | undefined;
1977
- }
1978
- export interface DisableImageBlockPublicAccessRequest {
1979
- DryRun?: boolean | undefined;
1980
- }
1981
- export declare const ImageBlockPublicAccessDisabledState: {
1982
- readonly unblocked: "unblocked";
1983
- };
1984
- export type ImageBlockPublicAccessDisabledState =
1985
- (typeof ImageBlockPublicAccessDisabledState)[keyof typeof ImageBlockPublicAccessDisabledState];
1986
- export interface DisableImageBlockPublicAccessResult {
1987
- ImageBlockPublicAccessState?: ImageBlockPublicAccessDisabledState | undefined;
1988
- }
1989
- export interface DisableImageDeprecationRequest {
1990
- ImageId: string | undefined;
1991
- DryRun?: boolean | undefined;
1992
- }
1993
- export interface DisableImageDeprecationResult {
1994
- Return?: boolean | undefined;
1995
- }
1996
2025
  export declare const SpotFleetLaunchSpecificationFilterSensitiveLog: (
1997
2026
  obj: SpotFleetLaunchSpecification
1998
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,95 @@ 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
+ }
70
150
  export interface DisableImageDeregistrationProtectionRequest {
71
151
  ImageId: string | undefined;
72
152
  DryRun?: boolean | undefined;
@@ -1567,117 +1647,6 @@ export interface GetVerifiedAccessGroupPolicyRequest {
1567
1647
  VerifiedAccessGroupId: string | undefined;
1568
1648
  DryRun?: boolean | undefined;
1569
1649
  }
1570
- export interface GetVerifiedAccessGroupPolicyResult {
1571
- PolicyEnabled?: boolean | undefined;
1572
- PolicyDocument?: string | undefined;
1573
- }
1574
- export interface GetVpnConnectionDeviceSampleConfigurationRequest {
1575
- VpnConnectionId: string | undefined;
1576
- VpnConnectionDeviceTypeId: string | undefined;
1577
- InternetKeyExchangeVersion?: string | undefined;
1578
- DryRun?: boolean | undefined;
1579
- }
1580
- export interface GetVpnConnectionDeviceSampleConfigurationResult {
1581
- VpnConnectionDeviceSampleConfiguration?: string | undefined;
1582
- }
1583
- export interface GetVpnConnectionDeviceTypesRequest {
1584
- MaxResults?: number | undefined;
1585
- NextToken?: string | undefined;
1586
- DryRun?: boolean | undefined;
1587
- }
1588
- export interface VpnConnectionDeviceType {
1589
- VpnConnectionDeviceTypeId?: string | undefined;
1590
- Vendor?: string | undefined;
1591
- Platform?: string | undefined;
1592
- Software?: string | undefined;
1593
- }
1594
- export interface GetVpnConnectionDeviceTypesResult {
1595
- VpnConnectionDeviceTypes?: VpnConnectionDeviceType[] | undefined;
1596
- NextToken?: string | undefined;
1597
- }
1598
- export interface GetVpnTunnelReplacementStatusRequest {
1599
- VpnConnectionId: string | undefined;
1600
- VpnTunnelOutsideIpAddress: string | undefined;
1601
- DryRun?: boolean | undefined;
1602
- }
1603
- export interface MaintenanceDetails {
1604
- PendingMaintenance?: string | undefined;
1605
- MaintenanceAutoAppliedAfter?: Date | undefined;
1606
- LastMaintenanceApplied?: Date | undefined;
1607
- }
1608
- export interface GetVpnTunnelReplacementStatusResult {
1609
- VpnConnectionId?: string | undefined;
1610
- TransitGatewayId?: string | undefined;
1611
- CustomerGatewayId?: string | undefined;
1612
- VpnGatewayId?: string | undefined;
1613
- VpnTunnelOutsideIpAddress?: string | undefined;
1614
- MaintenanceDetails?: MaintenanceDetails | undefined;
1615
- }
1616
- export interface ImportClientVpnClientCertificateRevocationListRequest {
1617
- ClientVpnEndpointId: string | undefined;
1618
- CertificateRevocationList: string | undefined;
1619
- DryRun?: boolean | undefined;
1620
- }
1621
- export interface ImportClientVpnClientCertificateRevocationListResult {
1622
- Return?: boolean | undefined;
1623
- }
1624
- export interface ClientData {
1625
- Comment?: string | undefined;
1626
- UploadEnd?: Date | undefined;
1627
- UploadSize?: number | undefined;
1628
- UploadStart?: Date | undefined;
1629
- }
1630
- export interface UserBucket {
1631
- S3Bucket?: string | undefined;
1632
- S3Key?: string | undefined;
1633
- }
1634
- export interface ImageDiskContainer {
1635
- Description?: string | undefined;
1636
- DeviceName?: string | undefined;
1637
- Format?: string | undefined;
1638
- SnapshotId?: string | undefined;
1639
- Url?: string | undefined;
1640
- UserBucket?: UserBucket | undefined;
1641
- }
1642
- export interface ImportImageLicenseConfigurationRequest {
1643
- LicenseConfigurationArn?: string | undefined;
1644
- }
1645
- export interface ImportImageRequest {
1646
- Architecture?: string | undefined;
1647
- ClientData?: ClientData | undefined;
1648
- ClientToken?: string | undefined;
1649
- Description?: string | undefined;
1650
- DiskContainers?: ImageDiskContainer[] | undefined;
1651
- DryRun?: boolean | undefined;
1652
- Encrypted?: boolean | undefined;
1653
- Hypervisor?: string | undefined;
1654
- KmsKeyId?: string | undefined;
1655
- LicenseType?: string | undefined;
1656
- Platform?: string | undefined;
1657
- RoleName?: string | undefined;
1658
- LicenseSpecifications?: ImportImageLicenseConfigurationRequest[] | undefined;
1659
- TagSpecifications?: TagSpecification[] | undefined;
1660
- UsageOperation?: string | undefined;
1661
- BootMode?: BootModeValues | undefined;
1662
- }
1663
- export interface ImportImageResult {
1664
- Architecture?: string | undefined;
1665
- Description?: string | undefined;
1666
- Encrypted?: boolean | undefined;
1667
- Hypervisor?: string | undefined;
1668
- ImageId?: string | undefined;
1669
- ImportTaskId?: string | undefined;
1670
- KmsKeyId?: string | undefined;
1671
- LicenseType?: string | undefined;
1672
- Platform?: string | undefined;
1673
- Progress?: string | undefined;
1674
- SnapshotDetails?: SnapshotDetail[] | undefined;
1675
- Status?: string | undefined;
1676
- StatusMessage?: string | undefined;
1677
- LicenseSpecifications?: ImportImageLicenseConfigurationResponse[] | undefined;
1678
- Tags?: Tag[] | undefined;
1679
- UsageOperation?: string | undefined;
1680
- }
1681
1650
  export declare const VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog: (
1682
1651
  obj: VerifiedAccessInstanceUserTrustProviderClientConfiguration
1683
1652
  ) => any;
@@ -1693,15 +1662,3 @@ export declare const GetLaunchTemplateDataResultFilterSensitiveLog: (
1693
1662
  export declare const GetPasswordDataResultFilterSensitiveLog: (
1694
1663
  obj: GetPasswordDataResult
1695
1664
  ) => any;
1696
- export declare const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog: (
1697
- obj: GetVpnConnectionDeviceSampleConfigurationResult
1698
- ) => any;
1699
- export declare const ImageDiskContainerFilterSensitiveLog: (
1700
- obj: ImageDiskContainer
1701
- ) => any;
1702
- export declare const ImportImageRequestFilterSensitiveLog: (
1703
- obj: ImportImageRequest
1704
- ) => any;
1705
- export declare const ImportImageResultFilterSensitiveLog: (
1706
- obj: ImportImageResult
1707
- ) => any;