@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.
- package/README.md +32 -0
- package/dist-cjs/index.js +371 -5
- 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 +300 -2
- package/dist-types/EC2.d.ts +30 -0
- package/dist-types/EC2Client.d.ts +6 -2
- 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_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_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 +3 -3
package/README.md
CHANGED
|
@@ -2709,6 +2709,22 @@ DescribeInstances
|
|
|
2709
2709
|
|
|
2710
2710
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/DescribeInstancesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/DescribeInstancesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/DescribeInstancesCommandOutput/)
|
|
2711
2711
|
|
|
2712
|
+
</details>
|
|
2713
|
+
<details>
|
|
2714
|
+
<summary>
|
|
2715
|
+
DescribeInstanceSqlHaHistoryStates
|
|
2716
|
+
</summary>
|
|
2717
|
+
|
|
2718
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/DescribeInstanceSqlHaHistoryStatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/DescribeInstanceSqlHaHistoryStatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/DescribeInstanceSqlHaHistoryStatesCommandOutput/)
|
|
2719
|
+
|
|
2720
|
+
</details>
|
|
2721
|
+
<details>
|
|
2722
|
+
<summary>
|
|
2723
|
+
DescribeInstanceSqlHaStates
|
|
2724
|
+
</summary>
|
|
2725
|
+
|
|
2726
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/DescribeInstanceSqlHaStatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/DescribeInstanceSqlHaStatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/DescribeInstanceSqlHaStatesCommandOutput/)
|
|
2727
|
+
|
|
2712
2728
|
</details>
|
|
2713
2729
|
<details>
|
|
2714
2730
|
<summary>
|
|
@@ -3749,6 +3765,14 @@ DisableImageDeregistrationProtection
|
|
|
3749
3765
|
|
|
3750
3766
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/DisableImageDeregistrationProtectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/DisableImageDeregistrationProtectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/DisableImageDeregistrationProtectionCommandOutput/)
|
|
3751
3767
|
|
|
3768
|
+
</details>
|
|
3769
|
+
<details>
|
|
3770
|
+
<summary>
|
|
3771
|
+
DisableInstanceSqlHaStandbyDetections
|
|
3772
|
+
</summary>
|
|
3773
|
+
|
|
3774
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/DisableInstanceSqlHaStandbyDetectionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/DisableInstanceSqlHaStandbyDetectionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/DisableInstanceSqlHaStandbyDetectionsCommandOutput/)
|
|
3775
|
+
|
|
3752
3776
|
</details>
|
|
3753
3777
|
<details>
|
|
3754
3778
|
<summary>
|
|
@@ -4045,6 +4069,14 @@ EnableImageDeregistrationProtection
|
|
|
4045
4069
|
|
|
4046
4070
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/EnableImageDeregistrationProtectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/EnableImageDeregistrationProtectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/EnableImageDeregistrationProtectionCommandOutput/)
|
|
4047
4071
|
|
|
4072
|
+
</details>
|
|
4073
|
+
<details>
|
|
4074
|
+
<summary>
|
|
4075
|
+
EnableInstanceSqlHaStandbyDetections
|
|
4076
|
+
</summary>
|
|
4077
|
+
|
|
4078
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/EnableInstanceSqlHaStandbyDetectionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/EnableInstanceSqlHaStandbyDetectionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/EnableInstanceSqlHaStandbyDetectionsCommandOutput/)
|
|
4079
|
+
|
|
4048
4080
|
</details>
|
|
4049
4081
|
<details>
|
|
4050
4082
|
<summary>
|
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,
|
|
@@ -32886,6 +33037,39 @@ var EnableImageResult = [
|
|
|
32886
33037
|
],
|
|
32887
33038
|
],
|
|
32888
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
|
+
];
|
|
32889
33073
|
var EnableIpamOrganizationAdminAccountRequest = [3, n0, _EIOAAR, 0, [_DR, _DAAI], [2, 0]];
|
|
32890
33074
|
var EnableIpamOrganizationAdminAccountResult = [
|
|
32891
33075
|
3,
|
|
@@ -54854,6 +55038,64 @@ var RegionalSummary = [
|
|
|
54854
55038
|
],
|
|
54855
55039
|
],
|
|
54856
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
|
+
];
|
|
54857
55099
|
var RegisterImageRequest = [
|
|
54858
55100
|
3,
|
|
54859
55101
|
n0,
|
|
@@ -71993,6 +72235,18 @@ var InstanceIdStringList = [
|
|
|
71993
72235
|
},
|
|
71994
72236
|
],
|
|
71995
72237
|
];
|
|
72238
|
+
var InstanceIdUpdateStringList = [
|
|
72239
|
+
1,
|
|
72240
|
+
n0,
|
|
72241
|
+
_IIUSL,
|
|
72242
|
+
0,
|
|
72243
|
+
[
|
|
72244
|
+
0,
|
|
72245
|
+
{
|
|
72246
|
+
[_xN]: _it,
|
|
72247
|
+
},
|
|
72248
|
+
],
|
|
72249
|
+
];
|
|
71996
72250
|
var InstanceImageMetadataList = [
|
|
71997
72251
|
1,
|
|
71998
72252
|
n0,
|
|
@@ -74549,6 +74803,18 @@ var RegionNameStringList = [
|
|
|
74549
74803
|
},
|
|
74550
74804
|
],
|
|
74551
74805
|
];
|
|
74806
|
+
var RegisteredInstanceList = [
|
|
74807
|
+
1,
|
|
74808
|
+
n0,
|
|
74809
|
+
_RILeg,
|
|
74810
|
+
0,
|
|
74811
|
+
[
|
|
74812
|
+
() => RegisteredInstance,
|
|
74813
|
+
{
|
|
74814
|
+
[_xN]: _it,
|
|
74815
|
+
},
|
|
74816
|
+
],
|
|
74817
|
+
];
|
|
74552
74818
|
var RemoveIpamOperatingRegionSet = [1, n0, _RIORS, 0, () => RemoveIpamOperatingRegion];
|
|
74553
74819
|
var RemoveIpamOrganizationalUnitExclusionSet = [
|
|
74554
74820
|
1,
|
|
@@ -79457,6 +79723,22 @@ var DescribeInstances = [
|
|
|
79457
79723
|
() => DescribeInstancesRequest,
|
|
79458
79724
|
() => DescribeInstancesResult,
|
|
79459
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
|
+
];
|
|
79460
79742
|
var DescribeInstanceStatus = [
|
|
79461
79743
|
9,
|
|
79462
79744
|
n0,
|
|
@@ -80476,6 +80758,14 @@ var DisableImageDeregistrationProtection = [
|
|
|
80476
80758
|
() => DisableImageDeregistrationProtectionRequest,
|
|
80477
80759
|
() => DisableImageDeregistrationProtectionResult,
|
|
80478
80760
|
];
|
|
80761
|
+
var DisableInstanceSqlHaStandbyDetections = [
|
|
80762
|
+
9,
|
|
80763
|
+
n0,
|
|
80764
|
+
_DISHSD,
|
|
80765
|
+
0,
|
|
80766
|
+
() => DisableInstanceSqlHaStandbyDetectionsRequest,
|
|
80767
|
+
() => DisableInstanceSqlHaStandbyDetectionsResult,
|
|
80768
|
+
];
|
|
80479
80769
|
var DisableIpamOrganizationAdminAccount = [
|
|
80480
80770
|
9,
|
|
80481
80771
|
n0,
|
|
@@ -80765,6 +81055,14 @@ var EnableImageDeregistrationProtection = [
|
|
|
80765
81055
|
() => EnableImageDeregistrationProtectionRequest,
|
|
80766
81056
|
() => EnableImageDeregistrationProtectionResult,
|
|
80767
81057
|
];
|
|
81058
|
+
var EnableInstanceSqlHaStandbyDetections = [
|
|
81059
|
+
9,
|
|
81060
|
+
n0,
|
|
81061
|
+
_EISHSD,
|
|
81062
|
+
0,
|
|
81063
|
+
() => EnableInstanceSqlHaStandbyDetectionsRequest,
|
|
81064
|
+
() => EnableInstanceSqlHaStandbyDetectionsResult,
|
|
81065
|
+
];
|
|
80768
81066
|
var EnableIpamOrganizationAdminAccount = [
|
|
80769
81067
|
9,
|
|
80770
81068
|
n0,
|
|
@@ -82091,7 +82389,7 @@ var RebootInstances = [9, n0, _RIeb, 0, () => RebootInstancesRequest, () => __Un
|
|
|
82091
82389
|
var RegisterImage = [
|
|
82092
82390
|
9,
|
|
82093
82391
|
n0,
|
|
82094
|
-
|
|
82392
|
+
_RIegi,
|
|
82095
82393
|
0,
|
|
82096
82394
|
() => RegisterImageRequest,
|
|
82097
82395
|
() => RegisterImageResult,
|
|
@@ -86316,6 +86614,30 @@ class DescribeInstancesCommand extends smithyClient.Command
|
|
|
86316
86614
|
.build() {
|
|
86317
86615
|
}
|
|
86318
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
|
+
|
|
86319
86641
|
class DescribeInstanceStatusCommand extends smithyClient.Command
|
|
86320
86642
|
.classBuilder()
|
|
86321
86643
|
.ep(commonParams)
|
|
@@ -87876,6 +88198,18 @@ class DisableImageDeregistrationProtectionCommand extends smithyClient.Command
|
|
|
87876
88198
|
.build() {
|
|
87877
88199
|
}
|
|
87878
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
|
+
|
|
87879
88213
|
class DisableIpamOrganizationAdminAccountCommand extends smithyClient.Command
|
|
87880
88214
|
.classBuilder()
|
|
87881
88215
|
.ep(commonParams)
|
|
@@ -88320,6 +88654,18 @@ class EnableImageDeregistrationProtectionCommand extends smithyClient.Command
|
|
|
88320
88654
|
.build() {
|
|
88321
88655
|
}
|
|
88322
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
|
+
|
|
88323
88669
|
class EnableIpamOrganizationAdminAccountCommand extends smithyClient.Command
|
|
88324
88670
|
.classBuilder()
|
|
88325
88671
|
.ep(commonParams)
|
|
@@ -91478,6 +91824,8 @@ const commands = {
|
|
|
91478
91824
|
DescribeInstanceEventWindowsCommand,
|
|
91479
91825
|
DescribeInstanceImageMetadataCommand,
|
|
91480
91826
|
DescribeInstancesCommand,
|
|
91827
|
+
DescribeInstanceSqlHaHistoryStatesCommand,
|
|
91828
|
+
DescribeInstanceSqlHaStatesCommand,
|
|
91481
91829
|
DescribeInstanceStatusCommand,
|
|
91482
91830
|
DescribeInstanceTopologyCommand,
|
|
91483
91831
|
DescribeInstanceTypeOfferingsCommand,
|
|
@@ -91608,6 +91956,7 @@ const commands = {
|
|
|
91608
91956
|
DisableImageBlockPublicAccessCommand,
|
|
91609
91957
|
DisableImageDeprecationCommand,
|
|
91610
91958
|
DisableImageDeregistrationProtectionCommand,
|
|
91959
|
+
DisableInstanceSqlHaStandbyDetectionsCommand,
|
|
91611
91960
|
DisableIpamOrganizationAdminAccountCommand,
|
|
91612
91961
|
DisableRouteServerPropagationCommand,
|
|
91613
91962
|
DisableSerialConsoleAccessCommand,
|
|
@@ -91645,6 +91994,7 @@ const commands = {
|
|
|
91645
91994
|
EnableImageBlockPublicAccessCommand,
|
|
91646
91995
|
EnableImageDeprecationCommand,
|
|
91647
91996
|
EnableImageDeregistrationProtectionCommand,
|
|
91997
|
+
EnableInstanceSqlHaStandbyDetectionsCommand,
|
|
91648
91998
|
EnableIpamOrganizationAdminAccountCommand,
|
|
91649
91999
|
EnableReachabilityAnalyzerOrganizationSharingCommand,
|
|
91650
92000
|
EnableRouteServerPropagationCommand,
|
|
@@ -97205,6 +97555,16 @@ const MonitoringState = {
|
|
|
97205
97555
|
enabled: "enabled",
|
|
97206
97556
|
pending: "pending",
|
|
97207
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
|
+
};
|
|
97208
97568
|
const StatusName = {
|
|
97209
97569
|
reachability: "reachability",
|
|
97210
97570
|
};
|
|
@@ -97228,13 +97588,13 @@ const EventCode = {
|
|
|
97228
97588
|
system_maintenance: "system-maintenance",
|
|
97229
97589
|
system_reboot: "system-reboot",
|
|
97230
97590
|
};
|
|
97591
|
+
|
|
97231
97592
|
const LocationType = {
|
|
97232
97593
|
availability_zone: "availability-zone",
|
|
97233
97594
|
availability_zone_id: "availability-zone-id",
|
|
97234
97595
|
outpost: "outpost",
|
|
97235
97596
|
region: "region",
|
|
97236
97597
|
};
|
|
97237
|
-
|
|
97238
97598
|
const AttachmentLimitType = {
|
|
97239
97599
|
DEDICATED: "dedicated",
|
|
97240
97600
|
SHARED: "shared",
|
|
@@ -97623,6 +97983,7 @@ const CapacityTenancy = {
|
|
|
97623
97983
|
DEDICATED: "dedicated",
|
|
97624
97984
|
DEFAULT: "default",
|
|
97625
97985
|
};
|
|
97986
|
+
|
|
97626
97987
|
const UnlimitedSupportedInstanceFamily = {
|
|
97627
97988
|
t2: "t2",
|
|
97628
97989
|
t3: "t3",
|
|
@@ -97635,7 +97996,6 @@ const PartitionLoadFrequency = {
|
|
|
97635
97996
|
NONE: "none",
|
|
97636
97997
|
WEEKLY: "weekly",
|
|
97637
97998
|
};
|
|
97638
|
-
|
|
97639
97999
|
const EkPubKeyFormat = {
|
|
97640
98000
|
der: "der",
|
|
97641
98001
|
tpmt: "tpmt",
|
|
@@ -97758,6 +98118,7 @@ const PublicIpDnsOption = {
|
|
|
97758
98118
|
const TargetStorageTier = {
|
|
97759
98119
|
archive: "archive",
|
|
97760
98120
|
};
|
|
98121
|
+
|
|
97761
98122
|
const TrafficMirrorFilterRuleField = {
|
|
97762
98123
|
description: "description",
|
|
97763
98124
|
destination_port_range: "destination-port-range",
|
|
@@ -97769,7 +98130,6 @@ const TrafficMirrorSessionField = {
|
|
|
97769
98130
|
packet_length: "packet-length",
|
|
97770
98131
|
virtual_network_id: "virtual-network-id",
|
|
97771
98132
|
};
|
|
97772
|
-
|
|
97773
98133
|
const VpcTenancy = {
|
|
97774
98134
|
default: "default",
|
|
97775
98135
|
};
|
|
@@ -98211,6 +98571,8 @@ exports.DescribeInstanceCreditSpecificationsCommand = DescribeInstanceCreditSpec
|
|
|
98211
98571
|
exports.DescribeInstanceEventNotificationAttributesCommand = DescribeInstanceEventNotificationAttributesCommand;
|
|
98212
98572
|
exports.DescribeInstanceEventWindowsCommand = DescribeInstanceEventWindowsCommand;
|
|
98213
98573
|
exports.DescribeInstanceImageMetadataCommand = DescribeInstanceImageMetadataCommand;
|
|
98574
|
+
exports.DescribeInstanceSqlHaHistoryStatesCommand = DescribeInstanceSqlHaHistoryStatesCommand;
|
|
98575
|
+
exports.DescribeInstanceSqlHaStatesCommand = DescribeInstanceSqlHaStatesCommand;
|
|
98214
98576
|
exports.DescribeInstanceStatusCommand = DescribeInstanceStatusCommand;
|
|
98215
98577
|
exports.DescribeInstanceTopologyCommand = DescribeInstanceTopologyCommand;
|
|
98216
98578
|
exports.DescribeInstanceTypeOfferingsCommand = DescribeInstanceTypeOfferingsCommand;
|
|
@@ -98345,6 +98707,7 @@ exports.DisableImageBlockPublicAccessCommand = DisableImageBlockPublicAccessComm
|
|
|
98345
98707
|
exports.DisableImageCommand = DisableImageCommand;
|
|
98346
98708
|
exports.DisableImageDeprecationCommand = DisableImageDeprecationCommand;
|
|
98347
98709
|
exports.DisableImageDeregistrationProtectionCommand = DisableImageDeregistrationProtectionCommand;
|
|
98710
|
+
exports.DisableInstanceSqlHaStandbyDetectionsCommand = DisableInstanceSqlHaStandbyDetectionsCommand;
|
|
98348
98711
|
exports.DisableIpamOrganizationAdminAccountCommand = DisableIpamOrganizationAdminAccountCommand;
|
|
98349
98712
|
exports.DisableRouteServerPropagationCommand = DisableRouteServerPropagationCommand;
|
|
98350
98713
|
exports.DisableSerialConsoleAccessCommand = DisableSerialConsoleAccessCommand;
|
|
@@ -98401,6 +98764,7 @@ exports.EnableImageBlockPublicAccessCommand = EnableImageBlockPublicAccessComman
|
|
|
98401
98764
|
exports.EnableImageCommand = EnableImageCommand;
|
|
98402
98765
|
exports.EnableImageDeprecationCommand = EnableImageDeprecationCommand;
|
|
98403
98766
|
exports.EnableImageDeregistrationProtectionCommand = EnableImageDeregistrationProtectionCommand;
|
|
98767
|
+
exports.EnableInstanceSqlHaStandbyDetectionsCommand = EnableInstanceSqlHaStandbyDetectionsCommand;
|
|
98404
98768
|
exports.EnableIpamOrganizationAdminAccountCommand = EnableIpamOrganizationAdminAccountCommand;
|
|
98405
98769
|
exports.EnableReachabilityAnalyzerOrganizationSharingCommand = EnableReachabilityAnalyzerOrganizationSharingCommand;
|
|
98406
98770
|
exports.EnableRouteServerPropagationCommand = EnableRouteServerPropagationCommand;
|
|
@@ -98509,6 +98873,7 @@ exports.GetVpnConnectionDeviceSampleConfigurationCommand = GetVpnConnectionDevic
|
|
|
98509
98873
|
exports.GetVpnConnectionDeviceTypesCommand = GetVpnConnectionDeviceTypesCommand;
|
|
98510
98874
|
exports.GetVpnTunnelReplacementStatusCommand = GetVpnTunnelReplacementStatusCommand;
|
|
98511
98875
|
exports.GroupBy = GroupBy;
|
|
98876
|
+
exports.HaStatus = HaStatus;
|
|
98512
98877
|
exports.HostMaintenance = HostMaintenance;
|
|
98513
98878
|
exports.HostRecovery = HostRecovery;
|
|
98514
98879
|
exports.HostTenancy = HostTenancy;
|
|
@@ -98848,6 +99213,7 @@ exports.SpotInstanceInterruptionBehavior = SpotInstanceInterruptionBehavior;
|
|
|
98848
99213
|
exports.SpotInstanceState = SpotInstanceState;
|
|
98849
99214
|
exports.SpotInstanceType = SpotInstanceType;
|
|
98850
99215
|
exports.SpreadLevel = SpreadLevel;
|
|
99216
|
+
exports.SqlServerLicenseUsage = SqlServerLicenseUsage;
|
|
98851
99217
|
exports.StartDeclarativePoliciesReportCommand = StartDeclarativePoliciesReportCommand;
|
|
98852
99218
|
exports.StartInstancesCommand = StartInstancesCommand;
|
|
98853
99219
|
exports.StartNetworkInsightsAccessScopeAnalysisCommand = StartNetworkInsightsAccessScopeAnalysisCommand;
|