@aws-sdk/client-ec2 3.932.0 → 3.933.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 (67) hide show
  1. package/README.md +32 -0
  2. package/dist-cjs/index.js +371 -5
  3. package/dist-es/EC2.js +8 -0
  4. package/dist-es/commands/DescribeInstanceSqlHaHistoryStatesCommand.js +16 -0
  5. package/dist-es/commands/DescribeInstanceSqlHaStatesCommand.js +16 -0
  6. package/dist-es/commands/DisableInstanceSqlHaStandbyDetectionsCommand.js +16 -0
  7. package/dist-es/commands/EnableInstanceSqlHaStandbyDetectionsCommand.js +16 -0
  8. package/dist-es/commands/index.js +4 -0
  9. package/dist-es/models/models_4.js +10 -6
  10. package/dist-es/models/models_5.js +6 -0
  11. package/dist-es/models/models_6.js +0 -12
  12. package/dist-es/models/models_7.js +12 -11
  13. package/dist-es/models/models_8.js +11 -0
  14. package/dist-es/schemas/schemas_0.js +300 -2
  15. package/dist-types/EC2.d.ts +30 -0
  16. package/dist-types/EC2Client.d.ts +6 -2
  17. package/dist-types/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +106 -0
  18. package/dist-types/commands/DescribeInstanceSqlHaStatesCommand.d.ts +104 -0
  19. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  25. package/dist-types/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +95 -0
  26. package/dist-types/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +102 -0
  27. package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
  28. package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  29. package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
  30. package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  31. package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  32. package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  33. package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
  34. package/dist-types/commands/index.d.ts +4 -0
  35. package/dist-types/models/models_4.d.ts +270 -257
  36. package/dist-types/models/models_5.d.ts +259 -258
  37. package/dist-types/models/models_6.d.ts +326 -163
  38. package/dist-types/models/models_7.d.ts +163 -339
  39. package/dist-types/models/models_8.d.ts +336 -1
  40. package/dist-types/schemas/schemas_0.d.ts +15 -0
  41. package/dist-types/ts3.4/EC2.d.ts +88 -0
  42. package/dist-types/ts3.4/EC2Client.d.ts +24 -0
  43. package/dist-types/ts3.4/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +51 -0
  44. package/dist-types/ts3.4/commands/DescribeInstanceSqlHaStatesCommand.d.ts +51 -0
  45. package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +2 -4
  48. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +51 -0
  52. package/dist-types/ts3.4/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +51 -0
  53. package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  61. package/dist-types/ts3.4/models/models_4.d.ts +46 -44
  62. package/dist-types/ts3.4/models/models_5.d.ts +44 -43
  63. package/dist-types/ts3.4/models/models_6.d.ts +62 -53
  64. package/dist-types/ts3.4/models/models_7.d.ts +52 -96
  65. package/dist-types/ts3.4/models/models_8.d.ts +91 -0
  66. package/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -0
  67. package/package.json +3 -3
