@aws-sdk/client-ec2 3.1065.0 → 3.1066.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 +14 -0
- package/dist-cjs/index.js +28 -0
- package/dist-cjs/schemas/schemas_0.js +127 -66
- package/dist-es/EC2.js +4 -0
- package/dist-es/commands/AttachImageWatermarkCommand.js +16 -0
- package/dist-es/commands/DetachImageWatermarkCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +65 -4
- package/dist-types/EC2.d.ts +14 -0
- package/dist-types/EC2Client.d.ts +4 -2
- package/dist-types/commands/AttachImageWatermarkCommand.d.ts +84 -0
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +2 -1
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +1 -2
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +9 -0
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +9 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -2
- package/dist-types/commands/DetachImageWatermarkCommand.d.ts +82 -0
- package/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +1 -2
- package/dist-types/commands/ModifyIpamScopeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +37 -22
- package/dist-types/models/models_1.d.ts +24 -100
- package/dist-types/models/models_2.d.ts +100 -34
- package/dist-types/models/models_3.d.ts +73 -120
- package/dist-types/models/models_4.d.ts +128 -172
- package/dist-types/models/models_5.d.ts +204 -183
- package/dist-types/models/models_6.d.ts +186 -119
- package/dist-types/models/models_7.d.ts +115 -1
- package/dist-types/schemas/schemas_0.d.ts +7 -0
- package/dist-types/ts3.4/EC2.d.ts +34 -0
- package/dist-types/ts3.4/EC2Client.d.ts +12 -0
- package/dist-types/ts3.4/commands/AttachImageWatermarkCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateRouteServerPeerCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DetachImageWatermarkCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +8 -6
- package/dist-types/ts3.4/models/models_1.d.ts +7 -20
- package/dist-types/ts3.4/models/models_2.d.ts +23 -9
- package/dist-types/ts3.4/models/models_3.d.ts +16 -26
- package/dist-types/ts3.4/models/models_4.d.ts +30 -26
- package/dist-types/ts3.4/models/models_5.d.ts +35 -37
- package/dist-types/ts3.4/models/models_6.d.ts +37 -29
- package/dist-types/ts3.4/models/models_7.d.ts +26 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -0
- package/package.json +2 -2
package/dist-es/EC2.js
CHANGED
|
@@ -36,6 +36,7 @@ import { AssociateTransitGatewayRouteTableCommand, } from "./commands/AssociateT
|
|
|
36
36
|
import { AssociateTrunkInterfaceCommand, } from "./commands/AssociateTrunkInterfaceCommand";
|
|
37
37
|
import { AssociateVpcCidrBlockCommand, } from "./commands/AssociateVpcCidrBlockCommand";
|
|
38
38
|
import { AttachClassicLinkVpcCommand, } from "./commands/AttachClassicLinkVpcCommand";
|
|
39
|
+
import { AttachImageWatermarkCommand, } from "./commands/AttachImageWatermarkCommand";
|
|
39
40
|
import { AttachInternetGatewayCommand, } from "./commands/AttachInternetGatewayCommand";
|
|
40
41
|
import { AttachNetworkInterfaceCommand, } from "./commands/AttachNetworkInterfaceCommand";
|
|
41
42
|
import { AttachVerifiedAccessTrustProviderCommand, } from "./commands/AttachVerifiedAccessTrustProviderCommand";
|
|
@@ -455,6 +456,7 @@ import { DescribeVpnConcentratorsCommand, } from "./commands/DescribeVpnConcentr
|
|
|
455
456
|
import { DescribeVpnConnectionsCommand, } from "./commands/DescribeVpnConnectionsCommand";
|
|
456
457
|
import { DescribeVpnGatewaysCommand, } from "./commands/DescribeVpnGatewaysCommand";
|
|
457
458
|
import { DetachClassicLinkVpcCommand, } from "./commands/DetachClassicLinkVpcCommand";
|
|
459
|
+
import { DetachImageWatermarkCommand, } from "./commands/DetachImageWatermarkCommand";
|
|
458
460
|
import { DetachInternetGatewayCommand, } from "./commands/DetachInternetGatewayCommand";
|
|
459
461
|
import { DetachNetworkInterfaceCommand, } from "./commands/DetachNetworkInterfaceCommand";
|
|
460
462
|
import { DetachVerifiedAccessTrustProviderCommand, } from "./commands/DetachVerifiedAccessTrustProviderCommand";
|
|
@@ -1017,6 +1019,7 @@ const commands = {
|
|
|
1017
1019
|
AssociateTrunkInterfaceCommand,
|
|
1018
1020
|
AssociateVpcCidrBlockCommand,
|
|
1019
1021
|
AttachClassicLinkVpcCommand,
|
|
1022
|
+
AttachImageWatermarkCommand,
|
|
1020
1023
|
AttachInternetGatewayCommand,
|
|
1021
1024
|
AttachNetworkInterfaceCommand,
|
|
1022
1025
|
AttachVerifiedAccessTrustProviderCommand,
|
|
@@ -1436,6 +1439,7 @@ const commands = {
|
|
|
1436
1439
|
DescribeVpnConnectionsCommand,
|
|
1437
1440
|
DescribeVpnGatewaysCommand,
|
|
1438
1441
|
DetachClassicLinkVpcCommand,
|
|
1442
|
+
DetachImageWatermarkCommand,
|
|
1439
1443
|
DetachInternetGatewayCommand,
|
|
1440
1444
|
DetachNetworkInterfaceCommand,
|
|
1441
1445
|
DetachVerifiedAccessTrustProviderCommand,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { AttachImageWatermark$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class AttachImageWatermarkCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonEC2", "AttachImageWatermark", {})
|
|
13
|
+
.n("EC2Client", "AttachImageWatermarkCommand")
|
|
14
|
+
.sc(AttachImageWatermark$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DetachImageWatermark$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DetachImageWatermarkCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonEC2", "DetachImageWatermark", {})
|
|
13
|
+
.n("EC2Client", "DetachImageWatermarkCommand")
|
|
14
|
+
.sc(DetachImageWatermark$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -35,6 +35,7 @@ export * from "./AssociateTransitGatewayRouteTableCommand";
|
|
|
35
35
|
export * from "./AssociateTrunkInterfaceCommand";
|
|
36
36
|
export * from "./AssociateVpcCidrBlockCommand";
|
|
37
37
|
export * from "./AttachClassicLinkVpcCommand";
|
|
38
|
+
export * from "./AttachImageWatermarkCommand";
|
|
38
39
|
export * from "./AttachInternetGatewayCommand";
|
|
39
40
|
export * from "./AttachNetworkInterfaceCommand";
|
|
40
41
|
export * from "./AttachVerifiedAccessTrustProviderCommand";
|
|
@@ -454,6 +455,7 @@ export * from "./DescribeVpnConcentratorsCommand";
|
|
|
454
455
|
export * from "./DescribeVpnConnectionsCommand";
|
|
455
456
|
export * from "./DescribeVpnGatewaysCommand";
|
|
456
457
|
export * from "./DetachClassicLinkVpcCommand";
|
|
458
|
+
export * from "./DetachImageWatermarkCommand";
|
|
457
459
|
export * from "./DetachInternetGatewayCommand";
|
|
458
460
|
export * from "./DetachNetworkInterfaceCommand";
|
|
459
461
|
export * from "./DetachVerifiedAccessTrustProviderCommand";
|
|
@@ -142,6 +142,9 @@ const _AISt = "AthenaIntegrationsSet";
|
|
|
142
142
|
const _AIT = "AllowedInstanceTypes";
|
|
143
143
|
const _AITS = "AllowedInstanceTypeSet";
|
|
144
144
|
const _AITl = "AllowedInstanceType";
|
|
145
|
+
const _AIW = "AttachImageWatermark";
|
|
146
|
+
const _AIWR = "AttachImageWatermarkRequest";
|
|
147
|
+
const _AIWRt = "AttachImageWatermarkResult";
|
|
145
148
|
const _AIc = "AccountId";
|
|
146
149
|
const _AIcc = "AccountIds";
|
|
147
150
|
const _AIct = "ActiveInstances";
|
|
@@ -1652,6 +1655,9 @@ const _DIURRes = "DescribeImageUsageReportsRequest";
|
|
|
1652
1655
|
const _DIURResc = "DescribeImageUsageReportsResult";
|
|
1653
1656
|
const _DIURe = "DescribeImageUsageReports";
|
|
1654
1657
|
const _DIVD = "DiskImageVolumeDescription";
|
|
1658
|
+
const _DIW = "DetachImageWatermark";
|
|
1659
|
+
const _DIWR = "DetachImageWatermarkRequest";
|
|
1660
|
+
const _DIWRe = "DetachImageWatermarkResult";
|
|
1655
1661
|
const _DIe = "DestinationIp";
|
|
1656
1662
|
const _DIel = "DeleteIpam";
|
|
1657
1663
|
const _DIer = "DeregisterImage";
|
|
@@ -3513,6 +3519,9 @@ const _IVRm = "ImportVolumeResult";
|
|
|
3513
3519
|
const _IVTD = "ImportVolumeTaskDetails";
|
|
3514
3520
|
const _IVk = "IkeVersions";
|
|
3515
3521
|
const _IVm = "ImportVolume";
|
|
3522
|
+
const _IW = "ImageWatermarks";
|
|
3523
|
+
const _IWL = "ImageWatermarkList";
|
|
3524
|
+
const _IWm = "ImageWatermark";
|
|
3516
3525
|
const _Ic = "Icmp";
|
|
3517
3526
|
const _Im = "Images";
|
|
3518
3527
|
const _Ima = "Image";
|
|
@@ -5226,6 +5235,7 @@ const _SICRu = "SubnetIpv6CidrReservations";
|
|
|
5226
5235
|
const _SICS = "SuccessfulInstanceCreditSpecifications";
|
|
5227
5236
|
const _SICSI = "SuccessfulInstanceCreditSpecificationItem";
|
|
5228
5237
|
const _SICSS = "SuccessfulInstanceCreditSpecificationSet";
|
|
5238
|
+
const _SICT = "SourceImageCreationTime";
|
|
5229
5239
|
const _SIE = "ScheduledInstancesEbs";
|
|
5230
5240
|
const _SIGB = "SizeInGB";
|
|
5231
5241
|
const _SII = "SourceImageId";
|
|
@@ -6105,9 +6115,12 @@ const _WBC = "WithdrawByoipCidr";
|
|
|
6105
6115
|
const _WBCR = "WithdrawByoipCidrRequest";
|
|
6106
6116
|
const _WBCRi = "WithdrawByoipCidrResult";
|
|
6107
6117
|
const _WC = "WithCooldown";
|
|
6118
|
+
const _WCT = "WatermarkCreationTime";
|
|
6108
6119
|
const _WCe = "WeightedCapacity";
|
|
6120
|
+
const _WK = "WatermarkKey";
|
|
6109
6121
|
const _WL = "WorkloadsList";
|
|
6110
6122
|
const _WM = "WarningMessage";
|
|
6123
|
+
const _WN = "WatermarkName";
|
|
6111
6124
|
const _WU = "WakeUp";
|
|
6112
6125
|
const _We = "Weight";
|
|
6113
6126
|
const _Wo = "Workloads";
|
|
@@ -7042,6 +7055,7 @@ const _iV = "ikeVersion";
|
|
|
7042
7055
|
const _iVE = "isValidExchange";
|
|
7043
7056
|
const _iVS = "ikeVersionSet";
|
|
7044
7057
|
const _iVm = "importVolume";
|
|
7058
|
+
const _iWS = "imageWatermarkSet";
|
|
7045
7059
|
const _im = "image";
|
|
7046
7060
|
const _in = "instance";
|
|
7047
7061
|
const _ins = "instances";
|
|
@@ -7778,6 +7792,7 @@ const _sIATS = "supportedIpAddressTypeSet";
|
|
|
7778
7792
|
const _sICRS = "subnetIpv4CidrReservationSet";
|
|
7779
7793
|
const _sICRSu = "subnetIpv6CidrReservationSet";
|
|
7780
7794
|
const _sICSS = "successfulInstanceCreditSpecificationSet";
|
|
7795
|
+
const _sICT = "sourceImageCreationTime";
|
|
7781
7796
|
const _sIGB = "sizeInGB";
|
|
7782
7797
|
const _sII = "sourceInstanceId";
|
|
7783
7798
|
const _sIIc = "scheduledInstanceId";
|
|
@@ -8200,6 +8215,8 @@ const _vp = "vpc";
|
|
|
8200
8215
|
const _vpc = "vpcs";
|
|
8201
8216
|
const _w = "warning";
|
|
8202
8217
|
const _wC = "weightedCapacity";
|
|
8218
|
+
const _wCT = "watermarkCreationTime";
|
|
8219
|
+
const _wK = "watermarkKey";
|
|
8203
8220
|
const _wM = "warningMessage";
|
|
8204
8221
|
const _wS = "workloadSet";
|
|
8205
8222
|
const _we = "weight";
|
|
@@ -8985,6 +9002,17 @@ export var AttachClassicLinkVpcResult$ = [3, n0, _ACLVRt,
|
|
|
8985
9002
|
[[2, { [_eQN]: `Return`,
|
|
8986
9003
|
[_xN]: _r }]]
|
|
8987
9004
|
];
|
|
9005
|
+
export var AttachImageWatermarkRequest$ = [3, n0, _AIWR,
|
|
9006
|
+
0,
|
|
9007
|
+
[_IIm, _WN, _DR],
|
|
9008
|
+
[0, 0, 2], 2
|
|
9009
|
+
];
|
|
9010
|
+
export var AttachImageWatermarkResult$ = [3, n0, _AIWRt,
|
|
9011
|
+
0,
|
|
9012
|
+
[_WK],
|
|
9013
|
+
[[0, { [_eQN]: `WatermarkKey`,
|
|
9014
|
+
[_xN]: _wK }]]
|
|
9015
|
+
];
|
|
8988
9016
|
export var AttachInternetGatewayRequest$ = [3, n0, _AIGR,
|
|
8989
9017
|
0,
|
|
8990
9018
|
[_IGI, _VI, _DR],
|
|
@@ -15123,6 +15151,17 @@ export var DetachClassicLinkVpcResult$ = [3, n0, _DCLVRe,
|
|
|
15123
15151
|
[[2, { [_eQN]: `Return`,
|
|
15124
15152
|
[_xN]: _r }]]
|
|
15125
15153
|
];
|
|
15154
|
+
export var DetachImageWatermarkRequest$ = [3, n0, _DIWR,
|
|
15155
|
+
0,
|
|
15156
|
+
[_IIm, _WK, _DR],
|
|
15157
|
+
[0, 0, 2], 2
|
|
15158
|
+
];
|
|
15159
|
+
export var DetachImageWatermarkResult$ = [3, n0, _DIWRe,
|
|
15160
|
+
0,
|
|
15161
|
+
[_R],
|
|
15162
|
+
[[2, { [_eQN]: `Return`,
|
|
15163
|
+
[_xN]: _r }]]
|
|
15164
|
+
];
|
|
15126
15165
|
export var DetachInternetGatewayRequest$ = [3, n0, _DIGRet,
|
|
15127
15166
|
0,
|
|
15128
15167
|
[_IGI, _VI, _DR],
|
|
@@ -17806,7 +17845,7 @@ export var IKEVersionsRequestListValue$ = [3, n0, _IKEVRLV,
|
|
|
17806
17845
|
];
|
|
17807
17846
|
export var Image$ = [3, n0, _Ima,
|
|
17808
17847
|
0,
|
|
17809
|
-
[_PDl, _UO, _BDMl, _De, _ESna, _Hy, _IOA, _N, _RDN, _RDT, _SNS, _SRt, _T, _VTir, _BM, _TSp, _DTe, _ISmd, _SIIo, _DPer, _LLT, _IAm, _SII, _SIRo, _FTE, _IIm, _IL, _St, _OI, _CDr, _Pu, _PCro, _Arc, _ITm, _KI, _RIa, _Pl],
|
|
17848
|
+
[_PDl, _UO, _BDMl, _De, _ESna, _Hy, _IOA, _N, _RDN, _RDT, _SNS, _SRt, _T, _VTir, _BM, _TSp, _DTe, _ISmd, _SIIo, _DPer, _LLT, _IAm, _SII, _SIRo, _FTE, _IW, _IIm, _IL, _St, _OI, _CDr, _Pu, _PCro, _Arc, _ITm, _KI, _RIa, _Pl],
|
|
17810
17849
|
[[0, { [_eQN]: `PlatformDetails`,
|
|
17811
17850
|
[_xN]: _pDl }], [0, { [_eQN]: `UsageOperation`,
|
|
17812
17851
|
[_xN]: _uO }], [() => BlockDeviceMappingList, { [_eQN]: `BlockDeviceMapping`,
|
|
@@ -17832,7 +17871,8 @@ export var Image$ = [3, n0, _Ima,
|
|
|
17832
17871
|
[_xN]: _iAm }], [0, { [_eQN]: `SourceImageId`,
|
|
17833
17872
|
[_xN]: _sIIo }], [0, { [_eQN]: `SourceImageRegion`,
|
|
17834
17873
|
[_xN]: _sIR }], [2, { [_eQN]: `FreeTierEligible`,
|
|
17835
|
-
[_xN]: _fTE }], [
|
|
17874
|
+
[_xN]: _fTE }], [() => ImageWatermarkList, { [_eQN]: `ImageWatermarkSet`,
|
|
17875
|
+
[_xN]: _iWS }], [0, { [_eQN]: `ImageId`,
|
|
17836
17876
|
[_xN]: _iIma }], [0, { [_eQN]: `ImageLocation`,
|
|
17837
17877
|
[_xN]: _iL }], [0, { [_eQN]: `ImageState`,
|
|
17838
17878
|
[_xN]: _iSma }], [0, { [_eQN]: `ImageOwnerId`,
|
|
@@ -17897,7 +17937,7 @@ export var ImageDiskContainer$ = [3, n0, _IDC,
|
|
|
17897
17937
|
];
|
|
17898
17938
|
export var ImageMetadata$ = [3, n0, _IMm,
|
|
17899
17939
|
0,
|
|
17900
|
-
[_IIm, _N, _OI, _St, _IOA, _CDr, _DTe, _IAm, _IPs],
|
|
17940
|
+
[_IIm, _N, _OI, _St, _IOA, _CDr, _DTe, _IAm, _IPs, _IW],
|
|
17901
17941
|
[[0, { [_eQN]: `ImageId`,
|
|
17902
17942
|
[_xN]: _iIma }], [0, { [_eQN]: `Name`,
|
|
17903
17943
|
[_xN]: _n }], [0, { [_eQN]: `ImageOwnerId`,
|
|
@@ -17907,7 +17947,8 @@ export var ImageMetadata$ = [3, n0, _IMm,
|
|
|
17907
17947
|
[_xN]: _cDr }], [0, { [_eQN]: `DeprecationTime`,
|
|
17908
17948
|
[_xN]: _dTe }], [2, { [_eQN]: `ImageAllowed`,
|
|
17909
17949
|
[_xN]: _iAm }], [2, { [_eQN]: `IsPublic`,
|
|
17910
|
-
[_xN]: _iPs }]]
|
|
17950
|
+
[_xN]: _iPs }], [() => ImageWatermarkList, { [_eQN]: `ImageWatermarkSet`,
|
|
17951
|
+
[_xN]: _iWS }]]
|
|
17911
17952
|
];
|
|
17912
17953
|
export var ImageRecycleBinInfo$ = [3, n0, _IRBI,
|
|
17913
17954
|
0,
|
|
@@ -17976,6 +18017,16 @@ export var ImageUsageResourceTypeRequest$ = [3, n0, _IURTR,
|
|
|
17976
18017
|
[_RTe, _RTO],
|
|
17977
18018
|
[0, [() => ImageUsageResourceTypeOptionRequestList, { [_xN]: _RTOe }]]
|
|
17978
18019
|
];
|
|
18020
|
+
export var ImageWatermark$ = [3, n0, _IWm,
|
|
18021
|
+
0,
|
|
18022
|
+
[_WK, _SIRo, _SII, _SICT, _WCT],
|
|
18023
|
+
[[0, { [_eQN]: `WatermarkKey`,
|
|
18024
|
+
[_xN]: _wK }], [0, { [_eQN]: `SourceImageRegion`,
|
|
18025
|
+
[_xN]: _sIR }], [0, { [_eQN]: `SourceImageId`,
|
|
18026
|
+
[_xN]: _sIIo }], [4, { [_eQN]: `SourceImageCreationTime`,
|
|
18027
|
+
[_xN]: _sICT }], [4, { [_eQN]: `WatermarkCreationTime`,
|
|
18028
|
+
[_xN]: _wCT }]]
|
|
18029
|
+
];
|
|
17979
18030
|
export var ImportClientVpnClientCertificateRevocationListRequest$ = [3, n0, _ICVCCRLR,
|
|
17980
18031
|
0,
|
|
17981
18032
|
[_CVEI, _CRL, _DR],
|
|
@@ -26683,6 +26734,10 @@ var ImageUsageResourceTypeRequestList = [1, n0, _IURTRL,
|
|
|
26683
26734
|
0, [() => ImageUsageResourceTypeRequest$,
|
|
26684
26735
|
0]
|
|
26685
26736
|
];
|
|
26737
|
+
var ImageWatermarkList = [1, n0, _IWL,
|
|
26738
|
+
0, [() => ImageWatermark$,
|
|
26739
|
+
{ [_xN]: _it }]
|
|
26740
|
+
];
|
|
26686
26741
|
var ImportImageLicenseSpecificationListRequest = [1, n0, _IILSLR,
|
|
26687
26742
|
0, [() => ImportImageLicenseConfigurationRequest$,
|
|
26688
26743
|
{ [_xN]: _it }]
|
|
@@ -28802,6 +28857,9 @@ export var AssociateVpcCidrBlock$ = [9, n0, _AVCB,
|
|
|
28802
28857
|
export var AttachClassicLinkVpc$ = [9, n0, _ACLV,
|
|
28803
28858
|
0, () => AttachClassicLinkVpcRequest$, () => AttachClassicLinkVpcResult$
|
|
28804
28859
|
];
|
|
28860
|
+
export var AttachImageWatermark$ = [9, n0, _AIW,
|
|
28861
|
+
0, () => AttachImageWatermarkRequest$, () => AttachImageWatermarkResult$
|
|
28862
|
+
];
|
|
28805
28863
|
export var AttachInternetGateway$ = [9, n0, _AIG,
|
|
28806
28864
|
0, () => AttachInternetGatewayRequest$, () => __Unit
|
|
28807
28865
|
];
|
|
@@ -30059,6 +30117,9 @@ export var DescribeVpnGateways$ = [9, n0, _DVGe,
|
|
|
30059
30117
|
export var DetachClassicLinkVpc$ = [9, n0, _DCLV,
|
|
30060
30118
|
0, () => DetachClassicLinkVpcRequest$, () => DetachClassicLinkVpcResult$
|
|
30061
30119
|
];
|
|
30120
|
+
export var DetachImageWatermark$ = [9, n0, _DIW,
|
|
30121
|
+
0, () => DetachImageWatermarkRequest$, () => DetachImageWatermarkResult$
|
|
30122
|
+
];
|
|
30062
30123
|
export var DetachInternetGateway$ = [9, n0, _DIGet,
|
|
30063
30124
|
0, () => DetachInternetGatewayRequest$, () => __Unit
|
|
30064
30125
|
];
|
package/dist-types/EC2.d.ts
CHANGED
|
@@ -37,6 +37,7 @@ import { type AssociateTransitGatewayRouteTableCommandInput, type AssociateTrans
|
|
|
37
37
|
import { type AssociateTrunkInterfaceCommandInput, type AssociateTrunkInterfaceCommandOutput } from "./commands/AssociateTrunkInterfaceCommand";
|
|
38
38
|
import { type AssociateVpcCidrBlockCommandInput, type AssociateVpcCidrBlockCommandOutput } from "./commands/AssociateVpcCidrBlockCommand";
|
|
39
39
|
import { type AttachClassicLinkVpcCommandInput, type AttachClassicLinkVpcCommandOutput } from "./commands/AttachClassicLinkVpcCommand";
|
|
40
|
+
import { type AttachImageWatermarkCommandInput, type AttachImageWatermarkCommandOutput } from "./commands/AttachImageWatermarkCommand";
|
|
40
41
|
import { type AttachInternetGatewayCommandInput, type AttachInternetGatewayCommandOutput } from "./commands/AttachInternetGatewayCommand";
|
|
41
42
|
import { type AttachNetworkInterfaceCommandInput, type AttachNetworkInterfaceCommandOutput } from "./commands/AttachNetworkInterfaceCommand";
|
|
42
43
|
import { type AttachVerifiedAccessTrustProviderCommandInput, type AttachVerifiedAccessTrustProviderCommandOutput } from "./commands/AttachVerifiedAccessTrustProviderCommand";
|
|
@@ -456,6 +457,7 @@ import { type DescribeVpnConcentratorsCommandInput, type DescribeVpnConcentrator
|
|
|
456
457
|
import { type DescribeVpnConnectionsCommandInput, type DescribeVpnConnectionsCommandOutput } from "./commands/DescribeVpnConnectionsCommand";
|
|
457
458
|
import { type DescribeVpnGatewaysCommandInput, type DescribeVpnGatewaysCommandOutput } from "./commands/DescribeVpnGatewaysCommand";
|
|
458
459
|
import { type DetachClassicLinkVpcCommandInput, type DetachClassicLinkVpcCommandOutput } from "./commands/DetachClassicLinkVpcCommand";
|
|
460
|
+
import { type DetachImageWatermarkCommandInput, type DetachImageWatermarkCommandOutput } from "./commands/DetachImageWatermarkCommand";
|
|
459
461
|
import { type DetachInternetGatewayCommandInput, type DetachInternetGatewayCommandOutput } from "./commands/DetachInternetGatewayCommand";
|
|
460
462
|
import { type DetachNetworkInterfaceCommandInput, type DetachNetworkInterfaceCommandOutput } from "./commands/DetachNetworkInterfaceCommand";
|
|
461
463
|
import { type DetachVerifiedAccessTrustProviderCommandInput, type DetachVerifiedAccessTrustProviderCommandOutput } from "./commands/DetachVerifiedAccessTrustProviderCommand";
|
|
@@ -996,6 +998,12 @@ export interface EC2 {
|
|
|
996
998
|
attachClassicLinkVpc(args: AttachClassicLinkVpcCommandInput, options?: __HttpHandlerOptions): Promise<AttachClassicLinkVpcCommandOutput>;
|
|
997
999
|
attachClassicLinkVpc(args: AttachClassicLinkVpcCommandInput, cb: (err: any, data?: AttachClassicLinkVpcCommandOutput) => void): void;
|
|
998
1000
|
attachClassicLinkVpc(args: AttachClassicLinkVpcCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachClassicLinkVpcCommandOutput) => void): void;
|
|
1001
|
+
/**
|
|
1002
|
+
* @see {@link AttachImageWatermarkCommand}
|
|
1003
|
+
*/
|
|
1004
|
+
attachImageWatermark(args: AttachImageWatermarkCommandInput, options?: __HttpHandlerOptions): Promise<AttachImageWatermarkCommandOutput>;
|
|
1005
|
+
attachImageWatermark(args: AttachImageWatermarkCommandInput, cb: (err: any, data?: AttachImageWatermarkCommandOutput) => void): void;
|
|
1006
|
+
attachImageWatermark(args: AttachImageWatermarkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachImageWatermarkCommandOutput) => void): void;
|
|
999
1007
|
/**
|
|
1000
1008
|
* @see {@link AttachInternetGatewayCommand}
|
|
1001
1009
|
*/
|
|
@@ -3696,6 +3704,12 @@ export interface EC2 {
|
|
|
3696
3704
|
detachClassicLinkVpc(args: DetachClassicLinkVpcCommandInput, options?: __HttpHandlerOptions): Promise<DetachClassicLinkVpcCommandOutput>;
|
|
3697
3705
|
detachClassicLinkVpc(args: DetachClassicLinkVpcCommandInput, cb: (err: any, data?: DetachClassicLinkVpcCommandOutput) => void): void;
|
|
3698
3706
|
detachClassicLinkVpc(args: DetachClassicLinkVpcCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachClassicLinkVpcCommandOutput) => void): void;
|
|
3707
|
+
/**
|
|
3708
|
+
* @see {@link DetachImageWatermarkCommand}
|
|
3709
|
+
*/
|
|
3710
|
+
detachImageWatermark(args: DetachImageWatermarkCommandInput, options?: __HttpHandlerOptions): Promise<DetachImageWatermarkCommandOutput>;
|
|
3711
|
+
detachImageWatermark(args: DetachImageWatermarkCommandInput, cb: (err: any, data?: DetachImageWatermarkCommandOutput) => void): void;
|
|
3712
|
+
detachImageWatermark(args: DetachImageWatermarkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachImageWatermarkCommandOutput) => void): void;
|
|
3699
3713
|
/**
|
|
3700
3714
|
* @see {@link DetachInternetGatewayCommand}
|
|
3701
3715
|
*/
|