@aws-sdk/client-ec2 3.813.0 → 3.814.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +248 -220
- package/dist-es/commands/DescribeLaunchTemplateVersionsCommand.js +1 -1
- package/dist-es/models/models_4.js +8 -7
- package/dist-es/models/models_5.js +7 -0
- package/dist-es/protocols/Aws_ec2.js +22 -6
- 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/DescribeVpnGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -2
- 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/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +2 -1
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -2
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -0
- package/dist-types/models/models_4.d.ts +62 -175
- package/dist-types/models/models_5.d.ts +174 -33
- package/dist-types/models/models_6.d.ts +34 -76
- package/dist-types/models/models_7.d.ts +125 -34
- package/dist-types/models/models_8.d.ts +32 -0
- package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +2 -4
- 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/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_4.d.ts +14 -20
- package/dist-types/ts3.4/models/models_5.d.ts +20 -9
- package/dist-types/ts3.4/models/models_6.d.ts +9 -12
- package/dist-types/ts3.4/models/models_7.d.ts +16 -8
- package/dist-types/ts3.4/models/models_8.d.ts +8 -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,
|
|
@@ -965,6 +966,7 @@ __export(index_exports, {
|
|
|
965
966
|
PurchaseScheduledInstancesCommand: () => PurchaseScheduledInstancesCommand,
|
|
966
967
|
RIProductDescription: () => RIProductDescription,
|
|
967
968
|
RebootInstancesCommand: () => RebootInstancesCommand,
|
|
969
|
+
RebootMigrationSupport: () => RebootMigrationSupport,
|
|
968
970
|
RecurringChargeFrequency: () => RecurringChargeFrequency,
|
|
969
971
|
RegisterImageCommand: () => RegisterImageCommand,
|
|
970
972
|
RegisterInstanceEventNotificationAttributesCommand: () => RegisterInstanceEventNotificationAttributesCommand,
|
|
@@ -33481,6 +33483,9 @@ var se_ModifyInstanceMaintenanceOptionsRequest = /* @__PURE__ */ __name((input,
|
|
|
33481
33483
|
if (input[_ARu] != null) {
|
|
33482
33484
|
entries[_ARu] = input[_ARu];
|
|
33483
33485
|
}
|
|
33486
|
+
if (input[_RMe] != null) {
|
|
33487
|
+
entries[_RMe] = input[_RMe];
|
|
33488
|
+
}
|
|
33484
33489
|
if (input[_DRr] != null) {
|
|
33485
33490
|
entries[_DRr] = input[_DRr];
|
|
33486
33491
|
}
|
|
@@ -51039,6 +51044,9 @@ var de_InstanceMaintenanceOptions = /* @__PURE__ */ __name((output, context) =>
|
|
|
51039
51044
|
if (output[_aRu] != null) {
|
|
51040
51045
|
contents[_ARu] = (0, import_smithy_client.expectString)(output[_aRu]);
|
|
51041
51046
|
}
|
|
51047
|
+
if (output[_rM] != null) {
|
|
51048
|
+
contents[_RMe] = (0, import_smithy_client.expectString)(output[_rM]);
|
|
51049
|
+
}
|
|
51042
51050
|
return contents;
|
|
51043
51051
|
}, "de_InstanceMaintenanceOptions");
|
|
51044
51052
|
var de_InstanceMetadataDefaultsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -51724,6 +51732,9 @@ var de_InstanceTypeInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
51724
51732
|
if (output[_pSh] != null) {
|
|
51725
51733
|
contents[_PSh] = (0, import_smithy_client.expectString)(output[_pSh]);
|
|
51726
51734
|
}
|
|
51735
|
+
if (output[_rMS] != null) {
|
|
51736
|
+
contents[_RMS] = (0, import_smithy_client.expectString)(output[_rMS]);
|
|
51737
|
+
}
|
|
51727
51738
|
return contents;
|
|
51728
51739
|
}, "de_InstanceTypeInfo");
|
|
51729
51740
|
var de_InstanceTypeInfoFromInstanceRequirements = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -54179,6 +54190,9 @@ var de_ModifyInstanceMaintenanceOptionsResult = /* @__PURE__ */ __name((output,
|
|
|
54179
54190
|
if (output[_aRu] != null) {
|
|
54180
54191
|
contents[_ARu] = (0, import_smithy_client.expectString)(output[_aRu]);
|
|
54181
54192
|
}
|
|
54193
|
+
if (output[_rM] != null) {
|
|
54194
|
+
contents[_RMe] = (0, import_smithy_client.expectString)(output[_rM]);
|
|
54195
|
+
}
|
|
54182
54196
|
return contents;
|
|
54183
54197
|
}, "de_ModifyInstanceMaintenanceOptionsResult");
|
|
54184
54198
|
var de_ModifyInstanceMetadataDefaultsResult = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -55160,8 +55174,8 @@ var de_NetworkInterface = /* @__PURE__ */ __name((output, context) => {
|
|
|
55160
55174
|
if (output[_rIeq] != null) {
|
|
55161
55175
|
contents[_RIeq] = (0, import_smithy_client.expectString)(output[_rIeq]);
|
|
55162
55176
|
}
|
|
55163
|
-
if (output[
|
|
55164
|
-
contents[
|
|
55177
|
+
if (output[_rMe] != null) {
|
|
55178
|
+
contents[_RMeq] = (0, import_smithy_client.parseBoolean)(output[_rMe]);
|
|
55165
55179
|
}
|
|
55166
55180
|
if (output[_sDC] != null) {
|
|
55167
55181
|
contents[_SDC] = (0, import_smithy_client.parseBoolean)(output[_sDC]);
|
|
@@ -62218,8 +62232,8 @@ var de_VpcEndpoint = /* @__PURE__ */ __name((output, context) => {
|
|
|
62218
62232
|
if (output[_pDE] != null) {
|
|
62219
62233
|
contents[_PDE] = (0, import_smithy_client.parseBoolean)(output[_pDE]);
|
|
62220
62234
|
}
|
|
62221
|
-
if (output[
|
|
62222
|
-
contents[
|
|
62235
|
+
if (output[_rMe] != null) {
|
|
62236
|
+
contents[_RMeq] = (0, import_smithy_client.parseBoolean)(output[_rMe]);
|
|
62223
62237
|
}
|
|
62224
62238
|
if (output.networkInterfaceIdSet === "") {
|
|
62225
62239
|
contents[_NIIe] = [];
|
|
@@ -64881,8 +64895,10 @@ var _RM = "ReasonMessage";
|
|
|
64881
64895
|
var _RMGM = "RegisteredMulticastGroupMembers";
|
|
64882
64896
|
var _RMGS = "RegisteredMulticastGroupSources";
|
|
64883
64897
|
var _RMPLV = "RestoreManagedPrefixListVersion";
|
|
64898
|
+
var _RMS = "RebootMigrationSupport";
|
|
64884
64899
|
var _RMTS = "RekeyMarginTimeSeconds";
|
|
64885
|
-
var _RMe = "
|
|
64900
|
+
var _RMe = "RebootMigration";
|
|
64901
|
+
var _RMeq = "RequesterManaged";
|
|
64886
64902
|
var _RN = "RegionName";
|
|
64887
64903
|
var _RNAA = "ReplaceNetworkAclAssociation";
|
|
64888
64904
|
var _RNAE = "ReplaceNetworkAclEntry";
|
|
@@ -66835,10 +66851,12 @@ var _rIe = "regionInfo";
|
|
|
66835
66851
|
var _rIeq = "requesterId";
|
|
66836
66852
|
var _rIes = "resourceId";
|
|
66837
66853
|
var _rIese = "reservationId";
|
|
66838
|
-
var _rM = "
|
|
66854
|
+
var _rM = "rebootMigration";
|
|
66839
66855
|
var _rMGM = "registeredMulticastGroupMembers";
|
|
66840
66856
|
var _rMGS = "registeredMulticastGroupSources";
|
|
66857
|
+
var _rMS = "rebootMigrationSupport";
|
|
66841
66858
|
var _rMTS = "rekeyMarginTimeSeconds";
|
|
66859
|
+
var _rMe = "requesterManaged";
|
|
66842
66860
|
var _rN = "ruleNumber";
|
|
66843
66861
|
var _rNII = "registeredNetworkInterfaceIds";
|
|
66844
66862
|
var _rNe = "regionName";
|
|
@@ -74077,6 +74095,10 @@ var InstanceAutoRecoveryState = {
|
|
|
74077
74095
|
default: "default",
|
|
74078
74096
|
disabled: "disabled"
|
|
74079
74097
|
};
|
|
74098
|
+
var InstanceRebootMigrationState = {
|
|
74099
|
+
default: "default",
|
|
74100
|
+
disabled: "disabled"
|
|
74101
|
+
};
|
|
74080
74102
|
var InstanceMetadataEndpointState = {
|
|
74081
74103
|
disabled: "disabled",
|
|
74082
74104
|
enabled: "enabled"
|
|
@@ -74204,6 +74226,10 @@ var ArchitectureType = {
|
|
|
74204
74226
|
var SupportedAdditionalProcessorFeature = {
|
|
74205
74227
|
AMD_SEV_SNP: "amd-sev-snp"
|
|
74206
74228
|
};
|
|
74229
|
+
var RebootMigrationSupport = {
|
|
74230
|
+
SUPPORTED: "supported",
|
|
74231
|
+
UNSUPPORTED: "unsupported"
|
|
74232
|
+
};
|
|
74207
74233
|
var BootModeType = {
|
|
74208
74234
|
legacy_bios: "legacy-bios",
|
|
74209
74235
|
uefi: "uefi"
|
|
@@ -74271,12 +74297,6 @@ var DescribeImportSnapshotTasksResultFilterSensitiveLog = /* @__PURE__ */ __name
|
|
|
74271
74297
|
ImportSnapshotTasks: obj.ImportSnapshotTasks.map((item) => ImportSnapshotTaskFilterSensitiveLog(item))
|
|
74272
74298
|
}
|
|
74273
74299
|
}), "DescribeImportSnapshotTasksResultFilterSensitiveLog");
|
|
74274
|
-
var DescribeLaunchTemplateVersionsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
74275
|
-
...obj,
|
|
74276
|
-
...obj.LaunchTemplateVersions && {
|
|
74277
|
-
LaunchTemplateVersions: obj.LaunchTemplateVersions.map((item) => LaunchTemplateVersionFilterSensitiveLog(item))
|
|
74278
|
-
}
|
|
74279
|
-
}), "DescribeLaunchTemplateVersionsResultFilterSensitiveLog");
|
|
74280
74300
|
|
|
74281
74301
|
// src/commands/DescribeConversionTasksCommand.ts
|
|
74282
74302
|
var DescribeConversionTasksCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
@@ -74999,6 +75019,219 @@ var DescribeLaunchTemplatesCommand = class extends import_smithy_client.Command.
|
|
|
74999
75019
|
|
|
75000
75020
|
|
|
75001
75021
|
|
|
75022
|
+
|
|
75023
|
+
// src/models/models_5.ts
|
|
75024
|
+
|
|
75025
|
+
var LockState = {
|
|
75026
|
+
compliance: "compliance",
|
|
75027
|
+
compliance_cooloff: "compliance-cooloff",
|
|
75028
|
+
expired: "expired",
|
|
75029
|
+
governance: "governance"
|
|
75030
|
+
};
|
|
75031
|
+
var MoveStatus = {
|
|
75032
|
+
movingToVpc: "movingToVpc",
|
|
75033
|
+
restoringToClassic: "restoringToClassic"
|
|
75034
|
+
};
|
|
75035
|
+
var FindingsFound = {
|
|
75036
|
+
false: "false",
|
|
75037
|
+
true: "true",
|
|
75038
|
+
unknown: "unknown"
|
|
75039
|
+
};
|
|
75040
|
+
var AnalysisStatus = {
|
|
75041
|
+
failed: "failed",
|
|
75042
|
+
running: "running",
|
|
75043
|
+
succeeded: "succeeded"
|
|
75044
|
+
};
|
|
75045
|
+
var NetworkInterfaceAttribute = {
|
|
75046
|
+
associatePublicIpAddress: "associatePublicIpAddress",
|
|
75047
|
+
attachment: "attachment",
|
|
75048
|
+
description: "description",
|
|
75049
|
+
groupSet: "groupSet",
|
|
75050
|
+
sourceDestCheck: "sourceDestCheck"
|
|
75051
|
+
};
|
|
75052
|
+
var OfferingClassType = {
|
|
75053
|
+
CONVERTIBLE: "convertible",
|
|
75054
|
+
STANDARD: "standard"
|
|
75055
|
+
};
|
|
75056
|
+
var OfferingTypeValues = {
|
|
75057
|
+
All_Upfront: "All Upfront",
|
|
75058
|
+
Heavy_Utilization: "Heavy Utilization",
|
|
75059
|
+
Light_Utilization: "Light Utilization",
|
|
75060
|
+
Medium_Utilization: "Medium Utilization",
|
|
75061
|
+
No_Upfront: "No Upfront",
|
|
75062
|
+
Partial_Upfront: "Partial Upfront"
|
|
75063
|
+
};
|
|
75064
|
+
var RIProductDescription = {
|
|
75065
|
+
Linux_UNIX: "Linux/UNIX",
|
|
75066
|
+
Linux_UNIX_Amazon_VPC_: "Linux/UNIX (Amazon VPC)",
|
|
75067
|
+
Windows: "Windows",
|
|
75068
|
+
Windows_Amazon_VPC_: "Windows (Amazon VPC)"
|
|
75069
|
+
};
|
|
75070
|
+
var RecurringChargeFrequency = {
|
|
75071
|
+
Hourly: "Hourly"
|
|
75072
|
+
};
|
|
75073
|
+
var Scope = {
|
|
75074
|
+
AVAILABILITY_ZONE: "Availability Zone",
|
|
75075
|
+
REGIONAL: "Region"
|
|
75076
|
+
};
|
|
75077
|
+
var ReservedInstanceState = {
|
|
75078
|
+
active: "active",
|
|
75079
|
+
payment_failed: "payment-failed",
|
|
75080
|
+
payment_pending: "payment-pending",
|
|
75081
|
+
queued: "queued",
|
|
75082
|
+
queued_deleted: "queued-deleted",
|
|
75083
|
+
retired: "retired"
|
|
75084
|
+
};
|
|
75085
|
+
var ServiceLinkVirtualInterfaceConfigurationState = {
|
|
75086
|
+
available: "available",
|
|
75087
|
+
deleted: "deleted",
|
|
75088
|
+
deleting: "deleting",
|
|
75089
|
+
pending: "pending"
|
|
75090
|
+
};
|
|
75091
|
+
var SnapshotAttributeName = {
|
|
75092
|
+
createVolumePermission: "createVolumePermission",
|
|
75093
|
+
productCodes: "productCodes"
|
|
75094
|
+
};
|
|
75095
|
+
var TieringOperationStatus = {
|
|
75096
|
+
archival_completed: "archival-completed",
|
|
75097
|
+
archival_failed: "archival-failed",
|
|
75098
|
+
archival_in_progress: "archival-in-progress",
|
|
75099
|
+
permanent_restore_completed: "permanent-restore-completed",
|
|
75100
|
+
permanent_restore_failed: "permanent-restore-failed",
|
|
75101
|
+
permanent_restore_in_progress: "permanent-restore-in-progress",
|
|
75102
|
+
temporary_restore_completed: "temporary-restore-completed",
|
|
75103
|
+
temporary_restore_failed: "temporary-restore-failed",
|
|
75104
|
+
temporary_restore_in_progress: "temporary-restore-in-progress"
|
|
75105
|
+
};
|
|
75106
|
+
var EventType = {
|
|
75107
|
+
BATCH_CHANGE: "fleetRequestChange",
|
|
75108
|
+
ERROR: "error",
|
|
75109
|
+
INFORMATION: "information",
|
|
75110
|
+
INSTANCE_CHANGE: "instanceChange"
|
|
75111
|
+
};
|
|
75112
|
+
var ExcessCapacityTerminationPolicy = {
|
|
75113
|
+
DEFAULT: "default",
|
|
75114
|
+
NO_TERMINATION: "noTermination"
|
|
75115
|
+
};
|
|
75116
|
+
var OnDemandAllocationStrategy = {
|
|
75117
|
+
LOWEST_PRICE: "lowestPrice",
|
|
75118
|
+
PRIORITIZED: "prioritized"
|
|
75119
|
+
};
|
|
75120
|
+
var ReplacementStrategy = {
|
|
75121
|
+
LAUNCH: "launch",
|
|
75122
|
+
LAUNCH_BEFORE_TERMINATE: "launch-before-terminate"
|
|
75123
|
+
};
|
|
75124
|
+
var SpotInstanceState = {
|
|
75125
|
+
active: "active",
|
|
75126
|
+
cancelled: "cancelled",
|
|
75127
|
+
closed: "closed",
|
|
75128
|
+
disabled: "disabled",
|
|
75129
|
+
failed: "failed",
|
|
75130
|
+
open: "open"
|
|
75131
|
+
};
|
|
75132
|
+
var VerifiedAccessLogDeliveryStatusCode = {
|
|
75133
|
+
FAILED: "failed",
|
|
75134
|
+
SUCCESS: "success"
|
|
75135
|
+
};
|
|
75136
|
+
var VolumeAttributeName = {
|
|
75137
|
+
autoEnableIO: "autoEnableIO",
|
|
75138
|
+
productCodes: "productCodes"
|
|
75139
|
+
};
|
|
75140
|
+
var VolumeModificationState = {
|
|
75141
|
+
completed: "completed",
|
|
75142
|
+
failed: "failed",
|
|
75143
|
+
modifying: "modifying",
|
|
75144
|
+
optimizing: "optimizing"
|
|
75145
|
+
};
|
|
75146
|
+
var VolumeStatusName = {
|
|
75147
|
+
io_enabled: "io-enabled",
|
|
75148
|
+
io_performance: "io-performance"
|
|
75149
|
+
};
|
|
75150
|
+
var VolumeStatusInfoStatus = {
|
|
75151
|
+
impaired: "impaired",
|
|
75152
|
+
insufficient_data: "insufficient-data",
|
|
75153
|
+
ok: "ok"
|
|
75154
|
+
};
|
|
75155
|
+
var VpcAttributeName = {
|
|
75156
|
+
enableDnsHostnames: "enableDnsHostnames",
|
|
75157
|
+
enableDnsSupport: "enableDnsSupport",
|
|
75158
|
+
enableNetworkAddressUsageMetrics: "enableNetworkAddressUsageMetrics"
|
|
75159
|
+
};
|
|
75160
|
+
var VpcBlockPublicAccessExclusionsAllowed = {
|
|
75161
|
+
allowed: "allowed",
|
|
75162
|
+
not_allowed: "not-allowed"
|
|
75163
|
+
};
|
|
75164
|
+
var InternetGatewayBlockMode = {
|
|
75165
|
+
block_bidirectional: "block-bidirectional",
|
|
75166
|
+
block_ingress: "block-ingress",
|
|
75167
|
+
off: "off"
|
|
75168
|
+
};
|
|
75169
|
+
var ManagedBy = {
|
|
75170
|
+
account: "account",
|
|
75171
|
+
declarative_policy: "declarative-policy"
|
|
75172
|
+
};
|
|
75173
|
+
var VpcBlockPublicAccessState = {
|
|
75174
|
+
default_state: "default-state",
|
|
75175
|
+
update_complete: "update-complete",
|
|
75176
|
+
update_in_progress: "update-in-progress"
|
|
75177
|
+
};
|
|
75178
|
+
var DescribeLaunchTemplateVersionsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75179
|
+
...obj,
|
|
75180
|
+
...obj.LaunchTemplateVersions && {
|
|
75181
|
+
LaunchTemplateVersions: obj.LaunchTemplateVersions.map((item) => LaunchTemplateVersionFilterSensitiveLog(item))
|
|
75182
|
+
}
|
|
75183
|
+
}), "DescribeLaunchTemplateVersionsResultFilterSensitiveLog");
|
|
75184
|
+
var SpotFleetLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75185
|
+
...obj,
|
|
75186
|
+
...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
|
|
75187
|
+
}), "SpotFleetLaunchSpecificationFilterSensitiveLog");
|
|
75188
|
+
var SpotFleetRequestConfigDataFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75189
|
+
...obj,
|
|
75190
|
+
...obj.LaunchSpecifications && {
|
|
75191
|
+
LaunchSpecifications: obj.LaunchSpecifications.map((item) => SpotFleetLaunchSpecificationFilterSensitiveLog(item))
|
|
75192
|
+
}
|
|
75193
|
+
}), "SpotFleetRequestConfigDataFilterSensitiveLog");
|
|
75194
|
+
var SpotFleetRequestConfigFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75195
|
+
...obj,
|
|
75196
|
+
...obj.SpotFleetRequestConfig && {
|
|
75197
|
+
SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig)
|
|
75198
|
+
}
|
|
75199
|
+
}), "SpotFleetRequestConfigFilterSensitiveLog");
|
|
75200
|
+
var DescribeSpotFleetRequestsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75201
|
+
...obj
|
|
75202
|
+
}), "DescribeSpotFleetRequestsResponseFilterSensitiveLog");
|
|
75203
|
+
var LaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75204
|
+
...obj,
|
|
75205
|
+
...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
|
|
75206
|
+
}), "LaunchSpecificationFilterSensitiveLog");
|
|
75207
|
+
var SpotInstanceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75208
|
+
...obj,
|
|
75209
|
+
...obj.LaunchSpecification && {
|
|
75210
|
+
LaunchSpecification: LaunchSpecificationFilterSensitiveLog(obj.LaunchSpecification)
|
|
75211
|
+
}
|
|
75212
|
+
}), "SpotInstanceRequestFilterSensitiveLog");
|
|
75213
|
+
var DescribeSpotInstanceRequestsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75214
|
+
...obj,
|
|
75215
|
+
...obj.SpotInstanceRequests && {
|
|
75216
|
+
SpotInstanceRequests: obj.SpotInstanceRequests.map((item) => SpotInstanceRequestFilterSensitiveLog(item))
|
|
75217
|
+
}
|
|
75218
|
+
}), "DescribeSpotInstanceRequestsResultFilterSensitiveLog");
|
|
75219
|
+
var DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75220
|
+
...obj,
|
|
75221
|
+
...obj.VerifiedAccessTrustProviders && {
|
|
75222
|
+
VerifiedAccessTrustProviders: obj.VerifiedAccessTrustProviders.map(
|
|
75223
|
+
(item) => VerifiedAccessTrustProviderFilterSensitiveLog(item)
|
|
75224
|
+
)
|
|
75225
|
+
}
|
|
75226
|
+
}), "DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog");
|
|
75227
|
+
var DescribeVpnConnectionsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
75228
|
+
...obj,
|
|
75229
|
+
...obj.VpnConnections && {
|
|
75230
|
+
VpnConnections: obj.VpnConnections.map((item) => VpnConnectionFilterSensitiveLog(item))
|
|
75231
|
+
}
|
|
75232
|
+
}), "DescribeVpnConnectionsResultFilterSensitiveLog");
|
|
75233
|
+
|
|
75234
|
+
// src/commands/DescribeLaunchTemplateVersionsCommand.ts
|
|
75002
75235
|
var DescribeLaunchTemplateVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
75003
75236
|
return [
|
|
75004
75237
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -75734,213 +75967,6 @@ var DescribeSpotFleetRequestHistoryCommand = class extends import_smithy_client.
|
|
|
75734
75967
|
|
|
75735
75968
|
|
|
75736
75969
|
|
|
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
75970
|
var DescribeSpotFleetRequestsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
75945
75971
|
return [
|
|
75946
75972
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -85590,6 +85616,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85590
85616
|
InstanceBootModeValues,
|
|
85591
85617
|
InstanceLifecycleType,
|
|
85592
85618
|
InstanceAutoRecoveryState,
|
|
85619
|
+
InstanceRebootMigrationState,
|
|
85593
85620
|
InstanceMetadataEndpointState,
|
|
85594
85621
|
InstanceMetadataProtocolState,
|
|
85595
85622
|
HttpTokensState,
|
|
@@ -85617,6 +85644,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85617
85644
|
PlacementGroupStrategy,
|
|
85618
85645
|
ArchitectureType,
|
|
85619
85646
|
SupportedAdditionalProcessorFeature,
|
|
85647
|
+
RebootMigrationSupport,
|
|
85620
85648
|
BootModeType,
|
|
85621
85649
|
RootDeviceType,
|
|
85622
85650
|
UsageClassType,
|
|
@@ -85632,7 +85660,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85632
85660
|
SnapshotTaskDetailFilterSensitiveLog,
|
|
85633
85661
|
ImportSnapshotTaskFilterSensitiveLog,
|
|
85634
85662
|
DescribeImportSnapshotTasksResultFilterSensitiveLog,
|
|
85635
|
-
DescribeLaunchTemplateVersionsResultFilterSensitiveLog,
|
|
85636
85663
|
LockState,
|
|
85637
85664
|
MoveStatus,
|
|
85638
85665
|
FindingsFound,
|
|
@@ -85662,6 +85689,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
85662
85689
|
InternetGatewayBlockMode,
|
|
85663
85690
|
ManagedBy,
|
|
85664
85691
|
VpcBlockPublicAccessState,
|
|
85692
|
+
DescribeLaunchTemplateVersionsResultFilterSensitiveLog,
|
|
85665
85693
|
SpotFleetLaunchSpecificationFilterSensitiveLog,
|
|
85666
85694
|
SpotFleetRequestConfigDataFilterSensitiveLog,
|
|
85667
85695
|
SpotFleetRequestConfigFilterSensitiveLog,
|
|
@@ -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
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
-
import { LaunchTemplateVersionFilterSensitiveLog, } from "./models_2";
|
|
3
2
|
export const ClientVpnEndpointAttributeStatusCode = {
|
|
4
3
|
applied: "applied",
|
|
5
4
|
applying: "applying",
|
|
@@ -184,6 +183,10 @@ export const InstanceAutoRecoveryState = {
|
|
|
184
183
|
default: "default",
|
|
185
184
|
disabled: "disabled",
|
|
186
185
|
};
|
|
186
|
+
export const InstanceRebootMigrationState = {
|
|
187
|
+
default: "default",
|
|
188
|
+
disabled: "disabled",
|
|
189
|
+
};
|
|
187
190
|
export const InstanceMetadataEndpointState = {
|
|
188
191
|
disabled: "disabled",
|
|
189
192
|
enabled: "enabled",
|
|
@@ -311,6 +314,10 @@ export const ArchitectureType = {
|
|
|
311
314
|
export const SupportedAdditionalProcessorFeature = {
|
|
312
315
|
AMD_SEV_SNP: "amd-sev-snp",
|
|
313
316
|
};
|
|
317
|
+
export const RebootMigrationSupport = {
|
|
318
|
+
SUPPORTED: "supported",
|
|
319
|
+
UNSUPPORTED: "unsupported",
|
|
320
|
+
};
|
|
314
321
|
export const BootModeType = {
|
|
315
322
|
legacy_bios: "legacy-bios",
|
|
316
323
|
uefi: "uefi",
|
|
@@ -378,9 +385,3 @@ export const DescribeImportSnapshotTasksResultFilterSensitiveLog = (obj) => ({
|
|
|
378
385
|
ImportSnapshotTasks: obj.ImportSnapshotTasks.map((item) => ImportSnapshotTaskFilterSensitiveLog(item)),
|
|
379
386
|
}),
|
|
380
387
|
});
|
|
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 }),
|