@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-cjs/index.js
CHANGED
|
@@ -763,6 +763,7 @@ __export(index_exports, {
|
|
|
763
763
|
InstanceMetadataOptionsState: () => InstanceMetadataOptionsState,
|
|
764
764
|
InstanceMetadataProtocolState: () => InstanceMetadataProtocolState,
|
|
765
765
|
InstanceMetadataTagsState: () => InstanceMetadataTagsState,
|
|
766
|
+
InstanceRebootMigrationState: () => InstanceRebootMigrationState,
|
|
766
767
|
InstanceStateName: () => InstanceStateName,
|
|
767
768
|
InstanceStorageEncryptionSupport: () => InstanceStorageEncryptionSupport,
|
|
768
769
|
InstanceTypeHypervisor: () => InstanceTypeHypervisor,
|
|
@@ -872,6 +873,7 @@ __export(index_exports, {
|
|
|
872
873
|
ModifyManagedPrefixListCommand: () => ModifyManagedPrefixListCommand,
|
|
873
874
|
ModifyNetworkInterfaceAttributeCommand: () => ModifyNetworkInterfaceAttributeCommand,
|
|
874
875
|
ModifyPrivateDnsNameOptionsCommand: () => ModifyPrivateDnsNameOptionsCommand,
|
|
876
|
+
ModifyPublicIpDnsNameOptionsCommand: () => ModifyPublicIpDnsNameOptionsCommand,
|
|
875
877
|
ModifyReservedInstancesCommand: () => ModifyReservedInstancesCommand,
|
|
876
878
|
ModifyRouteServerCommand: () => ModifyRouteServerCommand,
|
|
877
879
|
ModifySecurityGroupRulesCommand: () => ModifySecurityGroupRulesCommand,
|
|
@@ -958,6 +960,7 @@ __export(index_exports, {
|
|
|
958
960
|
ProvisionIpamByoasnCommand: () => ProvisionIpamByoasnCommand,
|
|
959
961
|
ProvisionIpamPoolCidrCommand: () => ProvisionIpamPoolCidrCommand,
|
|
960
962
|
ProvisionPublicIpv4PoolCidrCommand: () => ProvisionPublicIpv4PoolCidrCommand,
|
|
963
|
+
PublicIpDnsOption: () => PublicIpDnsOption,
|
|
961
964
|
PurchaseCapacityBlockCommand: () => PurchaseCapacityBlockCommand,
|
|
962
965
|
PurchaseCapacityBlockExtensionCommand: () => PurchaseCapacityBlockExtensionCommand,
|
|
963
966
|
PurchaseHostReservationCommand: () => PurchaseHostReservationCommand,
|
|
@@ -965,6 +968,7 @@ __export(index_exports, {
|
|
|
965
968
|
PurchaseScheduledInstancesCommand: () => PurchaseScheduledInstancesCommand,
|
|
966
969
|
RIProductDescription: () => RIProductDescription,
|
|
967
970
|
RebootInstancesCommand: () => RebootInstancesCommand,
|
|
971
|
+
RebootMigrationSupport: () => RebootMigrationSupport,
|
|
968
972
|
RecurringChargeFrequency: () => RecurringChargeFrequency,
|
|
969
973
|
RegisterImageCommand: () => RegisterImageCommand,
|
|
970
974
|
RegisterInstanceEventNotificationAttributesCommand: () => RegisterInstanceEventNotificationAttributesCommand,
|
|
@@ -7308,6 +7312,16 @@ var se_ModifyPrivateDnsNameOptionsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
7308
7312
|
});
|
|
7309
7313
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
7310
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");
|
|
7311
7325
|
var se_ModifyReservedInstancesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
7312
7326
|
const headers = SHARED_HEADERS;
|
|
7313
7327
|
let body;
|
|
@@ -15753,6 +15767,19 @@ var de_ModifyPrivateDnsNameOptionsCommand = /* @__PURE__ */ __name(async (output
|
|
|
15753
15767
|
};
|
|
15754
15768
|
return response;
|
|
15755
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");
|
|
15756
15783
|
var de_ModifyReservedInstancesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
15757
15784
|
if (output.statusCode >= 300) {
|
|
15758
15785
|
return de_CommandError(output, context);
|
|
@@ -33481,6 +33508,9 @@ var se_ModifyInstanceMaintenanceOptionsRequest = /* @__PURE__ */ __name((input,
|
|
|
33481
33508
|
if (input[_ARu] != null) {
|
|
33482
33509
|
entries[_ARu] = input[_ARu];
|
|
33483
33510
|
}
|
|
33511
|
+
if (input[_RMe] != null) {
|
|
33512
|
+
entries[_RMe] = input[_RMe];
|
|
33513
|
+
}
|
|
33484
33514
|
if (input[_DRr] != null) {
|
|
33485
33515
|
entries[_DRr] = input[_DRr];
|
|
33486
33516
|
}
|
|
@@ -33882,6 +33912,19 @@ var se_ModifyPrivateDnsNameOptionsRequest = /* @__PURE__ */ __name((input, conte
|
|
|
33882
33912
|
}
|
|
33883
33913
|
return entries;
|
|
33884
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");
|
|
33885
33928
|
var se_ModifyReservedInstancesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
33886
33929
|
const entries = {};
|
|
33887
33930
|
if (input[_RIIes] != null) {
|
|
@@ -51039,6 +51082,9 @@ var de_InstanceMaintenanceOptions = /* @__PURE__ */ __name((output, context) =>
|
|
|
51039
51082
|
if (output[_aRu] != null) {
|
|
51040
51083
|
contents[_ARu] = (0, import_smithy_client.expectString)(output[_aRu]);
|
|
51041
51084
|
}
|
|
51085
|
+
if (output[_rM] != null) {
|
|
51086
|
+
contents[_RMe] = (0, import_smithy_client.expectString)(output[_rM]);
|
|
51087
|
+
}
|
|
51042
51088
|
return contents;
|
|
51043
51089
|
}, "de_InstanceMaintenanceOptions");
|
|
51044
51090
|
var de_InstanceMetadataDefaultsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -51724,6 +51770,9 @@ var de_InstanceTypeInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
51724
51770
|
if (output[_pSh] != null) {
|
|
51725
51771
|
contents[_PSh] = (0, import_smithy_client.expectString)(output[_pSh]);
|
|
51726
51772
|
}
|
|
51773
|
+
if (output[_rMS] != null) {
|
|
51774
|
+
contents[_RMS] = (0, import_smithy_client.expectString)(output[_rMS]);
|
|
51775
|
+
}
|
|
51727
51776
|
return contents;
|
|
51728
51777
|
}, "de_InstanceTypeInfo");
|
|
51729
51778
|
var de_InstanceTypeInfoFromInstanceRequirements = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -54179,6 +54228,9 @@ var de_ModifyInstanceMaintenanceOptionsResult = /* @__PURE__ */ __name((output,
|
|
|
54179
54228
|
if (output[_aRu] != null) {
|
|
54180
54229
|
contents[_ARu] = (0, import_smithy_client.expectString)(output[_aRu]);
|
|
54181
54230
|
}
|
|
54231
|
+
if (output[_rM] != null) {
|
|
54232
|
+
contents[_RMe] = (0, import_smithy_client.expectString)(output[_rM]);
|
|
54233
|
+
}
|
|
54182
54234
|
return contents;
|
|
54183
54235
|
}, "de_ModifyInstanceMaintenanceOptionsResult");
|
|
54184
54236
|
var de_ModifyInstanceMetadataDefaultsResult = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -54278,6 +54330,13 @@ var de_ModifyPrivateDnsNameOptionsResult = /* @__PURE__ */ __name((output, conte
|
|
|
54278
54330
|
}
|
|
54279
54331
|
return contents;
|
|
54280
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");
|
|
54281
54340
|
var de_ModifyReservedInstancesResult = /* @__PURE__ */ __name((output, context) => {
|
|
54282
54341
|
const contents = {};
|
|
54283
54342
|
if (output[_rIMI] != null) {
|
|
@@ -55139,6 +55198,12 @@ var de_NetworkInterface = /* @__PURE__ */ __name((output, context) => {
|
|
|
55139
55198
|
if (output[_pDN] != null) {
|
|
55140
55199
|
contents[_PDN] = (0, import_smithy_client.expectString)(output[_pDN]);
|
|
55141
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
|
+
}
|
|
55142
55207
|
if (output[_pIA] != null) {
|
|
55143
55208
|
contents[_PIAr] = (0, import_smithy_client.expectString)(output[_pIA]);
|
|
55144
55209
|
}
|
|
@@ -55160,8 +55225,8 @@ var de_NetworkInterface = /* @__PURE__ */ __name((output, context) => {
|
|
|
55160
55225
|
if (output[_rIeq] != null) {
|
|
55161
55226
|
contents[_RIeq] = (0, import_smithy_client.expectString)(output[_rIeq]);
|
|
55162
55227
|
}
|
|
55163
|
-
if (output[
|
|
55164
|
-
contents[
|
|
55228
|
+
if (output[_rMe] != null) {
|
|
55229
|
+
contents[_RMeq] = (0, import_smithy_client.parseBoolean)(output[_rMe]);
|
|
55165
55230
|
}
|
|
55166
55231
|
if (output[_sDC] != null) {
|
|
55167
55232
|
contents[_SDC] = (0, import_smithy_client.parseBoolean)(output[_sDC]);
|
|
@@ -55273,6 +55338,9 @@ var de_NetworkInterfaceIpv6Address = /* @__PURE__ */ __name((output, context) =>
|
|
|
55273
55338
|
if (output[_iApv] != null) {
|
|
55274
55339
|
contents[_IApv] = (0, import_smithy_client.expectString)(output[_iApv]);
|
|
55275
55340
|
}
|
|
55341
|
+
if (output[_pIDN] != null) {
|
|
55342
|
+
contents[_PIDN] = (0, import_smithy_client.expectString)(output[_pIDN]);
|
|
55343
|
+
}
|
|
55276
55344
|
if (output[_iPI] != null) {
|
|
55277
55345
|
contents[_IPIs] = (0, import_smithy_client.parseBoolean)(output[_iPI]);
|
|
55278
55346
|
}
|
|
@@ -56216,6 +56284,22 @@ var de_PtrUpdateStatus = /* @__PURE__ */ __name((output, context) => {
|
|
|
56216
56284
|
}
|
|
56217
56285
|
return contents;
|
|
56218
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");
|
|
56219
56303
|
var de_PublicIpv4Pool = /* @__PURE__ */ __name((output, context) => {
|
|
56220
56304
|
const contents = {};
|
|
56221
56305
|
if (output[_pIo] != null) {
|
|
@@ -62218,8 +62302,8 @@ var de_VpcEndpoint = /* @__PURE__ */ __name((output, context) => {
|
|
|
62218
62302
|
if (output[_pDE] != null) {
|
|
62219
62303
|
contents[_PDE] = (0, import_smithy_client.parseBoolean)(output[_pDE]);
|
|
62220
62304
|
}
|
|
62221
|
-
if (output[
|
|
62222
|
-
contents[
|
|
62305
|
+
if (output[_rMe] != null) {
|
|
62306
|
+
contents[_RMeq] = (0, import_smithy_client.parseBoolean)(output[_rMe]);
|
|
62223
62307
|
}
|
|
62224
62308
|
if (output.networkInterfaceIdSet === "") {
|
|
62225
62309
|
contents[_NIIe] = [];
|
|
@@ -63347,6 +63431,7 @@ var _DHI = "DedicatedHostIds";
|
|
|
63347
63431
|
var _DHR = "DescribeHostReservations";
|
|
63348
63432
|
var _DHRO = "DescribeHostReservationOfferings";
|
|
63349
63433
|
var _DHS = "DedicatedHostsSupported";
|
|
63434
|
+
var _DHT = "DnsHostnameType";
|
|
63350
63435
|
var _DI = "DeleteIpam";
|
|
63351
63436
|
var _DIA = "DescribeImageAttribute";
|
|
63352
63437
|
var _DIAe = "DescribeInstanceAttribute";
|
|
@@ -64404,6 +64489,7 @@ var _MOSLSV = "MacOSLatestSupportedVersions";
|
|
|
64404
64489
|
var _MOa = "MaintenanceOptions";
|
|
64405
64490
|
var _MP = "MatchPaths";
|
|
64406
64491
|
var _MPDNO = "ModifyPrivateDnsNameOptions";
|
|
64492
|
+
var _MPIDNO = "ModifyPublicIpDnsNameOptions";
|
|
64407
64493
|
var _MPIOL = "MapPublicIpOnLaunch";
|
|
64408
64494
|
var _MPL = "MaxParallelLaunches";
|
|
64409
64495
|
var _MPa = "MaxPrice";
|
|
@@ -64660,6 +64746,7 @@ var _PDNr = "PrivateDnsNames";
|
|
|
64660
64746
|
var _PDNu = "PublicDnsName";
|
|
64661
64747
|
var _PDOFIRE = "PrivateDnsOnlyForInboundResolverEndpoint";
|
|
64662
64748
|
var _PDRTI = "PropagationDefaultRouteTableId";
|
|
64749
|
+
var _PDSDN = "PublicDualStackDnsName";
|
|
64663
64750
|
var _PDSI = "PublicDefaultScopeId";
|
|
64664
64751
|
var _PDSIr = "PrivateDefaultScopeId";
|
|
64665
64752
|
var _PDa = "PasswordData";
|
|
@@ -64692,6 +64779,9 @@ var _PIAha = "Phase2IntegrityAlgorithms";
|
|
|
64692
64779
|
var _PIAr = "PrivateIpAddress";
|
|
64693
64780
|
var _PIAu = "PublicIpAddress";
|
|
64694
64781
|
var _PIB = "ProvisionIpamByoasn";
|
|
64782
|
+
var _PIDN = "PublicIpv6DnsName";
|
|
64783
|
+
var _PIDNO = "PublicIpDnsNameOptions";
|
|
64784
|
+
var _PIDNu = "PublicIpv4DnsName";
|
|
64695
64785
|
var _PIP = "PublicIpv4Pool";
|
|
64696
64786
|
var _PIPC = "ProvisionIpamPoolCidr";
|
|
64697
64787
|
var _PIPI = "PublicIpv4PoolId";
|
|
@@ -64881,8 +64971,10 @@ var _RM = "ReasonMessage";
|
|
|
64881
64971
|
var _RMGM = "RegisteredMulticastGroupMembers";
|
|
64882
64972
|
var _RMGS = "RegisteredMulticastGroupSources";
|
|
64883
64973
|
var _RMPLV = "RestoreManagedPrefixListVersion";
|
|
64974
|
+
var _RMS = "RebootMigrationSupport";
|
|
64884
64975
|
var _RMTS = "RekeyMarginTimeSeconds";
|
|
64885
|
-
var _RMe = "
|
|
64976
|
+
var _RMe = "RebootMigration";
|
|
64977
|
+
var _RMeq = "RequesterManaged";
|
|
64886
64978
|
var _RN = "RegionName";
|
|
64887
64979
|
var _RNAA = "ReplaceNetworkAclAssociation";
|
|
64888
64980
|
var _RNAE = "ReplaceNetworkAclEntry";
|
|
@@ -65881,6 +65973,7 @@ var _dES = "dnsEntrySet";
|
|
|
65881
65973
|
var _dFA = "defaultForAz";
|
|
65882
65974
|
var _dHIS = "dedicatedHostIdSet";
|
|
65883
65975
|
var _dHS = "dedicatedHostsSupported";
|
|
65976
|
+
var _dHT = "dnsHostnameType";
|
|
65884
65977
|
var _dI = "directoryId";
|
|
65885
65978
|
var _dICB = "destinationIpv6CidrBlock";
|
|
65886
65979
|
var _dIF = "diskImageFormat";
|
|
@@ -66681,6 +66774,7 @@ var _pDNu = "publicDnsName";
|
|
|
66681
66774
|
var _pDOFIRE = "privateDnsOnlyForInboundResolverEndpoint";
|
|
66682
66775
|
var _pDRTI = "propagationDefaultRouteTableId";
|
|
66683
66776
|
var _pDS = "pricingDetailsSet";
|
|
66777
|
+
var _pDSDN = "publicDualStackDnsName";
|
|
66684
66778
|
var _pDSI = "publicDefaultScopeId";
|
|
66685
66779
|
var _pDSIr = "privateDefaultScopeId";
|
|
66686
66780
|
var _pDa = "paymentDue";
|
|
@@ -66705,6 +66799,9 @@ var _pIA = "privateIpAddress";
|
|
|
66705
66799
|
var _pIAS = "privateIpAddressesSet";
|
|
66706
66800
|
var _pIASh = "phase1IntegrityAlgorithmSet";
|
|
66707
66801
|
var _pIASha = "phase2IntegrityAlgorithmSet";
|
|
66802
|
+
var _pIDN = "publicIpv6DnsName";
|
|
66803
|
+
var _pIDNO = "publicIpDnsNameOptions";
|
|
66804
|
+
var _pIDNu = "publicIpv4DnsName";
|
|
66708
66805
|
var _pIP = "publicIpv4Pool";
|
|
66709
66806
|
var _pIPI = "publicIpv4PoolId";
|
|
66710
66807
|
var _pIPS = "publicIpv4PoolSet";
|
|
@@ -66835,10 +66932,12 @@ var _rIe = "regionInfo";
|
|
|
66835
66932
|
var _rIeq = "requesterId";
|
|
66836
66933
|
var _rIes = "resourceId";
|
|
66837
66934
|
var _rIese = "reservationId";
|
|
66838
|
-
var _rM = "
|
|
66935
|
+
var _rM = "rebootMigration";
|
|
66839
66936
|
var _rMGM = "registeredMulticastGroupMembers";
|
|
66840
66937
|
var _rMGS = "registeredMulticastGroupSources";
|
|
66938
|
+
var _rMS = "rebootMigrationSupport";
|
|
66841
66939
|
var _rMTS = "rekeyMarginTimeSeconds";
|
|
66940
|
+
var _rMe = "requesterManaged";
|
|
66842
66941
|
var _rN = "ruleNumber";
|
|
66843
66942
|
var _rNII = "registeredNetworkInterfaceIds";
|
|
66844
66943
|
var _rNe = "regionName";
|
|
@@ -71013,10 +71112,6 @@ var State = {
|
|
|
71013
71112
|
PendingAcceptance: "PendingAcceptance",
|
|
71014
71113
|
Rejected: "Rejected"
|
|
71015
71114
|
};
|
|
71016
|
-
var ConnectionNotificationState = {
|
|
71017
|
-
Disabled: "Disabled",
|
|
71018
|
-
Enabled: "Enabled"
|
|
71019
|
-
};
|
|
71020
71115
|
var ResponseLaunchTemplateDataFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
71021
71116
|
...obj,
|
|
71022
71117
|
...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -71970,6 +72065,10 @@ var CreateVpcPeeringConnectionCommand = class extends import_smithy_client.Comma
|
|
|
71970
72065
|
|
|
71971
72066
|
// src/models/models_3.ts
|
|
71972
72067
|
|
|
72068
|
+
var ConnectionNotificationState = {
|
|
72069
|
+
Disabled: "Disabled",
|
|
72070
|
+
Enabled: "Enabled"
|
|
72071
|
+
};
|
|
71973
72072
|
var ConnectionNotificationType = {
|
|
71974
72073
|
Topic: "Topic"
|
|
71975
72074
|
};
|
|
@@ -72119,9 +72218,6 @@ var ClientVpnConnectionStatusCode = {
|
|
|
72119
72218
|
terminated: "terminated",
|
|
72120
72219
|
terminating: "terminating"
|
|
72121
72220
|
};
|
|
72122
|
-
var AssociatedNetworkType = {
|
|
72123
|
-
vpc: "vpc"
|
|
72124
|
-
};
|
|
72125
72221
|
var VpnTunnelOptionsSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
72126
72222
|
...obj,
|
|
72127
72223
|
...obj.PreSharedKey && { PreSharedKey: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -73893,6 +73989,9 @@ var DescribeCoipPoolsCommand = class extends import_smithy_client.Command.classB
|
|
|
73893
73989
|
|
|
73894
73990
|
// src/models/models_4.ts
|
|
73895
73991
|
|
|
73992
|
+
var AssociatedNetworkType = {
|
|
73993
|
+
vpc: "vpc"
|
|
73994
|
+
};
|
|
73896
73995
|
var ClientVpnEndpointAttributeStatusCode = {
|
|
73897
73996
|
applied: "applied",
|
|
73898
73997
|
applying: "applying"
|
|
@@ -74077,6 +74176,10 @@ var InstanceAutoRecoveryState = {
|
|
|
74077
74176
|
default: "default",
|
|
74078
74177
|
disabled: "disabled"
|
|
74079
74178
|
};
|
|
74179
|
+
var InstanceRebootMigrationState = {
|
|
74180
|
+
default: "default",
|
|
74181
|
+
disabled: "disabled"
|
|
74182
|
+
};
|
|
74080
74183
|
var InstanceMetadataEndpointState = {
|
|
74081
74184
|
disabled: "disabled",
|
|
74082
74185
|
enabled: "enabled"
|
|
@@ -74204,6 +74307,10 @@ var ArchitectureType = {
|
|
|
74204
74307
|
var SupportedAdditionalProcessorFeature = {
|
|
74205
74308
|
AMD_SEV_SNP: "amd-sev-snp"
|
|
74206
74309
|
};
|
|
74310
|
+
var RebootMigrationSupport = {
|
|
74311
|
+
SUPPORTED: "supported",
|
|
74312
|
+
UNSUPPORTED: "unsupported"
|
|
74313
|
+
};
|
|
74207
74314
|
var BootModeType = {
|
|
74208
74315
|
legacy_bios: "legacy-bios",
|
|
74209
74316
|
uefi: "uefi"
|
|
@@ -74271,12 +74378,6 @@ var DescribeImportSnapshotTasksResultFilterSensitiveLog = /* @__PURE__ */ __name
|
|
|
74271
74378
|
ImportSnapshotTasks: obj.ImportSnapshotTasks.map((item) => ImportSnapshotTaskFilterSensitiveLog(item))
|
|
74272
74379
|
}
|
|
74273
74380
|
}), "DescribeImportSnapshotTasksResultFilterSensitiveLog");
|
|
74274
|
-
var DescribeLaunchTemplateVersionsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
74275
|
-
...obj,
|
|
74276
|
-
...obj.LaunchTemplateVersions && {
|
|
74277
|
-
LaunchTemplateVersions: obj.LaunchTemplateVersions.map((item) => LaunchTemplateVersionFilterSensitiveLog(item))
|
|
74278
|
-
}
|
|
74279
|
-
}), "DescribeLaunchTemplateVersionsResultFilterSensitiveLog");
|
|
74280
74381
|
|
|
74281
74382
|
// src/commands/DescribeConversionTasksCommand.ts
|
|
74282
74383
|
var DescribeConversionTasksCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
@@ -74999,6 +75100,219 @@ var DescribeLaunchTemplatesCommand = class extends import_smithy_client.Command.
|
|
|
74999
75100
|
|
|
75000
75101
|
|
|
75001
75102
|
|
|
75103
|
+
|
|
75104
|
+
// src/models/models_5.ts
|
|
75105
|
+
|
|
75106
|
+
var LockState = {
|
|
75107
|
+
compliance: "compliance",
|
|
75108
|
+
compliance_cooloff: "compliance-cooloff",
|
|
75109
|
+
expired: "expired",
|
|
75110
|
+
governance: "governance"
|
|
75111
|
+
};
|
|
75112
|
+
var MoveStatus = {
|
|
75113
|
+
movingToVpc: "movingToVpc",
|
|
75114
|
+
restoringToClassic: "restoringToClassic"
|
|
75115
|
+
};
|
|
75116
|
+
var FindingsFound = {
|
|
75117
|
+
false: "false",
|
|
75118
|
+
true: "true",
|
|
75119
|
+
unknown: "unknown"
|
|
75120
|
+
};
|
|
75121
|
+
var AnalysisStatus = {
|
|
75122
|
+
failed: "failed",
|
|
75123
|
+
running: "running",
|
|
75124
|
+
succeeded: "succeeded"
|
|
75125
|
+
};
|
|
75126
|
+
var NetworkInterfaceAttribute = {
|
|
75127
|
+
associatePublicIpAddress: "associatePublicIpAddress",
|
|
75128
|
+
attachment: "attachment",
|
|
75129
|
+
description: "description",
|
|
75130
|
+
groupSet: "groupSet",
|
|
75131
|
+
sourceDestCheck: "sourceDestCheck"
|
|
75132
|
+
};
|
|
75133
|
+
var OfferingClassType = {
|
|
75134
|
+
CONVERTIBLE: "convertible",
|
|
75135
|
+
STANDARD: "standard"
|
|
75136
|
+
};
|
|
75137
|
+
var OfferingTypeValues = {
|
|
75138
|
+
All_Upfront: "All Upfront",
|
|
75139
|
+
Heavy_Utilization: "Heavy Utilization",
|
|
75140
|
+
Light_Utilization: "Light Utilization",
|
|
75141
|
+
Medium_Utilization: "Medium Utilization",
|
|
75142
|
+
No_Upfront: "No Upfront",
|
|
75143
|
+
Partial_Upfront: "Partial Upfront"
|
|
75144
|
+
};
|
|
75145
|
+
var RIProductDescription = {
|
|
75146
|
+
Linux_UNIX: "Linux/UNIX",
|
|
75147
|
+
Linux_UNIX_Amazon_VPC_: "Linux/UNIX (Amazon VPC)",
|
|
75148
|
+
Windows: "Windows",
|
|
75149
|
+
Windows_Amazon_VPC_: "Windows (Amazon VPC)"
|
|
75150
|
+
};
|
|
75151
|
+
var RecurringChargeFrequency = {
|
|
75152
|
+
Hourly: "Hourly"
|
|
75153
|
+
};
|
|
75154
|
+
var Scope = {
|
|
75155
|
+
AVAILABILITY_ZONE: "Availability Zone",
|
|
75156
|
+
REGIONAL: "Region"
|
|
75157
|
+
};
|
|
75158
|
+
var ReservedInstanceState = {
|
|
75159
|
+
active: "active",
|
|
75160
|
+
payment_failed: "payment-failed",
|
|
75161
|
+
payment_pending: "payment-pending",
|
|
75162
|
+
queued: "queued",
|
|
75163
|
+
queued_deleted: "queued-deleted",
|
|
75164
|
+
retired: "retired"
|
|
75165
|
+
};
|
|
75166
|
+
var ServiceLinkVirtualInterfaceConfigurationState = {
|
|
75167
|
+
available: "available",
|
|
75168
|
+
deleted: "deleted",
|
|
75169
|
+
deleting: "deleting",
|
|
75170
|
+
pending: "pending"
|
|
75171
|
+
};
|
|
75172
|
+
var SnapshotAttributeName = {
|
|
75173
|
+
createVolumePermission: "createVolumePermission",
|
|
75174
|
+
productCodes: "productCodes"
|
|
75175
|
+
};
|
|
75176
|
+
var TieringOperationStatus = {
|
|
75177
|
+
archival_completed: "archival-completed",
|
|
75178
|
+
archival_failed: "archival-failed",
|
|
75179
|
+
archival_in_progress: "archival-in-progress",
|
|
75180
|
+
permanent_restore_completed: "permanent-restore-completed",
|
|
75181
|
+
permanent_restore_failed: "permanent-restore-failed",
|
|
75182
|
+
permanent_restore_in_progress: "permanent-restore-in-progress",
|
|
75183
|
+
temporary_restore_completed: "temporary-restore-completed",
|
|
75184
|
+
temporary_restore_failed: "temporary-restore-failed",
|
|
75185
|
+
temporary_restore_in_progress: "temporary-restore-in-progress"
|
|
75186
|
+
};
|
|
75187
|
+
var EventType = {
|
|
75188
|
+
BATCH_CHANGE: "fleetRequestChange",
|
|
75189
|
+
ERROR: "error",
|
|
75190
|
+
INFORMATION: "information",
|
|
75191
|
+
INSTANCE_CHANGE: "instanceChange"
|
|
75192
|
+
};
|
|
75193
|
+
var ExcessCapacityTerminationPolicy = {
|
|
75194
|
+
DEFAULT: "default",
|
|
75195
|
+
NO_TERMINATION: "noTermination"
|
|
75196
|
+
};
|
|
75197
|
+
var OnDemandAllocationStrategy = {
|
|
75198
|
+
LOWEST_PRICE: "lowestPrice",
|
|
75199
|
+
PRIORITIZED: "prioritized"
|
|
75200
|
+
};
|
|
75201
|
+
var ReplacementStrategy = {
|
|
75202
|
+
LAUNCH: "launch",
|
|
75203
|
+
LAUNCH_BEFORE_TERMINATE: "launch-before-terminate"
|
|
75204
|
+
};
|
|
75205
|
+
var SpotInstanceState = {
|
|
75206
|
+
active: "active",
|
|
75207
|
+
cancelled: "cancelled",
|
|
75208
|
+
closed: "closed",
|
|
75209
|
+
disabled: "disabled",
|
|
75210
|
+
failed: "failed",
|
|
75211
|
+
open: "open"
|
|
75212
|
+
};
|
|
75213
|
+
var VerifiedAccessLogDeliveryStatusCode = {
|
|
75214
|
+
FAILED: "failed",
|
|
75215
|
+
SUCCESS: "success"
|
|
75216
|
+
};
|
|
75217
|
+
var VolumeAttributeName = {
|
|
75218
|
+
autoEnableIO: "autoEnableIO",
|
|
75219
|
+
productCodes: "productCodes"
|
|
75220
|
+
};
|
|
75221
|
+
var VolumeModificationState = {
|
|
75222
|
+
completed: "completed",
|
|
75223
|
+
failed: "failed",
|
|
75224
|
+
modifying: "modifying",
|
|
75225
|
+
optimizing: "optimizing"
|
|
75226
|
+
};
|
|
75227
|
+
var VolumeStatusName = {
|
|
75228
|
+
io_enabled: "io-enabled",
|
|
75229
|
+
io_performance: "io-performance"
|
|
75230
|
+
};
|
|
75231
|
+
var VolumeStatusInfoStatus = {
|
|
75232
|
+
impaired: "impaired",
|
|
75233
|
+
insufficient_data: "insufficient-data",
|
|
75234
|
+
ok: "ok"
|
|
75235
|
+
};
|
|
75236
|
+
var VpcAttributeName = {
|
|
75237
|
+
enableDnsHostnames: "enableDnsHostnames",
|
|
75238
|
+
enableDnsSupport: "enableDnsSupport",
|
|
75239
|
+
enableNetworkAddressUsageMetrics: "enableNetworkAddressUsageMetrics"
|
|
75240
|
+
};
|
|
75241
|
+
var VpcBlockPublicAccessExclusionsAllowed = {
|
|
75242
|
+
allowed: "allowed",
|
|
75243
|
+
not_allowed: "not-allowed"
|
|
75244
|
+
};
|
|
75245
|
+
var InternetGatewayBlockMode = {
|
|
75246
|
+
block_bidirectional: "block-bidirectional",
|
|
75247
|
+
block_ingress: "block-ingress",
|
|
75248
|
+
off: "off"
|
|
75249
|
+
};
|
|
75250
|
+
var ManagedBy = {
|
|
75251
|
+
account: "account",
|
|
75252
|
+
declarative_policy: "declarative-policy"
|
|
75253
|
+
};
|
|
75254
|
+
var VpcBlockPublicAccessState = {
|
|
75255
|
+
default_state: "default-state",
|
|
75256
|
+
update_complete: "update-complete",
|
|
75257
|
+
update_in_progress: "update-in-progress"
|
|
75258
|
+
};
|
|
75259
|
+
var DescribeLaunchTemplateVersionsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75260
|
+
...obj,
|
|
75261
|
+
...obj.LaunchTemplateVersions && {
|
|
75262
|
+
LaunchTemplateVersions: obj.LaunchTemplateVersions.map((item) => LaunchTemplateVersionFilterSensitiveLog(item))
|
|
75263
|
+
}
|
|
75264
|
+
}), "DescribeLaunchTemplateVersionsResultFilterSensitiveLog");
|
|
75265
|
+
var SpotFleetLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75266
|
+
...obj,
|
|
75267
|
+
...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
|
|
75268
|
+
}), "SpotFleetLaunchSpecificationFilterSensitiveLog");
|
|
75269
|
+
var SpotFleetRequestConfigDataFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75270
|
+
...obj,
|
|
75271
|
+
...obj.LaunchSpecifications && {
|
|
75272
|
+
LaunchSpecifications: obj.LaunchSpecifications.map((item) => SpotFleetLaunchSpecificationFilterSensitiveLog(item))
|
|
75273
|
+
}
|
|
75274
|
+
}), "SpotFleetRequestConfigDataFilterSensitiveLog");
|
|
75275
|
+
var SpotFleetRequestConfigFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75276
|
+
...obj,
|
|
75277
|
+
...obj.SpotFleetRequestConfig && {
|
|
75278
|
+
SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig)
|
|
75279
|
+
}
|
|
75280
|
+
}), "SpotFleetRequestConfigFilterSensitiveLog");
|
|
75281
|
+
var DescribeSpotFleetRequestsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75282
|
+
...obj
|
|
75283
|
+
}), "DescribeSpotFleetRequestsResponseFilterSensitiveLog");
|
|
75284
|
+
var LaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75285
|
+
...obj,
|
|
75286
|
+
...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
|
|
75287
|
+
}), "LaunchSpecificationFilterSensitiveLog");
|
|
75288
|
+
var SpotInstanceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75289
|
+
...obj,
|
|
75290
|
+
...obj.LaunchSpecification && {
|
|
75291
|
+
LaunchSpecification: LaunchSpecificationFilterSensitiveLog(obj.LaunchSpecification)
|
|
75292
|
+
}
|
|
75293
|
+
}), "SpotInstanceRequestFilterSensitiveLog");
|
|
75294
|
+
var DescribeSpotInstanceRequestsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75295
|
+
...obj,
|
|
75296
|
+
...obj.SpotInstanceRequests && {
|
|
75297
|
+
SpotInstanceRequests: obj.SpotInstanceRequests.map((item) => SpotInstanceRequestFilterSensitiveLog(item))
|
|
75298
|
+
}
|
|
75299
|
+
}), "DescribeSpotInstanceRequestsResultFilterSensitiveLog");
|
|
75300
|
+
var DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75301
|
+
...obj,
|
|
75302
|
+
...obj.VerifiedAccessTrustProviders && {
|
|
75303
|
+
VerifiedAccessTrustProviders: obj.VerifiedAccessTrustProviders.map(
|
|
75304
|
+
(item) => VerifiedAccessTrustProviderFilterSensitiveLog(item)
|
|
75305
|
+
)
|
|
75306
|
+
}
|
|
75307
|
+
}), "DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog");
|
|
75308
|
+
var DescribeVpnConnectionsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75309
|
+
...obj,
|
|
75310
|
+
...obj.VpnConnections && {
|
|
75311
|
+
VpnConnections: obj.VpnConnections.map((item) => VpnConnectionFilterSensitiveLog(item))
|
|
75312
|
+
}
|
|
75313
|
+
}), "DescribeVpnConnectionsResultFilterSensitiveLog");
|
|
75314
|
+
|
|
75315
|
+
// src/commands/DescribeLaunchTemplateVersionsCommand.ts
|
|
75002
75316
|
var DescribeLaunchTemplateVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
75003
75317
|
return [
|
|
75004
75318
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -75734,213 +76048,6 @@ var DescribeSpotFleetRequestHistoryCommand = class extends import_smithy_client.
|
|
|
75734
76048
|
|
|
75735
76049
|
|
|
75736
76050
|
|
|
75737
|
-
|
|
75738
|
-
// src/models/models_5.ts
|
|
75739
|
-
|
|
75740
|
-
var LockState = {
|
|
75741
|
-
compliance: "compliance",
|
|
75742
|
-
compliance_cooloff: "compliance-cooloff",
|
|
75743
|
-
expired: "expired",
|
|
75744
|
-
governance: "governance"
|
|
75745
|
-
};
|
|
75746
|
-
var MoveStatus = {
|
|
75747
|
-
movingToVpc: "movingToVpc",
|
|
75748
|
-
restoringToClassic: "restoringToClassic"
|
|
75749
|
-
};
|
|
75750
|
-
var FindingsFound = {
|
|
75751
|
-
false: "false",
|
|
75752
|
-
true: "true",
|
|
75753
|
-
unknown: "unknown"
|
|
75754
|
-
};
|
|
75755
|
-
var AnalysisStatus = {
|
|
75756
|
-
failed: "failed",
|
|
75757
|
-
running: "running",
|
|
75758
|
-
succeeded: "succeeded"
|
|
75759
|
-
};
|
|
75760
|
-
var NetworkInterfaceAttribute = {
|
|
75761
|
-
associatePublicIpAddress: "associatePublicIpAddress",
|
|
75762
|
-
attachment: "attachment",
|
|
75763
|
-
description: "description",
|
|
75764
|
-
groupSet: "groupSet",
|
|
75765
|
-
sourceDestCheck: "sourceDestCheck"
|
|
75766
|
-
};
|
|
75767
|
-
var OfferingClassType = {
|
|
75768
|
-
CONVERTIBLE: "convertible",
|
|
75769
|
-
STANDARD: "standard"
|
|
75770
|
-
};
|
|
75771
|
-
var OfferingTypeValues = {
|
|
75772
|
-
All_Upfront: "All Upfront",
|
|
75773
|
-
Heavy_Utilization: "Heavy Utilization",
|
|
75774
|
-
Light_Utilization: "Light Utilization",
|
|
75775
|
-
Medium_Utilization: "Medium Utilization",
|
|
75776
|
-
No_Upfront: "No Upfront",
|
|
75777
|
-
Partial_Upfront: "Partial Upfront"
|
|
75778
|
-
};
|
|
75779
|
-
var RIProductDescription = {
|
|
75780
|
-
Linux_UNIX: "Linux/UNIX",
|
|
75781
|
-
Linux_UNIX_Amazon_VPC_: "Linux/UNIX (Amazon VPC)",
|
|
75782
|
-
Windows: "Windows",
|
|
75783
|
-
Windows_Amazon_VPC_: "Windows (Amazon VPC)"
|
|
75784
|
-
};
|
|
75785
|
-
var RecurringChargeFrequency = {
|
|
75786
|
-
Hourly: "Hourly"
|
|
75787
|
-
};
|
|
75788
|
-
var Scope = {
|
|
75789
|
-
AVAILABILITY_ZONE: "Availability Zone",
|
|
75790
|
-
REGIONAL: "Region"
|
|
75791
|
-
};
|
|
75792
|
-
var ReservedInstanceState = {
|
|
75793
|
-
active: "active",
|
|
75794
|
-
payment_failed: "payment-failed",
|
|
75795
|
-
payment_pending: "payment-pending",
|
|
75796
|
-
queued: "queued",
|
|
75797
|
-
queued_deleted: "queued-deleted",
|
|
75798
|
-
retired: "retired"
|
|
75799
|
-
};
|
|
75800
|
-
var ServiceLinkVirtualInterfaceConfigurationState = {
|
|
75801
|
-
available: "available",
|
|
75802
|
-
deleted: "deleted",
|
|
75803
|
-
deleting: "deleting",
|
|
75804
|
-
pending: "pending"
|
|
75805
|
-
};
|
|
75806
|
-
var SnapshotAttributeName = {
|
|
75807
|
-
createVolumePermission: "createVolumePermission",
|
|
75808
|
-
productCodes: "productCodes"
|
|
75809
|
-
};
|
|
75810
|
-
var TieringOperationStatus = {
|
|
75811
|
-
archival_completed: "archival-completed",
|
|
75812
|
-
archival_failed: "archival-failed",
|
|
75813
|
-
archival_in_progress: "archival-in-progress",
|
|
75814
|
-
permanent_restore_completed: "permanent-restore-completed",
|
|
75815
|
-
permanent_restore_failed: "permanent-restore-failed",
|
|
75816
|
-
permanent_restore_in_progress: "permanent-restore-in-progress",
|
|
75817
|
-
temporary_restore_completed: "temporary-restore-completed",
|
|
75818
|
-
temporary_restore_failed: "temporary-restore-failed",
|
|
75819
|
-
temporary_restore_in_progress: "temporary-restore-in-progress"
|
|
75820
|
-
};
|
|
75821
|
-
var EventType = {
|
|
75822
|
-
BATCH_CHANGE: "fleetRequestChange",
|
|
75823
|
-
ERROR: "error",
|
|
75824
|
-
INFORMATION: "information",
|
|
75825
|
-
INSTANCE_CHANGE: "instanceChange"
|
|
75826
|
-
};
|
|
75827
|
-
var ExcessCapacityTerminationPolicy = {
|
|
75828
|
-
DEFAULT: "default",
|
|
75829
|
-
NO_TERMINATION: "noTermination"
|
|
75830
|
-
};
|
|
75831
|
-
var OnDemandAllocationStrategy = {
|
|
75832
|
-
LOWEST_PRICE: "lowestPrice",
|
|
75833
|
-
PRIORITIZED: "prioritized"
|
|
75834
|
-
};
|
|
75835
|
-
var ReplacementStrategy = {
|
|
75836
|
-
LAUNCH: "launch",
|
|
75837
|
-
LAUNCH_BEFORE_TERMINATE: "launch-before-terminate"
|
|
75838
|
-
};
|
|
75839
|
-
var SpotInstanceState = {
|
|
75840
|
-
active: "active",
|
|
75841
|
-
cancelled: "cancelled",
|
|
75842
|
-
closed: "closed",
|
|
75843
|
-
disabled: "disabled",
|
|
75844
|
-
failed: "failed",
|
|
75845
|
-
open: "open"
|
|
75846
|
-
};
|
|
75847
|
-
var VerifiedAccessLogDeliveryStatusCode = {
|
|
75848
|
-
FAILED: "failed",
|
|
75849
|
-
SUCCESS: "success"
|
|
75850
|
-
};
|
|
75851
|
-
var VolumeAttributeName = {
|
|
75852
|
-
autoEnableIO: "autoEnableIO",
|
|
75853
|
-
productCodes: "productCodes"
|
|
75854
|
-
};
|
|
75855
|
-
var VolumeModificationState = {
|
|
75856
|
-
completed: "completed",
|
|
75857
|
-
failed: "failed",
|
|
75858
|
-
modifying: "modifying",
|
|
75859
|
-
optimizing: "optimizing"
|
|
75860
|
-
};
|
|
75861
|
-
var VolumeStatusName = {
|
|
75862
|
-
io_enabled: "io-enabled",
|
|
75863
|
-
io_performance: "io-performance"
|
|
75864
|
-
};
|
|
75865
|
-
var VolumeStatusInfoStatus = {
|
|
75866
|
-
impaired: "impaired",
|
|
75867
|
-
insufficient_data: "insufficient-data",
|
|
75868
|
-
ok: "ok"
|
|
75869
|
-
};
|
|
75870
|
-
var VpcAttributeName = {
|
|
75871
|
-
enableDnsHostnames: "enableDnsHostnames",
|
|
75872
|
-
enableDnsSupport: "enableDnsSupport",
|
|
75873
|
-
enableNetworkAddressUsageMetrics: "enableNetworkAddressUsageMetrics"
|
|
75874
|
-
};
|
|
75875
|
-
var VpcBlockPublicAccessExclusionsAllowed = {
|
|
75876
|
-
allowed: "allowed",
|
|
75877
|
-
not_allowed: "not-allowed"
|
|
75878
|
-
};
|
|
75879
|
-
var InternetGatewayBlockMode = {
|
|
75880
|
-
block_bidirectional: "block-bidirectional",
|
|
75881
|
-
block_ingress: "block-ingress",
|
|
75882
|
-
off: "off"
|
|
75883
|
-
};
|
|
75884
|
-
var ManagedBy = {
|
|
75885
|
-
account: "account",
|
|
75886
|
-
declarative_policy: "declarative-policy"
|
|
75887
|
-
};
|
|
75888
|
-
var VpcBlockPublicAccessState = {
|
|
75889
|
-
default_state: "default-state",
|
|
75890
|
-
update_complete: "update-complete",
|
|
75891
|
-
update_in_progress: "update-in-progress"
|
|
75892
|
-
};
|
|
75893
|
-
var SpotFleetLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75894
|
-
...obj,
|
|
75895
|
-
...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
|
|
75896
|
-
}), "SpotFleetLaunchSpecificationFilterSensitiveLog");
|
|
75897
|
-
var SpotFleetRequestConfigDataFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75898
|
-
...obj,
|
|
75899
|
-
...obj.LaunchSpecifications && {
|
|
75900
|
-
LaunchSpecifications: obj.LaunchSpecifications.map((item) => SpotFleetLaunchSpecificationFilterSensitiveLog(item))
|
|
75901
|
-
}
|
|
75902
|
-
}), "SpotFleetRequestConfigDataFilterSensitiveLog");
|
|
75903
|
-
var SpotFleetRequestConfigFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75904
|
-
...obj,
|
|
75905
|
-
...obj.SpotFleetRequestConfig && {
|
|
75906
|
-
SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig)
|
|
75907
|
-
}
|
|
75908
|
-
}), "SpotFleetRequestConfigFilterSensitiveLog");
|
|
75909
|
-
var DescribeSpotFleetRequestsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75910
|
-
...obj
|
|
75911
|
-
}), "DescribeSpotFleetRequestsResponseFilterSensitiveLog");
|
|
75912
|
-
var LaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75913
|
-
...obj,
|
|
75914
|
-
...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
|
|
75915
|
-
}), "LaunchSpecificationFilterSensitiveLog");
|
|
75916
|
-
var SpotInstanceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75917
|
-
...obj,
|
|
75918
|
-
...obj.LaunchSpecification && {
|
|
75919
|
-
LaunchSpecification: LaunchSpecificationFilterSensitiveLog(obj.LaunchSpecification)
|
|
75920
|
-
}
|
|
75921
|
-
}), "SpotInstanceRequestFilterSensitiveLog");
|
|
75922
|
-
var DescribeSpotInstanceRequestsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75923
|
-
...obj,
|
|
75924
|
-
...obj.SpotInstanceRequests && {
|
|
75925
|
-
SpotInstanceRequests: obj.SpotInstanceRequests.map((item) => SpotInstanceRequestFilterSensitiveLog(item))
|
|
75926
|
-
}
|
|
75927
|
-
}), "DescribeSpotInstanceRequestsResultFilterSensitiveLog");
|
|
75928
|
-
var DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75929
|
-
...obj,
|
|
75930
|
-
...obj.VerifiedAccessTrustProviders && {
|
|
75931
|
-
VerifiedAccessTrustProviders: obj.VerifiedAccessTrustProviders.map(
|
|
75932
|
-
(item) => VerifiedAccessTrustProviderFilterSensitiveLog(item)
|
|
75933
|
-
)
|
|
75934
|
-
}
|
|
75935
|
-
}), "DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog");
|
|
75936
|
-
var DescribeVpnConnectionsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75937
|
-
...obj,
|
|
75938
|
-
...obj.VpnConnections && {
|
|
75939
|
-
VpnConnections: obj.VpnConnections.map((item) => VpnConnectionFilterSensitiveLog(item))
|
|
75940
|
-
}
|
|
75941
|
-
}), "DescribeVpnConnectionsResultFilterSensitiveLog");
|
|
75942
|
-
|
|
75943
|
-
// src/commands/DescribeSpotFleetRequestsCommand.ts
|
|
75944
76051
|
var DescribeSpotFleetRequestsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
75945
76052
|
return [
|
|
75946
76053
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -78631,6 +78738,11 @@ var HostTenancy = {
|
|
|
78631
78738
|
default: "default",
|
|
78632
78739
|
host: "host"
|
|
78633
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
|
+
};
|
|
78634
78746
|
var TargetStorageTier = {
|
|
78635
78747
|
archive: "archive"
|
|
78636
78748
|
};
|
|
@@ -79460,6 +79572,21 @@ var ModifyPrivateDnsNameOptionsCommand = class extends import_smithy_client.Comm
|
|
|
79460
79572
|
}
|
|
79461
79573
|
};
|
|
79462
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
|
+
|
|
79463
79590
|
// src/commands/ModifyReservedInstancesCommand.ts
|
|
79464
79591
|
|
|
79465
79592
|
|
|
@@ -81770,6 +81897,7 @@ var commands = {
|
|
|
81770
81897
|
ModifyManagedPrefixListCommand,
|
|
81771
81898
|
ModifyNetworkInterfaceAttributeCommand,
|
|
81772
81899
|
ModifyPrivateDnsNameOptionsCommand,
|
|
81900
|
+
ModifyPublicIpDnsNameOptionsCommand,
|
|
81773
81901
|
ModifyReservedInstancesCommand,
|
|
81774
81902
|
ModifyRouteServerCommand,
|
|
81775
81903
|
ModifySecurityGroupRulesCommand,
|
|
@@ -84946,6 +85074,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
84946
85074
|
ModifyManagedPrefixListCommand,
|
|
84947
85075
|
ModifyNetworkInterfaceAttributeCommand,
|
|
84948
85076
|
ModifyPrivateDnsNameOptionsCommand,
|
|
85077
|
+
ModifyPublicIpDnsNameOptionsCommand,
|
|
84949
85078
|
ModifyReservedInstancesCommand,
|
|
84950
85079
|
ModifyRouteServerCommand,
|
|
84951
85080
|
ModifySecurityGroupRulesCommand,
|
|
@@ -85512,7 +85641,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85512
85641
|
IpAddressType,
|
|
85513
85642
|
VpcEndpointType,
|
|
85514
85643
|
State,
|
|
85515
|
-
ConnectionNotificationState,
|
|
85516
85644
|
ResponseLaunchTemplateDataFilterSensitiveLog,
|
|
85517
85645
|
LaunchTemplateVersionFilterSensitiveLog,
|
|
85518
85646
|
CreateLaunchTemplateVersionResultFilterSensitiveLog,
|
|
@@ -85521,6 +85649,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85521
85649
|
CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog,
|
|
85522
85650
|
CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog,
|
|
85523
85651
|
CreateVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
85652
|
+
ConnectionNotificationState,
|
|
85524
85653
|
ConnectionNotificationType,
|
|
85525
85654
|
PayerResponsibility,
|
|
85526
85655
|
DnsNameState,
|
|
@@ -85548,7 +85677,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85548
85677
|
CallerRole,
|
|
85549
85678
|
CapacityReservationBillingRequestStatus,
|
|
85550
85679
|
ClientVpnConnectionStatusCode,
|
|
85551
|
-
AssociatedNetworkType,
|
|
85552
85680
|
VpnTunnelOptionsSpecificationFilterSensitiveLog,
|
|
85553
85681
|
VpnConnectionOptionsSpecificationFilterSensitiveLog,
|
|
85554
85682
|
CreateVpnConnectionRequestFilterSensitiveLog,
|
|
@@ -85558,6 +85686,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85558
85686
|
CreateVpnConnectionResultFilterSensitiveLog,
|
|
85559
85687
|
DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
85560
85688
|
DescribeBundleTasksResultFilterSensitiveLog,
|
|
85689
|
+
AssociatedNetworkType,
|
|
85561
85690
|
ClientVpnEndpointAttributeStatusCode,
|
|
85562
85691
|
VpnProtocol,
|
|
85563
85692
|
ConversionTaskState,
|
|
@@ -85590,6 +85719,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85590
85719
|
InstanceBootModeValues,
|
|
85591
85720
|
InstanceLifecycleType,
|
|
85592
85721
|
InstanceAutoRecoveryState,
|
|
85722
|
+
InstanceRebootMigrationState,
|
|
85593
85723
|
InstanceMetadataEndpointState,
|
|
85594
85724
|
InstanceMetadataProtocolState,
|
|
85595
85725
|
HttpTokensState,
|
|
@@ -85617,6 +85747,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85617
85747
|
PlacementGroupStrategy,
|
|
85618
85748
|
ArchitectureType,
|
|
85619
85749
|
SupportedAdditionalProcessorFeature,
|
|
85750
|
+
RebootMigrationSupport,
|
|
85620
85751
|
BootModeType,
|
|
85621
85752
|
RootDeviceType,
|
|
85622
85753
|
UsageClassType,
|
|
@@ -85632,7 +85763,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85632
85763
|
SnapshotTaskDetailFilterSensitiveLog,
|
|
85633
85764
|
ImportSnapshotTaskFilterSensitiveLog,
|
|
85634
85765
|
DescribeImportSnapshotTasksResultFilterSensitiveLog,
|
|
85635
|
-
DescribeLaunchTemplateVersionsResultFilterSensitiveLog,
|
|
85636
85766
|
LockState,
|
|
85637
85767
|
MoveStatus,
|
|
85638
85768
|
FindingsFound,
|
|
@@ -85662,6 +85792,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85662
85792
|
InternetGatewayBlockMode,
|
|
85663
85793
|
ManagedBy,
|
|
85664
85794
|
VpcBlockPublicAccessState,
|
|
85795
|
+
DescribeLaunchTemplateVersionsResultFilterSensitiveLog,
|
|
85665
85796
|
SpotFleetLaunchSpecificationFilterSensitiveLog,
|
|
85666
85797
|
SpotFleetRequestConfigDataFilterSensitiveLog,
|
|
85667
85798
|
SpotFleetRequestConfigFilterSensitiveLog,
|
|
@@ -85708,6 +85839,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85708
85839
|
MetadataDefaultHttpTokensState,
|
|
85709
85840
|
DefaultInstanceMetadataTagsState,
|
|
85710
85841
|
HostTenancy,
|
|
85842
|
+
PublicIpDnsOption,
|
|
85711
85843
|
TargetStorageTier,
|
|
85712
85844
|
TrafficMirrorFilterRuleField,
|
|
85713
85845
|
TrafficMirrorSessionField,
|