@aws-sdk/client-ec2 3.931.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.
- package/README.md +32 -0
- package/dist-cjs/index.js +379 -6
- package/dist-es/EC2.js +8 -0
- package/dist-es/commands/DescribeInstanceSqlHaHistoryStatesCommand.js +16 -0
- package/dist-es/commands/DescribeInstanceSqlHaStatesCommand.js +16 -0
- package/dist-es/commands/DisableInstanceSqlHaStandbyDetectionsCommand.js +16 -0
- package/dist-es/commands/EnableInstanceSqlHaStandbyDetectionsCommand.js +16 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_4.js +10 -6
- package/dist-es/models/models_5.js +6 -0
- package/dist-es/models/models_6.js +0 -12
- package/dist-es/models/models_7.js +12 -11
- package/dist-es/models/models_8.js +11 -0
- package/dist-es/schemas/schemas_0.js +308 -3
- package/dist-types/EC2.d.ts +30 -0
- package/dist-types/EC2Client.d.ts +6 -2
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +106 -0
- package/dist-types/commands/DescribeInstanceSqlHaStatesCommand.d.ts +104 -0
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +95 -0
- package/dist-types/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +102 -0
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_1.d.ts +5 -0
- package/dist-types/models/models_4.d.ts +270 -257
- package/dist-types/models/models_5.d.ts +259 -258
- package/dist-types/models/models_6.d.ts +326 -163
- package/dist-types/models/models_7.d.ts +163 -339
- package/dist-types/models/models_8.d.ts +336 -1
- package/dist-types/schemas/schemas_0.d.ts +15 -0
- package/dist-types/ts3.4/EC2.d.ts +88 -0
- package/dist-types/ts3.4/EC2Client.d.ts +24 -0
- package/dist-types/ts3.4/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInstanceSqlHaStatesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_1.d.ts +1 -0
- package/dist-types/ts3.4/models/models_4.d.ts +46 -44
- package/dist-types/ts3.4/models/models_5.d.ts +44 -43
- package/dist-types/ts3.4/models/models_6.d.ts +62 -53
- package/dist-types/ts3.4/models/models_7.d.ts +52 -96
- package/dist-types/ts3.4/models/models_8.d.ts +91 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -0
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -1635,6 +1635,15 @@ const _DIRescribem = "DescribeImageReferences";
|
|
|
1635
1635
|
const _DIRi = "DisableImageRequest";
|
|
1636
1636
|
const _DIRis = "DisableImageResult";
|
|
1637
1637
|
const _DIS = "DiskImageSize";
|
|
1638
|
+
const _DISHHS = "DescribeInstanceSqlHaHistoryStates";
|
|
1639
|
+
const _DISHHSR = "DescribeInstanceSqlHaHistoryStatesRequest";
|
|
1640
|
+
const _DISHHSRe = "DescribeInstanceSqlHaHistoryStatesResult";
|
|
1641
|
+
const _DISHS = "DescribeInstanceSqlHaStates";
|
|
1642
|
+
const _DISHSD = "DisableInstanceSqlHaStandbyDetections";
|
|
1643
|
+
const _DISHSDR = "DisableInstanceSqlHaStandbyDetectionsRequest";
|
|
1644
|
+
const _DISHSDRi = "DisableInstanceSqlHaStandbyDetectionsResult";
|
|
1645
|
+
const _DISHSR = "DescribeInstanceSqlHaStatesRequest";
|
|
1646
|
+
const _DISHSRe = "DescribeInstanceSqlHaStatesResult";
|
|
1638
1647
|
const _DISI = "DestinationIpamScopeId";
|
|
1639
1648
|
const _DISR = "DeleteIpamScopeRequest";
|
|
1640
1649
|
const _DISRe = "DeleteIpamScopeResult";
|
|
@@ -2437,6 +2446,9 @@ const _EIR = "EnableImageRequest";
|
|
|
2437
2446
|
const _EIRn = "EnableImageResult";
|
|
2438
2447
|
const _EIRx = "ExportImageRequest";
|
|
2439
2448
|
const _EIRxp = "ExportImageResult";
|
|
2449
|
+
const _EISHSD = "EnableInstanceSqlHaStandbyDetections";
|
|
2450
|
+
const _EISHSDR = "EnableInstanceSqlHaStandbyDetectionsRequest";
|
|
2451
|
+
const _EISHSDRn = "EnableInstanceSqlHaStandbyDetectionsResult";
|
|
2440
2452
|
const _EIT = "ExportImageTasks";
|
|
2441
2453
|
const _EITI = "ExportImageTaskIds";
|
|
2442
2454
|
const _EITIL = "ExportImageTaskIdList";
|
|
@@ -2924,6 +2936,7 @@ const _HRi = "HistoryRecords";
|
|
|
2924
2936
|
const _HRis = "HistoryRecord";
|
|
2925
2937
|
const _HRo = "HostReservation";
|
|
2926
2938
|
const _HS = "HibernationSupported";
|
|
2939
|
+
const _HSa = "HaStatus";
|
|
2927
2940
|
const _HT = "HttpTokens";
|
|
2928
2941
|
const _HTo = "HostnameType";
|
|
2929
2942
|
const _HZI = "HostedZoneId";
|
|
@@ -3105,6 +3118,7 @@ const _IIT = "ImportImageTasks";
|
|
|
3105
3118
|
const _IITD = "ImportInstanceTaskDetails";
|
|
3106
3119
|
const _IITL = "ImportImageTaskList";
|
|
3107
3120
|
const _IITm = "ImportImageTask";
|
|
3121
|
+
const _IIUSL = "InstanceIdUpdateStringList";
|
|
3108
3122
|
const _IIVDI = "ImportInstanceVolumeDetailItem";
|
|
3109
3123
|
const _IIVDS = "ImportInstanceVolumeDetailSet";
|
|
3110
3124
|
const _IIm = "ImageId";
|
|
@@ -4481,6 +4495,7 @@ const _PSr = "PreviousState";
|
|
|
4481
4495
|
const _PSre = "PreviousStatus";
|
|
4482
4496
|
const _PSri = "PriceSchedules";
|
|
4483
4497
|
const _PSric = "PriceSchedule";
|
|
4498
|
+
const _PSro = "ProcessingStatus";
|
|
4484
4499
|
const _PSu = "PurchaseSet";
|
|
4485
4500
|
const _PT = "PrincipalType";
|
|
4486
4501
|
const _PTGI = "PeerTransitGatewayId";
|
|
@@ -4646,6 +4661,7 @@ const _RILI = "ReservedInstancesListingId";
|
|
|
4646
4661
|
const _RILL = "ReservedInstancesListingList";
|
|
4647
4662
|
const _RILP = "ReservedInstanceLimitPrice";
|
|
4648
4663
|
const _RILe = "ReservedInstancesListing";
|
|
4664
|
+
const _RILeg = "RegisteredInstanceList";
|
|
4649
4665
|
const _RILes = "ReservedInstancesList";
|
|
4650
4666
|
const _RIM = "ReservedInstancesModifications";
|
|
4651
4667
|
const _RIMC = "ReservationInstanceMatchCriteria";
|
|
@@ -4691,7 +4707,8 @@ const _RIVS = "ReservedInstanceValueSet";
|
|
|
4691
4707
|
const _RIa = "RamdiskId";
|
|
4692
4708
|
const _RIe = "ReservationId";
|
|
4693
4709
|
const _RIeb = "RebootInstances";
|
|
4694
|
-
const _RIeg = "
|
|
4710
|
+
const _RIeg = "RegisteredInstance";
|
|
4711
|
+
const _RIegi = "RegisterImage";
|
|
4695
4712
|
const _RIep = "ReportIds";
|
|
4696
4713
|
const _RIeq = "RequesterId";
|
|
4697
4714
|
const _RIes = "ResourceIds";
|
|
@@ -5199,12 +5216,14 @@ const _SRt = "StateReason";
|
|
|
5199
5216
|
const _SRu = "SupportedRegions";
|
|
5200
5217
|
const _SRup = "SupportedRegion";
|
|
5201
5218
|
const _SS = "SseSpecification";
|
|
5219
|
+
const _SSC = "SqlServerCredentials";
|
|
5202
5220
|
const _SSG = "StaleSecurityGroup";
|
|
5203
5221
|
const _SSGN = "SourceSecurityGroupName";
|
|
5204
5222
|
const _SSGOI = "SourceSecurityGroupOwnerId";
|
|
5205
5223
|
const _SSGS = "StaleSecurityGroupSet";
|
|
5206
5224
|
const _SSI = "SourceSnapshotId";
|
|
5207
5225
|
const _SSIo = "SourceSnapshotIds";
|
|
5226
|
+
const _SSLU = "SqlServerLicenseUsage";
|
|
5208
5227
|
const _SSP = "SelfServicePortal";
|
|
5209
5228
|
const _SSPU = "SelfServicePortalUrl";
|
|
5210
5229
|
const _SSS = "StaticSourcesSupport";
|
|
@@ -6516,6 +6535,7 @@ const _hRI = "hostReservationId";
|
|
|
6516
6535
|
const _hRS = "historyRecordSet";
|
|
6517
6536
|
const _hRSo = "hostReservationSet";
|
|
6518
6537
|
const _hS = "hostSet";
|
|
6538
|
+
const _hSa = "haStatus";
|
|
6519
6539
|
const _hSi = "hibernationSupported";
|
|
6520
6540
|
const _hT = "httpTokens";
|
|
6521
6541
|
const _hTo = "hostnameType";
|
|
@@ -7195,6 +7215,7 @@ const _pSre = "previousStatus";
|
|
|
7195
7215
|
const _pSri = "priceSchedules";
|
|
7196
7216
|
const _pSrin = "principalSet";
|
|
7197
7217
|
const _pSro = "protocolSet";
|
|
7218
|
+
const _pSroc = "processingStatus";
|
|
7198
7219
|
const _pT = "principalType";
|
|
7199
7220
|
const _pTGI = "peerTransitGatewayId";
|
|
7200
7221
|
const _pTr = "provisionTime";
|
|
@@ -7502,9 +7523,11 @@ const _sRe = "serviceResource";
|
|
|
7502
7523
|
const _sRo = "sourceResource";
|
|
7503
7524
|
const _sRt = "stateReason";
|
|
7504
7525
|
const _sS = "snapshotSet";
|
|
7526
|
+
const _sSC = "sqlServerCredentials";
|
|
7505
7527
|
const _sSGN = "sourceSecurityGroupName";
|
|
7506
7528
|
const _sSGOI = "sourceSecurityGroupOwnerId";
|
|
7507
7529
|
const _sSGS = "staleSecurityGroupSet";
|
|
7530
|
+
const _sSLU = "sqlServerLicenseUsage";
|
|
7508
7531
|
const _sSPU = "selfServicePortalUrl";
|
|
7509
7532
|
const _sSS = "staticSourcesSupport";
|
|
7510
7533
|
const _sSSPA = "selfServiceSamlProviderArn";
|
|
@@ -24462,6 +24485,102 @@ var DescribeInstanceImageMetadataResult = [
|
|
|
24462
24485
|
],
|
|
24463
24486
|
],
|
|
24464
24487
|
];
|
|
24488
|
+
var DescribeInstanceSqlHaHistoryStatesRequest = [
|
|
24489
|
+
3,
|
|
24490
|
+
n0,
|
|
24491
|
+
_DISHHSR,
|
|
24492
|
+
0,
|
|
24493
|
+
[_IIn, _ST, _ETnd, _NTe, _MR, _Fi, _DR],
|
|
24494
|
+
[
|
|
24495
|
+
[
|
|
24496
|
+
() => InstanceIdStringList,
|
|
24497
|
+
{
|
|
24498
|
+
[_xN]: _II,
|
|
24499
|
+
},
|
|
24500
|
+
],
|
|
24501
|
+
4,
|
|
24502
|
+
4,
|
|
24503
|
+
0,
|
|
24504
|
+
1,
|
|
24505
|
+
[
|
|
24506
|
+
() => FilterList,
|
|
24507
|
+
{
|
|
24508
|
+
[_xN]: _Fil,
|
|
24509
|
+
},
|
|
24510
|
+
],
|
|
24511
|
+
2,
|
|
24512
|
+
],
|
|
24513
|
+
];
|
|
24514
|
+
var DescribeInstanceSqlHaHistoryStatesResult = [
|
|
24515
|
+
3,
|
|
24516
|
+
n0,
|
|
24517
|
+
_DISHHSRe,
|
|
24518
|
+
0,
|
|
24519
|
+
[_Ins, _NTe],
|
|
24520
|
+
[
|
|
24521
|
+
[
|
|
24522
|
+
() => RegisteredInstanceList,
|
|
24523
|
+
{
|
|
24524
|
+
[_eQN]: `InstanceSet`,
|
|
24525
|
+
[_xN]: _iSns,
|
|
24526
|
+
},
|
|
24527
|
+
],
|
|
24528
|
+
[
|
|
24529
|
+
0,
|
|
24530
|
+
{
|
|
24531
|
+
[_eQN]: `NextToken`,
|
|
24532
|
+
[_xN]: _nTe,
|
|
24533
|
+
},
|
|
24534
|
+
],
|
|
24535
|
+
],
|
|
24536
|
+
];
|
|
24537
|
+
var DescribeInstanceSqlHaStatesRequest = [
|
|
24538
|
+
3,
|
|
24539
|
+
n0,
|
|
24540
|
+
_DISHSR,
|
|
24541
|
+
0,
|
|
24542
|
+
[_IIn, _NTe, _MR, _Fi, _DR],
|
|
24543
|
+
[
|
|
24544
|
+
[
|
|
24545
|
+
() => InstanceIdStringList,
|
|
24546
|
+
{
|
|
24547
|
+
[_xN]: _II,
|
|
24548
|
+
},
|
|
24549
|
+
],
|
|
24550
|
+
0,
|
|
24551
|
+
1,
|
|
24552
|
+
[
|
|
24553
|
+
() => FilterList,
|
|
24554
|
+
{
|
|
24555
|
+
[_xN]: _Fil,
|
|
24556
|
+
},
|
|
24557
|
+
],
|
|
24558
|
+
2,
|
|
24559
|
+
],
|
|
24560
|
+
];
|
|
24561
|
+
var DescribeInstanceSqlHaStatesResult = [
|
|
24562
|
+
3,
|
|
24563
|
+
n0,
|
|
24564
|
+
_DISHSRe,
|
|
24565
|
+
0,
|
|
24566
|
+
[_Ins, _NTe],
|
|
24567
|
+
[
|
|
24568
|
+
[
|
|
24569
|
+
() => RegisteredInstanceList,
|
|
24570
|
+
{
|
|
24571
|
+
[_eQN]: `InstanceSet`,
|
|
24572
|
+
[_xN]: _iSns,
|
|
24573
|
+
},
|
|
24574
|
+
],
|
|
24575
|
+
[
|
|
24576
|
+
0,
|
|
24577
|
+
{
|
|
24578
|
+
[_eQN]: `NextToken`,
|
|
24579
|
+
[_xN]: _nTe,
|
|
24580
|
+
},
|
|
24581
|
+
],
|
|
24582
|
+
],
|
|
24583
|
+
];
|
|
24465
24584
|
var DescribeInstancesRequest = [
|
|
24466
24585
|
3,
|
|
24467
24586
|
n0,
|
|
@@ -30827,6 +30946,38 @@ var DisableImageResult = [
|
|
|
30827
30946
|
],
|
|
30828
30947
|
],
|
|
30829
30948
|
];
|
|
30949
|
+
var DisableInstanceSqlHaStandbyDetectionsRequest = [
|
|
30950
|
+
3,
|
|
30951
|
+
n0,
|
|
30952
|
+
_DISHSDR,
|
|
30953
|
+
0,
|
|
30954
|
+
[_IIn, _DR],
|
|
30955
|
+
[
|
|
30956
|
+
[
|
|
30957
|
+
() => InstanceIdUpdateStringList,
|
|
30958
|
+
{
|
|
30959
|
+
[_xN]: _II,
|
|
30960
|
+
},
|
|
30961
|
+
],
|
|
30962
|
+
2,
|
|
30963
|
+
],
|
|
30964
|
+
];
|
|
30965
|
+
var DisableInstanceSqlHaStandbyDetectionsResult = [
|
|
30966
|
+
3,
|
|
30967
|
+
n0,
|
|
30968
|
+
_DISHSDRi,
|
|
30969
|
+
0,
|
|
30970
|
+
[_Ins],
|
|
30971
|
+
[
|
|
30972
|
+
[
|
|
30973
|
+
() => RegisteredInstanceList,
|
|
30974
|
+
{
|
|
30975
|
+
[_eQN]: `InstanceSet`,
|
|
30976
|
+
[_xN]: _iSns,
|
|
30977
|
+
},
|
|
30978
|
+
],
|
|
30979
|
+
],
|
|
30980
|
+
];
|
|
30830
30981
|
var DisableIpamOrganizationAdminAccountRequest = [
|
|
30831
30982
|
3,
|
|
30832
30983
|
n0,
|
|
@@ -32070,7 +32221,7 @@ var Ec2InstanceConnectEndpoint = [
|
|
|
32070
32221
|
n0,
|
|
32071
32222
|
_EICE,
|
|
32072
32223
|
0,
|
|
32073
|
-
[_OI, _ICEI, _ICEA, _St, _SMta, _DNn, _FDN, _NIIe, _VI, _AZ, _CAr, _SIu, _PCI, _SGIe, _T, _IAT, _PDNu],
|
|
32224
|
+
[_OI, _ICEI, _ICEA, _St, _SMta, _DNn, _FDN, _NIIe, _VI, _AZ, _CAr, _SIu, _PCI, _SGIe, _T, _IAT, _PDNu, _AZI],
|
|
32074
32225
|
[
|
|
32075
32226
|
[
|
|
32076
32227
|
0,
|
|
@@ -32191,6 +32342,13 @@ var Ec2InstanceConnectEndpoint = [
|
|
|
32191
32342
|
[_xN]: _pDN,
|
|
32192
32343
|
},
|
|
32193
32344
|
],
|
|
32345
|
+
[
|
|
32346
|
+
0,
|
|
32347
|
+
{
|
|
32348
|
+
[_eQN]: `AvailabilityZoneId`,
|
|
32349
|
+
[_xN]: _aZI,
|
|
32350
|
+
},
|
|
32351
|
+
],
|
|
32194
32352
|
],
|
|
32195
32353
|
];
|
|
32196
32354
|
var EfaInfo = [
|
|
@@ -32879,6 +33037,39 @@ var EnableImageResult = [
|
|
|
32879
33037
|
],
|
|
32880
33038
|
],
|
|
32881
33039
|
];
|
|
33040
|
+
var EnableInstanceSqlHaStandbyDetectionsRequest = [
|
|
33041
|
+
3,
|
|
33042
|
+
n0,
|
|
33043
|
+
_EISHSDR,
|
|
33044
|
+
0,
|
|
33045
|
+
[_IIn, _SSC, _DR],
|
|
33046
|
+
[
|
|
33047
|
+
[
|
|
33048
|
+
() => InstanceIdUpdateStringList,
|
|
33049
|
+
{
|
|
33050
|
+
[_xN]: _II,
|
|
33051
|
+
},
|
|
33052
|
+
],
|
|
33053
|
+
0,
|
|
33054
|
+
2,
|
|
33055
|
+
],
|
|
33056
|
+
];
|
|
33057
|
+
var EnableInstanceSqlHaStandbyDetectionsResult = [
|
|
33058
|
+
3,
|
|
33059
|
+
n0,
|
|
33060
|
+
_EISHSDRn,
|
|
33061
|
+
0,
|
|
33062
|
+
[_Ins],
|
|
33063
|
+
[
|
|
33064
|
+
[
|
|
33065
|
+
() => RegisteredInstanceList,
|
|
33066
|
+
{
|
|
33067
|
+
[_eQN]: `InstanceSet`,
|
|
33068
|
+
[_xN]: _iSns,
|
|
33069
|
+
},
|
|
33070
|
+
],
|
|
33071
|
+
],
|
|
33072
|
+
];
|
|
32882
33073
|
var EnableIpamOrganizationAdminAccountRequest = [3, n0, _EIOAAR, 0, [_DR, _DAAI], [2, 0]];
|
|
32883
33074
|
var EnableIpamOrganizationAdminAccountResult = [
|
|
32884
33075
|
3,
|
|
@@ -54847,6 +55038,64 @@ var RegionalSummary = [
|
|
|
54847
55038
|
],
|
|
54848
55039
|
],
|
|
54849
55040
|
];
|
|
55041
|
+
var RegisteredInstance = [
|
|
55042
|
+
3,
|
|
55043
|
+
n0,
|
|
55044
|
+
_RIeg,
|
|
55045
|
+
0,
|
|
55046
|
+
[_II, _SSLU, _HSa, _PSro, _LUTa, _SSC, _T],
|
|
55047
|
+
[
|
|
55048
|
+
[
|
|
55049
|
+
0,
|
|
55050
|
+
{
|
|
55051
|
+
[_eQN]: `InstanceId`,
|
|
55052
|
+
[_xN]: _iI,
|
|
55053
|
+
},
|
|
55054
|
+
],
|
|
55055
|
+
[
|
|
55056
|
+
0,
|
|
55057
|
+
{
|
|
55058
|
+
[_eQN]: `SqlServerLicenseUsage`,
|
|
55059
|
+
[_xN]: _sSLU,
|
|
55060
|
+
},
|
|
55061
|
+
],
|
|
55062
|
+
[
|
|
55063
|
+
0,
|
|
55064
|
+
{
|
|
55065
|
+
[_eQN]: `HaStatus`,
|
|
55066
|
+
[_xN]: _hSa,
|
|
55067
|
+
},
|
|
55068
|
+
],
|
|
55069
|
+
[
|
|
55070
|
+
0,
|
|
55071
|
+
{
|
|
55072
|
+
[_eQN]: `ProcessingStatus`,
|
|
55073
|
+
[_xN]: _pSroc,
|
|
55074
|
+
},
|
|
55075
|
+
],
|
|
55076
|
+
[
|
|
55077
|
+
4,
|
|
55078
|
+
{
|
|
55079
|
+
[_eQN]: `LastUpdatedTime`,
|
|
55080
|
+
[_xN]: _lUTa,
|
|
55081
|
+
},
|
|
55082
|
+
],
|
|
55083
|
+
[
|
|
55084
|
+
0,
|
|
55085
|
+
{
|
|
55086
|
+
[_eQN]: `SqlServerCredentials`,
|
|
55087
|
+
[_xN]: _sSC,
|
|
55088
|
+
},
|
|
55089
|
+
],
|
|
55090
|
+
[
|
|
55091
|
+
() => TagList,
|
|
55092
|
+
{
|
|
55093
|
+
[_eQN]: `TagSet`,
|
|
55094
|
+
[_xN]: _tS,
|
|
55095
|
+
},
|
|
55096
|
+
],
|
|
55097
|
+
],
|
|
55098
|
+
];
|
|
54850
55099
|
var RegisterImageRequest = [
|
|
54851
55100
|
3,
|
|
54852
55101
|
n0,
|
|
@@ -71986,6 +72235,18 @@ var InstanceIdStringList = [
|
|
|
71986
72235
|
},
|
|
71987
72236
|
],
|
|
71988
72237
|
];
|
|
72238
|
+
var InstanceIdUpdateStringList = [
|
|
72239
|
+
1,
|
|
72240
|
+
n0,
|
|
72241
|
+
_IIUSL,
|
|
72242
|
+
0,
|
|
72243
|
+
[
|
|
72244
|
+
0,
|
|
72245
|
+
{
|
|
72246
|
+
[_xN]: _it,
|
|
72247
|
+
},
|
|
72248
|
+
],
|
|
72249
|
+
];
|
|
71989
72250
|
var InstanceImageMetadataList = [
|
|
71990
72251
|
1,
|
|
71991
72252
|
n0,
|
|
@@ -74542,6 +74803,18 @@ var RegionNameStringList = [
|
|
|
74542
74803
|
},
|
|
74543
74804
|
],
|
|
74544
74805
|
];
|
|
74806
|
+
var RegisteredInstanceList = [
|
|
74807
|
+
1,
|
|
74808
|
+
n0,
|
|
74809
|
+
_RILeg,
|
|
74810
|
+
0,
|
|
74811
|
+
[
|
|
74812
|
+
() => RegisteredInstance,
|
|
74813
|
+
{
|
|
74814
|
+
[_xN]: _it,
|
|
74815
|
+
},
|
|
74816
|
+
],
|
|
74817
|
+
];
|
|
74545
74818
|
var RemoveIpamOperatingRegionSet = [1, n0, _RIORS, 0, () => RemoveIpamOperatingRegion];
|
|
74546
74819
|
var RemoveIpamOrganizationalUnitExclusionSet = [
|
|
74547
74820
|
1,
|
|
@@ -79450,6 +79723,22 @@ var DescribeInstances = [
|
|
|
79450
79723
|
() => DescribeInstancesRequest,
|
|
79451
79724
|
() => DescribeInstancesResult,
|
|
79452
79725
|
];
|
|
79726
|
+
var DescribeInstanceSqlHaHistoryStates = [
|
|
79727
|
+
9,
|
|
79728
|
+
n0,
|
|
79729
|
+
_DISHHS,
|
|
79730
|
+
0,
|
|
79731
|
+
() => DescribeInstanceSqlHaHistoryStatesRequest,
|
|
79732
|
+
() => DescribeInstanceSqlHaHistoryStatesResult,
|
|
79733
|
+
];
|
|
79734
|
+
var DescribeInstanceSqlHaStates = [
|
|
79735
|
+
9,
|
|
79736
|
+
n0,
|
|
79737
|
+
_DISHS,
|
|
79738
|
+
0,
|
|
79739
|
+
() => DescribeInstanceSqlHaStatesRequest,
|
|
79740
|
+
() => DescribeInstanceSqlHaStatesResult,
|
|
79741
|
+
];
|
|
79453
79742
|
var DescribeInstanceStatus = [
|
|
79454
79743
|
9,
|
|
79455
79744
|
n0,
|
|
@@ -80469,6 +80758,14 @@ var DisableImageDeregistrationProtection = [
|
|
|
80469
80758
|
() => DisableImageDeregistrationProtectionRequest,
|
|
80470
80759
|
() => DisableImageDeregistrationProtectionResult,
|
|
80471
80760
|
];
|
|
80761
|
+
var DisableInstanceSqlHaStandbyDetections = [
|
|
80762
|
+
9,
|
|
80763
|
+
n0,
|
|
80764
|
+
_DISHSD,
|
|
80765
|
+
0,
|
|
80766
|
+
() => DisableInstanceSqlHaStandbyDetectionsRequest,
|
|
80767
|
+
() => DisableInstanceSqlHaStandbyDetectionsResult,
|
|
80768
|
+
];
|
|
80472
80769
|
var DisableIpamOrganizationAdminAccount = [
|
|
80473
80770
|
9,
|
|
80474
80771
|
n0,
|
|
@@ -80758,6 +81055,14 @@ var EnableImageDeregistrationProtection = [
|
|
|
80758
81055
|
() => EnableImageDeregistrationProtectionRequest,
|
|
80759
81056
|
() => EnableImageDeregistrationProtectionResult,
|
|
80760
81057
|
];
|
|
81058
|
+
var EnableInstanceSqlHaStandbyDetections = [
|
|
81059
|
+
9,
|
|
81060
|
+
n0,
|
|
81061
|
+
_EISHSD,
|
|
81062
|
+
0,
|
|
81063
|
+
() => EnableInstanceSqlHaStandbyDetectionsRequest,
|
|
81064
|
+
() => EnableInstanceSqlHaStandbyDetectionsResult,
|
|
81065
|
+
];
|
|
80761
81066
|
var EnableIpamOrganizationAdminAccount = [
|
|
80762
81067
|
9,
|
|
80763
81068
|
n0,
|
|
@@ -82084,7 +82389,7 @@ var RebootInstances = [9, n0, _RIeb, 0, () => RebootInstancesRequest, () => __Un
|
|
|
82084
82389
|
var RegisterImage = [
|
|
82085
82390
|
9,
|
|
82086
82391
|
n0,
|
|
82087
|
-
|
|
82392
|
+
_RIegi,
|
|
82088
82393
|
0,
|
|
82089
82394
|
() => RegisterImageRequest,
|
|
82090
82395
|
() => RegisterImageResult,
|
|
@@ -86309,6 +86614,30 @@ class DescribeInstancesCommand extends smithyClient.Command
|
|
|
86309
86614
|
.build() {
|
|
86310
86615
|
}
|
|
86311
86616
|
|
|
86617
|
+
class DescribeInstanceSqlHaHistoryStatesCommand extends smithyClient.Command
|
|
86618
|
+
.classBuilder()
|
|
86619
|
+
.ep(commonParams)
|
|
86620
|
+
.m(function (Command, cs, config, o) {
|
|
86621
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
86622
|
+
})
|
|
86623
|
+
.s("AmazonEC2", "DescribeInstanceSqlHaHistoryStates", {})
|
|
86624
|
+
.n("EC2Client", "DescribeInstanceSqlHaHistoryStatesCommand")
|
|
86625
|
+
.sc(DescribeInstanceSqlHaHistoryStates)
|
|
86626
|
+
.build() {
|
|
86627
|
+
}
|
|
86628
|
+
|
|
86629
|
+
class DescribeInstanceSqlHaStatesCommand extends smithyClient.Command
|
|
86630
|
+
.classBuilder()
|
|
86631
|
+
.ep(commonParams)
|
|
86632
|
+
.m(function (Command, cs, config, o) {
|
|
86633
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
86634
|
+
})
|
|
86635
|
+
.s("AmazonEC2", "DescribeInstanceSqlHaStates", {})
|
|
86636
|
+
.n("EC2Client", "DescribeInstanceSqlHaStatesCommand")
|
|
86637
|
+
.sc(DescribeInstanceSqlHaStates)
|
|
86638
|
+
.build() {
|
|
86639
|
+
}
|
|
86640
|
+
|
|
86312
86641
|
class DescribeInstanceStatusCommand extends smithyClient.Command
|
|
86313
86642
|
.classBuilder()
|
|
86314
86643
|
.ep(commonParams)
|
|
@@ -87869,6 +88198,18 @@ class DisableImageDeregistrationProtectionCommand extends smithyClient.Command
|
|
|
87869
88198
|
.build() {
|
|
87870
88199
|
}
|
|
87871
88200
|
|
|
88201
|
+
class DisableInstanceSqlHaStandbyDetectionsCommand extends smithyClient.Command
|
|
88202
|
+
.classBuilder()
|
|
88203
|
+
.ep(commonParams)
|
|
88204
|
+
.m(function (Command, cs, config, o) {
|
|
88205
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
88206
|
+
})
|
|
88207
|
+
.s("AmazonEC2", "DisableInstanceSqlHaStandbyDetections", {})
|
|
88208
|
+
.n("EC2Client", "DisableInstanceSqlHaStandbyDetectionsCommand")
|
|
88209
|
+
.sc(DisableInstanceSqlHaStandbyDetections)
|
|
88210
|
+
.build() {
|
|
88211
|
+
}
|
|
88212
|
+
|
|
87872
88213
|
class DisableIpamOrganizationAdminAccountCommand extends smithyClient.Command
|
|
87873
88214
|
.classBuilder()
|
|
87874
88215
|
.ep(commonParams)
|
|
@@ -88313,6 +88654,18 @@ class EnableImageDeregistrationProtectionCommand extends smithyClient.Command
|
|
|
88313
88654
|
.build() {
|
|
88314
88655
|
}
|
|
88315
88656
|
|
|
88657
|
+
class EnableInstanceSqlHaStandbyDetectionsCommand extends smithyClient.Command
|
|
88658
|
+
.classBuilder()
|
|
88659
|
+
.ep(commonParams)
|
|
88660
|
+
.m(function (Command, cs, config, o) {
|
|
88661
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
88662
|
+
})
|
|
88663
|
+
.s("AmazonEC2", "EnableInstanceSqlHaStandbyDetections", {})
|
|
88664
|
+
.n("EC2Client", "EnableInstanceSqlHaStandbyDetectionsCommand")
|
|
88665
|
+
.sc(EnableInstanceSqlHaStandbyDetections)
|
|
88666
|
+
.build() {
|
|
88667
|
+
}
|
|
88668
|
+
|
|
88316
88669
|
class EnableIpamOrganizationAdminAccountCommand extends smithyClient.Command
|
|
88317
88670
|
.classBuilder()
|
|
88318
88671
|
.ep(commonParams)
|
|
@@ -91471,6 +91824,8 @@ const commands = {
|
|
|
91471
91824
|
DescribeInstanceEventWindowsCommand,
|
|
91472
91825
|
DescribeInstanceImageMetadataCommand,
|
|
91473
91826
|
DescribeInstancesCommand,
|
|
91827
|
+
DescribeInstanceSqlHaHistoryStatesCommand,
|
|
91828
|
+
DescribeInstanceSqlHaStatesCommand,
|
|
91474
91829
|
DescribeInstanceStatusCommand,
|
|
91475
91830
|
DescribeInstanceTopologyCommand,
|
|
91476
91831
|
DescribeInstanceTypeOfferingsCommand,
|
|
@@ -91601,6 +91956,7 @@ const commands = {
|
|
|
91601
91956
|
DisableImageBlockPublicAccessCommand,
|
|
91602
91957
|
DisableImageDeprecationCommand,
|
|
91603
91958
|
DisableImageDeregistrationProtectionCommand,
|
|
91959
|
+
DisableInstanceSqlHaStandbyDetectionsCommand,
|
|
91604
91960
|
DisableIpamOrganizationAdminAccountCommand,
|
|
91605
91961
|
DisableRouteServerPropagationCommand,
|
|
91606
91962
|
DisableSerialConsoleAccessCommand,
|
|
@@ -91638,6 +91994,7 @@ const commands = {
|
|
|
91638
91994
|
EnableImageBlockPublicAccessCommand,
|
|
91639
91995
|
EnableImageDeprecationCommand,
|
|
91640
91996
|
EnableImageDeregistrationProtectionCommand,
|
|
91997
|
+
EnableInstanceSqlHaStandbyDetectionsCommand,
|
|
91641
91998
|
EnableIpamOrganizationAdminAccountCommand,
|
|
91642
91999
|
EnableReachabilityAnalyzerOrganizationSharingCommand,
|
|
91643
92000
|
EnableRouteServerPropagationCommand,
|
|
@@ -97198,6 +97555,16 @@ const MonitoringState = {
|
|
|
97198
97555
|
enabled: "enabled",
|
|
97199
97556
|
pending: "pending",
|
|
97200
97557
|
};
|
|
97558
|
+
const HaStatus = {
|
|
97559
|
+
active: "active",
|
|
97560
|
+
invalid: "invalid",
|
|
97561
|
+
processing: "processing",
|
|
97562
|
+
standby: "standby",
|
|
97563
|
+
};
|
|
97564
|
+
const SqlServerLicenseUsage = {
|
|
97565
|
+
full: "full",
|
|
97566
|
+
waived: "waived",
|
|
97567
|
+
};
|
|
97201
97568
|
const StatusName = {
|
|
97202
97569
|
reachability: "reachability",
|
|
97203
97570
|
};
|
|
@@ -97221,13 +97588,13 @@ const EventCode = {
|
|
|
97221
97588
|
system_maintenance: "system-maintenance",
|
|
97222
97589
|
system_reboot: "system-reboot",
|
|
97223
97590
|
};
|
|
97591
|
+
|
|
97224
97592
|
const LocationType = {
|
|
97225
97593
|
availability_zone: "availability-zone",
|
|
97226
97594
|
availability_zone_id: "availability-zone-id",
|
|
97227
97595
|
outpost: "outpost",
|
|
97228
97596
|
region: "region",
|
|
97229
97597
|
};
|
|
97230
|
-
|
|
97231
97598
|
const AttachmentLimitType = {
|
|
97232
97599
|
DEDICATED: "dedicated",
|
|
97233
97600
|
SHARED: "shared",
|
|
@@ -97616,6 +97983,7 @@ const CapacityTenancy = {
|
|
|
97616
97983
|
DEDICATED: "dedicated",
|
|
97617
97984
|
DEFAULT: "default",
|
|
97618
97985
|
};
|
|
97986
|
+
|
|
97619
97987
|
const UnlimitedSupportedInstanceFamily = {
|
|
97620
97988
|
t2: "t2",
|
|
97621
97989
|
t3: "t3",
|
|
@@ -97628,7 +97996,6 @@ const PartitionLoadFrequency = {
|
|
|
97628
97996
|
NONE: "none",
|
|
97629
97997
|
WEEKLY: "weekly",
|
|
97630
97998
|
};
|
|
97631
|
-
|
|
97632
97999
|
const EkPubKeyFormat = {
|
|
97633
98000
|
der: "der",
|
|
97634
98001
|
tpmt: "tpmt",
|
|
@@ -97751,6 +98118,7 @@ const PublicIpDnsOption = {
|
|
|
97751
98118
|
const TargetStorageTier = {
|
|
97752
98119
|
archive: "archive",
|
|
97753
98120
|
};
|
|
98121
|
+
|
|
97754
98122
|
const TrafficMirrorFilterRuleField = {
|
|
97755
98123
|
description: "description",
|
|
97756
98124
|
destination_port_range: "destination-port-range",
|
|
@@ -97762,7 +98130,6 @@ const TrafficMirrorSessionField = {
|
|
|
97762
98130
|
packet_length: "packet-length",
|
|
97763
98131
|
virtual_network_id: "virtual-network-id",
|
|
97764
98132
|
};
|
|
97765
|
-
|
|
97766
98133
|
const VpcTenancy = {
|
|
97767
98134
|
default: "default",
|
|
97768
98135
|
};
|
|
@@ -98204,6 +98571,8 @@ exports.DescribeInstanceCreditSpecificationsCommand = DescribeInstanceCreditSpec
|
|
|
98204
98571
|
exports.DescribeInstanceEventNotificationAttributesCommand = DescribeInstanceEventNotificationAttributesCommand;
|
|
98205
98572
|
exports.DescribeInstanceEventWindowsCommand = DescribeInstanceEventWindowsCommand;
|
|
98206
98573
|
exports.DescribeInstanceImageMetadataCommand = DescribeInstanceImageMetadataCommand;
|
|
98574
|
+
exports.DescribeInstanceSqlHaHistoryStatesCommand = DescribeInstanceSqlHaHistoryStatesCommand;
|
|
98575
|
+
exports.DescribeInstanceSqlHaStatesCommand = DescribeInstanceSqlHaStatesCommand;
|
|
98207
98576
|
exports.DescribeInstanceStatusCommand = DescribeInstanceStatusCommand;
|
|
98208
98577
|
exports.DescribeInstanceTopologyCommand = DescribeInstanceTopologyCommand;
|
|
98209
98578
|
exports.DescribeInstanceTypeOfferingsCommand = DescribeInstanceTypeOfferingsCommand;
|
|
@@ -98338,6 +98707,7 @@ exports.DisableImageBlockPublicAccessCommand = DisableImageBlockPublicAccessComm
|
|
|
98338
98707
|
exports.DisableImageCommand = DisableImageCommand;
|
|
98339
98708
|
exports.DisableImageDeprecationCommand = DisableImageDeprecationCommand;
|
|
98340
98709
|
exports.DisableImageDeregistrationProtectionCommand = DisableImageDeregistrationProtectionCommand;
|
|
98710
|
+
exports.DisableInstanceSqlHaStandbyDetectionsCommand = DisableInstanceSqlHaStandbyDetectionsCommand;
|
|
98341
98711
|
exports.DisableIpamOrganizationAdminAccountCommand = DisableIpamOrganizationAdminAccountCommand;
|
|
98342
98712
|
exports.DisableRouteServerPropagationCommand = DisableRouteServerPropagationCommand;
|
|
98343
98713
|
exports.DisableSerialConsoleAccessCommand = DisableSerialConsoleAccessCommand;
|
|
@@ -98394,6 +98764,7 @@ exports.EnableImageBlockPublicAccessCommand = EnableImageBlockPublicAccessComman
|
|
|
98394
98764
|
exports.EnableImageCommand = EnableImageCommand;
|
|
98395
98765
|
exports.EnableImageDeprecationCommand = EnableImageDeprecationCommand;
|
|
98396
98766
|
exports.EnableImageDeregistrationProtectionCommand = EnableImageDeregistrationProtectionCommand;
|
|
98767
|
+
exports.EnableInstanceSqlHaStandbyDetectionsCommand = EnableInstanceSqlHaStandbyDetectionsCommand;
|
|
98397
98768
|
exports.EnableIpamOrganizationAdminAccountCommand = EnableIpamOrganizationAdminAccountCommand;
|
|
98398
98769
|
exports.EnableReachabilityAnalyzerOrganizationSharingCommand = EnableReachabilityAnalyzerOrganizationSharingCommand;
|
|
98399
98770
|
exports.EnableRouteServerPropagationCommand = EnableRouteServerPropagationCommand;
|
|
@@ -98502,6 +98873,7 @@ exports.GetVpnConnectionDeviceSampleConfigurationCommand = GetVpnConnectionDevic
|
|
|
98502
98873
|
exports.GetVpnConnectionDeviceTypesCommand = GetVpnConnectionDeviceTypesCommand;
|
|
98503
98874
|
exports.GetVpnTunnelReplacementStatusCommand = GetVpnTunnelReplacementStatusCommand;
|
|
98504
98875
|
exports.GroupBy = GroupBy;
|
|
98876
|
+
exports.HaStatus = HaStatus;
|
|
98505
98877
|
exports.HostMaintenance = HostMaintenance;
|
|
98506
98878
|
exports.HostRecovery = HostRecovery;
|
|
98507
98879
|
exports.HostTenancy = HostTenancy;
|
|
@@ -98841,6 +99213,7 @@ exports.SpotInstanceInterruptionBehavior = SpotInstanceInterruptionBehavior;
|
|
|
98841
99213
|
exports.SpotInstanceState = SpotInstanceState;
|
|
98842
99214
|
exports.SpotInstanceType = SpotInstanceType;
|
|
98843
99215
|
exports.SpreadLevel = SpreadLevel;
|
|
99216
|
+
exports.SqlServerLicenseUsage = SqlServerLicenseUsage;
|
|
98844
99217
|
exports.StartDeclarativePoliciesReportCommand = StartDeclarativePoliciesReportCommand;
|
|
98845
99218
|
exports.StartInstancesCommand = StartInstancesCommand;
|
|
98846
99219
|
exports.StartNetworkInsightsAccessScopeAnalysisCommand = StartNetworkInsightsAccessScopeAnalysisCommand;
|