@aws-sdk/client-ec2 3.971.0 → 3.973.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/dist-cjs/index.js +44 -14
- package/dist-es/schemas/schemas_0.js +43 -14
- package/dist-types/commands/AttachVolumeCommand.d.ts +2 -0
- package/dist-types/commands/CopyVolumesCommand.d.ts +1 -0
- package/dist-types/commands/CreateImageCommand.d.ts +1 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -0
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -0
- package/dist-types/commands/DescribeImagesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -0
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +12 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
- package/dist-types/commands/DetachVolumeCommand.d.ts +1 -0
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +2 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -0
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -0
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +1 -0
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +10 -0
- package/dist-types/models/models_1.d.ts +15 -0
- package/dist-types/models/models_3.d.ts +5 -0
- package/dist-types/models/models_4.d.ts +51 -21
- package/dist-types/models/models_5.d.ts +22 -16
- package/dist-types/models/models_6.d.ts +15 -41
- package/dist-types/models/models_7.d.ts +42 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/dist-types/ts3.4/models/models_1.d.ts +3 -0
- package/dist-types/ts3.4/models/models_3.d.ts +1 -0
- package/dist-types/ts3.4/models/models_4.d.ts +11 -5
- package/dist-types/ts3.4/models/models_5.d.ts +5 -5
- package/dist-types/ts3.4/models/models_6.d.ts +4 -9
- package/dist-types/ts3.4/models/models_7.d.ts +9 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +15 -15
package/dist-cjs/index.js
CHANGED
|
@@ -2415,6 +2415,9 @@ const _EBSL = "ExecutableByStringList";
|
|
|
2415
2415
|
const _EBV = "ExcludeBootVolume";
|
|
2416
2416
|
const _EBx = "ExecutableBy";
|
|
2417
2417
|
const _EC = "ErrorCode";
|
|
2418
|
+
const _ECI = "EbsCardIndex";
|
|
2419
|
+
const _ECIL = "EbsCardInfoList";
|
|
2420
|
+
const _ECIb = "EbsCardInfo";
|
|
2418
2421
|
const _ECM = "EnableCapacityManager";
|
|
2419
2422
|
const _ECMR = "EnableCapacityManagerRequest";
|
|
2420
2423
|
const _ECMRn = "EnableCapacityManagerResult";
|
|
@@ -2425,6 +2428,7 @@ const _ECVCCRL = "ExportClientVpnClientCertificateRevocationList";
|
|
|
2425
2428
|
const _ECVCCRLR = "ExportClientVpnClientCertificateRevocationListRequest";
|
|
2426
2429
|
const _ECVCCRLRx = "ExportClientVpnClientCertificateRevocationListResult";
|
|
2427
2430
|
const _ECVCCRx = "ExportClientVpnClientConfigurationResult";
|
|
2431
|
+
const _ECb = "EbsCards";
|
|
2428
2432
|
const _ECn = "EncryptionControl";
|
|
2429
2433
|
const _ECx = "ExplanationCode";
|
|
2430
2434
|
const _ED = "EndDate";
|
|
@@ -3856,6 +3860,7 @@ const _MDe = "MetaData";
|
|
|
3856
3860
|
const _MDi = "MinDuration";
|
|
3857
3861
|
const _ME = "MaxEntries";
|
|
3858
3862
|
const _MEA = "MaximumEbsAttachments";
|
|
3863
|
+
const _MEC = "MaximumEbsCards";
|
|
3859
3864
|
const _MEDKKI = "ModifyEbsDefaultKmsKeyId";
|
|
3860
3865
|
const _MEDKKIR = "ModifyEbsDefaultKmsKeyIdRequest";
|
|
3861
3866
|
const _MEDKKIRo = "ModifyEbsDefaultKmsKeyIdResult";
|
|
@@ -6532,6 +6537,8 @@ const _eAn = "enableAcceleration";
|
|
|
6532
6537
|
const _eAx = "exclusionsAllowed";
|
|
6533
6538
|
const _eB = "egressBytes";
|
|
6534
6539
|
const _eC = "errorCode";
|
|
6540
|
+
const _eCI = "ebsCardIndex";
|
|
6541
|
+
const _eCS = "ebsCardSet";
|
|
6535
6542
|
const _eCTP = "excessCapacityTerminationPolicy";
|
|
6536
6543
|
const _eCn = "encryptionControl";
|
|
6537
6544
|
const _eCx = "explanationCode";
|
|
@@ -7105,6 +7112,7 @@ const _mDV = "metaDataValue";
|
|
|
7105
7112
|
const _mDe = "metaData";
|
|
7106
7113
|
const _mE = "maxEntries";
|
|
7107
7114
|
const _mEA = "maximumEbsAttachments";
|
|
7115
|
+
const _mEC = "maximumEbsCards";
|
|
7108
7116
|
const _mEI = "maximumEfaInterfaces";
|
|
7109
7117
|
const _mEM = "managedExceptionMessage";
|
|
7110
7118
|
const _mEQC = "maximumEnaQueueCount";
|
|
@@ -8886,8 +8894,8 @@ var AttachVerifiedAccessTrustProviderResult$ = [3, n0, _AVATPRt,
|
|
|
8886
8894
|
];
|
|
8887
8895
|
var AttachVolumeRequest$ = [3, n0, _AVR,
|
|
8888
8896
|
0,
|
|
8889
|
-
[_Dev, _II, _VIo, _DR],
|
|
8890
|
-
[0, 0, 0, [2, { [_eQN]: `DryRun`,
|
|
8897
|
+
[_Dev, _II, _VIo, _ECI, _DR],
|
|
8898
|
+
[0, 0, 0, 1, [2, { [_eQN]: `DryRun`,
|
|
8891
8899
|
[_xN]: _dR }]], 3
|
|
8892
8900
|
];
|
|
8893
8901
|
var AttachVpnGatewayRequest$ = [3, n0, _AVGR,
|
|
@@ -15375,7 +15383,7 @@ var DnsServersOptionsModifyStructure$ = [3, n0, _DSOMS,
|
|
|
15375
15383
|
];
|
|
15376
15384
|
var EbsBlockDevice$ = [3, n0, _EBD,
|
|
15377
15385
|
0,
|
|
15378
|
-
[_DOT, _Io, _SIn, _VSo, _VT, _KKI, _Th, _OA, _AZ, _Enc, _VIR, _AZI],
|
|
15386
|
+
[_DOT, _Io, _SIn, _VSo, _VT, _KKI, _Th, _OA, _AZ, _Enc, _VIR, _AZI, _ECI],
|
|
15379
15387
|
[[2, { [_eQN]: `DeleteOnTermination`,
|
|
15380
15388
|
[_xN]: _dOT }], [1, { [_eQN]: `Iops`,
|
|
15381
15389
|
[_xN]: _io }], [0, { [_eQN]: `SnapshotId`,
|
|
@@ -15386,7 +15394,7 @@ var EbsBlockDevice$ = [3, n0, _EBD,
|
|
|
15386
15394
|
[_xN]: _th }], [0, { [_eQN]: `OutpostArn`,
|
|
15387
15395
|
[_xN]: _oA }], [0, { [_eQN]: `AvailabilityZone`,
|
|
15388
15396
|
[_xN]: _aZ }], [2, { [_eQN]: `Encrypted`,
|
|
15389
|
-
[_xN]: _enc }], 1, 0]
|
|
15397
|
+
[_xN]: _enc }], 1, 0, 1]
|
|
15390
15398
|
];
|
|
15391
15399
|
var EbsBlockDeviceResponse$ = [3, n0, _EBDR,
|
|
15392
15400
|
0,
|
|
@@ -15401,20 +15409,34 @@ var EbsBlockDeviceResponse$ = [3, n0, _EBDR,
|
|
|
15401
15409
|
[_xN]: _vSo }], [0, { [_eQN]: `VolumeType`,
|
|
15402
15410
|
[_xN]: _vT }]]
|
|
15403
15411
|
];
|
|
15412
|
+
var EbsCardInfo$ = [3, n0, _ECIb,
|
|
15413
|
+
0,
|
|
15414
|
+
[_ECI, _BBIM, _BTIMB, _BIa, _MBIM, _MTIMB, _MI],
|
|
15415
|
+
[[1, { [_eQN]: `EbsCardIndex`,
|
|
15416
|
+
[_xN]: _eCI }], [1, { [_eQN]: `BaselineBandwidthInMbps`,
|
|
15417
|
+
[_xN]: _bBIM }], [1, { [_eQN]: `BaselineThroughputInMBps`,
|
|
15418
|
+
[_xN]: _bTIMB }], [1, { [_eQN]: `BaselineIops`,
|
|
15419
|
+
[_xN]: _bIa }], [1, { [_eQN]: `MaximumBandwidthInMbps`,
|
|
15420
|
+
[_xN]: _mBIM }], [1, { [_eQN]: `MaximumThroughputInMBps`,
|
|
15421
|
+
[_xN]: _mTIMB }], [1, { [_eQN]: `MaximumIops`,
|
|
15422
|
+
[_xN]: _mI }]]
|
|
15423
|
+
];
|
|
15404
15424
|
var EbsInfo$ = [3, n0, _EIb,
|
|
15405
15425
|
0,
|
|
15406
|
-
[_EOS, _ESn, _EOI, _NS, _MEA, _ALT],
|
|
15426
|
+
[_EOS, _ESn, _EOI, _NS, _MEA, _ALT, _MEC, _ECb],
|
|
15407
15427
|
[[0, { [_eQN]: `EbsOptimizedSupport`,
|
|
15408
15428
|
[_xN]: _eOS }], [0, { [_eQN]: `EncryptionSupport`,
|
|
15409
15429
|
[_xN]: _eSn }], [() => EbsOptimizedInfo$, { [_eQN]: `EbsOptimizedInfo`,
|
|
15410
15430
|
[_xN]: _eOI }], [0, { [_eQN]: `NvmeSupport`,
|
|
15411
15431
|
[_xN]: _nS }], [1, { [_eQN]: `MaximumEbsAttachments`,
|
|
15412
15432
|
[_xN]: _mEA }], [0, { [_eQN]: `AttachmentLimitType`,
|
|
15413
|
-
[_xN]: _aLT }]]
|
|
15433
|
+
[_xN]: _aLT }], [1, { [_eQN]: `MaximumEbsCards`,
|
|
15434
|
+
[_xN]: _mEC }], [() => EbsCardInfoList, { [_eQN]: `EbsCardSet`,
|
|
15435
|
+
[_xN]: _eCS }]]
|
|
15414
15436
|
];
|
|
15415
15437
|
var EbsInstanceBlockDevice$ = [3, n0, _EIBD,
|
|
15416
15438
|
0,
|
|
15417
|
-
[_ATtt, _DOT, _Sta, _VIo, _ARss, _VOI, _Op],
|
|
15439
|
+
[_ATtt, _DOT, _Sta, _VIo, _ARss, _VOI, _Op, _ECI],
|
|
15418
15440
|
[[4, { [_eQN]: `AttachTime`,
|
|
15419
15441
|
[_xN]: _aTt }], [2, { [_eQN]: `DeleteOnTermination`,
|
|
15420
15442
|
[_xN]: _dOT }], [0, { [_eQN]: `Status`,
|
|
@@ -15422,7 +15444,8 @@ var EbsInstanceBlockDevice$ = [3, n0, _EIBD,
|
|
|
15422
15444
|
[_xN]: _vIo }], [0, { [_eQN]: `AssociatedResource`,
|
|
15423
15445
|
[_xN]: _aRs }], [0, { [_eQN]: `VolumeOwnerId`,
|
|
15424
15446
|
[_xN]: _vOI }], [() => OperatorResponse$, { [_eQN]: `Operator`,
|
|
15425
|
-
[_xN]: _ope }]]
|
|
15447
|
+
[_xN]: _ope }], [1, { [_eQN]: `EbsCardIndex`,
|
|
15448
|
+
[_xN]: _eCI }]]
|
|
15426
15449
|
];
|
|
15427
15450
|
var EbsInstanceBlockDeviceSpecification$ = [3, n0, _EIBDS,
|
|
15428
15451
|
0,
|
|
@@ -19045,7 +19068,7 @@ var LaunchTemplateCpuOptionsRequest$ = [3, n0, _LTCOR,
|
|
|
19045
19068
|
];
|
|
19046
19069
|
var LaunchTemplateEbsBlockDevice$ = [3, n0, _LTEBD,
|
|
19047
19070
|
0,
|
|
19048
|
-
[_Enc, _DOT, _Io, _KKI, _SIn, _VSo, _VT, _Th, _VIR],
|
|
19071
|
+
[_Enc, _DOT, _Io, _KKI, _SIn, _VSo, _VT, _Th, _VIR, _ECI],
|
|
19049
19072
|
[[2, { [_eQN]: `Encrypted`,
|
|
19050
19073
|
[_xN]: _enc }], [2, { [_eQN]: `DeleteOnTermination`,
|
|
19051
19074
|
[_xN]: _dOT }], [1, { [_eQN]: `Iops`,
|
|
@@ -19055,12 +19078,13 @@ var LaunchTemplateEbsBlockDevice$ = [3, n0, _LTEBD,
|
|
|
19055
19078
|
[_xN]: _vSo }], [0, { [_eQN]: `VolumeType`,
|
|
19056
19079
|
[_xN]: _vT }], [1, { [_eQN]: `Throughput`,
|
|
19057
19080
|
[_xN]: _th }], [1, { [_eQN]: `VolumeInitializationRate`,
|
|
19058
|
-
[_xN]: _vIR }]]
|
|
19081
|
+
[_xN]: _vIR }], [1, { [_eQN]: `EbsCardIndex`,
|
|
19082
|
+
[_xN]: _eCI }]]
|
|
19059
19083
|
];
|
|
19060
19084
|
var LaunchTemplateEbsBlockDeviceRequest$ = [3, n0, _LTEBDR,
|
|
19061
19085
|
0,
|
|
19062
|
-
[_Enc, _DOT, _Io, _KKI, _SIn, _VSo, _VT, _Th, _VIR],
|
|
19063
|
-
[2, 2, 1, 0, 0, 1, 0, 1, 1]
|
|
19086
|
+
[_Enc, _DOT, _Io, _KKI, _SIn, _VSo, _VT, _Th, _VIR, _ECI],
|
|
19087
|
+
[2, 2, 1, 0, 0, 1, 0, 1, 1, 1]
|
|
19064
19088
|
];
|
|
19065
19089
|
var LaunchTemplateElasticInferenceAccelerator$ = [3, n0, _LTEIA,
|
|
19066
19090
|
0,
|
|
@@ -24652,11 +24676,12 @@ var Volume$ = [3, n0, _Vol,
|
|
|
24652
24676
|
];
|
|
24653
24677
|
var VolumeAttachment$ = [3, n0, _VAo,
|
|
24654
24678
|
0,
|
|
24655
|
-
[_DOT, _ARss, _IOS, _VIo, _II, _Dev, _St, _ATtt],
|
|
24679
|
+
[_DOT, _ARss, _IOS, _ECI, _VIo, _II, _Dev, _St, _ATtt],
|
|
24656
24680
|
[[2, { [_eQN]: `DeleteOnTermination`,
|
|
24657
24681
|
[_xN]: _dOT }], [0, { [_eQN]: `AssociatedResource`,
|
|
24658
24682
|
[_xN]: _aRs }], [0, { [_eQN]: `InstanceOwningService`,
|
|
24659
|
-
[_xN]: _iOS }], [
|
|
24683
|
+
[_xN]: _iOS }], [1, { [_eQN]: `EbsCardIndex`,
|
|
24684
|
+
[_xN]: _eCI }], [0, { [_eQN]: `VolumeId`,
|
|
24660
24685
|
[_xN]: _vIo }], [0, { [_eQN]: `InstanceId`,
|
|
24661
24686
|
[_xN]: _iI }], [0, { [_eQN]: `Device`,
|
|
24662
24687
|
[_xN]: _dev }], [0, { [_eQN]: `Status`,
|
|
@@ -25624,6 +25649,10 @@ var DnsEntrySet = [1, n0, _DES,
|
|
|
25624
25649
|
0, [() => DnsEntry$,
|
|
25625
25650
|
{ [_xN]: _it }]
|
|
25626
25651
|
];
|
|
25652
|
+
var EbsCardInfoList = [1, n0, _ECIL,
|
|
25653
|
+
0, [() => EbsCardInfo$,
|
|
25654
|
+
{ [_xN]: _it }]
|
|
25655
|
+
];
|
|
25627
25656
|
var EbsStatusDetailsList = [1, n0, _ESDL,
|
|
25628
25657
|
0, [() => EbsStatusDetails$,
|
|
25629
25658
|
{ [_xN]: _it }]
|
|
@@ -48102,6 +48131,7 @@ exports.EC2ServiceException = EC2ServiceException;
|
|
|
48102
48131
|
exports.EC2ServiceException$ = EC2ServiceException$;
|
|
48103
48132
|
exports.EbsBlockDevice$ = EbsBlockDevice$;
|
|
48104
48133
|
exports.EbsBlockDeviceResponse$ = EbsBlockDeviceResponse$;
|
|
48134
|
+
exports.EbsCardInfo$ = EbsCardInfo$;
|
|
48105
48135
|
exports.EbsEncryptionSupport = EbsEncryptionSupport;
|
|
48106
48136
|
exports.EbsInfo$ = EbsInfo$;
|
|
48107
48137
|
exports.EbsInstanceBlockDevice$ = EbsInstanceBlockDevice$;
|
|
@@ -2294,6 +2294,9 @@ const _EBSL = "ExecutableByStringList";
|
|
|
2294
2294
|
const _EBV = "ExcludeBootVolume";
|
|
2295
2295
|
const _EBx = "ExecutableBy";
|
|
2296
2296
|
const _EC = "ErrorCode";
|
|
2297
|
+
const _ECI = "EbsCardIndex";
|
|
2298
|
+
const _ECIL = "EbsCardInfoList";
|
|
2299
|
+
const _ECIb = "EbsCardInfo";
|
|
2297
2300
|
const _ECM = "EnableCapacityManager";
|
|
2298
2301
|
const _ECMR = "EnableCapacityManagerRequest";
|
|
2299
2302
|
const _ECMRn = "EnableCapacityManagerResult";
|
|
@@ -2304,6 +2307,7 @@ const _ECVCCRL = "ExportClientVpnClientCertificateRevocationList";
|
|
|
2304
2307
|
const _ECVCCRLR = "ExportClientVpnClientCertificateRevocationListRequest";
|
|
2305
2308
|
const _ECVCCRLRx = "ExportClientVpnClientCertificateRevocationListResult";
|
|
2306
2309
|
const _ECVCCRx = "ExportClientVpnClientConfigurationResult";
|
|
2310
|
+
const _ECb = "EbsCards";
|
|
2307
2311
|
const _ECn = "EncryptionControl";
|
|
2308
2312
|
const _ECx = "ExplanationCode";
|
|
2309
2313
|
const _ED = "EndDate";
|
|
@@ -3735,6 +3739,7 @@ const _MDe = "MetaData";
|
|
|
3735
3739
|
const _MDi = "MinDuration";
|
|
3736
3740
|
const _ME = "MaxEntries";
|
|
3737
3741
|
const _MEA = "MaximumEbsAttachments";
|
|
3742
|
+
const _MEC = "MaximumEbsCards";
|
|
3738
3743
|
const _MEDKKI = "ModifyEbsDefaultKmsKeyId";
|
|
3739
3744
|
const _MEDKKIR = "ModifyEbsDefaultKmsKeyIdRequest";
|
|
3740
3745
|
const _MEDKKIRo = "ModifyEbsDefaultKmsKeyIdResult";
|
|
@@ -6411,6 +6416,8 @@ const _eAn = "enableAcceleration";
|
|
|
6411
6416
|
const _eAx = "exclusionsAllowed";
|
|
6412
6417
|
const _eB = "egressBytes";
|
|
6413
6418
|
const _eC = "errorCode";
|
|
6419
|
+
const _eCI = "ebsCardIndex";
|
|
6420
|
+
const _eCS = "ebsCardSet";
|
|
6414
6421
|
const _eCTP = "excessCapacityTerminationPolicy";
|
|
6415
6422
|
const _eCn = "encryptionControl";
|
|
6416
6423
|
const _eCx = "explanationCode";
|
|
@@ -6984,6 +6991,7 @@ const _mDV = "metaDataValue";
|
|
|
6984
6991
|
const _mDe = "metaData";
|
|
6985
6992
|
const _mE = "maxEntries";
|
|
6986
6993
|
const _mEA = "maximumEbsAttachments";
|
|
6994
|
+
const _mEC = "maximumEbsCards";
|
|
6987
6995
|
const _mEI = "maximumEfaInterfaces";
|
|
6988
6996
|
const _mEM = "managedExceptionMessage";
|
|
6989
6997
|
const _mEQC = "maximumEnaQueueCount";
|
|
@@ -8767,8 +8775,8 @@ export var AttachVerifiedAccessTrustProviderResult$ = [3, n0, _AVATPRt,
|
|
|
8767
8775
|
];
|
|
8768
8776
|
export var AttachVolumeRequest$ = [3, n0, _AVR,
|
|
8769
8777
|
0,
|
|
8770
|
-
[_Dev, _II, _VIo, _DR],
|
|
8771
|
-
[0, 0, 0, [2, { [_eQN]: `DryRun`,
|
|
8778
|
+
[_Dev, _II, _VIo, _ECI, _DR],
|
|
8779
|
+
[0, 0, 0, 1, [2, { [_eQN]: `DryRun`,
|
|
8772
8780
|
[_xN]: _dR }]], 3
|
|
8773
8781
|
];
|
|
8774
8782
|
export var AttachVpnGatewayRequest$ = [3, n0, _AVGR,
|
|
@@ -15256,7 +15264,7 @@ export var DnsServersOptionsModifyStructure$ = [3, n0, _DSOMS,
|
|
|
15256
15264
|
];
|
|
15257
15265
|
export var EbsBlockDevice$ = [3, n0, _EBD,
|
|
15258
15266
|
0,
|
|
15259
|
-
[_DOT, _Io, _SIn, _VSo, _VT, _KKI, _Th, _OA, _AZ, _Enc, _VIR, _AZI],
|
|
15267
|
+
[_DOT, _Io, _SIn, _VSo, _VT, _KKI, _Th, _OA, _AZ, _Enc, _VIR, _AZI, _ECI],
|
|
15260
15268
|
[[2, { [_eQN]: `DeleteOnTermination`,
|
|
15261
15269
|
[_xN]: _dOT }], [1, { [_eQN]: `Iops`,
|
|
15262
15270
|
[_xN]: _io }], [0, { [_eQN]: `SnapshotId`,
|
|
@@ -15267,7 +15275,7 @@ export var EbsBlockDevice$ = [3, n0, _EBD,
|
|
|
15267
15275
|
[_xN]: _th }], [0, { [_eQN]: `OutpostArn`,
|
|
15268
15276
|
[_xN]: _oA }], [0, { [_eQN]: `AvailabilityZone`,
|
|
15269
15277
|
[_xN]: _aZ }], [2, { [_eQN]: `Encrypted`,
|
|
15270
|
-
[_xN]: _enc }], 1, 0]
|
|
15278
|
+
[_xN]: _enc }], 1, 0, 1]
|
|
15271
15279
|
];
|
|
15272
15280
|
export var EbsBlockDeviceResponse$ = [3, n0, _EBDR,
|
|
15273
15281
|
0,
|
|
@@ -15282,20 +15290,34 @@ export var EbsBlockDeviceResponse$ = [3, n0, _EBDR,
|
|
|
15282
15290
|
[_xN]: _vSo }], [0, { [_eQN]: `VolumeType`,
|
|
15283
15291
|
[_xN]: _vT }]]
|
|
15284
15292
|
];
|
|
15293
|
+
export var EbsCardInfo$ = [3, n0, _ECIb,
|
|
15294
|
+
0,
|
|
15295
|
+
[_ECI, _BBIM, _BTIMB, _BIa, _MBIM, _MTIMB, _MI],
|
|
15296
|
+
[[1, { [_eQN]: `EbsCardIndex`,
|
|
15297
|
+
[_xN]: _eCI }], [1, { [_eQN]: `BaselineBandwidthInMbps`,
|
|
15298
|
+
[_xN]: _bBIM }], [1, { [_eQN]: `BaselineThroughputInMBps`,
|
|
15299
|
+
[_xN]: _bTIMB }], [1, { [_eQN]: `BaselineIops`,
|
|
15300
|
+
[_xN]: _bIa }], [1, { [_eQN]: `MaximumBandwidthInMbps`,
|
|
15301
|
+
[_xN]: _mBIM }], [1, { [_eQN]: `MaximumThroughputInMBps`,
|
|
15302
|
+
[_xN]: _mTIMB }], [1, { [_eQN]: `MaximumIops`,
|
|
15303
|
+
[_xN]: _mI }]]
|
|
15304
|
+
];
|
|
15285
15305
|
export var EbsInfo$ = [3, n0, _EIb,
|
|
15286
15306
|
0,
|
|
15287
|
-
[_EOS, _ESn, _EOI, _NS, _MEA, _ALT],
|
|
15307
|
+
[_EOS, _ESn, _EOI, _NS, _MEA, _ALT, _MEC, _ECb],
|
|
15288
15308
|
[[0, { [_eQN]: `EbsOptimizedSupport`,
|
|
15289
15309
|
[_xN]: _eOS }], [0, { [_eQN]: `EncryptionSupport`,
|
|
15290
15310
|
[_xN]: _eSn }], [() => EbsOptimizedInfo$, { [_eQN]: `EbsOptimizedInfo`,
|
|
15291
15311
|
[_xN]: _eOI }], [0, { [_eQN]: `NvmeSupport`,
|
|
15292
15312
|
[_xN]: _nS }], [1, { [_eQN]: `MaximumEbsAttachments`,
|
|
15293
15313
|
[_xN]: _mEA }], [0, { [_eQN]: `AttachmentLimitType`,
|
|
15294
|
-
[_xN]: _aLT }]]
|
|
15314
|
+
[_xN]: _aLT }], [1, { [_eQN]: `MaximumEbsCards`,
|
|
15315
|
+
[_xN]: _mEC }], [() => EbsCardInfoList, { [_eQN]: `EbsCardSet`,
|
|
15316
|
+
[_xN]: _eCS }]]
|
|
15295
15317
|
];
|
|
15296
15318
|
export var EbsInstanceBlockDevice$ = [3, n0, _EIBD,
|
|
15297
15319
|
0,
|
|
15298
|
-
[_ATtt, _DOT, _Sta, _VIo, _ARss, _VOI, _Op],
|
|
15320
|
+
[_ATtt, _DOT, _Sta, _VIo, _ARss, _VOI, _Op, _ECI],
|
|
15299
15321
|
[[4, { [_eQN]: `AttachTime`,
|
|
15300
15322
|
[_xN]: _aTt }], [2, { [_eQN]: `DeleteOnTermination`,
|
|
15301
15323
|
[_xN]: _dOT }], [0, { [_eQN]: `Status`,
|
|
@@ -15303,7 +15325,8 @@ export var EbsInstanceBlockDevice$ = [3, n0, _EIBD,
|
|
|
15303
15325
|
[_xN]: _vIo }], [0, { [_eQN]: `AssociatedResource`,
|
|
15304
15326
|
[_xN]: _aRs }], [0, { [_eQN]: `VolumeOwnerId`,
|
|
15305
15327
|
[_xN]: _vOI }], [() => OperatorResponse$, { [_eQN]: `Operator`,
|
|
15306
|
-
[_xN]: _ope }]]
|
|
15328
|
+
[_xN]: _ope }], [1, { [_eQN]: `EbsCardIndex`,
|
|
15329
|
+
[_xN]: _eCI }]]
|
|
15307
15330
|
];
|
|
15308
15331
|
export var EbsInstanceBlockDeviceSpecification$ = [3, n0, _EIBDS,
|
|
15309
15332
|
0,
|
|
@@ -18926,7 +18949,7 @@ export var LaunchTemplateCpuOptionsRequest$ = [3, n0, _LTCOR,
|
|
|
18926
18949
|
];
|
|
18927
18950
|
export var LaunchTemplateEbsBlockDevice$ = [3, n0, _LTEBD,
|
|
18928
18951
|
0,
|
|
18929
|
-
[_Enc, _DOT, _Io, _KKI, _SIn, _VSo, _VT, _Th, _VIR],
|
|
18952
|
+
[_Enc, _DOT, _Io, _KKI, _SIn, _VSo, _VT, _Th, _VIR, _ECI],
|
|
18930
18953
|
[[2, { [_eQN]: `Encrypted`,
|
|
18931
18954
|
[_xN]: _enc }], [2, { [_eQN]: `DeleteOnTermination`,
|
|
18932
18955
|
[_xN]: _dOT }], [1, { [_eQN]: `Iops`,
|
|
@@ -18936,12 +18959,13 @@ export var LaunchTemplateEbsBlockDevice$ = [3, n0, _LTEBD,
|
|
|
18936
18959
|
[_xN]: _vSo }], [0, { [_eQN]: `VolumeType`,
|
|
18937
18960
|
[_xN]: _vT }], [1, { [_eQN]: `Throughput`,
|
|
18938
18961
|
[_xN]: _th }], [1, { [_eQN]: `VolumeInitializationRate`,
|
|
18939
|
-
[_xN]: _vIR }]]
|
|
18962
|
+
[_xN]: _vIR }], [1, { [_eQN]: `EbsCardIndex`,
|
|
18963
|
+
[_xN]: _eCI }]]
|
|
18940
18964
|
];
|
|
18941
18965
|
export var LaunchTemplateEbsBlockDeviceRequest$ = [3, n0, _LTEBDR,
|
|
18942
18966
|
0,
|
|
18943
|
-
[_Enc, _DOT, _Io, _KKI, _SIn, _VSo, _VT, _Th, _VIR],
|
|
18944
|
-
[2, 2, 1, 0, 0, 1, 0, 1, 1]
|
|
18967
|
+
[_Enc, _DOT, _Io, _KKI, _SIn, _VSo, _VT, _Th, _VIR, _ECI],
|
|
18968
|
+
[2, 2, 1, 0, 0, 1, 0, 1, 1, 1]
|
|
18945
18969
|
];
|
|
18946
18970
|
export var LaunchTemplateElasticInferenceAccelerator$ = [3, n0, _LTEIA,
|
|
18947
18971
|
0,
|
|
@@ -24533,11 +24557,12 @@ export var Volume$ = [3, n0, _Vol,
|
|
|
24533
24557
|
];
|
|
24534
24558
|
export var VolumeAttachment$ = [3, n0, _VAo,
|
|
24535
24559
|
0,
|
|
24536
|
-
[_DOT, _ARss, _IOS, _VIo, _II, _Dev, _St, _ATtt],
|
|
24560
|
+
[_DOT, _ARss, _IOS, _ECI, _VIo, _II, _Dev, _St, _ATtt],
|
|
24537
24561
|
[[2, { [_eQN]: `DeleteOnTermination`,
|
|
24538
24562
|
[_xN]: _dOT }], [0, { [_eQN]: `AssociatedResource`,
|
|
24539
24563
|
[_xN]: _aRs }], [0, { [_eQN]: `InstanceOwningService`,
|
|
24540
|
-
[_xN]: _iOS }], [
|
|
24564
|
+
[_xN]: _iOS }], [1, { [_eQN]: `EbsCardIndex`,
|
|
24565
|
+
[_xN]: _eCI }], [0, { [_eQN]: `VolumeId`,
|
|
24541
24566
|
[_xN]: _vIo }], [0, { [_eQN]: `InstanceId`,
|
|
24542
24567
|
[_xN]: _iI }], [0, { [_eQN]: `Device`,
|
|
24543
24568
|
[_xN]: _dev }], [0, { [_eQN]: `Status`,
|
|
@@ -25511,6 +25536,10 @@ var DnsEntrySet = [1, n0, _DES,
|
|
|
25511
25536
|
0, [() => DnsEntry$,
|
|
25512
25537
|
{ [_xN]: _it }]
|
|
25513
25538
|
];
|
|
25539
|
+
var EbsCardInfoList = [1, n0, _ECIL,
|
|
25540
|
+
0, [() => EbsCardInfo$,
|
|
25541
|
+
{ [_xN]: _it }]
|
|
25542
|
+
];
|
|
25514
25543
|
var EbsStatusDetailsList = [1, n0, _ESDL,
|
|
25515
25544
|
0, [() => EbsStatusDetails$,
|
|
25516
25545
|
{ [_xN]: _it }]
|
|
@@ -70,6 +70,7 @@ declare const AttachVolumeCommand_base: {
|
|
|
70
70
|
* Device: "STRING_VALUE", // required
|
|
71
71
|
* InstanceId: "STRING_VALUE", // required
|
|
72
72
|
* VolumeId: "STRING_VALUE", // required
|
|
73
|
+
* EbsCardIndex: Number("int"),
|
|
73
74
|
* DryRun: true || false,
|
|
74
75
|
* };
|
|
75
76
|
* const command = new AttachVolumeCommand(input);
|
|
@@ -78,6 +79,7 @@ declare const AttachVolumeCommand_base: {
|
|
|
78
79
|
* // DeleteOnTermination: true || false,
|
|
79
80
|
* // AssociatedResource: "STRING_VALUE",
|
|
80
81
|
* // InstanceOwningService: "STRING_VALUE",
|
|
82
|
+
* // EbsCardIndex: Number("int"),
|
|
81
83
|
* // VolumeId: "STRING_VALUE",
|
|
82
84
|
* // InstanceId: "STRING_VALUE",
|
|
83
85
|
* // Device: "STRING_VALUE",
|
|
@@ -95,6 +95,7 @@ declare const CopyVolumesCommand_base: {
|
|
|
95
95
|
* // DeleteOnTermination: true || false,
|
|
96
96
|
* // AssociatedResource: "STRING_VALUE",
|
|
97
97
|
* // InstanceOwningService: "STRING_VALUE",
|
|
98
|
+
* // EbsCardIndex: Number("int"),
|
|
98
99
|
* // VolumeId: "STRING_VALUE",
|
|
99
100
|
* // InstanceId: "STRING_VALUE",
|
|
100
101
|
* // Device: "STRING_VALUE",
|
|
@@ -88,6 +88,7 @@ declare const CreateImageCommand_base: {
|
|
|
88
88
|
* Encrypted: true || false,
|
|
89
89
|
* VolumeInitializationRate: Number("int"),
|
|
90
90
|
* AvailabilityZoneId: "STRING_VALUE",
|
|
91
|
+
* EbsCardIndex: Number("int"),
|
|
91
92
|
* },
|
|
92
93
|
* NoDevice: "STRING_VALUE",
|
|
93
94
|
* DeviceName: "STRING_VALUE",
|
|
@@ -71,6 +71,7 @@ declare const CreateLaunchTemplateCommand_base: {
|
|
|
71
71
|
* VolumeType: "standard" || "io1" || "io2" || "gp2" || "sc1" || "st1" || "gp3",
|
|
72
72
|
* Throughput: Number("int"),
|
|
73
73
|
* VolumeInitializationRate: Number("int"),
|
|
74
|
+
* EbsCardIndex: Number("int"),
|
|
74
75
|
* },
|
|
75
76
|
* NoDevice: "STRING_VALUE",
|
|
76
77
|
* },
|
|
@@ -74,6 +74,7 @@ declare const CreateLaunchTemplateVersionCommand_base: {
|
|
|
74
74
|
* VolumeType: "standard" || "io1" || "io2" || "gp2" || "sc1" || "st1" || "gp3",
|
|
75
75
|
* Throughput: Number("int"),
|
|
76
76
|
* VolumeInitializationRate: Number("int"),
|
|
77
|
+
* EbsCardIndex: Number("int"),
|
|
77
78
|
* },
|
|
78
79
|
* NoDevice: "STRING_VALUE",
|
|
79
80
|
* },
|
|
@@ -355,6 +356,7 @@ declare const CreateLaunchTemplateVersionCommand_base: {
|
|
|
355
356
|
* // VolumeType: "standard" || "io1" || "io2" || "gp2" || "sc1" || "st1" || "gp3",
|
|
356
357
|
* // Throughput: Number("int"),
|
|
357
358
|
* // VolumeInitializationRate: Number("int"),
|
|
359
|
+
* // EbsCardIndex: Number("int"),
|
|
358
360
|
* // },
|
|
359
361
|
* // NoDevice: "STRING_VALUE",
|
|
360
362
|
* // },
|
|
@@ -111,6 +111,7 @@ declare const CreateVolumeCommand_base: {
|
|
|
111
111
|
* // DeleteOnTermination: true || false,
|
|
112
112
|
* // AssociatedResource: "STRING_VALUE",
|
|
113
113
|
* // InstanceOwningService: "STRING_VALUE",
|
|
114
|
+
* // EbsCardIndex: Number("int"),
|
|
114
115
|
* // VolumeId: "STRING_VALUE",
|
|
115
116
|
* // InstanceId: "STRING_VALUE",
|
|
116
117
|
* // Device: "STRING_VALUE",
|
|
@@ -99,6 +99,7 @@ declare const DescribeImageAttributeCommand_base: {
|
|
|
99
99
|
* // Encrypted: true || false,
|
|
100
100
|
* // VolumeInitializationRate: Number("int"),
|
|
101
101
|
* // AvailabilityZoneId: "STRING_VALUE",
|
|
102
|
+
* // EbsCardIndex: Number("int"),
|
|
102
103
|
* // },
|
|
103
104
|
* // NoDevice: "STRING_VALUE",
|
|
104
105
|
* // DeviceName: "STRING_VALUE",
|
|
@@ -109,6 +109,7 @@ declare const DescribeImagesCommand_base: {
|
|
|
109
109
|
* // Encrypted: true || false,
|
|
110
110
|
* // VolumeInitializationRate: Number("int"),
|
|
111
111
|
* // AvailabilityZoneId: "STRING_VALUE",
|
|
112
|
+
* // EbsCardIndex: Number("int"),
|
|
112
113
|
* // },
|
|
113
114
|
* // NoDevice: "STRING_VALUE",
|
|
114
115
|
* // DeviceName: "STRING_VALUE",
|
|
@@ -123,6 +123,18 @@ declare const DescribeInstanceTypesCommand_base: {
|
|
|
123
123
|
* // NvmeSupport: "unsupported" || "supported" || "required",
|
|
124
124
|
* // MaximumEbsAttachments: Number("int"),
|
|
125
125
|
* // AttachmentLimitType: "shared" || "dedicated",
|
|
126
|
+
* // MaximumEbsCards: Number("int"),
|
|
127
|
+
* // EbsCards: [ // EbsCardInfoList
|
|
128
|
+
* // { // EbsCardInfo
|
|
129
|
+
* // EbsCardIndex: Number("int"),
|
|
130
|
+
* // BaselineBandwidthInMbps: Number("int"),
|
|
131
|
+
* // BaselineThroughputInMBps: Number("double"),
|
|
132
|
+
* // BaselineIops: Number("int"),
|
|
133
|
+
* // MaximumBandwidthInMbps: Number("int"),
|
|
134
|
+
* // MaximumThroughputInMBps: Number("double"),
|
|
135
|
+
* // MaximumIops: Number("int"),
|
|
136
|
+
* // },
|
|
137
|
+
* // ],
|
|
126
138
|
* // },
|
|
127
139
|
* // NetworkInfo: { // NetworkInfo
|
|
128
140
|
* // NetworkPerformance: "STRING_VALUE",
|
|
@@ -93,6 +93,7 @@ declare const DescribeLaunchTemplateVersionsCommand_base: {
|
|
|
93
93
|
* // VolumeType: "standard" || "io1" || "io2" || "gp2" || "sc1" || "st1" || "gp3",
|
|
94
94
|
* // Throughput: Number("int"),
|
|
95
95
|
* // VolumeInitializationRate: Number("int"),
|
|
96
|
+
* // EbsCardIndex: Number("int"),
|
|
96
97
|
* // },
|
|
97
98
|
* // NoDevice: "STRING_VALUE",
|
|
98
99
|
* // },
|
|
@@ -86,6 +86,7 @@ declare const DescribeSpotFleetRequestsCommand_base: {
|
|
|
86
86
|
* // Encrypted: true || false,
|
|
87
87
|
* // VolumeInitializationRate: Number("int"),
|
|
88
88
|
* // AvailabilityZoneId: "STRING_VALUE",
|
|
89
|
+
* // EbsCardIndex: Number("int"),
|
|
89
90
|
* // },
|
|
90
91
|
* // NoDevice: "STRING_VALUE",
|
|
91
92
|
* // DeviceName: "STRING_VALUE",
|
|
@@ -100,6 +100,7 @@ declare const DescribeSpotInstanceRequestsCommand_base: {
|
|
|
100
100
|
* // Encrypted: true || false,
|
|
101
101
|
* // VolumeInitializationRate: Number("int"),
|
|
102
102
|
* // AvailabilityZoneId: "STRING_VALUE",
|
|
103
|
+
* // EbsCardIndex: Number("int"),
|
|
103
104
|
* // },
|
|
104
105
|
* // NoDevice: "STRING_VALUE",
|
|
105
106
|
* // DeviceName: "STRING_VALUE",
|
|
@@ -101,6 +101,7 @@ declare const DescribeVolumesCommand_base: {
|
|
|
101
101
|
* // DeleteOnTermination: true || false,
|
|
102
102
|
* // AssociatedResource: "STRING_VALUE",
|
|
103
103
|
* // InstanceOwningService: "STRING_VALUE",
|
|
104
|
+
* // EbsCardIndex: Number("int"),
|
|
104
105
|
* // VolumeId: "STRING_VALUE",
|
|
105
106
|
* // InstanceId: "STRING_VALUE",
|
|
106
107
|
* // Device: "STRING_VALUE",
|
|
@@ -63,6 +63,7 @@ declare const DetachVolumeCommand_base: {
|
|
|
63
63
|
* // DeleteOnTermination: true || false,
|
|
64
64
|
* // AssociatedResource: "STRING_VALUE",
|
|
65
65
|
* // InstanceOwningService: "STRING_VALUE",
|
|
66
|
+
* // EbsCardIndex: Number("int"),
|
|
66
67
|
* // VolumeId: "STRING_VALUE",
|
|
67
68
|
* // InstanceId: "STRING_VALUE",
|
|
68
69
|
* // Device: "STRING_VALUE",
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import type { GetInstanceUefiDataRequest
|
|
4
|
+
import type { GetInstanceUefiDataRequest } from "../models/models_5";
|
|
5
|
+
import type { GetInstanceUefiDataResult } from "../models/models_6";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -71,6 +71,7 @@ declare const GetLaunchTemplateDataCommand_base: {
|
|
|
71
71
|
* // VolumeType: "standard" || "io1" || "io2" || "gp2" || "sc1" || "st1" || "gp3",
|
|
72
72
|
* // Throughput: Number("int"),
|
|
73
73
|
* // VolumeInitializationRate: Number("int"),
|
|
74
|
+
* // EbsCardIndex: Number("int"),
|
|
74
75
|
* // },
|
|
75
76
|
* // NoDevice: "STRING_VALUE",
|
|
76
77
|
* // },
|
|
@@ -115,6 +115,7 @@ declare const RegisterImageCommand_base: {
|
|
|
115
115
|
* Encrypted: true || false,
|
|
116
116
|
* VolumeInitializationRate: Number("int"),
|
|
117
117
|
* AvailabilityZoneId: "STRING_VALUE",
|
|
118
|
+
* EbsCardIndex: Number("int"),
|
|
118
119
|
* },
|
|
119
120
|
* NoDevice: "STRING_VALUE",
|
|
120
121
|
* DeviceName: "STRING_VALUE",
|
|
@@ -96,6 +96,7 @@ declare const RequestSpotFleetCommand_base: {
|
|
|
96
96
|
* Encrypted: true || false,
|
|
97
97
|
* VolumeInitializationRate: Number("int"),
|
|
98
98
|
* AvailabilityZoneId: "STRING_VALUE",
|
|
99
|
+
* EbsCardIndex: Number("int"),
|
|
99
100
|
* },
|
|
100
101
|
* NoDevice: "STRING_VALUE",
|
|
101
102
|
* DeviceName: "STRING_VALUE",
|
|
@@ -69,6 +69,7 @@ declare const RequestSpotInstancesCommand_base: {
|
|
|
69
69
|
* Encrypted: true || false,
|
|
70
70
|
* VolumeInitializationRate: Number("int"),
|
|
71
71
|
* AvailabilityZoneId: "STRING_VALUE",
|
|
72
|
+
* EbsCardIndex: Number("int"),
|
|
72
73
|
* },
|
|
73
74
|
* NoDevice: "STRING_VALUE",
|
|
74
75
|
* DeviceName: "STRING_VALUE",
|
|
@@ -209,6 +210,7 @@ declare const RequestSpotInstancesCommand_base: {
|
|
|
209
210
|
* // Encrypted: true || false,
|
|
210
211
|
* // VolumeInitializationRate: Number("int"),
|
|
211
212
|
* // AvailabilityZoneId: "STRING_VALUE",
|
|
213
|
+
* // EbsCardIndex: Number("int"),
|
|
212
214
|
* // },
|
|
213
215
|
* // NoDevice: "STRING_VALUE",
|
|
214
216
|
* // DeviceName: "STRING_VALUE",
|
|
@@ -103,6 +103,7 @@ declare const RunInstancesCommand_base: {
|
|
|
103
103
|
* Encrypted: true || false,
|
|
104
104
|
* VolumeInitializationRate: Number("int"),
|
|
105
105
|
* AvailabilityZoneId: "STRING_VALUE",
|
|
106
|
+
* EbsCardIndex: Number("int"),
|
|
106
107
|
* },
|
|
107
108
|
* NoDevice: "STRING_VALUE",
|
|
108
109
|
* DeviceName: "STRING_VALUE",
|
|
@@ -329,6 +330,7 @@ declare const RunInstancesCommand_base: {
|
|
|
329
330
|
* // Managed: true || false,
|
|
330
331
|
* // Principal: "STRING_VALUE",
|
|
331
332
|
* // },
|
|
333
|
+
* // EbsCardIndex: Number("int"),
|
|
332
334
|
* // },
|
|
333
335
|
* // },
|
|
334
336
|
* // ],
|
|
@@ -5018,6 +5018,11 @@ export interface AttachVolumeRequest {
|
|
|
5018
5018
|
* @public
|
|
5019
5019
|
*/
|
|
5020
5020
|
VolumeId: string | undefined;
|
|
5021
|
+
/**
|
|
5022
|
+
* <p>The index of the EBS card. Some instance types support multiple EBS cards. The default EBS card index is 0.</p>
|
|
5023
|
+
* @public
|
|
5024
|
+
*/
|
|
5025
|
+
EbsCardIndex?: number | undefined;
|
|
5021
5026
|
/**
|
|
5022
5027
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5023
5028
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -5050,6 +5055,11 @@ export interface VolumeAttachment {
|
|
|
5050
5055
|
* @public
|
|
5051
5056
|
*/
|
|
5052
5057
|
InstanceOwningService?: string | undefined;
|
|
5058
|
+
/**
|
|
5059
|
+
* <p>The index of the EBS card. Some instance types support multiple EBS cards. The default EBS card index is 0.</p>
|
|
5060
|
+
* @public
|
|
5061
|
+
*/
|
|
5062
|
+
EbsCardIndex?: number | undefined;
|
|
5053
5063
|
/**
|
|
5054
5064
|
* <p>The ID of the volume.</p>
|
|
5055
5065
|
* @public
|
|
@@ -3346,6 +3346,11 @@ export interface EbsBlockDevice {
|
|
|
3346
3346
|
* @public
|
|
3347
3347
|
*/
|
|
3348
3348
|
AvailabilityZoneId?: string | undefined;
|
|
3349
|
+
/**
|
|
3350
|
+
* <p>The index of the EBS card. Some instance types support multiple EBS cards. The default EBS card index is 0.</p>
|
|
3351
|
+
* @public
|
|
3352
|
+
*/
|
|
3353
|
+
EbsCardIndex?: number | undefined;
|
|
3349
3354
|
}
|
|
3350
3355
|
/**
|
|
3351
3356
|
* <p>Describes a block device mapping, which defines the EBS volumes and instance store
|
|
@@ -5991,6 +5996,11 @@ export interface LaunchTemplateEbsBlockDeviceRequest {
|
|
|
5991
5996
|
* @public
|
|
5992
5997
|
*/
|
|
5993
5998
|
VolumeInitializationRate?: number | undefined;
|
|
5999
|
+
/**
|
|
6000
|
+
* <p>The index of the EBS card. Some instance types support multiple EBS cards. The default EBS card index is 0.</p>
|
|
6001
|
+
* @public
|
|
6002
|
+
*/
|
|
6003
|
+
EbsCardIndex?: number | undefined;
|
|
5994
6004
|
}
|
|
5995
6005
|
/**
|
|
5996
6006
|
* <p>Describes a block device mapping.</p>
|
|
@@ -7414,6 +7424,11 @@ export interface LaunchTemplateEbsBlockDevice {
|
|
|
7414
7424
|
* @public
|
|
7415
7425
|
*/
|
|
7416
7426
|
VolumeInitializationRate?: number | undefined;
|
|
7427
|
+
/**
|
|
7428
|
+
* <p>The index of the EBS card. Some instance types support multiple EBS cards. The default EBS card index is 0.</p>
|
|
7429
|
+
* @public
|
|
7430
|
+
*/
|
|
7431
|
+
EbsCardIndex?: number | undefined;
|
|
7417
7432
|
}
|
|
7418
7433
|
/**
|
|
7419
7434
|
* <p>Describes a block device mapping.</p>
|
|
@@ -9166,6 +9166,11 @@ export interface EbsInstanceBlockDevice {
|
|
|
9166
9166
|
* @public
|
|
9167
9167
|
*/
|
|
9168
9168
|
Operator?: OperatorResponse | undefined;
|
|
9169
|
+
/**
|
|
9170
|
+
* <p>The index of the EBS card. Some instance types support multiple EBS cards. The default EBS card index is 0.</p>
|
|
9171
|
+
* @public
|
|
9172
|
+
*/
|
|
9173
|
+
EbsCardIndex?: number | undefined;
|
|
9169
9174
|
}
|
|
9170
9175
|
/**
|
|
9171
9176
|
* <p>Describes a block device mapping.</p>
|
|
@@ -1736,6 +1736,47 @@ export interface DescribeInstanceTypesRequest {
|
|
|
1736
1736
|
*/
|
|
1737
1737
|
NextToken?: string | undefined;
|
|
1738
1738
|
}
|
|
1739
|
+
/**
|
|
1740
|
+
* <p>Describes the performance characteristics of an EBS card on the instance type.</p>
|
|
1741
|
+
* @public
|
|
1742
|
+
*/
|
|
1743
|
+
export interface EbsCardInfo {
|
|
1744
|
+
/**
|
|
1745
|
+
* <p>The index of the EBS card.</p>
|
|
1746
|
+
* @public
|
|
1747
|
+
*/
|
|
1748
|
+
EbsCardIndex?: number | undefined;
|
|
1749
|
+
/**
|
|
1750
|
+
* <p>The baseline bandwidth performance for the EBS card, in Mbps.</p>
|
|
1751
|
+
* @public
|
|
1752
|
+
*/
|
|
1753
|
+
BaselineBandwidthInMbps?: number | undefined;
|
|
1754
|
+
/**
|
|
1755
|
+
* <p>The baseline throughput performance for the EBS card, in MBps.</p>
|
|
1756
|
+
* @public
|
|
1757
|
+
*/
|
|
1758
|
+
BaselineThroughputInMBps?: number | undefined;
|
|
1759
|
+
/**
|
|
1760
|
+
* <p>The baseline IOPS performance for the EBS card.</p>
|
|
1761
|
+
* @public
|
|
1762
|
+
*/
|
|
1763
|
+
BaselineIops?: number | undefined;
|
|
1764
|
+
/**
|
|
1765
|
+
* <p>The maximum bandwidth performance for the EBS card, in Mbps.</p>
|
|
1766
|
+
* @public
|
|
1767
|
+
*/
|
|
1768
|
+
MaximumBandwidthInMbps?: number | undefined;
|
|
1769
|
+
/**
|
|
1770
|
+
* <p>The maximum throughput performance for the EBS card, in MBps.</p>
|
|
1771
|
+
* @public
|
|
1772
|
+
*/
|
|
1773
|
+
MaximumThroughputInMBps?: number | undefined;
|
|
1774
|
+
/**
|
|
1775
|
+
* <p>The maximum IOPS performance for the EBS card.</p>
|
|
1776
|
+
* @public
|
|
1777
|
+
*/
|
|
1778
|
+
MaximumIops?: number | undefined;
|
|
1779
|
+
}
|
|
1739
1780
|
/**
|
|
1740
1781
|
* <p>Describes the optimized EBS performance for supported instance types.</p>
|
|
1741
1782
|
* @public
|
|
@@ -1814,6 +1855,16 @@ export interface EbsInfo {
|
|
|
1814
1855
|
* @public
|
|
1815
1856
|
*/
|
|
1816
1857
|
AttachmentLimitType?: AttachmentLimitType | undefined;
|
|
1858
|
+
/**
|
|
1859
|
+
* <p>Indicates the number of EBS cards supported by the instance type.</p>
|
|
1860
|
+
* @public
|
|
1861
|
+
*/
|
|
1862
|
+
MaximumEbsCards?: number | undefined;
|
|
1863
|
+
/**
|
|
1864
|
+
* <p>Describes the EBS cards available for the instance type.</p>
|
|
1865
|
+
* @public
|
|
1866
|
+
*/
|
|
1867
|
+
EbsCards?: EbsCardInfo[] | undefined;
|
|
1817
1868
|
}
|
|
1818
1869
|
/**
|
|
1819
1870
|
* <p>Describes the memory for the FPGA accelerator for the instance type.</p>
|
|
@@ -12334,24 +12385,3 @@ export interface VerifiedAccessLogDeliveryStatus {
|
|
|
12334
12385
|
*/
|
|
12335
12386
|
Message?: string | undefined;
|
|
12336
12387
|
}
|
|
12337
|
-
/**
|
|
12338
|
-
* <p>Options for CloudWatch Logs as a logging destination.</p>
|
|
12339
|
-
* @public
|
|
12340
|
-
*/
|
|
12341
|
-
export interface VerifiedAccessLogCloudWatchLogsDestination {
|
|
12342
|
-
/**
|
|
12343
|
-
* <p>Indicates whether logging is enabled.</p>
|
|
12344
|
-
* @public
|
|
12345
|
-
*/
|
|
12346
|
-
Enabled?: boolean | undefined;
|
|
12347
|
-
/**
|
|
12348
|
-
* <p>The delivery status for access logs.</p>
|
|
12349
|
-
* @public
|
|
12350
|
-
*/
|
|
12351
|
-
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
12352
|
-
/**
|
|
12353
|
-
* <p>The ID of the CloudWatch Logs log group.</p>
|
|
12354
|
-
* @public
|
|
12355
|
-
*/
|
|
12356
|
-
LogGroup?: string | undefined;
|
|
12357
|
-
}
|
|
@@ -3,7 +3,28 @@ import { type ActiveVpnTunnelStatus, type AddressTransfer, type AsnAssociation,
|
|
|
3
3
|
import type { InstanceRequirementsRequest } from "./models_1";
|
|
4
4
|
import { ConnectionNotification, DnsEntry, ServiceConfiguration, ServiceTypeDetail, VpcBlockPublicAccessExclusion, VpcEndpoint, VpnConcentrator, VpnConnection, VpnGateway } from "./models_2";
|
|
5
5
|
import { type AttributeBooleanValue, type ExportTaskS3Location, type FastLaunchLaunchTemplateSpecificationResponse, type FastLaunchSnapshotConfigurationResponse, Filter, ProductCode } from "./models_3";
|
|
6
|
-
import { type
|
|
6
|
+
import { type VerifiedAccessLogDeliveryStatus, RegisteredInstance } from "./models_4";
|
|
7
|
+
/**
|
|
8
|
+
* <p>Options for CloudWatch Logs as a logging destination.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
export interface VerifiedAccessLogCloudWatchLogsDestination {
|
|
12
|
+
/**
|
|
13
|
+
* <p>Indicates whether logging is enabled.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
Enabled?: boolean | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>The delivery status for access logs.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* <p>The ID of the CloudWatch Logs log group.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
LogGroup?: string | undefined;
|
|
27
|
+
}
|
|
7
28
|
/**
|
|
8
29
|
* <p>Options for Kinesis as a logging destination.</p>
|
|
9
30
|
* @public
|
|
@@ -7693,18 +7714,3 @@ export interface GetInstanceUefiDataRequest {
|
|
|
7693
7714
|
*/
|
|
7694
7715
|
DryRun?: boolean | undefined;
|
|
7695
7716
|
}
|
|
7696
|
-
/**
|
|
7697
|
-
* @public
|
|
7698
|
-
*/
|
|
7699
|
-
export interface GetInstanceUefiDataResult {
|
|
7700
|
-
/**
|
|
7701
|
-
* <p>The ID of the instance from which to retrieve the UEFI data.</p>
|
|
7702
|
-
* @public
|
|
7703
|
-
*/
|
|
7704
|
-
InstanceId?: string | undefined;
|
|
7705
|
-
/**
|
|
7706
|
-
* <p>Base64 representation of the non-volatile UEFI variable store.</p>
|
|
7707
|
-
* @public
|
|
7708
|
-
*/
|
|
7709
|
-
UefiData?: string | undefined;
|
|
7710
|
-
}
|
|
@@ -5,6 +5,21 @@ import { type TrafficMirrorFilter, type TrafficMirrorFilterRule, type TrafficMir
|
|
|
5
5
|
import { type AttributeBooleanValue, type ConversionTask, type FpgaImageAttribute, type InstanceMetadataOptionsResponse, type SnapshotTaskDetail, Filter, ImportImageLicenseConfigurationResponse, IpamPoolCidr, LaunchPermission, SnapshotDetail } from "./models_3";
|
|
6
6
|
import { type InstanceStatusEvent, CreateVolumePermission, LaunchTemplateConfig, ReservedInstancesConfiguration } from "./models_4";
|
|
7
7
|
import { type InstanceFamilyCreditSpecification, type VerifiedAccessInstanceLoggingConfiguration, RouteServerPropagation } from "./models_5";
|
|
8
|
+
/**
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
export interface GetInstanceUefiDataResult {
|
|
12
|
+
/**
|
|
13
|
+
* <p>The ID of the instance from which to retrieve the UEFI data.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
InstanceId?: string | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>Base64 representation of the non-volatile UEFI variable store.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
UefiData?: string | undefined;
|
|
22
|
+
}
|
|
8
23
|
/**
|
|
9
24
|
* @public
|
|
10
25
|
*/
|
|
@@ -8839,44 +8854,3 @@ export interface ModifyVerifiedAccessNativeApplicationOidcOptions {
|
|
|
8839
8854
|
*/
|
|
8840
8855
|
Scope?: string | undefined;
|
|
8841
8856
|
}
|
|
8842
|
-
/**
|
|
8843
|
-
* <p>Options for an OpenID Connect-compatible user-identity trust provider.</p>
|
|
8844
|
-
* @public
|
|
8845
|
-
*/
|
|
8846
|
-
export interface ModifyVerifiedAccessTrustProviderOidcOptions {
|
|
8847
|
-
/**
|
|
8848
|
-
* <p>The OIDC issuer.</p>
|
|
8849
|
-
* @public
|
|
8850
|
-
*/
|
|
8851
|
-
Issuer?: string | undefined;
|
|
8852
|
-
/**
|
|
8853
|
-
* <p>The OIDC authorization endpoint.</p>
|
|
8854
|
-
* @public
|
|
8855
|
-
*/
|
|
8856
|
-
AuthorizationEndpoint?: string | undefined;
|
|
8857
|
-
/**
|
|
8858
|
-
* <p>The OIDC token endpoint.</p>
|
|
8859
|
-
* @public
|
|
8860
|
-
*/
|
|
8861
|
-
TokenEndpoint?: string | undefined;
|
|
8862
|
-
/**
|
|
8863
|
-
* <p>The OIDC user info endpoint.</p>
|
|
8864
|
-
* @public
|
|
8865
|
-
*/
|
|
8866
|
-
UserInfoEndpoint?: string | undefined;
|
|
8867
|
-
/**
|
|
8868
|
-
* <p>The client identifier.</p>
|
|
8869
|
-
* @public
|
|
8870
|
-
*/
|
|
8871
|
-
ClientId?: string | undefined;
|
|
8872
|
-
/**
|
|
8873
|
-
* <p>The client secret.</p>
|
|
8874
|
-
* @public
|
|
8875
|
-
*/
|
|
8876
|
-
ClientSecret?: string | undefined;
|
|
8877
|
-
/**
|
|
8878
|
-
* <p>OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's details. Each scope returns a specific set of user attributes.</p>
|
|
8879
|
-
* @public
|
|
8880
|
-
*/
|
|
8881
|
-
Scope?: string | undefined;
|
|
8882
|
-
}
|
|
@@ -5,7 +5,48 @@ import { type DnsOptionsSpecification, type VerifiedAccessSseSpecificationReques
|
|
|
5
5
|
import { type AttributeBooleanValue, type Byoasn, type ClientVpnConnectionStatus, type InstanceState, type InstanceTagNotificationAttribute, type IpamPoolCidr, type Monitoring, CapacityBlock, CapacityBlockExtension, Filter } from "./models_3";
|
|
6
6
|
import { type NetworkInsightsAccessScopeAnalysis, type NetworkInsightsAnalysis, type PublicIpv4PoolRange, type RunInstancesMonitoringEnabled, type SpotFleetRequestConfigData, type SpotPlacement, InstanceNetworkInterfaceSpecification, ScheduledInstance, SpotInstanceRequest } from "./models_4";
|
|
7
7
|
import { type VolumeModification, type VpcBlockPublicAccessOptions, Purchase } from "./models_5";
|
|
8
|
-
import type { CapacityReservationSpecification, ModifyVerifiedAccessNativeApplicationOidcOptions, ModifyVerifiedAccessTrustProviderDeviceOptions
|
|
8
|
+
import type { CapacityReservationSpecification, ModifyVerifiedAccessNativeApplicationOidcOptions, ModifyVerifiedAccessTrustProviderDeviceOptions } from "./models_6";
|
|
9
|
+
/**
|
|
10
|
+
* <p>Options for an OpenID Connect-compatible user-identity trust provider.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
export interface ModifyVerifiedAccessTrustProviderOidcOptions {
|
|
14
|
+
/**
|
|
15
|
+
* <p>The OIDC issuer.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
Issuer?: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The OIDC authorization endpoint.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
AuthorizationEndpoint?: string | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* <p>The OIDC token endpoint.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
TokenEndpoint?: string | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* <p>The OIDC user info endpoint.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
UserInfoEndpoint?: string | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* <p>The client identifier.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
ClientId?: string | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* <p>The client secret.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
ClientSecret?: string | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* <p>OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's details. Each scope returns a specific set of user attributes.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
Scope?: string | undefined;
|
|
49
|
+
}
|
|
9
50
|
/**
|
|
10
51
|
* @public
|
|
11
52
|
*/
|
|
@@ -1128,6 +1128,7 @@ export declare var DnsOptionsSpecification$: StaticStructureSchema;
|
|
|
1128
1128
|
export declare var DnsServersOptionsModifyStructure$: StaticStructureSchema;
|
|
1129
1129
|
export declare var EbsBlockDevice$: StaticStructureSchema;
|
|
1130
1130
|
export declare var EbsBlockDeviceResponse$: StaticStructureSchema;
|
|
1131
|
+
export declare var EbsCardInfo$: StaticStructureSchema;
|
|
1131
1132
|
export declare var EbsInfo$: StaticStructureSchema;
|
|
1132
1133
|
export declare var EbsInstanceBlockDevice$: StaticStructureSchema;
|
|
1133
1134
|
export declare var EbsInstanceBlockDeviceSpecification$: StaticStructureSchema;
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
GetInstanceUefiDataResult,
|
|
11
|
-
} from "../models/models_5";
|
|
8
|
+
import { GetInstanceUefiDataRequest } from "../models/models_5";
|
|
9
|
+
import { GetInstanceUefiDataResult } from "../models/models_6";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface GetInstanceUefiDataCommandInput
|
|
@@ -1168,12 +1168,14 @@ export interface AttachVolumeRequest {
|
|
|
1168
1168
|
Device: string | undefined;
|
|
1169
1169
|
InstanceId: string | undefined;
|
|
1170
1170
|
VolumeId: string | undefined;
|
|
1171
|
+
EbsCardIndex?: number | undefined;
|
|
1171
1172
|
DryRun?: boolean | undefined;
|
|
1172
1173
|
}
|
|
1173
1174
|
export interface VolumeAttachment {
|
|
1174
1175
|
DeleteOnTermination?: boolean | undefined;
|
|
1175
1176
|
AssociatedResource?: string | undefined;
|
|
1176
1177
|
InstanceOwningService?: string | undefined;
|
|
1178
|
+
EbsCardIndex?: number | undefined;
|
|
1177
1179
|
VolumeId?: string | undefined;
|
|
1178
1180
|
InstanceId?: string | undefined;
|
|
1179
1181
|
Device?: string | undefined;
|
|
@@ -530,6 +530,7 @@ export interface EbsBlockDevice {
|
|
|
530
530
|
Encrypted?: boolean | undefined;
|
|
531
531
|
VolumeInitializationRate?: number | undefined;
|
|
532
532
|
AvailabilityZoneId?: string | undefined;
|
|
533
|
+
EbsCardIndex?: number | undefined;
|
|
533
534
|
}
|
|
534
535
|
export interface BlockDeviceMapping {
|
|
535
536
|
Ebs?: EbsBlockDevice | undefined;
|
|
@@ -988,6 +989,7 @@ export interface LaunchTemplateEbsBlockDeviceRequest {
|
|
|
988
989
|
VolumeType?: VolumeType | undefined;
|
|
989
990
|
Throughput?: number | undefined;
|
|
990
991
|
VolumeInitializationRate?: number | undefined;
|
|
992
|
+
EbsCardIndex?: number | undefined;
|
|
991
993
|
}
|
|
992
994
|
export interface LaunchTemplateBlockDeviceMappingRequest {
|
|
993
995
|
DeviceName?: string | undefined;
|
|
@@ -1237,6 +1239,7 @@ export interface LaunchTemplateEbsBlockDevice {
|
|
|
1237
1239
|
VolumeType?: VolumeType | undefined;
|
|
1238
1240
|
Throughput?: number | undefined;
|
|
1239
1241
|
VolumeInitializationRate?: number | undefined;
|
|
1242
|
+
EbsCardIndex?: number | undefined;
|
|
1240
1243
|
}
|
|
1241
1244
|
export interface LaunchTemplateBlockDeviceMapping {
|
|
1242
1245
|
DeviceName?: string | undefined;
|
|
@@ -1772,6 +1772,7 @@ export interface EbsInstanceBlockDevice {
|
|
|
1772
1772
|
AssociatedResource?: string | undefined;
|
|
1773
1773
|
VolumeOwnerId?: string | undefined;
|
|
1774
1774
|
Operator?: OperatorResponse | undefined;
|
|
1775
|
+
EbsCardIndex?: number | undefined;
|
|
1775
1776
|
}
|
|
1776
1777
|
export interface InstanceBlockDeviceMapping {
|
|
1777
1778
|
DeviceName?: string | undefined;
|
|
@@ -432,6 +432,15 @@ export interface DescribeInstanceTypesRequest {
|
|
|
432
432
|
MaxResults?: number | undefined;
|
|
433
433
|
NextToken?: string | undefined;
|
|
434
434
|
}
|
|
435
|
+
export interface EbsCardInfo {
|
|
436
|
+
EbsCardIndex?: number | undefined;
|
|
437
|
+
BaselineBandwidthInMbps?: number | undefined;
|
|
438
|
+
BaselineThroughputInMBps?: number | undefined;
|
|
439
|
+
BaselineIops?: number | undefined;
|
|
440
|
+
MaximumBandwidthInMbps?: number | undefined;
|
|
441
|
+
MaximumThroughputInMBps?: number | undefined;
|
|
442
|
+
MaximumIops?: number | undefined;
|
|
443
|
+
}
|
|
435
444
|
export interface EbsOptimizedInfo {
|
|
436
445
|
BaselineBandwidthInMbps?: number | undefined;
|
|
437
446
|
BaselineThroughputInMBps?: number | undefined;
|
|
@@ -447,6 +456,8 @@ export interface EbsInfo {
|
|
|
447
456
|
NvmeSupport?: EbsNvmeSupport | undefined;
|
|
448
457
|
MaximumEbsAttachments?: number | undefined;
|
|
449
458
|
AttachmentLimitType?: AttachmentLimitType | undefined;
|
|
459
|
+
MaximumEbsCards?: number | undefined;
|
|
460
|
+
EbsCards?: EbsCardInfo[] | undefined;
|
|
450
461
|
}
|
|
451
462
|
export interface FpgaDeviceMemoryInfo {
|
|
452
463
|
SizeInMiB?: number | undefined;
|
|
@@ -2171,8 +2182,3 @@ export interface VerifiedAccessLogDeliveryStatus {
|
|
|
2171
2182
|
Code?: VerifiedAccessLogDeliveryStatusCode | undefined;
|
|
2172
2183
|
Message?: string | undefined;
|
|
2173
2184
|
}
|
|
2174
|
-
export interface VerifiedAccessLogCloudWatchLogsDestination {
|
|
2175
|
-
Enabled?: boolean | undefined;
|
|
2176
|
-
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
2177
|
-
LogGroup?: string | undefined;
|
|
2178
|
-
}
|
|
@@ -108,10 +108,14 @@ import {
|
|
|
108
108
|
ProductCode,
|
|
109
109
|
} from "./models_3";
|
|
110
110
|
import {
|
|
111
|
-
VerifiedAccessLogCloudWatchLogsDestination,
|
|
112
111
|
VerifiedAccessLogDeliveryStatus,
|
|
113
112
|
RegisteredInstance,
|
|
114
113
|
} from "./models_4";
|
|
114
|
+
export interface VerifiedAccessLogCloudWatchLogsDestination {
|
|
115
|
+
Enabled?: boolean | undefined;
|
|
116
|
+
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
117
|
+
LogGroup?: string | undefined;
|
|
118
|
+
}
|
|
115
119
|
export interface VerifiedAccessLogKinesisDataFirehoseDestination {
|
|
116
120
|
Enabled?: boolean | undefined;
|
|
117
121
|
DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
|
|
@@ -1621,7 +1625,3 @@ export interface GetInstanceUefiDataRequest {
|
|
|
1621
1625
|
InstanceId: string | undefined;
|
|
1622
1626
|
DryRun?: boolean | undefined;
|
|
1623
1627
|
}
|
|
1624
|
-
export interface GetInstanceUefiDataResult {
|
|
1625
|
-
InstanceId?: string | undefined;
|
|
1626
|
-
UefiData?: string | undefined;
|
|
1627
|
-
}
|
|
@@ -174,6 +174,10 @@ import {
|
|
|
174
174
|
VerifiedAccessInstanceLoggingConfiguration,
|
|
175
175
|
RouteServerPropagation,
|
|
176
176
|
} from "./models_5";
|
|
177
|
+
export interface GetInstanceUefiDataResult {
|
|
178
|
+
InstanceId?: string | undefined;
|
|
179
|
+
UefiData?: string | undefined;
|
|
180
|
+
}
|
|
177
181
|
export interface GetIpamAddressHistoryRequest {
|
|
178
182
|
DryRun?: boolean | undefined;
|
|
179
183
|
Cidr: string | undefined;
|
|
@@ -1952,12 +1956,3 @@ export interface ModifyVerifiedAccessNativeApplicationOidcOptions {
|
|
|
1952
1956
|
ClientSecret?: string | undefined;
|
|
1953
1957
|
Scope?: string | undefined;
|
|
1954
1958
|
}
|
|
1955
|
-
export interface ModifyVerifiedAccessTrustProviderOidcOptions {
|
|
1956
|
-
Issuer?: string | undefined;
|
|
1957
|
-
AuthorizationEndpoint?: string | undefined;
|
|
1958
|
-
TokenEndpoint?: string | undefined;
|
|
1959
|
-
UserInfoEndpoint?: string | undefined;
|
|
1960
|
-
ClientId?: string | undefined;
|
|
1961
|
-
ClientSecret?: string | undefined;
|
|
1962
|
-
Scope?: string | undefined;
|
|
1963
|
-
}
|
|
@@ -123,8 +123,16 @@ import {
|
|
|
123
123
|
CapacityReservationSpecification,
|
|
124
124
|
ModifyVerifiedAccessNativeApplicationOidcOptions,
|
|
125
125
|
ModifyVerifiedAccessTrustProviderDeviceOptions,
|
|
126
|
-
ModifyVerifiedAccessTrustProviderOidcOptions,
|
|
127
126
|
} from "./models_6";
|
|
127
|
+
export interface ModifyVerifiedAccessTrustProviderOidcOptions {
|
|
128
|
+
Issuer?: string | undefined;
|
|
129
|
+
AuthorizationEndpoint?: string | undefined;
|
|
130
|
+
TokenEndpoint?: string | undefined;
|
|
131
|
+
UserInfoEndpoint?: string | undefined;
|
|
132
|
+
ClientId?: string | undefined;
|
|
133
|
+
ClientSecret?: string | undefined;
|
|
134
|
+
Scope?: string | undefined;
|
|
135
|
+
}
|
|
128
136
|
export interface ModifyVerifiedAccessTrustProviderRequest {
|
|
129
137
|
VerifiedAccessTrustProviderId: string | undefined;
|
|
130
138
|
OidcOptions?: ModifyVerifiedAccessTrustProviderOidcOptions | undefined;
|
|
@@ -1132,6 +1132,7 @@ export declare var DnsOptionsSpecification$: StaticStructureSchema;
|
|
|
1132
1132
|
export declare var DnsServersOptionsModifyStructure$: StaticStructureSchema;
|
|
1133
1133
|
export declare var EbsBlockDevice$: StaticStructureSchema;
|
|
1134
1134
|
export declare var EbsBlockDeviceResponse$: StaticStructureSchema;
|
|
1135
|
+
export declare var EbsCardInfo$: StaticStructureSchema;
|
|
1135
1136
|
export declare var EbsInfo$: StaticStructureSchema;
|
|
1136
1137
|
export declare var EbsInstanceBlockDevice$: StaticStructureSchema;
|
|
1137
1138
|
export declare var EbsInstanceBlockDeviceSpecification$: StaticStructureSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.973.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ec2",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
-
"clean": "
|
|
12
|
+
"clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
13
13
|
"extract:docs": "api-extractor run --local",
|
|
14
14
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo ec2",
|
|
15
15
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
@@ -21,18 +21,18 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-sdk-ec2": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
24
|
+
"@aws-sdk/core": "3.972.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.972.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.972.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.972.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.972.0",
|
|
29
|
+
"@aws-sdk/middleware-sdk-ec2": "3.972.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.972.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.972.0",
|
|
32
|
+
"@aws-sdk/types": "3.972.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.972.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.972.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.972.0",
|
|
36
36
|
"@smithy/config-resolver": "^4.4.6",
|
|
37
37
|
"@smithy/core": "^3.20.6",
|
|
38
38
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@types/node": "^20.14.8",
|
|
67
67
|
"concurrently": "7.0.0",
|
|
68
68
|
"downlevel-dts": "0.10.1",
|
|
69
|
-
"
|
|
69
|
+
"premove": "4.0.0",
|
|
70
70
|
"typescript": "~5.8.3"
|
|
71
71
|
},
|
|
72
72
|
"engines": {
|