@aws-sdk/client-ec2 3.814.0 → 3.815.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 +8 -0
- package/dist-cjs/index.js +113 -9
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/ModifyPublicIpDnsNameOptionsCommand.js +22 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_2.js +0 -4
- package/dist-es/models/models_3.js +4 -3
- package/dist-es/models/models_4.js +3 -0
- package/dist-es/models/models_7.js +5 -0
- package/dist-es/protocols/Aws_ec2.js +79 -0
- package/dist-types/EC2.d.ts +7 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +8 -0
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +8 -0
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +1 -2
- package/dist-types/commands/DisassociateAddressCommand.d.ts +12 -0
- package/dist-types/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +74 -0
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +1 -2
- package/dist-types/commands/TerminateInstancesCommand.d.ts +4 -4
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_2.d.ts +42 -13
- package/dist-types/models/models_3.d.ts +13 -12
- package/dist-types/models/models_4.d.ts +13 -18
- package/dist-types/models/models_5.d.ts +17 -72
- package/dist-types/models/models_6.d.ts +71 -21
- package/dist-types/models/models_7.d.ts +82 -76
- package/dist-types/models/models_8.d.ts +75 -1
- package/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/ts3.4/EC2.d.ts +17 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_2.d.ts +9 -6
- package/dist-types/ts3.4/models/models_3.d.ts +6 -6
- package/dist-types/ts3.4/models/models_4.d.ts +5 -6
- package/dist-types/ts3.4/models/models_5.d.ts +5 -5
- package/dist-types/ts3.4/models/models_6.d.ts +5 -5
- package/dist-types/ts3.4/models/models_7.d.ts +21 -17
- package/dist-types/ts3.4/models/models_8.d.ts +15 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4789,6 +4789,14 @@ ModifyPrivateDnsNameOptions
|
|
|
4789
4789
|
|
|
4790
4790
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/ModifyPrivateDnsNameOptionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/ModifyPrivateDnsNameOptionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/ModifyPrivateDnsNameOptionsCommandOutput/)
|
|
4791
4791
|
|
|
4792
|
+
</details>
|
|
4793
|
+
<details>
|
|
4794
|
+
<summary>
|
|
4795
|
+
ModifyPublicIpDnsNameOptions
|
|
4796
|
+
</summary>
|
|
4797
|
+
|
|
4798
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/ModifyPublicIpDnsNameOptionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/ModifyPublicIpDnsNameOptionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/ModifyPublicIpDnsNameOptionsCommandOutput/)
|
|
4799
|
+
|
|
4792
4800
|
</details>
|
|
4793
4801
|
<details>
|
|
4794
4802
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -873,6 +873,7 @@ __export(index_exports, {
|
|
|
873
873
|
ModifyManagedPrefixListCommand: () => ModifyManagedPrefixListCommand,
|
|
874
874
|
ModifyNetworkInterfaceAttributeCommand: () => ModifyNetworkInterfaceAttributeCommand,
|
|
875
875
|
ModifyPrivateDnsNameOptionsCommand: () => ModifyPrivateDnsNameOptionsCommand,
|
|
876
|
+
ModifyPublicIpDnsNameOptionsCommand: () => ModifyPublicIpDnsNameOptionsCommand,
|
|
876
877
|
ModifyReservedInstancesCommand: () => ModifyReservedInstancesCommand,
|
|
877
878
|
ModifyRouteServerCommand: () => ModifyRouteServerCommand,
|
|
878
879
|
ModifySecurityGroupRulesCommand: () => ModifySecurityGroupRulesCommand,
|
|
@@ -959,6 +960,7 @@ __export(index_exports, {
|
|
|
959
960
|
ProvisionIpamByoasnCommand: () => ProvisionIpamByoasnCommand,
|
|
960
961
|
ProvisionIpamPoolCidrCommand: () => ProvisionIpamPoolCidrCommand,
|
|
961
962
|
ProvisionPublicIpv4PoolCidrCommand: () => ProvisionPublicIpv4PoolCidrCommand,
|
|
963
|
+
PublicIpDnsOption: () => PublicIpDnsOption,
|
|
962
964
|
PurchaseCapacityBlockCommand: () => PurchaseCapacityBlockCommand,
|
|
963
965
|
PurchaseCapacityBlockExtensionCommand: () => PurchaseCapacityBlockExtensionCommand,
|
|
964
966
|
PurchaseHostReservationCommand: () => PurchaseHostReservationCommand,
|
|
@@ -7310,6 +7312,16 @@ var se_ModifyPrivateDnsNameOptionsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
7310
7312
|
});
|
|
7311
7313
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
7312
7314
|
}, "se_ModifyPrivateDnsNameOptionsCommand");
|
|
7315
|
+
var se_ModifyPublicIpDnsNameOptionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
7316
|
+
const headers = SHARED_HEADERS;
|
|
7317
|
+
let body;
|
|
7318
|
+
body = buildFormUrlencodedString({
|
|
7319
|
+
...se_ModifyPublicIpDnsNameOptionsRequest(input, context),
|
|
7320
|
+
[_A]: _MPIDNO,
|
|
7321
|
+
[_V]: _
|
|
7322
|
+
});
|
|
7323
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
7324
|
+
}, "se_ModifyPublicIpDnsNameOptionsCommand");
|
|
7313
7325
|
var se_ModifyReservedInstancesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
7314
7326
|
const headers = SHARED_HEADERS;
|
|
7315
7327
|
let body;
|
|
@@ -15755,6 +15767,19 @@ var de_ModifyPrivateDnsNameOptionsCommand = /* @__PURE__ */ __name(async (output
|
|
|
15755
15767
|
};
|
|
15756
15768
|
return response;
|
|
15757
15769
|
}, "de_ModifyPrivateDnsNameOptionsCommand");
|
|
15770
|
+
var de_ModifyPublicIpDnsNameOptionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
15771
|
+
if (output.statusCode >= 300) {
|
|
15772
|
+
return de_CommandError(output, context);
|
|
15773
|
+
}
|
|
15774
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
15775
|
+
let contents = {};
|
|
15776
|
+
contents = de_ModifyPublicIpDnsNameOptionsResult(data, context);
|
|
15777
|
+
const response = {
|
|
15778
|
+
$metadata: deserializeMetadata(output),
|
|
15779
|
+
...contents
|
|
15780
|
+
};
|
|
15781
|
+
return response;
|
|
15782
|
+
}, "de_ModifyPublicIpDnsNameOptionsCommand");
|
|
15758
15783
|
var de_ModifyReservedInstancesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
15759
15784
|
if (output.statusCode >= 300) {
|
|
15760
15785
|
return de_CommandError(output, context);
|
|
@@ -33887,6 +33912,19 @@ var se_ModifyPrivateDnsNameOptionsRequest = /* @__PURE__ */ __name((input, conte
|
|
|
33887
33912
|
}
|
|
33888
33913
|
return entries;
|
|
33889
33914
|
}, "se_ModifyPrivateDnsNameOptionsRequest");
|
|
33915
|
+
var se_ModifyPublicIpDnsNameOptionsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
33916
|
+
const entries = {};
|
|
33917
|
+
if (input[_NII] != null) {
|
|
33918
|
+
entries[_NII] = input[_NII];
|
|
33919
|
+
}
|
|
33920
|
+
if (input[_HTo] != null) {
|
|
33921
|
+
entries[_HTo] = input[_HTo];
|
|
33922
|
+
}
|
|
33923
|
+
if (input[_DRr] != null) {
|
|
33924
|
+
entries[_DRr] = input[_DRr];
|
|
33925
|
+
}
|
|
33926
|
+
return entries;
|
|
33927
|
+
}, "se_ModifyPublicIpDnsNameOptionsRequest");
|
|
33890
33928
|
var se_ModifyReservedInstancesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
33891
33929
|
const entries = {};
|
|
33892
33930
|
if (input[_RIIes] != null) {
|
|
@@ -54292,6 +54330,13 @@ var de_ModifyPrivateDnsNameOptionsResult = /* @__PURE__ */ __name((output, conte
|
|
|
54292
54330
|
}
|
|
54293
54331
|
return contents;
|
|
54294
54332
|
}, "de_ModifyPrivateDnsNameOptionsResult");
|
|
54333
|
+
var de_ModifyPublicIpDnsNameOptionsResult = /* @__PURE__ */ __name((output, context) => {
|
|
54334
|
+
const contents = {};
|
|
54335
|
+
if (output[_suc] != null) {
|
|
54336
|
+
contents[_Suc] = (0, import_smithy_client.parseBoolean)(output[_suc]);
|
|
54337
|
+
}
|
|
54338
|
+
return contents;
|
|
54339
|
+
}, "de_ModifyPublicIpDnsNameOptionsResult");
|
|
54295
54340
|
var de_ModifyReservedInstancesResult = /* @__PURE__ */ __name((output, context) => {
|
|
54296
54341
|
const contents = {};
|
|
54297
54342
|
if (output[_rIMI] != null) {
|
|
@@ -55153,6 +55198,12 @@ var de_NetworkInterface = /* @__PURE__ */ __name((output, context) => {
|
|
|
55153
55198
|
if (output[_pDN] != null) {
|
|
55154
55199
|
contents[_PDN] = (0, import_smithy_client.expectString)(output[_pDN]);
|
|
55155
55200
|
}
|
|
55201
|
+
if (output[_pDNu] != null) {
|
|
55202
|
+
contents[_PDNu] = (0, import_smithy_client.expectString)(output[_pDNu]);
|
|
55203
|
+
}
|
|
55204
|
+
if (output[_pIDNO] != null) {
|
|
55205
|
+
contents[_PIDNO] = de_PublicIpDnsNameOptions(output[_pIDNO], context);
|
|
55206
|
+
}
|
|
55156
55207
|
if (output[_pIA] != null) {
|
|
55157
55208
|
contents[_PIAr] = (0, import_smithy_client.expectString)(output[_pIA]);
|
|
55158
55209
|
}
|
|
@@ -55287,6 +55338,9 @@ var de_NetworkInterfaceIpv6Address = /* @__PURE__ */ __name((output, context) =>
|
|
|
55287
55338
|
if (output[_iApv] != null) {
|
|
55288
55339
|
contents[_IApv] = (0, import_smithy_client.expectString)(output[_iApv]);
|
|
55289
55340
|
}
|
|
55341
|
+
if (output[_pIDN] != null) {
|
|
55342
|
+
contents[_PIDN] = (0, import_smithy_client.expectString)(output[_pIDN]);
|
|
55343
|
+
}
|
|
55290
55344
|
if (output[_iPI] != null) {
|
|
55291
55345
|
contents[_IPIs] = (0, import_smithy_client.parseBoolean)(output[_iPI]);
|
|
55292
55346
|
}
|
|
@@ -56230,6 +56284,22 @@ var de_PtrUpdateStatus = /* @__PURE__ */ __name((output, context) => {
|
|
|
56230
56284
|
}
|
|
56231
56285
|
return contents;
|
|
56232
56286
|
}, "de_PtrUpdateStatus");
|
|
56287
|
+
var de_PublicIpDnsNameOptions = /* @__PURE__ */ __name((output, context) => {
|
|
56288
|
+
const contents = {};
|
|
56289
|
+
if (output[_dHT] != null) {
|
|
56290
|
+
contents[_DHT] = (0, import_smithy_client.expectString)(output[_dHT]);
|
|
56291
|
+
}
|
|
56292
|
+
if (output[_pIDNu] != null) {
|
|
56293
|
+
contents[_PIDNu] = (0, import_smithy_client.expectString)(output[_pIDNu]);
|
|
56294
|
+
}
|
|
56295
|
+
if (output[_pIDN] != null) {
|
|
56296
|
+
contents[_PIDN] = (0, import_smithy_client.expectString)(output[_pIDN]);
|
|
56297
|
+
}
|
|
56298
|
+
if (output[_pDSDN] != null) {
|
|
56299
|
+
contents[_PDSDN] = (0, import_smithy_client.expectString)(output[_pDSDN]);
|
|
56300
|
+
}
|
|
56301
|
+
return contents;
|
|
56302
|
+
}, "de_PublicIpDnsNameOptions");
|
|
56233
56303
|
var de_PublicIpv4Pool = /* @__PURE__ */ __name((output, context) => {
|
|
56234
56304
|
const contents = {};
|
|
56235
56305
|
if (output[_pIo] != null) {
|
|
@@ -63361,6 +63431,7 @@ var _DHI = "DedicatedHostIds";
|
|
|
63361
63431
|
var _DHR = "DescribeHostReservations";
|
|
63362
63432
|
var _DHRO = "DescribeHostReservationOfferings";
|
|
63363
63433
|
var _DHS = "DedicatedHostsSupported";
|
|
63434
|
+
var _DHT = "DnsHostnameType";
|
|
63364
63435
|
var _DI = "DeleteIpam";
|
|
63365
63436
|
var _DIA = "DescribeImageAttribute";
|
|
63366
63437
|
var _DIAe = "DescribeInstanceAttribute";
|
|
@@ -64418,6 +64489,7 @@ var _MOSLSV = "MacOSLatestSupportedVersions";
|
|
|
64418
64489
|
var _MOa = "MaintenanceOptions";
|
|
64419
64490
|
var _MP = "MatchPaths";
|
|
64420
64491
|
var _MPDNO = "ModifyPrivateDnsNameOptions";
|
|
64492
|
+
var _MPIDNO = "ModifyPublicIpDnsNameOptions";
|
|
64421
64493
|
var _MPIOL = "MapPublicIpOnLaunch";
|
|
64422
64494
|
var _MPL = "MaxParallelLaunches";
|
|
64423
64495
|
var _MPa = "MaxPrice";
|
|
@@ -64674,6 +64746,7 @@ var _PDNr = "PrivateDnsNames";
|
|
|
64674
64746
|
var _PDNu = "PublicDnsName";
|
|
64675
64747
|
var _PDOFIRE = "PrivateDnsOnlyForInboundResolverEndpoint";
|
|
64676
64748
|
var _PDRTI = "PropagationDefaultRouteTableId";
|
|
64749
|
+
var _PDSDN = "PublicDualStackDnsName";
|
|
64677
64750
|
var _PDSI = "PublicDefaultScopeId";
|
|
64678
64751
|
var _PDSIr = "PrivateDefaultScopeId";
|
|
64679
64752
|
var _PDa = "PasswordData";
|
|
@@ -64706,6 +64779,9 @@ var _PIAha = "Phase2IntegrityAlgorithms";
|
|
|
64706
64779
|
var _PIAr = "PrivateIpAddress";
|
|
64707
64780
|
var _PIAu = "PublicIpAddress";
|
|
64708
64781
|
var _PIB = "ProvisionIpamByoasn";
|
|
64782
|
+
var _PIDN = "PublicIpv6DnsName";
|
|
64783
|
+
var _PIDNO = "PublicIpDnsNameOptions";
|
|
64784
|
+
var _PIDNu = "PublicIpv4DnsName";
|
|
64709
64785
|
var _PIP = "PublicIpv4Pool";
|
|
64710
64786
|
var _PIPC = "ProvisionIpamPoolCidr";
|
|
64711
64787
|
var _PIPI = "PublicIpv4PoolId";
|
|
@@ -65897,6 +65973,7 @@ var _dES = "dnsEntrySet";
|
|
|
65897
65973
|
var _dFA = "defaultForAz";
|
|
65898
65974
|
var _dHIS = "dedicatedHostIdSet";
|
|
65899
65975
|
var _dHS = "dedicatedHostsSupported";
|
|
65976
|
+
var _dHT = "dnsHostnameType";
|
|
65900
65977
|
var _dI = "directoryId";
|
|
65901
65978
|
var _dICB = "destinationIpv6CidrBlock";
|
|
65902
65979
|
var _dIF = "diskImageFormat";
|
|
@@ -66697,6 +66774,7 @@ var _pDNu = "publicDnsName";
|
|
|
66697
66774
|
var _pDOFIRE = "privateDnsOnlyForInboundResolverEndpoint";
|
|
66698
66775
|
var _pDRTI = "propagationDefaultRouteTableId";
|
|
66699
66776
|
var _pDS = "pricingDetailsSet";
|
|
66777
|
+
var _pDSDN = "publicDualStackDnsName";
|
|
66700
66778
|
var _pDSI = "publicDefaultScopeId";
|
|
66701
66779
|
var _pDSIr = "privateDefaultScopeId";
|
|
66702
66780
|
var _pDa = "paymentDue";
|
|
@@ -66721,6 +66799,9 @@ var _pIA = "privateIpAddress";
|
|
|
66721
66799
|
var _pIAS = "privateIpAddressesSet";
|
|
66722
66800
|
var _pIASh = "phase1IntegrityAlgorithmSet";
|
|
66723
66801
|
var _pIASha = "phase2IntegrityAlgorithmSet";
|
|
66802
|
+
var _pIDN = "publicIpv6DnsName";
|
|
66803
|
+
var _pIDNO = "publicIpDnsNameOptions";
|
|
66804
|
+
var _pIDNu = "publicIpv4DnsName";
|
|
66724
66805
|
var _pIP = "publicIpv4Pool";
|
|
66725
66806
|
var _pIPI = "publicIpv4PoolId";
|
|
66726
66807
|
var _pIPS = "publicIpv4PoolSet";
|
|
@@ -71031,10 +71112,6 @@ var State = {
|
|
|
71031
71112
|
PendingAcceptance: "PendingAcceptance",
|
|
71032
71113
|
Rejected: "Rejected"
|
|
71033
71114
|
};
|
|
71034
|
-
var ConnectionNotificationState = {
|
|
71035
|
-
Disabled: "Disabled",
|
|
71036
|
-
Enabled: "Enabled"
|
|
71037
|
-
};
|
|
71038
71115
|
var ResponseLaunchTemplateDataFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
71039
71116
|
...obj,
|
|
71040
71117
|
...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -71988,6 +72065,10 @@ var CreateVpcPeeringConnectionCommand = class extends import_smithy_client.Comma
|
|
|
71988
72065
|
|
|
71989
72066
|
// src/models/models_3.ts
|
|
71990
72067
|
|
|
72068
|
+
var ConnectionNotificationState = {
|
|
72069
|
+
Disabled: "Disabled",
|
|
72070
|
+
Enabled: "Enabled"
|
|
72071
|
+
};
|
|
71991
72072
|
var ConnectionNotificationType = {
|
|
71992
72073
|
Topic: "Topic"
|
|
71993
72074
|
};
|
|
@@ -72137,9 +72218,6 @@ var ClientVpnConnectionStatusCode = {
|
|
|
72137
72218
|
terminated: "terminated",
|
|
72138
72219
|
terminating: "terminating"
|
|
72139
72220
|
};
|
|
72140
|
-
var AssociatedNetworkType = {
|
|
72141
|
-
vpc: "vpc"
|
|
72142
|
-
};
|
|
72143
72221
|
var VpnTunnelOptionsSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
72144
72222
|
...obj,
|
|
72145
72223
|
...obj.PreSharedKey && { PreSharedKey: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -73911,6 +73989,9 @@ var DescribeCoipPoolsCommand = class extends import_smithy_client.Command.classB
|
|
|
73911
73989
|
|
|
73912
73990
|
// src/models/models_4.ts
|
|
73913
73991
|
|
|
73992
|
+
var AssociatedNetworkType = {
|
|
73993
|
+
vpc: "vpc"
|
|
73994
|
+
};
|
|
73914
73995
|
var ClientVpnEndpointAttributeStatusCode = {
|
|
73915
73996
|
applied: "applied",
|
|
73916
73997
|
applying: "applying"
|
|
@@ -78657,6 +78738,11 @@ var HostTenancy = {
|
|
|
78657
78738
|
default: "default",
|
|
78658
78739
|
host: "host"
|
|
78659
78740
|
};
|
|
78741
|
+
var PublicIpDnsOption = {
|
|
78742
|
+
public_dual_stack_dns_name: "public-dual-stack-dns-name",
|
|
78743
|
+
public_ipv4_dns_name: "public-ipv4-dns-name",
|
|
78744
|
+
public_ipv6_dns_name: "public-ipv6-dns-name"
|
|
78745
|
+
};
|
|
78660
78746
|
var TargetStorageTier = {
|
|
78661
78747
|
archive: "archive"
|
|
78662
78748
|
};
|
|
@@ -79486,6 +79572,21 @@ var ModifyPrivateDnsNameOptionsCommand = class extends import_smithy_client.Comm
|
|
|
79486
79572
|
}
|
|
79487
79573
|
};
|
|
79488
79574
|
|
|
79575
|
+
// src/commands/ModifyPublicIpDnsNameOptionsCommand.ts
|
|
79576
|
+
|
|
79577
|
+
|
|
79578
|
+
|
|
79579
|
+
var ModifyPublicIpDnsNameOptionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
79580
|
+
return [
|
|
79581
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
79582
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
79583
|
+
];
|
|
79584
|
+
}).s("AmazonEC2", "ModifyPublicIpDnsNameOptions", {}).n("EC2Client", "ModifyPublicIpDnsNameOptionsCommand").f(void 0, void 0).ser(se_ModifyPublicIpDnsNameOptionsCommand).de(de_ModifyPublicIpDnsNameOptionsCommand).build() {
|
|
79585
|
+
static {
|
|
79586
|
+
__name(this, "ModifyPublicIpDnsNameOptionsCommand");
|
|
79587
|
+
}
|
|
79588
|
+
};
|
|
79589
|
+
|
|
79489
79590
|
// src/commands/ModifyReservedInstancesCommand.ts
|
|
79490
79591
|
|
|
79491
79592
|
|
|
@@ -81796,6 +81897,7 @@ var commands = {
|
|
|
81796
81897
|
ModifyManagedPrefixListCommand,
|
|
81797
81898
|
ModifyNetworkInterfaceAttributeCommand,
|
|
81798
81899
|
ModifyPrivateDnsNameOptionsCommand,
|
|
81900
|
+
ModifyPublicIpDnsNameOptionsCommand,
|
|
81799
81901
|
ModifyReservedInstancesCommand,
|
|
81800
81902
|
ModifyRouteServerCommand,
|
|
81801
81903
|
ModifySecurityGroupRulesCommand,
|
|
@@ -84972,6 +85074,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
84972
85074
|
ModifyManagedPrefixListCommand,
|
|
84973
85075
|
ModifyNetworkInterfaceAttributeCommand,
|
|
84974
85076
|
ModifyPrivateDnsNameOptionsCommand,
|
|
85077
|
+
ModifyPublicIpDnsNameOptionsCommand,
|
|
84975
85078
|
ModifyReservedInstancesCommand,
|
|
84976
85079
|
ModifyRouteServerCommand,
|
|
84977
85080
|
ModifySecurityGroupRulesCommand,
|
|
@@ -85538,7 +85641,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85538
85641
|
IpAddressType,
|
|
85539
85642
|
VpcEndpointType,
|
|
85540
85643
|
State,
|
|
85541
|
-
ConnectionNotificationState,
|
|
85542
85644
|
ResponseLaunchTemplateDataFilterSensitiveLog,
|
|
85543
85645
|
LaunchTemplateVersionFilterSensitiveLog,
|
|
85544
85646
|
CreateLaunchTemplateVersionResultFilterSensitiveLog,
|
|
@@ -85547,6 +85649,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85547
85649
|
CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog,
|
|
85548
85650
|
CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog,
|
|
85549
85651
|
CreateVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
85652
|
+
ConnectionNotificationState,
|
|
85550
85653
|
ConnectionNotificationType,
|
|
85551
85654
|
PayerResponsibility,
|
|
85552
85655
|
DnsNameState,
|
|
@@ -85574,7 +85677,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85574
85677
|
CallerRole,
|
|
85575
85678
|
CapacityReservationBillingRequestStatus,
|
|
85576
85679
|
ClientVpnConnectionStatusCode,
|
|
85577
|
-
AssociatedNetworkType,
|
|
85578
85680
|
VpnTunnelOptionsSpecificationFilterSensitiveLog,
|
|
85579
85681
|
VpnConnectionOptionsSpecificationFilterSensitiveLog,
|
|
85580
85682
|
CreateVpnConnectionRequestFilterSensitiveLog,
|
|
@@ -85584,6 +85686,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85584
85686
|
CreateVpnConnectionResultFilterSensitiveLog,
|
|
85585
85687
|
DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
85586
85688
|
DescribeBundleTasksResultFilterSensitiveLog,
|
|
85689
|
+
AssociatedNetworkType,
|
|
85587
85690
|
ClientVpnEndpointAttributeStatusCode,
|
|
85588
85691
|
VpnProtocol,
|
|
85589
85692
|
ConversionTaskState,
|
|
@@ -85736,6 +85839,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85736
85839
|
MetadataDefaultHttpTokensState,
|
|
85737
85840
|
DefaultInstanceMetadataTagsState,
|
|
85738
85841
|
HostTenancy,
|
|
85842
|
+
PublicIpDnsOption,
|
|
85739
85843
|
TargetStorageTier,
|
|
85740
85844
|
TrafficMirrorFilterRuleField,
|
|
85741
85845
|
TrafficMirrorSessionField,
|
package/dist-es/EC2.js
CHANGED
|
@@ -572,6 +572,7 @@ import { ModifyLocalGatewayRouteCommand, } from "./commands/ModifyLocalGatewayRo
|
|
|
572
572
|
import { ModifyManagedPrefixListCommand, } from "./commands/ModifyManagedPrefixListCommand";
|
|
573
573
|
import { ModifyNetworkInterfaceAttributeCommand, } from "./commands/ModifyNetworkInterfaceAttributeCommand";
|
|
574
574
|
import { ModifyPrivateDnsNameOptionsCommand, } from "./commands/ModifyPrivateDnsNameOptionsCommand";
|
|
575
|
+
import { ModifyPublicIpDnsNameOptionsCommand, } from "./commands/ModifyPublicIpDnsNameOptionsCommand";
|
|
575
576
|
import { ModifyReservedInstancesCommand, } from "./commands/ModifyReservedInstancesCommand";
|
|
576
577
|
import { ModifyRouteServerCommand, } from "./commands/ModifyRouteServerCommand";
|
|
577
578
|
import { ModifySecurityGroupRulesCommand, } from "./commands/ModifySecurityGroupRulesCommand";
|
|
@@ -1258,6 +1259,7 @@ const commands = {
|
|
|
1258
1259
|
ModifyManagedPrefixListCommand,
|
|
1259
1260
|
ModifyNetworkInterfaceAttributeCommand,
|
|
1260
1261
|
ModifyPrivateDnsNameOptionsCommand,
|
|
1262
|
+
ModifyPublicIpDnsNameOptionsCommand,
|
|
1261
1263
|
ModifyReservedInstancesCommand,
|
|
1262
1264
|
ModifyRouteServerCommand,
|
|
1263
1265
|
ModifySecurityGroupRulesCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ModifyPublicIpDnsNameOptionsCommand, se_ModifyPublicIpDnsNameOptionsCommand } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ModifyPublicIpDnsNameOptionsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "ModifyPublicIpDnsNameOptions", {})
|
|
17
|
+
.n("EC2Client", "ModifyPublicIpDnsNameOptionsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ModifyPublicIpDnsNameOptionsCommand)
|
|
20
|
+
.de(de_ModifyPublicIpDnsNameOptionsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -571,6 +571,7 @@ export * from "./ModifyLocalGatewayRouteCommand";
|
|
|
571
571
|
export * from "./ModifyManagedPrefixListCommand";
|
|
572
572
|
export * from "./ModifyNetworkInterfaceAttributeCommand";
|
|
573
573
|
export * from "./ModifyPrivateDnsNameOptionsCommand";
|
|
574
|
+
export * from "./ModifyPublicIpDnsNameOptionsCommand";
|
|
574
575
|
export * from "./ModifyReservedInstancesCommand";
|
|
575
576
|
export * from "./ModifyRouteServerCommand";
|
|
576
577
|
export * from "./ModifySecurityGroupRulesCommand";
|
|
@@ -405,10 +405,6 @@ export const State = {
|
|
|
405
405
|
PendingAcceptance: "PendingAcceptance",
|
|
406
406
|
Rejected: "Rejected",
|
|
407
407
|
};
|
|
408
|
-
export const ConnectionNotificationState = {
|
|
409
|
-
Disabled: "Disabled",
|
|
410
|
-
Enabled: "Enabled",
|
|
411
|
-
};
|
|
412
408
|
export const ResponseLaunchTemplateDataFilterSensitiveLog = (obj) => ({
|
|
413
409
|
...obj,
|
|
414
410
|
...(obj.UserData && { UserData: SENSITIVE_STRING }),
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { BundleTaskFilterSensitiveLog, VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
|
|
3
|
+
export const ConnectionNotificationState = {
|
|
4
|
+
Disabled: "Disabled",
|
|
5
|
+
Enabled: "Enabled",
|
|
6
|
+
};
|
|
3
7
|
export const ConnectionNotificationType = {
|
|
4
8
|
Topic: "Topic",
|
|
5
9
|
};
|
|
@@ -149,9 +153,6 @@ export const ClientVpnConnectionStatusCode = {
|
|
|
149
153
|
terminated: "terminated",
|
|
150
154
|
terminating: "terminating",
|
|
151
155
|
};
|
|
152
|
-
export const AssociatedNetworkType = {
|
|
153
|
-
vpc: "vpc",
|
|
154
|
-
};
|
|
155
156
|
export const VpnTunnelOptionsSpecificationFilterSensitiveLog = (obj) => ({
|
|
156
157
|
...obj,
|
|
157
158
|
...(obj.PreSharedKey && { PreSharedKey: SENSITIVE_STRING }),
|
|
@@ -40,6 +40,11 @@ export const HostTenancy = {
|
|
|
40
40
|
default: "default",
|
|
41
41
|
host: "host",
|
|
42
42
|
};
|
|
43
|
+
export const PublicIpDnsOption = {
|
|
44
|
+
public_dual_stack_dns_name: "public-dual-stack-dns-name",
|
|
45
|
+
public_ipv4_dns_name: "public-ipv4-dns-name",
|
|
46
|
+
public_ipv6_dns_name: "public-ipv6-dns-name",
|
|
47
|
+
};
|
|
43
48
|
export const TargetStorageTier = {
|
|
44
49
|
archive: "archive",
|
|
45
50
|
};
|
|
@@ -5733,6 +5733,16 @@ export const se_ModifyPrivateDnsNameOptionsCommand = async (input, context) => {
|
|
|
5733
5733
|
});
|
|
5734
5734
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5735
5735
|
};
|
|
5736
|
+
export const se_ModifyPublicIpDnsNameOptionsCommand = async (input, context) => {
|
|
5737
|
+
const headers = SHARED_HEADERS;
|
|
5738
|
+
let body;
|
|
5739
|
+
body = buildFormUrlencodedString({
|
|
5740
|
+
...se_ModifyPublicIpDnsNameOptionsRequest(input, context),
|
|
5741
|
+
[_A]: _MPIDNO,
|
|
5742
|
+
[_V]: _,
|
|
5743
|
+
});
|
|
5744
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5745
|
+
};
|
|
5736
5746
|
export const se_ModifyReservedInstancesCommand = async (input, context) => {
|
|
5737
5747
|
const headers = SHARED_HEADERS;
|
|
5738
5748
|
let body;
|
|
@@ -14178,6 +14188,19 @@ export const de_ModifyPrivateDnsNameOptionsCommand = async (output, context) =>
|
|
|
14178
14188
|
};
|
|
14179
14189
|
return response;
|
|
14180
14190
|
};
|
|
14191
|
+
export const de_ModifyPublicIpDnsNameOptionsCommand = async (output, context) => {
|
|
14192
|
+
if (output.statusCode >= 300) {
|
|
14193
|
+
return de_CommandError(output, context);
|
|
14194
|
+
}
|
|
14195
|
+
const data = await parseBody(output.body, context);
|
|
14196
|
+
let contents = {};
|
|
14197
|
+
contents = de_ModifyPublicIpDnsNameOptionsResult(data, context);
|
|
14198
|
+
const response = {
|
|
14199
|
+
$metadata: deserializeMetadata(output),
|
|
14200
|
+
...contents,
|
|
14201
|
+
};
|
|
14202
|
+
return response;
|
|
14203
|
+
};
|
|
14181
14204
|
export const de_ModifyReservedInstancesCommand = async (output, context) => {
|
|
14182
14205
|
if (output.statusCode >= 300) {
|
|
14183
14206
|
return de_CommandError(output, context);
|
|
@@ -32310,6 +32333,19 @@ const se_ModifyPrivateDnsNameOptionsRequest = (input, context) => {
|
|
|
32310
32333
|
}
|
|
32311
32334
|
return entries;
|
|
32312
32335
|
};
|
|
32336
|
+
const se_ModifyPublicIpDnsNameOptionsRequest = (input, context) => {
|
|
32337
|
+
const entries = {};
|
|
32338
|
+
if (input[_NII] != null) {
|
|
32339
|
+
entries[_NII] = input[_NII];
|
|
32340
|
+
}
|
|
32341
|
+
if (input[_HTo] != null) {
|
|
32342
|
+
entries[_HTo] = input[_HTo];
|
|
32343
|
+
}
|
|
32344
|
+
if (input[_DRr] != null) {
|
|
32345
|
+
entries[_DRr] = input[_DRr];
|
|
32346
|
+
}
|
|
32347
|
+
return entries;
|
|
32348
|
+
};
|
|
32313
32349
|
const se_ModifyReservedInstancesRequest = (input, context) => {
|
|
32314
32350
|
const entries = {};
|
|
32315
32351
|
if (input[_RIIes] != null) {
|
|
@@ -53588,6 +53624,13 @@ const de_ModifyPrivateDnsNameOptionsResult = (output, context) => {
|
|
|
53588
53624
|
}
|
|
53589
53625
|
return contents;
|
|
53590
53626
|
};
|
|
53627
|
+
const de_ModifyPublicIpDnsNameOptionsResult = (output, context) => {
|
|
53628
|
+
const contents = {};
|
|
53629
|
+
if (output[_suc] != null) {
|
|
53630
|
+
contents[_Suc] = __parseBoolean(output[_suc]);
|
|
53631
|
+
}
|
|
53632
|
+
return contents;
|
|
53633
|
+
};
|
|
53591
53634
|
const de_ModifyReservedInstancesResult = (output, context) => {
|
|
53592
53635
|
const contents = {};
|
|
53593
53636
|
if (output[_rIMI] != null) {
|
|
@@ -54496,6 +54539,12 @@ const de_NetworkInterface = (output, context) => {
|
|
|
54496
54539
|
if (output[_pDN] != null) {
|
|
54497
54540
|
contents[_PDN] = __expectString(output[_pDN]);
|
|
54498
54541
|
}
|
|
54542
|
+
if (output[_pDNu] != null) {
|
|
54543
|
+
contents[_PDNu] = __expectString(output[_pDNu]);
|
|
54544
|
+
}
|
|
54545
|
+
if (output[_pIDNO] != null) {
|
|
54546
|
+
contents[_PIDNO] = de_PublicIpDnsNameOptions(output[_pIDNO], context);
|
|
54547
|
+
}
|
|
54499
54548
|
if (output[_pIA] != null) {
|
|
54500
54549
|
contents[_PIAr] = __expectString(output[_pIA]);
|
|
54501
54550
|
}
|
|
@@ -54636,6 +54685,9 @@ const de_NetworkInterfaceIpv6Address = (output, context) => {
|
|
|
54636
54685
|
if (output[_iApv] != null) {
|
|
54637
54686
|
contents[_IApv] = __expectString(output[_iApv]);
|
|
54638
54687
|
}
|
|
54688
|
+
if (output[_pIDN] != null) {
|
|
54689
|
+
contents[_PIDN] = __expectString(output[_pIDN]);
|
|
54690
|
+
}
|
|
54639
54691
|
if (output[_iPI] != null) {
|
|
54640
54692
|
contents[_IPIs] = __parseBoolean(output[_iPI]);
|
|
54641
54693
|
}
|
|
@@ -55669,6 +55721,22 @@ const de_PtrUpdateStatus = (output, context) => {
|
|
|
55669
55721
|
}
|
|
55670
55722
|
return contents;
|
|
55671
55723
|
};
|
|
55724
|
+
const de_PublicIpDnsNameOptions = (output, context) => {
|
|
55725
|
+
const contents = {};
|
|
55726
|
+
if (output[_dHT] != null) {
|
|
55727
|
+
contents[_DHT] = __expectString(output[_dHT]);
|
|
55728
|
+
}
|
|
55729
|
+
if (output[_pIDNu] != null) {
|
|
55730
|
+
contents[_PIDNu] = __expectString(output[_pIDNu]);
|
|
55731
|
+
}
|
|
55732
|
+
if (output[_pIDN] != null) {
|
|
55733
|
+
contents[_PIDN] = __expectString(output[_pIDN]);
|
|
55734
|
+
}
|
|
55735
|
+
if (output[_pDSDN] != null) {
|
|
55736
|
+
contents[_PDSDN] = __expectString(output[_pDSDN]);
|
|
55737
|
+
}
|
|
55738
|
+
return contents;
|
|
55739
|
+
};
|
|
55672
55740
|
const de_PublicIpv4Pool = (output, context) => {
|
|
55673
55741
|
const contents = {};
|
|
55674
55742
|
if (output[_pIo] != null) {
|
|
@@ -63289,6 +63357,7 @@ const _DHI = "DedicatedHostIds";
|
|
|
63289
63357
|
const _DHR = "DescribeHostReservations";
|
|
63290
63358
|
const _DHRO = "DescribeHostReservationOfferings";
|
|
63291
63359
|
const _DHS = "DedicatedHostsSupported";
|
|
63360
|
+
const _DHT = "DnsHostnameType";
|
|
63292
63361
|
const _DI = "DeleteIpam";
|
|
63293
63362
|
const _DIA = "DescribeImageAttribute";
|
|
63294
63363
|
const _DIAe = "DescribeInstanceAttribute";
|
|
@@ -64346,6 +64415,7 @@ const _MOSLSV = "MacOSLatestSupportedVersions";
|
|
|
64346
64415
|
const _MOa = "MaintenanceOptions";
|
|
64347
64416
|
const _MP = "MatchPaths";
|
|
64348
64417
|
const _MPDNO = "ModifyPrivateDnsNameOptions";
|
|
64418
|
+
const _MPIDNO = "ModifyPublicIpDnsNameOptions";
|
|
64349
64419
|
const _MPIOL = "MapPublicIpOnLaunch";
|
|
64350
64420
|
const _MPL = "MaxParallelLaunches";
|
|
64351
64421
|
const _MPa = "MaxPrice";
|
|
@@ -64602,6 +64672,7 @@ const _PDNr = "PrivateDnsNames";
|
|
|
64602
64672
|
const _PDNu = "PublicDnsName";
|
|
64603
64673
|
const _PDOFIRE = "PrivateDnsOnlyForInboundResolverEndpoint";
|
|
64604
64674
|
const _PDRTI = "PropagationDefaultRouteTableId";
|
|
64675
|
+
const _PDSDN = "PublicDualStackDnsName";
|
|
64605
64676
|
const _PDSI = "PublicDefaultScopeId";
|
|
64606
64677
|
const _PDSIr = "PrivateDefaultScopeId";
|
|
64607
64678
|
const _PDa = "PasswordData";
|
|
@@ -64634,6 +64705,9 @@ const _PIAha = "Phase2IntegrityAlgorithms";
|
|
|
64634
64705
|
const _PIAr = "PrivateIpAddress";
|
|
64635
64706
|
const _PIAu = "PublicIpAddress";
|
|
64636
64707
|
const _PIB = "ProvisionIpamByoasn";
|
|
64708
|
+
const _PIDN = "PublicIpv6DnsName";
|
|
64709
|
+
const _PIDNO = "PublicIpDnsNameOptions";
|
|
64710
|
+
const _PIDNu = "PublicIpv4DnsName";
|
|
64637
64711
|
const _PIP = "PublicIpv4Pool";
|
|
64638
64712
|
const _PIPC = "ProvisionIpamPoolCidr";
|
|
64639
64713
|
const _PIPI = "PublicIpv4PoolId";
|
|
@@ -65825,6 +65899,7 @@ const _dES = "dnsEntrySet";
|
|
|
65825
65899
|
const _dFA = "defaultForAz";
|
|
65826
65900
|
const _dHIS = "dedicatedHostIdSet";
|
|
65827
65901
|
const _dHS = "dedicatedHostsSupported";
|
|
65902
|
+
const _dHT = "dnsHostnameType";
|
|
65828
65903
|
const _dI = "directoryId";
|
|
65829
65904
|
const _dICB = "destinationIpv6CidrBlock";
|
|
65830
65905
|
const _dIF = "diskImageFormat";
|
|
@@ -66625,6 +66700,7 @@ const _pDNu = "publicDnsName";
|
|
|
66625
66700
|
const _pDOFIRE = "privateDnsOnlyForInboundResolverEndpoint";
|
|
66626
66701
|
const _pDRTI = "propagationDefaultRouteTableId";
|
|
66627
66702
|
const _pDS = "pricingDetailsSet";
|
|
66703
|
+
const _pDSDN = "publicDualStackDnsName";
|
|
66628
66704
|
const _pDSI = "publicDefaultScopeId";
|
|
66629
66705
|
const _pDSIr = "privateDefaultScopeId";
|
|
66630
66706
|
const _pDa = "paymentDue";
|
|
@@ -66649,6 +66725,9 @@ const _pIA = "privateIpAddress";
|
|
|
66649
66725
|
const _pIAS = "privateIpAddressesSet";
|
|
66650
66726
|
const _pIASh = "phase1IntegrityAlgorithmSet";
|
|
66651
66727
|
const _pIASha = "phase2IntegrityAlgorithmSet";
|
|
66728
|
+
const _pIDN = "publicIpv6DnsName";
|
|
66729
|
+
const _pIDNO = "publicIpDnsNameOptions";
|
|
66730
|
+
const _pIDNu = "publicIpv4DnsName";
|
|
66652
66731
|
const _pIP = "publicIpv4Pool";
|
|
66653
66732
|
const _pIPI = "publicIpv4PoolId";
|
|
66654
66733
|
const _pIPS = "publicIpv4PoolSet";
|
package/dist-types/EC2.d.ts
CHANGED
|
@@ -572,6 +572,7 @@ import { ModifyLocalGatewayRouteCommandInput, ModifyLocalGatewayRouteCommandOutp
|
|
|
572
572
|
import { ModifyManagedPrefixListCommandInput, ModifyManagedPrefixListCommandOutput } from "./commands/ModifyManagedPrefixListCommand";
|
|
573
573
|
import { ModifyNetworkInterfaceAttributeCommandInput, ModifyNetworkInterfaceAttributeCommandOutput } from "./commands/ModifyNetworkInterfaceAttributeCommand";
|
|
574
574
|
import { ModifyPrivateDnsNameOptionsCommandInput, ModifyPrivateDnsNameOptionsCommandOutput } from "./commands/ModifyPrivateDnsNameOptionsCommand";
|
|
575
|
+
import { ModifyPublicIpDnsNameOptionsCommandInput, ModifyPublicIpDnsNameOptionsCommandOutput } from "./commands/ModifyPublicIpDnsNameOptionsCommand";
|
|
575
576
|
import { ModifyReservedInstancesCommandInput, ModifyReservedInstancesCommandOutput } from "./commands/ModifyReservedInstancesCommand";
|
|
576
577
|
import { ModifyRouteServerCommandInput, ModifyRouteServerCommandOutput } from "./commands/ModifyRouteServerCommand";
|
|
577
578
|
import { ModifySecurityGroupRulesCommandInput, ModifySecurityGroupRulesCommandOutput } from "./commands/ModifySecurityGroupRulesCommand";
|
|
@@ -4319,6 +4320,12 @@ export interface EC2 {
|
|
|
4319
4320
|
modifyPrivateDnsNameOptions(args: ModifyPrivateDnsNameOptionsCommandInput, options?: __HttpHandlerOptions): Promise<ModifyPrivateDnsNameOptionsCommandOutput>;
|
|
4320
4321
|
modifyPrivateDnsNameOptions(args: ModifyPrivateDnsNameOptionsCommandInput, cb: (err: any, data?: ModifyPrivateDnsNameOptionsCommandOutput) => void): void;
|
|
4321
4322
|
modifyPrivateDnsNameOptions(args: ModifyPrivateDnsNameOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyPrivateDnsNameOptionsCommandOutput) => void): void;
|
|
4323
|
+
/**
|
|
4324
|
+
* @see {@link ModifyPublicIpDnsNameOptionsCommand}
|
|
4325
|
+
*/
|
|
4326
|
+
modifyPublicIpDnsNameOptions(args: ModifyPublicIpDnsNameOptionsCommandInput, options?: __HttpHandlerOptions): Promise<ModifyPublicIpDnsNameOptionsCommandOutput>;
|
|
4327
|
+
modifyPublicIpDnsNameOptions(args: ModifyPublicIpDnsNameOptionsCommandInput, cb: (err: any, data?: ModifyPublicIpDnsNameOptionsCommandOutput) => void): void;
|
|
4328
|
+
modifyPublicIpDnsNameOptions(args: ModifyPublicIpDnsNameOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyPublicIpDnsNameOptionsCommandOutput) => void): void;
|
|
4322
4329
|
/**
|
|
4323
4330
|
* @see {@link ModifyReservedInstancesCommand}
|
|
4324
4331
|
*/
|