@aws-sdk/client-ec2 3.813.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 +361 -229
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/DescribeLaunchTemplateVersionsCommand.js +1 -1
- 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 +11 -7
- package/dist-es/models/models_5.js +7 -0
- package/dist-es/models/models_7.js +5 -0
- package/dist-es/protocols/Aws_ec2.js +101 -6
- 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/DescribeInstanceTopologyCommand.d.ts +34 -19
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- 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 -1
- package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -2
- package/dist-types/commands/DisassociateAddressCommand.d.ts +12 -0
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -2
- package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +4 -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 -1
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -2
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -0
- 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 +75 -193
- package/dist-types/models/models_5.d.ts +191 -105
- package/dist-types/models/models_6.d.ts +105 -97
- package/dist-types/models/models_7.d.ts +206 -109
- package/dist-types/models/models_8.d.ts +107 -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/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.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 +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.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 +19 -26
- package/dist-types/ts3.4/models/models_5.d.ts +25 -14
- package/dist-types/ts3.4/models/models_6.d.ts +14 -17
- package/dist-types/ts3.4/models/models_7.d.ts +36 -24
- package/dist-types/ts3.4/models/models_8.d.ts +23 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/package.json +1 -1
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,
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { DescribeLaunchTemplateVersionsResultFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { DescribeLaunchTemplateVersionsResultFilterSensitiveLog, } from "../models/models_5";
|
|
6
6
|
import { de_DescribeLaunchTemplateVersionsCommand, se_DescribeLaunchTemplateVersionsCommand, } from "../protocols/Aws_ec2";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeLaunchTemplateVersionsCommand extends $Command
|
|
@@ -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 }),
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
-
|
|
2
|
+
export const AssociatedNetworkType = {
|
|
3
|
+
vpc: "vpc",
|
|
4
|
+
};
|
|
3
5
|
export const ClientVpnEndpointAttributeStatusCode = {
|
|
4
6
|
applied: "applied",
|
|
5
7
|
applying: "applying",
|
|
@@ -184,6 +186,10 @@ export const InstanceAutoRecoveryState = {
|
|
|
184
186
|
default: "default",
|
|
185
187
|
disabled: "disabled",
|
|
186
188
|
};
|
|
189
|
+
export const InstanceRebootMigrationState = {
|
|
190
|
+
default: "default",
|
|
191
|
+
disabled: "disabled",
|
|
192
|
+
};
|
|
187
193
|
export const InstanceMetadataEndpointState = {
|
|
188
194
|
disabled: "disabled",
|
|
189
195
|
enabled: "enabled",
|
|
@@ -311,6 +317,10 @@ export const ArchitectureType = {
|
|
|
311
317
|
export const SupportedAdditionalProcessorFeature = {
|
|
312
318
|
AMD_SEV_SNP: "amd-sev-snp",
|
|
313
319
|
};
|
|
320
|
+
export const RebootMigrationSupport = {
|
|
321
|
+
SUPPORTED: "supported",
|
|
322
|
+
UNSUPPORTED: "unsupported",
|
|
323
|
+
};
|
|
314
324
|
export const BootModeType = {
|
|
315
325
|
legacy_bios: "legacy-bios",
|
|
316
326
|
uefi: "uefi",
|
|
@@ -378,9 +388,3 @@ export const DescribeImportSnapshotTasksResultFilterSensitiveLog = (obj) => ({
|
|
|
378
388
|
ImportSnapshotTasks: obj.ImportSnapshotTasks.map((item) => ImportSnapshotTaskFilterSensitiveLog(item)),
|
|
379
389
|
}),
|
|
380
390
|
});
|
|
381
|
-
export const DescribeLaunchTemplateVersionsResultFilterSensitiveLog = (obj) => ({
|
|
382
|
-
...obj,
|
|
383
|
-
...(obj.LaunchTemplateVersions && {
|
|
384
|
-
LaunchTemplateVersions: obj.LaunchTemplateVersions.map((item) => LaunchTemplateVersionFilterSensitiveLog(item)),
|
|
385
|
-
}),
|
|
386
|
-
});
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
|
|
3
|
+
import { LaunchTemplateVersionFilterSensitiveLog, } from "./models_2";
|
|
3
4
|
import { VpnConnectionFilterSensitiveLog, } from "./models_3";
|
|
4
5
|
export const LockState = {
|
|
5
6
|
compliance: "compliance",
|
|
@@ -154,6 +155,12 @@ export const VpcBlockPublicAccessState = {
|
|
|
154
155
|
update_complete: "update-complete",
|
|
155
156
|
update_in_progress: "update-in-progress",
|
|
156
157
|
};
|
|
158
|
+
export const DescribeLaunchTemplateVersionsResultFilterSensitiveLog = (obj) => ({
|
|
159
|
+
...obj,
|
|
160
|
+
...(obj.LaunchTemplateVersions && {
|
|
161
|
+
LaunchTemplateVersions: obj.LaunchTemplateVersions.map((item) => LaunchTemplateVersionFilterSensitiveLog(item)),
|
|
162
|
+
}),
|
|
163
|
+
});
|
|
157
164
|
export const SpotFleetLaunchSpecificationFilterSensitiveLog = (obj) => ({
|
|
158
165
|
...obj,
|
|
159
166
|
...(obj.UserData && { UserData: 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);
|
|
@@ -31906,6 +31929,9 @@ const se_ModifyInstanceMaintenanceOptionsRequest = (input, context) => {
|
|
|
31906
31929
|
if (input[_ARu] != null) {
|
|
31907
31930
|
entries[_ARu] = input[_ARu];
|
|
31908
31931
|
}
|
|
31932
|
+
if (input[_RMe] != null) {
|
|
31933
|
+
entries[_RMe] = input[_RMe];
|
|
31934
|
+
}
|
|
31909
31935
|
if (input[_DRr] != null) {
|
|
31910
31936
|
entries[_DRr] = input[_DRr];
|
|
31911
31937
|
}
|
|
@@ -32307,6 +32333,19 @@ const se_ModifyPrivateDnsNameOptionsRequest = (input, context) => {
|
|
|
32307
32333
|
}
|
|
32308
32334
|
return entries;
|
|
32309
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
|
+
};
|
|
32310
32349
|
const se_ModifyReservedInstancesRequest = (input, context) => {
|
|
32311
32350
|
const entries = {};
|
|
32312
32351
|
if (input[_RIIes] != null) {
|
|
@@ -50099,6 +50138,9 @@ const de_InstanceMaintenanceOptions = (output, context) => {
|
|
|
50099
50138
|
if (output[_aRu] != null) {
|
|
50100
50139
|
contents[_ARu] = __expectString(output[_aRu]);
|
|
50101
50140
|
}
|
|
50141
|
+
if (output[_rM] != null) {
|
|
50142
|
+
contents[_RMe] = __expectString(output[_rM]);
|
|
50143
|
+
}
|
|
50102
50144
|
return contents;
|
|
50103
50145
|
};
|
|
50104
50146
|
const de_InstanceMetadataDefaultsResponse = (output, context) => {
|
|
@@ -50831,6 +50873,9 @@ const de_InstanceTypeInfo = (output, context) => {
|
|
|
50831
50873
|
if (output[_pSh] != null) {
|
|
50832
50874
|
contents[_PSh] = __expectString(output[_pSh]);
|
|
50833
50875
|
}
|
|
50876
|
+
if (output[_rMS] != null) {
|
|
50877
|
+
contents[_RMS] = __expectString(output[_rMS]);
|
|
50878
|
+
}
|
|
50834
50879
|
return contents;
|
|
50835
50880
|
};
|
|
50836
50881
|
const de_InstanceTypeInfoFromInstanceRequirements = (output, context) => {
|
|
@@ -53477,6 +53522,9 @@ const de_ModifyInstanceMaintenanceOptionsResult = (output, context) => {
|
|
|
53477
53522
|
if (output[_aRu] != null) {
|
|
53478
53523
|
contents[_ARu] = __expectString(output[_aRu]);
|
|
53479
53524
|
}
|
|
53525
|
+
if (output[_rM] != null) {
|
|
53526
|
+
contents[_RMe] = __expectString(output[_rM]);
|
|
53527
|
+
}
|
|
53480
53528
|
return contents;
|
|
53481
53529
|
};
|
|
53482
53530
|
const de_ModifyInstanceMetadataDefaultsResult = (output, context) => {
|
|
@@ -53576,6 +53624,13 @@ const de_ModifyPrivateDnsNameOptionsResult = (output, context) => {
|
|
|
53576
53624
|
}
|
|
53577
53625
|
return contents;
|
|
53578
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
|
+
};
|
|
53579
53634
|
const de_ModifyReservedInstancesResult = (output, context) => {
|
|
53580
53635
|
const contents = {};
|
|
53581
53636
|
if (output[_rIMI] != null) {
|
|
@@ -54484,6 +54539,12 @@ const de_NetworkInterface = (output, context) => {
|
|
|
54484
54539
|
if (output[_pDN] != null) {
|
|
54485
54540
|
contents[_PDN] = __expectString(output[_pDN]);
|
|
54486
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
|
+
}
|
|
54487
54548
|
if (output[_pIA] != null) {
|
|
54488
54549
|
contents[_PIAr] = __expectString(output[_pIA]);
|
|
54489
54550
|
}
|
|
@@ -54508,8 +54569,8 @@ const de_NetworkInterface = (output, context) => {
|
|
|
54508
54569
|
if (output[_rIeq] != null) {
|
|
54509
54570
|
contents[_RIeq] = __expectString(output[_rIeq]);
|
|
54510
54571
|
}
|
|
54511
|
-
if (output[
|
|
54512
|
-
contents[
|
|
54572
|
+
if (output[_rMe] != null) {
|
|
54573
|
+
contents[_RMeq] = __parseBoolean(output[_rMe]);
|
|
54513
54574
|
}
|
|
54514
54575
|
if (output[_sDC] != null) {
|
|
54515
54576
|
contents[_SDC] = __parseBoolean(output[_sDC]);
|
|
@@ -54624,6 +54685,9 @@ const de_NetworkInterfaceIpv6Address = (output, context) => {
|
|
|
54624
54685
|
if (output[_iApv] != null) {
|
|
54625
54686
|
contents[_IApv] = __expectString(output[_iApv]);
|
|
54626
54687
|
}
|
|
54688
|
+
if (output[_pIDN] != null) {
|
|
54689
|
+
contents[_PIDN] = __expectString(output[_pIDN]);
|
|
54690
|
+
}
|
|
54627
54691
|
if (output[_iPI] != null) {
|
|
54628
54692
|
contents[_IPIs] = __parseBoolean(output[_iPI]);
|
|
54629
54693
|
}
|
|
@@ -55657,6 +55721,22 @@ const de_PtrUpdateStatus = (output, context) => {
|
|
|
55657
55721
|
}
|
|
55658
55722
|
return contents;
|
|
55659
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
|
+
};
|
|
55660
55740
|
const de_PublicIpv4Pool = (output, context) => {
|
|
55661
55741
|
const contents = {};
|
|
55662
55742
|
if (output[_pIo] != null) {
|
|
@@ -62108,8 +62188,8 @@ const de_VpcEndpoint = (output, context) => {
|
|
|
62108
62188
|
if (output[_pDE] != null) {
|
|
62109
62189
|
contents[_PDE] = __parseBoolean(output[_pDE]);
|
|
62110
62190
|
}
|
|
62111
|
-
if (output[
|
|
62112
|
-
contents[
|
|
62191
|
+
if (output[_rMe] != null) {
|
|
62192
|
+
contents[_RMeq] = __parseBoolean(output[_rMe]);
|
|
62113
62193
|
}
|
|
62114
62194
|
if (output.networkInterfaceIdSet === "") {
|
|
62115
62195
|
contents[_NIIe] = [];
|
|
@@ -63277,6 +63357,7 @@ const _DHI = "DedicatedHostIds";
|
|
|
63277
63357
|
const _DHR = "DescribeHostReservations";
|
|
63278
63358
|
const _DHRO = "DescribeHostReservationOfferings";
|
|
63279
63359
|
const _DHS = "DedicatedHostsSupported";
|
|
63360
|
+
const _DHT = "DnsHostnameType";
|
|
63280
63361
|
const _DI = "DeleteIpam";
|
|
63281
63362
|
const _DIA = "DescribeImageAttribute";
|
|
63282
63363
|
const _DIAe = "DescribeInstanceAttribute";
|
|
@@ -64334,6 +64415,7 @@ const _MOSLSV = "MacOSLatestSupportedVersions";
|
|
|
64334
64415
|
const _MOa = "MaintenanceOptions";
|
|
64335
64416
|
const _MP = "MatchPaths";
|
|
64336
64417
|
const _MPDNO = "ModifyPrivateDnsNameOptions";
|
|
64418
|
+
const _MPIDNO = "ModifyPublicIpDnsNameOptions";
|
|
64337
64419
|
const _MPIOL = "MapPublicIpOnLaunch";
|
|
64338
64420
|
const _MPL = "MaxParallelLaunches";
|
|
64339
64421
|
const _MPa = "MaxPrice";
|
|
@@ -64590,6 +64672,7 @@ const _PDNr = "PrivateDnsNames";
|
|
|
64590
64672
|
const _PDNu = "PublicDnsName";
|
|
64591
64673
|
const _PDOFIRE = "PrivateDnsOnlyForInboundResolverEndpoint";
|
|
64592
64674
|
const _PDRTI = "PropagationDefaultRouteTableId";
|
|
64675
|
+
const _PDSDN = "PublicDualStackDnsName";
|
|
64593
64676
|
const _PDSI = "PublicDefaultScopeId";
|
|
64594
64677
|
const _PDSIr = "PrivateDefaultScopeId";
|
|
64595
64678
|
const _PDa = "PasswordData";
|
|
@@ -64622,6 +64705,9 @@ const _PIAha = "Phase2IntegrityAlgorithms";
|
|
|
64622
64705
|
const _PIAr = "PrivateIpAddress";
|
|
64623
64706
|
const _PIAu = "PublicIpAddress";
|
|
64624
64707
|
const _PIB = "ProvisionIpamByoasn";
|
|
64708
|
+
const _PIDN = "PublicIpv6DnsName";
|
|
64709
|
+
const _PIDNO = "PublicIpDnsNameOptions";
|
|
64710
|
+
const _PIDNu = "PublicIpv4DnsName";
|
|
64625
64711
|
const _PIP = "PublicIpv4Pool";
|
|
64626
64712
|
const _PIPC = "ProvisionIpamPoolCidr";
|
|
64627
64713
|
const _PIPI = "PublicIpv4PoolId";
|
|
@@ -64811,8 +64897,10 @@ const _RM = "ReasonMessage";
|
|
|
64811
64897
|
const _RMGM = "RegisteredMulticastGroupMembers";
|
|
64812
64898
|
const _RMGS = "RegisteredMulticastGroupSources";
|
|
64813
64899
|
const _RMPLV = "RestoreManagedPrefixListVersion";
|
|
64900
|
+
const _RMS = "RebootMigrationSupport";
|
|
64814
64901
|
const _RMTS = "RekeyMarginTimeSeconds";
|
|
64815
|
-
const _RMe = "
|
|
64902
|
+
const _RMe = "RebootMigration";
|
|
64903
|
+
const _RMeq = "RequesterManaged";
|
|
64816
64904
|
const _RN = "RegionName";
|
|
64817
64905
|
const _RNAA = "ReplaceNetworkAclAssociation";
|
|
64818
64906
|
const _RNAE = "ReplaceNetworkAclEntry";
|
|
@@ -65811,6 +65899,7 @@ const _dES = "dnsEntrySet";
|
|
|
65811
65899
|
const _dFA = "defaultForAz";
|
|
65812
65900
|
const _dHIS = "dedicatedHostIdSet";
|
|
65813
65901
|
const _dHS = "dedicatedHostsSupported";
|
|
65902
|
+
const _dHT = "dnsHostnameType";
|
|
65814
65903
|
const _dI = "directoryId";
|
|
65815
65904
|
const _dICB = "destinationIpv6CidrBlock";
|
|
65816
65905
|
const _dIF = "diskImageFormat";
|
|
@@ -66611,6 +66700,7 @@ const _pDNu = "publicDnsName";
|
|
|
66611
66700
|
const _pDOFIRE = "privateDnsOnlyForInboundResolverEndpoint";
|
|
66612
66701
|
const _pDRTI = "propagationDefaultRouteTableId";
|
|
66613
66702
|
const _pDS = "pricingDetailsSet";
|
|
66703
|
+
const _pDSDN = "publicDualStackDnsName";
|
|
66614
66704
|
const _pDSI = "publicDefaultScopeId";
|
|
66615
66705
|
const _pDSIr = "privateDefaultScopeId";
|
|
66616
66706
|
const _pDa = "paymentDue";
|
|
@@ -66635,6 +66725,9 @@ const _pIA = "privateIpAddress";
|
|
|
66635
66725
|
const _pIAS = "privateIpAddressesSet";
|
|
66636
66726
|
const _pIASh = "phase1IntegrityAlgorithmSet";
|
|
66637
66727
|
const _pIASha = "phase2IntegrityAlgorithmSet";
|
|
66728
|
+
const _pIDN = "publicIpv6DnsName";
|
|
66729
|
+
const _pIDNO = "publicIpDnsNameOptions";
|
|
66730
|
+
const _pIDNu = "publicIpv4DnsName";
|
|
66638
66731
|
const _pIP = "publicIpv4Pool";
|
|
66639
66732
|
const _pIPI = "publicIpv4PoolId";
|
|
66640
66733
|
const _pIPS = "publicIpv4PoolSet";
|
|
@@ -66765,10 +66858,12 @@ const _rIe = "regionInfo";
|
|
|
66765
66858
|
const _rIeq = "requesterId";
|
|
66766
66859
|
const _rIes = "resourceId";
|
|
66767
66860
|
const _rIese = "reservationId";
|
|
66768
|
-
const _rM = "
|
|
66861
|
+
const _rM = "rebootMigration";
|
|
66769
66862
|
const _rMGM = "registeredMulticastGroupMembers";
|
|
66770
66863
|
const _rMGS = "registeredMulticastGroupSources";
|
|
66864
|
+
const _rMS = "rebootMigrationSupport";
|
|
66771
66865
|
const _rMTS = "rekeyMarginTimeSeconds";
|
|
66866
|
+
const _rMe = "requesterManaged";
|
|
66772
66867
|
const _rN = "ruleNumber";
|
|
66773
66868
|
const _rNII = "registeredNetworkInterfaceIds";
|
|
66774
66869
|
const _rNe = "regionName";
|
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
|
*/
|