@@ -1,11 +1,346 @@
1
1
  import { AddedPrincipal, AddressAttribute, AddressAttributeName, ApplianceModeSupportValue, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, DnsSupportValue, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, Ipv6SupportValue, NatGatewayAddress, PortRange, RouteTableAssociationState, SecurityGroupReferencingSupportValue, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
2
2
  import { _InstanceType, AmdSevSnpSpecification, BlockDeviceMapping, CapacityReservation, CapacityReservationInstancePlatform, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, InstanceInterruptionBehavior, IpAddressType, MarketType, Placement, ShutdownBehavior, SpotInstanceType, SSEType, VolumeType } from "./models_1";
3
- import { IcmpTypeCode, InstanceBandwidthWeighting, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, OperatorRequest, RuleAction, SnapshotState, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessSseSpecificationRequest } from "./models_2";
3
+ import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, IcmpTypeCode, InstanceBandwidthWeighting, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, OperatorRequest, RuleAction, SnapshotState, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessSseSpecificationRequest, VpnEcmpSupportValue } from "./models_2";
4
4
  import { Byoasn, DnsOptionsSpecification, Filter, IKEVersionsRequestListValue, InstanceTagNotificationAttribute, InternetGatewayExclusionMode, IpamPoolCidr, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SubnetConfiguration, VerifiedAccessGroup, VpcBlockPublicAccessExclusion, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_3";
5
5
  import { ArchitectureValues, AttributeBooleanValue, BootModeValues, CapacityBlock, CapacityBlockExtension, ClientVpnConnectionStatus, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, Monitoring, TpmSupportValues } from "./models_4";
6
6
  import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_5";
7
7
  import { CapacityManagerStatus, InternetGatewayBlockMode, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_6";
8
8
  import { CapacityReservationSpecification, Purchase } from "./models_7";
9
+ /**
10
+ * @public
11
+ */
12
+ export interface ModifyTrafficMirrorFilterNetworkServicesRequest {
13
+ /**
14
+ * <p>The ID of the Traffic Mirror filter.</p>
15
+ * @public
16
+ */
17
+ TrafficMirrorFilterId: string | undefined;
18
+ /**
19
+ * <p>The network service, for example Amazon DNS, that you want to mirror.</p>
20
+ * @public
21
+ */
22
+ AddNetworkServices?: TrafficMirrorNetworkService[] | undefined;
23
+ /**
24
+ * <p>The network service, for example Amazon DNS, that you no longer want to mirror.</p>
25
+ * @public
26
+ */
27
+ RemoveNetworkServices?: TrafficMirrorNetworkService[] | undefined;
28
+ /**
29
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
30
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
31
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
32
+ * @public
33
+ */
34
+ DryRun?: boolean | undefined;
35
+ }
36
+ /**
37
+ * @public
38
+ */
39
+ export interface ModifyTrafficMirrorFilterNetworkServicesResult {
40
+ /**
41
+ * <p>The Traffic Mirror filter that the network service is associated with.</p>
42
+ * @public
43
+ */
44
+ TrafficMirrorFilter?: TrafficMirrorFilter | undefined;
45
+ }
46
+ /**
47
+ * @public
48
+ * @enum
49
+ */
50
+ export declare const TrafficMirrorFilterRuleField: {
51
+ readonly description: "description";
52
+ readonly destination_port_range: "destination-port-range";
53
+ readonly protocol: "protocol";
54
+ readonly source_port_range: "source-port-range";
55
+ };
56
+ /**
57
+ * @public
58
+ */
59
+ export type TrafficMirrorFilterRuleField = (typeof TrafficMirrorFilterRuleField)[keyof typeof TrafficMirrorFilterRuleField];
60
+ /**
61
+ * @public
62
+ */
63
+ export interface ModifyTrafficMirrorFilterRuleRequest {
64
+ /**
65
+ * <p>The ID of the Traffic Mirror rule.</p>
66
+ * @public
67
+ */
68
+ TrafficMirrorFilterRuleId: string | undefined;
69
+ /**
70
+ * <p>The type of traffic to assign to the rule.</p>
71
+ * @public
72
+ */
73
+ TrafficDirection?: TrafficDirection | undefined;
74
+ /**
75
+ * <p>The number of the Traffic Mirror rule. This number must be unique for each Traffic Mirror rule in a given
76
+ * direction. The rules are processed in ascending order by rule number.</p>
77
+ * @public
78
+ */
79
+ RuleNumber?: number | undefined;
80
+ /**
81
+ * <p>The action to assign to the rule.</p>
82
+ * @public
83
+ */
84
+ RuleAction?: TrafficMirrorRuleAction | undefined;
85
+ /**
86
+ * <p>The destination ports that are associated with the Traffic Mirror rule.</p>
87
+ * @public
88
+ */
89
+ DestinationPortRange?: TrafficMirrorPortRangeRequest | undefined;
90
+ /**
91
+ * <p>The port range to assign to the Traffic Mirror rule.</p>
92
+ * @public
93
+ */
94
+ SourcePortRange?: TrafficMirrorPortRangeRequest | undefined;
95
+ /**
96
+ * <p>The protocol, for example TCP, to assign to the Traffic Mirror rule.</p>
97
+ * @public
98
+ */
99
+ Protocol?: number | undefined;
100
+ /**
101
+ * <p>The destination CIDR block to assign to the Traffic Mirror rule.</p>
102
+ * @public
103
+ */
104
+ DestinationCidrBlock?: string | undefined;
105
+ /**
106
+ * <p>The source CIDR block to assign to the Traffic Mirror rule.</p>
107
+ * @public
108
+ */
109
+ SourceCidrBlock?: string | undefined;
110
+ /**
111
+ * <p>The description to assign to the Traffic Mirror rule.</p>
112
+ * @public
113
+ */
114
+ Description?: string | undefined;
115
+ /**
116
+ * <p>The properties that you want to remove from the Traffic Mirror filter rule.</p>
117
+ * <p>When you remove a property from a Traffic Mirror filter rule, the property is set to the default.</p>
118
+ * @public
119
+ */
120
+ RemoveFields?: TrafficMirrorFilterRuleField[] | undefined;
121
+ /**
122
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
123
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
124
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
125
+ * @public
126
+ */
127
+ DryRun?: boolean | undefined;
128
+ }
129
+ /**
130
+ * @public
131
+ */
132
+ export interface ModifyTrafficMirrorFilterRuleResult {
133
+ /**
134
+ * <note>
135
+ * <p>Tags are not returned for ModifyTrafficMirrorFilterRule.</p>
136
+ * </note>
137
+ * <p>A Traffic Mirror rule.</p>
138
+ * @public
139
+ */
140
+ TrafficMirrorFilterRule?: TrafficMirrorFilterRule | undefined;
141
+ }
142
+ /**
143
+ * @public
144
+ * @enum
145
+ */
146
+ export declare const TrafficMirrorSessionField: {
147
+ readonly description: "description";
148
+ readonly packet_length: "packet-length";
149
+ readonly virtual_network_id: "virtual-network-id";
150
+ };
151
+ /**
152
+ * @public
153
+ */
154
+ export type TrafficMirrorSessionField = (typeof TrafficMirrorSessionField)[keyof typeof TrafficMirrorSessionField];
155
+ /**
156
+ * @public
157
+ */
158
+ export interface ModifyTrafficMirrorSessionRequest {
159
+ /**
160
+ * <p>The ID of the Traffic Mirror session.</p>
161
+ * @public
162
+ */
163
+ TrafficMirrorSessionId: string | undefined;
164
+ /**
165
+ * <p>The Traffic Mirror target. The target must be in the same VPC as the source, or have a VPC peering connection with the source.</p>
166
+ * @public
167
+ */
168
+ TrafficMirrorTargetId?: string | undefined;
169
+ /**
170
+ * <p>The ID of the Traffic Mirror filter.</p>
171
+ * @public
172
+ */
173
+ TrafficMirrorFilterId?: string | undefined;
174
+ /**
175
+ * <p>The number of bytes in each packet to mirror. These are bytes after the VXLAN header. To mirror a subset, set this to the length (in bytes) to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target. Do not specify this parameter when you want to mirror the entire packet.</p>
176
+ * <p>For sessions with Network Load Balancer (NLB) traffic mirror targets, the default <code>PacketLength</code> will be set to 8500. Valid values are 1-8500. Setting a <code>PacketLength</code> greater than 8500 will result in an error response.</p>
177
+ * @public
178
+ */
179
+ PacketLength?: number | undefined;
180
+ /**
181
+ * <p>The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.</p>
182
+ * <p>Valid values are 1-32766.</p>
183
+ * @public
184
+ */
185
+ SessionNumber?: number | undefined;
186
+ /**
187
+ * <p>The virtual network ID of the Traffic Mirror session.</p>
188
+ * @public
189
+ */
190
+ VirtualNetworkId?: number | undefined;
191
+ /**
192
+ * <p>The description to assign to the Traffic Mirror session.</p>
193
+ * @public
194
+ */
195
+ Description?: string | undefined;
196
+ /**
197
+ * <p>The properties that you want to remove from the Traffic Mirror session.</p>
198
+ * <p>When you remove a property from a Traffic Mirror session, the property is set to the default.</p>
199
+ * @public
200
+ */
201
+ RemoveFields?: TrafficMirrorSessionField[] | undefined;
202
+ /**
203
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
204
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
205
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
206
+ * @public
207
+ */
208
+ DryRun?: boolean | undefined;
209
+ }
210
+ /**
211
+ * @public
212
+ */
213
+ export interface ModifyTrafficMirrorSessionResult {
214
+ /**
215
+ * <p>Information about the Traffic Mirror session.</p>
216
+ * @public
217
+ */
218
+ TrafficMirrorSession?: TrafficMirrorSession | undefined;
219
+ }
220
+ /**
221
+ * <p>The transit gateway options.</p>
222
+ * @public
223
+ */
224
+ export interface ModifyTransitGatewayOptions {
225
+ /**
226
+ * <p>Adds IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for IPv4, or a size /64 CIDR block or larger for IPv6.</p>
227
+ * @public
228
+ */
229
+ AddTransitGatewayCidrBlocks?: string[] | undefined;
230
+ /**
231
+ * <p>Removes CIDR blocks for the transit gateway.</p>
232
+ * @public
233
+ */
234
+ RemoveTransitGatewayCidrBlocks?: string[] | undefined;
235
+ /**
236
+ * <p>Enable or disable Equal Cost Multipath Protocol support.</p>
237
+ * @public
238
+ */
239
+ VpnEcmpSupport?: VpnEcmpSupportValue | undefined;
240
+ /**
241
+ * <p>Enable or disable DNS support.</p>
242
+ * @public
243
+ */
244
+ DnsSupport?: DnsSupportValue | undefined;
245
+ /**
246
+ * <p>Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.
247
+ *
248
+ * </p>
249
+ * <p>This option is disabled by default.</p>
250
+ * <p>For more information about security group referencing, see <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security">Security group referencing</a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</p>
251
+ * @public
252
+ */
253
+ SecurityGroupReferencingSupport?: SecurityGroupReferencingSupportValue | undefined;
254
+ /**
255
+ * <p>Enable or disable automatic acceptance of attachment requests.</p>
256
+ * @public
257
+ */
258
+ AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | undefined;
259
+ /**
260
+ * <p>Enable or disable automatic association with the default association route table.</p>
261
+ * @public
262
+ */
263
+ DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | undefined;
264
+ /**
265
+ * <p>The ID of the default association route table.</p>
266
+ * @public
267
+ */
268
+ AssociationDefaultRouteTableId?: string | undefined;
269
+ /**
270
+ * <p>Indicates whether resource attachments automatically propagate routes to the default
271
+ * propagation route table. Enabled by default. If <code>defaultRouteTablePropagation</code>
272
+ * is set to <code>enable</code>,
273
+ * Amazon Web Services Transit Gateway will create the default transit gateway route
274
+ * table.</p>
275
+ * @public
276
+ */
277
+ DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | undefined;
278
+ /**
279
+ * <p>The ID of the default propagation route table.</p>
280
+ * @public
281
+ */
282
+ PropagationDefaultRouteTableId?: string | undefined;
283
+ /**
284
+ * <p>A private Autonomous System Number (ASN) for the Amazon side of a BGP session.
285
+ * The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs.</p>
286
+ * <p>The modify ASN operation is not allowed on a transit gateway if it has the following attachments:</p>
287
+ * <ul>
288
+ * <li>
289
+ * <p>Dynamic VPN</p>
290
+ * </li>
291
+ * <li>
292
+ * <p>Static VPN</p>
293
+ * </li>
294
+ * <li>
295
+ * <p>Direct Connect Gateway</p>
296
+ * </li>
297
+ * <li>
298
+ * <p>Connect</p>
299
+ * </li>
300
+ * </ul>
301
+ * <p>You must first delete all transit gateway attachments configured prior to modifying the ASN on
302
+ * the transit gateway.</p>
303
+ * @public
304
+ */
305
+ AmazonSideAsn?: number | undefined;
306
+ }
307
+ /**
308
+ * @public
309
+ */
310
+ export interface ModifyTransitGatewayRequest {
311
+ /**
312
+ * <p>The ID of the transit gateway.</p>
313
+ * @public
314
+ */
315
+ TransitGatewayId: string | undefined;
316
+ /**
317
+ * <p>The description for the transit gateway.</p>
318
+ * @public
319
+ */
320
+ Description?: string | undefined;
321
+ /**
322
+ * <p>The options to modify.</p>
323
+ * @public
324
+ */
325
+ Options?: ModifyTransitGatewayOptions | undefined;
326
+ /**
327
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
328
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
329
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
330
+ * @public
331
+ */
332
+ DryRun?: boolean | undefined;
333
+ }
334
+ /**
335
+ * @public
336
+ */
337
+ export interface ModifyTransitGatewayResult {
338
+ /**
339
+ * <p>Information about the transit gateway.</p>
340
+ * @public
341
+ */
342
+ TransitGateway?: TransitGateway | undefined;
343
+ }
9
344
  /**
10
345
  * @public
11
346
  */
@@ -773,6 +773,10 @@ export declare var DescribeInstanceEventWindowsRequest: StaticStructureSchema;
773
773
  export declare var DescribeInstanceEventWindowsResult: StaticStructureSchema;
774
774
  export declare var DescribeInstanceImageMetadataRequest: StaticStructureSchema;
775
775
  export declare var DescribeInstanceImageMetadataResult: StaticStructureSchema;
776
+ export declare var DescribeInstanceSqlHaHistoryStatesRequest: StaticStructureSchema;
777
+ export declare var DescribeInstanceSqlHaHistoryStatesResult: StaticStructureSchema;
778
+ export declare var DescribeInstanceSqlHaStatesRequest: StaticStructureSchema;
779
+ export declare var DescribeInstanceSqlHaStatesResult: StaticStructureSchema;
776
780
  export declare var DescribeInstancesRequest: StaticStructureSchema;
777
781
  export declare var DescribeInstancesResult: StaticStructureSchema;
778
782
  export declare var DescribeInstanceStatusRequest: StaticStructureSchema;
@@ -1043,6 +1047,8 @@ export declare var DisableImageDeregistrationProtectionRequest: StaticStructureS
1043
1047
  export declare var DisableImageDeregistrationProtectionResult: StaticStructureSchema;
1044
1048
  export declare var DisableImageRequest: StaticStructureSchema;
1045
1049
  export declare var DisableImageResult: StaticStructureSchema;
1050
+ export declare var DisableInstanceSqlHaStandbyDetectionsRequest: StaticStructureSchema;
1051
+ export declare var DisableInstanceSqlHaStandbyDetectionsResult: StaticStructureSchema;
1046
1052
  export declare var DisableIpamOrganizationAdminAccountRequest: StaticStructureSchema;
1047
1053
  export declare var DisableIpamOrganizationAdminAccountResult: StaticStructureSchema;
1048
1054
  export declare var DisableRouteServerPropagationRequest: StaticStructureSchema;
@@ -1145,6 +1151,8 @@ export declare var EnableImageDeregistrationProtectionRequest: StaticStructureSc
1145
1151
  export declare var EnableImageDeregistrationProtectionResult: StaticStructureSchema;
1146
1152
  export declare var EnableImageRequest: StaticStructureSchema;
1147
1153
  export declare var EnableImageResult: StaticStructureSchema;
1154
+ export declare var EnableInstanceSqlHaStandbyDetectionsRequest: StaticStructureSchema;
1155
+ export declare var EnableInstanceSqlHaStandbyDetectionsResult: StaticStructureSchema;
1148
1156
  export declare var EnableIpamOrganizationAdminAccountRequest: StaticStructureSchema;
1149
1157
  export declare var EnableIpamOrganizationAdminAccountResult: StaticStructureSchema;
1150
1158
  export declare var EnableReachabilityAnalyzerOrganizationSharingRequest: StaticStructureSchema;
@@ -1876,6 +1884,7 @@ export declare var RecurringCharge: StaticStructureSchema;
1876
1884
  export declare var ReferencedSecurityGroup: StaticStructureSchema;
1877
1885
  export declare var Region: StaticStructureSchema;
1878
1886
  export declare var RegionalSummary: StaticStructureSchema;
1887
+ export declare var RegisteredInstance: StaticStructureSchema;
1879
1888
  export declare var RegisterImageRequest: StaticStructureSchema;
1880
1889
  export declare var RegisterImageResult: StaticStructureSchema;
1881
1890
  export declare var RegisterInstanceEventNotificationAttributesRequest: StaticStructureSchema;
@@ -2493,6 +2502,7 @@ export declare var InstanceIdList: StaticListSchema;
2493
2502
  export declare var InstanceIdSet: StaticListSchema;
2494
2503
  export declare var InstanceIdsSet: StaticListSchema;
2495
2504
  export declare var InstanceIdStringList: StaticListSchema;
2505
+ export declare var InstanceIdUpdateStringList: StaticListSchema;
2496
2506
  export declare var InstanceImageMetadataList: StaticListSchema;
2497
2507
  export declare var InstanceIpv4PrefixList: StaticListSchema;
2498
2508
  export declare var InstanceIpv6AddressList: StaticListSchema;
@@ -2712,6 +2722,7 @@ export declare var RegionalSummaryList: StaticListSchema;
2712
2722
  export declare var RegionList: StaticListSchema;
2713
2723
  export declare var RegionNames: number;
2714
2724
  export declare var RegionNameStringList: StaticListSchema;
2725
+ export declare var RegisteredInstanceList: StaticListSchema;
2715
2726
  export declare var RemoveIpamOperatingRegionSet: StaticListSchema;
2716
2727
  export declare var RemoveIpamOrganizationalUnitExclusionSet: StaticListSchema;
2717
2728
  export declare var RemovePrefixListEntries: StaticListSchema;
@@ -3257,6 +3268,8 @@ export declare var DescribeInstanceEventNotificationAttributes: StaticOperationS
3257
3268
  export declare var DescribeInstanceEventWindows: StaticOperationSchema;
3258
3269
  export declare var DescribeInstanceImageMetadata: StaticOperationSchema;
3259
3270
  export declare var DescribeInstances: StaticOperationSchema;
3271
+ export declare var DescribeInstanceSqlHaHistoryStates: StaticOperationSchema;
3272
+ export declare var DescribeInstanceSqlHaStates: StaticOperationSchema;
3260
3273
  export declare var DescribeInstanceStatus: StaticOperationSchema;
3261
3274
  export declare var DescribeInstanceTopology: StaticOperationSchema;
3262
3275
  export declare var DescribeInstanceTypeOfferings: StaticOperationSchema;
@@ -3387,6 +3400,7 @@ export declare var DisableImage: StaticOperationSchema;
3387
3400
  export declare var DisableImageBlockPublicAccess: StaticOperationSchema;
3388
3401
  export declare var DisableImageDeprecation: StaticOperationSchema;
3389
3402
  export declare var DisableImageDeregistrationProtection: StaticOperationSchema;
3403
+ export declare var DisableInstanceSqlHaStandbyDetections: StaticOperationSchema;
3390
3404
  export declare var DisableIpamOrganizationAdminAccount: StaticOperationSchema;
3391
3405
  export declare var DisableRouteServerPropagation: StaticOperationSchema;
3392
3406
  export declare var DisableSerialConsoleAccess: StaticOperationSchema;
@@ -3424,6 +3438,7 @@ export declare var EnableImage: StaticOperationSchema;
3424
3438
  export declare var EnableImageBlockPublicAccess: StaticOperationSchema;
3425
3439
  export declare var EnableImageDeprecation: StaticOperationSchema;
3426
3440
  export declare var EnableImageDeregistrationProtection: StaticOperationSchema;
3441
+ export declare var EnableInstanceSqlHaStandbyDetections: StaticOperationSchema;
3427
3442
  export declare var EnableIpamOrganizationAdminAccount: StaticOperationSchema;
3428
3443
  export declare var EnableReachabilityAnalyzerOrganizationSharing: StaticOperationSchema;
3429
3444
  export declare var EnableRouteServerPropagation: StaticOperationSchema;
@@ -1251,6 +1251,14 @@ import {
1251
1251
  DescribeInstancesCommandInput,
1252
1252
  DescribeInstancesCommandOutput,
1253
1253
  } from "./commands/DescribeInstancesCommand";
1254
+ import {
1255
+ DescribeInstanceSqlHaHistoryStatesCommandInput,
1256
+ DescribeInstanceSqlHaHistoryStatesCommandOutput,
1257
+ } from "./commands/DescribeInstanceSqlHaHistoryStatesCommand";
1258
+ import {
1259
+ DescribeInstanceSqlHaStatesCommandInput,
1260
+ DescribeInstanceSqlHaStatesCommandOutput,
1261
+ } from "./commands/DescribeInstanceSqlHaStatesCommand";
1254
1262
  import {
1255
1263
  DescribeInstanceStatusCommandInput,
1256
1264
  DescribeInstanceStatusCommandOutput,
@@ -1771,6 +1779,10 @@ import {
1771
1779
  DisableImageDeregistrationProtectionCommandInput,
1772
1780
  DisableImageDeregistrationProtectionCommandOutput,
1773
1781
  } from "./commands/DisableImageDeregistrationProtectionCommand";
1782
+ import {
1783
+ DisableInstanceSqlHaStandbyDetectionsCommandInput,
1784
+ DisableInstanceSqlHaStandbyDetectionsCommandOutput,
1785
+ } from "./commands/DisableInstanceSqlHaStandbyDetectionsCommand";
1774
1786
  import {
1775
1787
  DisableIpamOrganizationAdminAccountCommandInput,
1776
1788
  DisableIpamOrganizationAdminAccountCommandOutput,
@@ -1919,6 +1931,10 @@ import {
1919
1931
  EnableImageDeregistrationProtectionCommandInput,
1920
1932
  EnableImageDeregistrationProtectionCommandOutput,
1921
1933
  } from "./commands/EnableImageDeregistrationProtectionCommand";
1934
+ import {
1935
+ EnableInstanceSqlHaStandbyDetectionsCommandInput,
1936
+ EnableInstanceSqlHaStandbyDetectionsCommandOutput,
1937
+ } from "./commands/EnableInstanceSqlHaStandbyDetectionsCommand";
1922
1938
  import {
1923
1939
  EnableIpamOrganizationAdminAccountCommandInput,
1924
1940
  EnableIpamOrganizationAdminAccountCommandOutput,
@@ -7385,6 +7401,40 @@ export interface EC2 {
7385
7401
  options: __HttpHandlerOptions,
7386
7402
  cb: (err: any, data?: DescribeInstancesCommandOutput) => void
7387
7403
  ): void;
7404
+ describeInstanceSqlHaHistoryStates(): Promise<DescribeInstanceSqlHaHistoryStatesCommandOutput>;
7405
+ describeInstanceSqlHaHistoryStates(
7406
+ args: DescribeInstanceSqlHaHistoryStatesCommandInput,
7407
+ options?: __HttpHandlerOptions
7408
+ ): Promise<DescribeInstanceSqlHaHistoryStatesCommandOutput>;
7409
+ describeInstanceSqlHaHistoryStates(
7410
+ args: DescribeInstanceSqlHaHistoryStatesCommandInput,
7411
+ cb: (
7412
+ err: any,
7413
+ data?: DescribeInstanceSqlHaHistoryStatesCommandOutput
7414
+ ) => void
7415
+ ): void;
7416
+ describeInstanceSqlHaHistoryStates(
7417
+ args: DescribeInstanceSqlHaHistoryStatesCommandInput,
7418
+ options: __HttpHandlerOptions,
7419
+ cb: (
7420
+ err: any,
7421
+ data?: DescribeInstanceSqlHaHistoryStatesCommandOutput
7422
+ ) => void
7423
+ ): void;
7424
+ describeInstanceSqlHaStates(): Promise<DescribeInstanceSqlHaStatesCommandOutput>;
7425
+ describeInstanceSqlHaStates(
7426
+ args: DescribeInstanceSqlHaStatesCommandInput,
7427
+ options?: __HttpHandlerOptions
7428
+ ): Promise<DescribeInstanceSqlHaStatesCommandOutput>;
7429
+ describeInstanceSqlHaStates(
7430
+ args: DescribeInstanceSqlHaStatesCommandInput,
7431
+ cb: (err: any, data?: DescribeInstanceSqlHaStatesCommandOutput) => void
7432
+ ): void;
7433
+ describeInstanceSqlHaStates(
7434
+ args: DescribeInstanceSqlHaStatesCommandInput,
7435
+ options: __HttpHandlerOptions,
7436
+ cb: (err: any, data?: DescribeInstanceSqlHaStatesCommandOutput) => void
7437
+ ): void;
7388
7438
  describeInstanceStatus(): Promise<DescribeInstanceStatusCommandOutput>;
7389
7439
  describeInstanceStatus(
7390
7440
  args: DescribeInstanceStatusCommandInput,
@@ -9399,6 +9449,25 @@ export interface EC2 {
9399
9449
  data?: DisableImageDeregistrationProtectionCommandOutput
9400
9450
  ) => void
9401
9451
  ): void;
9452
+ disableInstanceSqlHaStandbyDetections(
9453
+ args: DisableInstanceSqlHaStandbyDetectionsCommandInput,
9454
+ options?: __HttpHandlerOptions
9455
+ ): Promise<DisableInstanceSqlHaStandbyDetectionsCommandOutput>;
9456
+ disableInstanceSqlHaStandbyDetections(
9457
+ args: DisableInstanceSqlHaStandbyDetectionsCommandInput,
9458
+ cb: (
9459
+ err: any,
9460
+ data?: DisableInstanceSqlHaStandbyDetectionsCommandOutput
9461
+ ) => void
9462
+ ): void;
9463
+ disableInstanceSqlHaStandbyDetections(
9464
+ args: DisableInstanceSqlHaStandbyDetectionsCommandInput,
9465
+ options: __HttpHandlerOptions,
9466
+ cb: (
9467
+ err: any,
9468
+ data?: DisableInstanceSqlHaStandbyDetectionsCommandOutput
9469
+ ) => void
9470
+ ): void;
9402
9471
  disableIpamOrganizationAdminAccount(
9403
9472
  args: DisableIpamOrganizationAdminAccountCommandInput,
9404
9473
  options?: __HttpHandlerOptions
@@ -9953,6 +10022,25 @@ export interface EC2 {
9953
10022
  data?: EnableImageDeregistrationProtectionCommandOutput
9954
10023
  ) => void
9955
10024
  ): void;
10025
+ enableInstanceSqlHaStandbyDetections(
10026
+ args: EnableInstanceSqlHaStandbyDetectionsCommandInput,
10027
+ options?: __HttpHandlerOptions
10028
+ ): Promise<EnableInstanceSqlHaStandbyDetectionsCommandOutput>;
10029
+ enableInstanceSqlHaStandbyDetections(
10030
+ args: EnableInstanceSqlHaStandbyDetectionsCommandInput,
10031
+ cb: (
10032
+ err: any,
10033
+ data?: EnableInstanceSqlHaStandbyDetectionsCommandOutput
10034
+ ) => void
10035
+ ): void;
10036
+ enableInstanceSqlHaStandbyDetections(
10037
+ args: EnableInstanceSqlHaStandbyDetectionsCommandInput,
10038
+ options: __HttpHandlerOptions,
10039
+ cb: (
10040
+ err: any,
10041
+ data?: EnableInstanceSqlHaStandbyDetectionsCommandOutput
10042
+ ) => void
10043
+ ): void;
9956
10044
  enableIpamOrganizationAdminAccount(
9957
10045
  args: EnableIpamOrganizationAdminAccountCommandInput,
9958
10046
  options?: __HttpHandlerOptions
@@ -1300,6 +1300,14 @@ import {
1300
1300
  DescribeInstancesCommandInput,
1301
1301
  DescribeInstancesCommandOutput,
1302
1302
  } from "./commands/DescribeInstancesCommand";
1303
+ import {
1304
+ DescribeInstanceSqlHaHistoryStatesCommandInput,
1305
+ DescribeInstanceSqlHaHistoryStatesCommandOutput,
1306
+ } from "./commands/DescribeInstanceSqlHaHistoryStatesCommand";
1307
+ import {
1308
+ DescribeInstanceSqlHaStatesCommandInput,
1309
+ DescribeInstanceSqlHaStatesCommandOutput,
1310
+ } from "./commands/DescribeInstanceSqlHaStatesCommand";
1303
1311
  import {
1304
1312
  DescribeInstanceStatusCommandInput,
1305
1313
  DescribeInstanceStatusCommandOutput,
@@ -1820,6 +1828,10 @@ import {
1820
1828
  DisableImageDeregistrationProtectionCommandInput,
1821
1829
  DisableImageDeregistrationProtectionCommandOutput,
1822
1830
  } from "./commands/DisableImageDeregistrationProtectionCommand";
1831
+ import {
1832
+ DisableInstanceSqlHaStandbyDetectionsCommandInput,
1833
+ DisableInstanceSqlHaStandbyDetectionsCommandOutput,
1834
+ } from "./commands/DisableInstanceSqlHaStandbyDetectionsCommand";
1823
1835
  import {
1824
1836
  DisableIpamOrganizationAdminAccountCommandInput,
1825
1837
  DisableIpamOrganizationAdminAccountCommandOutput,
@@ -1968,6 +1980,10 @@ import {
1968
1980
  EnableImageDeregistrationProtectionCommandInput,
1969
1981
  EnableImageDeregistrationProtectionCommandOutput,
1970
1982
  } from "./commands/EnableImageDeregistrationProtectionCommand";
1983
+ import {
1984
+ EnableInstanceSqlHaStandbyDetectionsCommandInput,
1985
+ EnableInstanceSqlHaStandbyDetectionsCommandOutput,
1986
+ } from "./commands/EnableInstanceSqlHaStandbyDetectionsCommand";
1971
1987
  import {
1972
1988
  EnableIpamOrganizationAdminAccountCommandInput,
1973
1989
  EnableIpamOrganizationAdminAccountCommandOutput,
@@ -3236,6 +3252,8 @@ export type ServiceInputTypes =
3236
3252
  | DescribeInstanceEventNotificationAttributesCommandInput
3237
3253
  | DescribeInstanceEventWindowsCommandInput
3238
3254
  | DescribeInstanceImageMetadataCommandInput
3255
+ | DescribeInstanceSqlHaHistoryStatesCommandInput
3256
+ | DescribeInstanceSqlHaStatesCommandInput
3239
3257
  | DescribeInstanceStatusCommandInput
3240
3258
  | DescribeInstanceTopologyCommandInput
3241
3259
  | DescribeInstanceTypeOfferingsCommandInput
@@ -3367,6 +3385,7 @@ export type ServiceInputTypes =
3367
3385
  | DisableImageCommandInput
3368
3386
  | DisableImageDeprecationCommandInput
3369
3387
  | DisableImageDeregistrationProtectionCommandInput
3388
+ | DisableInstanceSqlHaStandbyDetectionsCommandInput
3370
3389
  | DisableIpamOrganizationAdminAccountCommandInput
3371
3390
  | DisableRouteServerPropagationCommandInput
3372
3391
  | DisableSerialConsoleAccessCommandInput
@@ -3404,6 +3423,7 @@ export type ServiceInputTypes =
3404
3423
  | EnableImageCommandInput
3405
3424
  | EnableImageDeprecationCommandInput
3406
3425
  | EnableImageDeregistrationProtectionCommandInput
3426
+ | EnableInstanceSqlHaStandbyDetectionsCommandInput
3407
3427
  | EnableIpamOrganizationAdminAccountCommandInput
3408
3428
  | EnableReachabilityAnalyzerOrganizationSharingCommandInput
3409
3429
  | EnableRouteServerPropagationCommandInput
@@ -3954,6 +3974,8 @@ export type ServiceOutputTypes =
3954
3974
  | DescribeInstanceEventNotificationAttributesCommandOutput
3955
3975
  | DescribeInstanceEventWindowsCommandOutput
3956
3976
  | DescribeInstanceImageMetadataCommandOutput
3977
+ | DescribeInstanceSqlHaHistoryStatesCommandOutput
3978
+ | DescribeInstanceSqlHaStatesCommandOutput
3957
3979
  | DescribeInstanceStatusCommandOutput
3958
3980
  | DescribeInstanceTopologyCommandOutput
3959
3981
  | DescribeInstanceTypeOfferingsCommandOutput
@@ -4085,6 +4107,7 @@ export type ServiceOutputTypes =
4085
4107
  | DisableImageCommandOutput
4086
4108
  | DisableImageDeprecationCommandOutput
4087
4109
  | DisableImageDeregistrationProtectionCommandOutput
4110
+ | DisableInstanceSqlHaStandbyDetectionsCommandOutput
4088
4111
  | DisableIpamOrganizationAdminAccountCommandOutput
4089
4112
  | DisableRouteServerPropagationCommandOutput
4090
4113
  | DisableSerialConsoleAccessCommandOutput
@@ -4122,6 +4145,7 @@ export type ServiceOutputTypes =
4122
4145
  | EnableImageCommandOutput
4123
4146
  | EnableImageDeprecationCommandOutput
4124
4147
  | EnableImageDeregistrationProtectionCommandOutput
4148
+ | EnableInstanceSqlHaStandbyDetectionsCommandOutput
4125
4149
  | EnableIpamOrganizationAdminAccountCommandOutput
4126
4150
  | EnableReachabilityAnalyzerOrganizationSharingCommandOutput
4127
4151
  | EnableRouteServerPropagationCommandOutput