@aws-sdk/client-ec2 3.703.0 → 3.709.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 +207 -65
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/ModifyInstanceNetworkPerformanceOptionsCommand.js +22 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_1.js +5 -14
- package/dist-es/models/models_2.js +14 -0
- package/dist-es/models/models_3.js +0 -6
- package/dist-es/models/models_4.js +11 -21
- package/dist-es/models/models_5.js +21 -0
- package/dist-es/models/models_6.js +0 -15
- package/dist-es/models/models_7.js +15 -0
- package/dist-es/protocols/Aws_ec2.js +114 -0
- package/dist-types/EC2.d.ts +7 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +6 -0
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -2
- package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +3 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +3 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +3 -0
- package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +2 -1
- package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +3 -0
- package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +75 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +6 -0
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +69 -81
- package/dist-types/models/models_2.d.ts +82 -48
- package/dist-types/models/models_3.d.ts +48 -107
- package/dist-types/models/models_4.d.ts +157 -83
- package/dist-types/models/models_5.d.ts +70 -76
- package/dist-types/models/models_6.d.ts +77 -81
- package/dist-types/models/models_7.d.ts +168 -158
- package/dist-types/models/models_8.d.ts +158 -1
- package/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/ts3.4/EC2.d.ts +23 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +19 -31
- package/dist-types/ts3.4/models/models_2.d.ts +32 -14
- package/dist-types/ts3.4/models/models_3.d.ts +12 -21
- package/dist-types/ts3.4/models/models_4.d.ts +34 -33
- package/dist-types/ts3.4/models/models_5.d.ts +32 -23
- package/dist-types/ts3.4/models/models_6.d.ts +20 -31
- package/dist-types/ts3.4/models/models_7.d.ts +46 -38
- package/dist-types/ts3.4/models/models_8.d.ts +37 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/package.json +37 -37
package/README.md
CHANGED
|
@@ -4493,6 +4493,14 @@ ModifyInstanceMetadataOptions
|
|
|
4493
4493
|
|
|
4494
4494
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/ModifyInstanceMetadataOptionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/ModifyInstanceMetadataOptionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/ModifyInstanceMetadataOptionsCommandOutput/)
|
|
4495
4495
|
|
|
4496
|
+
</details>
|
|
4497
|
+
<details>
|
|
4498
|
+
<summary>
|
|
4499
|
+
ModifyInstanceNetworkPerformanceOptions
|
|
4500
|
+
</summary>
|
|
4501
|
+
|
|
4502
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/ModifyInstanceNetworkPerformanceOptionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/ModifyInstanceNetworkPerformanceOptionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/ModifyInstanceNetworkPerformanceOptionsCommandOutput/)
|
|
4503
|
+
|
|
4496
4504
|
</details>
|
|
4497
4505
|
<details>
|
|
4498
4506
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -95,6 +95,7 @@ __export(src_exports, {
|
|
|
95
95
|
AutoPlacement: () => AutoPlacement,
|
|
96
96
|
AvailabilityZoneOptInStatus: () => AvailabilityZoneOptInStatus,
|
|
97
97
|
AvailabilityZoneState: () => AvailabilityZoneState,
|
|
98
|
+
BandwidthWeightingType: () => BandwidthWeightingType,
|
|
98
99
|
BareMetal: () => BareMetal,
|
|
99
100
|
BatchState: () => BatchState,
|
|
100
101
|
BgpStatus: () => BgpStatus,
|
|
@@ -721,6 +722,7 @@ __export(src_exports, {
|
|
|
721
722
|
ImportVolumeTaskDetailsFilterSensitiveLog: () => ImportVolumeTaskDetailsFilterSensitiveLog,
|
|
722
723
|
InstanceAttributeName: () => InstanceAttributeName,
|
|
723
724
|
InstanceAutoRecoveryState: () => InstanceAutoRecoveryState,
|
|
725
|
+
InstanceBandwidthWeighting: () => InstanceBandwidthWeighting,
|
|
724
726
|
InstanceBootModeValues: () => InstanceBootModeValues,
|
|
725
727
|
InstanceEventWindowState: () => InstanceEventWindowState,
|
|
726
728
|
InstanceGeneration: () => InstanceGeneration,
|
|
@@ -824,6 +826,7 @@ __export(src_exports, {
|
|
|
824
826
|
ModifyInstanceMaintenanceOptionsCommand: () => ModifyInstanceMaintenanceOptionsCommand,
|
|
825
827
|
ModifyInstanceMetadataDefaultsCommand: () => ModifyInstanceMetadataDefaultsCommand,
|
|
826
828
|
ModifyInstanceMetadataOptionsCommand: () => ModifyInstanceMetadataOptionsCommand,
|
|
829
|
+
ModifyInstanceNetworkPerformanceOptionsCommand: () => ModifyInstanceNetworkPerformanceOptionsCommand,
|
|
827
830
|
ModifyInstancePlacementCommand: () => ModifyInstancePlacementCommand,
|
|
828
831
|
ModifyIpamCommand: () => ModifyIpamCommand,
|
|
829
832
|
ModifyIpamPoolCommand: () => ModifyIpamPoolCommand,
|
|
@@ -6873,6 +6876,16 @@ var se_ModifyInstanceMetadataOptionsCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
6873
6876
|
});
|
|
6874
6877
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
6875
6878
|
}, "se_ModifyInstanceMetadataOptionsCommand");
|
|
6879
|
+
var se_ModifyInstanceNetworkPerformanceOptionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6880
|
+
const headers = SHARED_HEADERS;
|
|
6881
|
+
let body;
|
|
6882
|
+
body = buildFormUrlencodedString({
|
|
6883
|
+
...se_ModifyInstanceNetworkPerformanceRequest(input, context),
|
|
6884
|
+
[_A]: _MINPO,
|
|
6885
|
+
[_V]: _
|
|
6886
|
+
});
|
|
6887
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
6888
|
+
}, "se_ModifyInstanceNetworkPerformanceOptionsCommand");
|
|
6876
6889
|
var se_ModifyInstancePlacementCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6877
6890
|
const headers = SHARED_HEADERS;
|
|
6878
6891
|
let body;
|
|
@@ -14934,6 +14947,19 @@ var de_ModifyInstanceMetadataOptionsCommand = /* @__PURE__ */ __name(async (outp
|
|
|
14934
14947
|
};
|
|
14935
14948
|
return response;
|
|
14936
14949
|
}, "de_ModifyInstanceMetadataOptionsCommand");
|
|
14950
|
+
var de_ModifyInstanceNetworkPerformanceOptionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
14951
|
+
if (output.statusCode >= 300) {
|
|
14952
|
+
return de_CommandError(output, context);
|
|
14953
|
+
}
|
|
14954
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
|
14955
|
+
let contents = {};
|
|
14956
|
+
contents = de_ModifyInstanceNetworkPerformanceResult(data, context);
|
|
14957
|
+
const response = {
|
|
14958
|
+
$metadata: deserializeMetadata(output),
|
|
14959
|
+
...contents
|
|
14960
|
+
};
|
|
14961
|
+
return response;
|
|
14962
|
+
}, "de_ModifyInstanceNetworkPerformanceOptionsCommand");
|
|
14937
14963
|
var de_ModifyInstancePlacementCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
14938
14964
|
if (output.statusCode >= 300) {
|
|
14939
14965
|
return de_CommandError(output, context);
|
|
@@ -29970,6 +29996,13 @@ var se_InstanceNetworkInterfaceSpecificationList = /* @__PURE__ */ __name((input
|
|
|
29970
29996
|
}
|
|
29971
29997
|
return entries;
|
|
29972
29998
|
}, "se_InstanceNetworkInterfaceSpecificationList");
|
|
29999
|
+
var se_InstanceNetworkPerformanceOptionsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
30000
|
+
const entries = {};
|
|
30001
|
+
if (input[_BW] != null) {
|
|
30002
|
+
entries[_BW] = input[_BW];
|
|
30003
|
+
}
|
|
30004
|
+
return entries;
|
|
30005
|
+
}, "se_InstanceNetworkPerformanceOptionsRequest");
|
|
29973
30006
|
var se_InstanceRequirements = /* @__PURE__ */ __name((input, context) => {
|
|
29974
30007
|
const entries = {};
|
|
29975
30008
|
if (input[_VCC] != null) {
|
|
@@ -31080,6 +31113,13 @@ var se_LaunchTemplateNameStringList = /* @__PURE__ */ __name((input, context) =>
|
|
|
31080
31113
|
}
|
|
31081
31114
|
return entries;
|
|
31082
31115
|
}, "se_LaunchTemplateNameStringList");
|
|
31116
|
+
var se_LaunchTemplateNetworkPerformanceOptionsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
31117
|
+
const entries = {};
|
|
31118
|
+
if (input[_BW] != null) {
|
|
31119
|
+
entries[_BW] = input[_BW];
|
|
31120
|
+
}
|
|
31121
|
+
return entries;
|
|
31122
|
+
}, "se_LaunchTemplateNetworkPerformanceOptionsRequest");
|
|
31083
31123
|
var se_LaunchTemplateOverrides = /* @__PURE__ */ __name((input, context) => {
|
|
31084
31124
|
const entries = {};
|
|
31085
31125
|
if (input[_IT] != null) {
|
|
@@ -32124,6 +32164,19 @@ var se_ModifyInstanceMetadataOptionsRequest = /* @__PURE__ */ __name((input, con
|
|
|
32124
32164
|
}
|
|
32125
32165
|
return entries;
|
|
32126
32166
|
}, "se_ModifyInstanceMetadataOptionsRequest");
|
|
32167
|
+
var se_ModifyInstanceNetworkPerformanceRequest = /* @__PURE__ */ __name((input, context) => {
|
|
32168
|
+
const entries = {};
|
|
32169
|
+
if (input[_IIn] != null) {
|
|
32170
|
+
entries[_IIn] = input[_IIn];
|
|
32171
|
+
}
|
|
32172
|
+
if (input[_BW] != null) {
|
|
32173
|
+
entries[_BW] = input[_BW];
|
|
32174
|
+
}
|
|
32175
|
+
if (input[_DRr] != null) {
|
|
32176
|
+
entries[_DRr] = input[_DRr];
|
|
32177
|
+
}
|
|
32178
|
+
return entries;
|
|
32179
|
+
}, "se_ModifyInstanceNetworkPerformanceRequest");
|
|
32127
32180
|
var se_ModifyInstancePlacementRequest = /* @__PURE__ */ __name((input, context) => {
|
|
32128
32181
|
const entries = {};
|
|
32129
32182
|
if (input[_GN] != null) {
|
|
@@ -35739,6 +35792,13 @@ var se_RequestLaunchTemplateData = /* @__PURE__ */ __name((input, context) => {
|
|
|
35739
35792
|
entries[loc] = value;
|
|
35740
35793
|
});
|
|
35741
35794
|
}
|
|
35795
|
+
if (input[_NPO] != null) {
|
|
35796
|
+
const memberEntries = se_LaunchTemplateNetworkPerformanceOptionsRequest(input[_NPO], context);
|
|
35797
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
35798
|
+
const loc = `NetworkPerformanceOptions.${key}`;
|
|
35799
|
+
entries[loc] = value;
|
|
35800
|
+
});
|
|
35801
|
+
}
|
|
35742
35802
|
return entries;
|
|
35743
35803
|
}, "se_RequestLaunchTemplateData");
|
|
35744
35804
|
var se_RequestSpotFleetRequest = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -36546,6 +36606,13 @@ var se_RunInstancesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
36546
36606
|
if (input[_EPI] != null) {
|
|
36547
36607
|
entries[_EPI] = input[_EPI];
|
|
36548
36608
|
}
|
|
36609
|
+
if (input[_NPO] != null) {
|
|
36610
|
+
const memberEntries = se_InstanceNetworkPerformanceOptionsRequest(input[_NPO], context);
|
|
36611
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
36612
|
+
const loc = `NetworkPerformanceOptions.${key}`;
|
|
36613
|
+
entries[loc] = value;
|
|
36614
|
+
});
|
|
36615
|
+
}
|
|
36549
36616
|
if (input[_O] != null) {
|
|
36550
36617
|
const memberEntries = se_OperatorRequest(input[_O], context);
|
|
36551
36618
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -40107,6 +40174,11 @@ var de_AvailableInstanceCapacityList = /* @__PURE__ */ __name((output, context)
|
|
|
40107
40174
|
return de_InstanceCapacity(entry, context);
|
|
40108
40175
|
});
|
|
40109
40176
|
}, "de_AvailableInstanceCapacityList");
|
|
40177
|
+
var de_BandwidthWeightingTypeList = /* @__PURE__ */ __name((output, context) => {
|
|
40178
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
|
40179
|
+
return (0, import_smithy_client.expectString)(entry);
|
|
40180
|
+
});
|
|
40181
|
+
}, "de_BandwidthWeightingTypeList");
|
|
40110
40182
|
var de_BaselineEbsBandwidthMbps = /* @__PURE__ */ __name((output, context) => {
|
|
40111
40183
|
const contents = {};
|
|
40112
40184
|
if (output[_m] != null) {
|
|
@@ -48742,6 +48814,9 @@ var de_Instance = /* @__PURE__ */ __name((output, context) => {
|
|
|
48742
48814
|
if (output[_cIBM] != null) {
|
|
48743
48815
|
contents[_CIBM] = (0, import_smithy_client.expectString)(output[_cIBM]);
|
|
48744
48816
|
}
|
|
48817
|
+
if (output[_nPO] != null) {
|
|
48818
|
+
contents[_NPO] = de_InstanceNetworkPerformanceOptions(output[_nPO], context);
|
|
48819
|
+
}
|
|
48745
48820
|
if (output[_op] != null) {
|
|
48746
48821
|
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
48747
48822
|
}
|
|
@@ -49433,6 +49508,13 @@ var de_InstanceNetworkInterfaceSpecificationList = /* @__PURE__ */ __name((outpu
|
|
|
49433
49508
|
return de_InstanceNetworkInterfaceSpecification(entry, context);
|
|
49434
49509
|
});
|
|
49435
49510
|
}, "de_InstanceNetworkInterfaceSpecificationList");
|
|
49511
|
+
var de_InstanceNetworkPerformanceOptions = /* @__PURE__ */ __name((output, context) => {
|
|
49512
|
+
const contents = {};
|
|
49513
|
+
if (output[_bW] != null) {
|
|
49514
|
+
contents[_BW] = (0, import_smithy_client.expectString)(output[_bW]);
|
|
49515
|
+
}
|
|
49516
|
+
return contents;
|
|
49517
|
+
}, "de_InstanceNetworkPerformanceOptions");
|
|
49436
49518
|
var de_InstancePrivateIpAddress = /* @__PURE__ */ __name((output, context) => {
|
|
49437
49519
|
const contents = {};
|
|
49438
49520
|
if (output[_ass] != null) {
|
|
@@ -51353,6 +51435,13 @@ var de_LaunchTemplateLicenseList = /* @__PURE__ */ __name((output, context) => {
|
|
|
51353
51435
|
return de_LaunchTemplateLicenseConfiguration(entry, context);
|
|
51354
51436
|
});
|
|
51355
51437
|
}, "de_LaunchTemplateLicenseList");
|
|
51438
|
+
var de_LaunchTemplateNetworkPerformanceOptions = /* @__PURE__ */ __name((output, context) => {
|
|
51439
|
+
const contents = {};
|
|
51440
|
+
if (output[_bW] != null) {
|
|
51441
|
+
contents[_BW] = (0, import_smithy_client.expectString)(output[_bW]);
|
|
51442
|
+
}
|
|
51443
|
+
return contents;
|
|
51444
|
+
}, "de_LaunchTemplateNetworkPerformanceOptions");
|
|
51356
51445
|
var de_LaunchTemplateOverrides = /* @__PURE__ */ __name((output, context) => {
|
|
51357
51446
|
const contents = {};
|
|
51358
51447
|
if (output[_iT] != null) {
|
|
@@ -52207,6 +52296,16 @@ var de_ModifyInstanceMetadataOptionsResult = /* @__PURE__ */ __name((output, con
|
|
|
52207
52296
|
}
|
|
52208
52297
|
return contents;
|
|
52209
52298
|
}, "de_ModifyInstanceMetadataOptionsResult");
|
|
52299
|
+
var de_ModifyInstanceNetworkPerformanceResult = /* @__PURE__ */ __name((output, context) => {
|
|
52300
|
+
const contents = {};
|
|
52301
|
+
if (output[_iI] != null) {
|
|
52302
|
+
contents[_IIn] = (0, import_smithy_client.expectString)(output[_iI]);
|
|
52303
|
+
}
|
|
52304
|
+
if (output[_bW] != null) {
|
|
52305
|
+
contents[_BW] = (0, import_smithy_client.expectString)(output[_bW]);
|
|
52306
|
+
}
|
|
52307
|
+
return contents;
|
|
52308
|
+
}, "de_ModifyInstanceNetworkPerformanceResult");
|
|
52210
52309
|
var de_ModifyInstancePlacementResult = /* @__PURE__ */ __name((output, context) => {
|
|
52211
52310
|
const contents = {};
|
|
52212
52311
|
if (output[_r] != null) {
|
|
@@ -52849,6 +52948,11 @@ var de_NetworkInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
52849
52948
|
if (output[_eSSn] != null) {
|
|
52850
52949
|
contents[_ESSn] = (0, import_smithy_client.parseBoolean)(output[_eSSn]);
|
|
52851
52950
|
}
|
|
52951
|
+
if (output.bandwidthWeightings === "") {
|
|
52952
|
+
contents[_BWa] = [];
|
|
52953
|
+
} else if (output[_bWa] != null && output[_bWa][_i] != null) {
|
|
52954
|
+
contents[_BWa] = de_BandwidthWeightingTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_bWa][_i]), context);
|
|
52955
|
+
}
|
|
52852
52956
|
return contents;
|
|
52853
52957
|
}, "de_NetworkInfo");
|
|
52854
52958
|
var de_NetworkInsightsAccessScope = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -55044,6 +55148,9 @@ var de_ResponseLaunchTemplateData = /* @__PURE__ */ __name((output, context) =>
|
|
|
55044
55148
|
if (output[_op] != null) {
|
|
55045
55149
|
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
55046
55150
|
}
|
|
55151
|
+
if (output[_nPO] != null) {
|
|
55152
|
+
contents[_NPO] = de_LaunchTemplateNetworkPerformanceOptions(output[_nPO], context);
|
|
55153
|
+
}
|
|
55047
55154
|
return contents;
|
|
55048
55155
|
}, "de_ResponseLaunchTemplateData");
|
|
55049
55156
|
var de_RestoreAddressToClassicResult = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -60503,6 +60610,8 @@ var _BTE = "BundleTaskError";
|
|
|
60503
60610
|
var _BTIMB = "BaselineThroughputInMBps";
|
|
60504
60611
|
var _BTu = "BundleTask";
|
|
60505
60612
|
var _BTun = "BundleTasks";
|
|
60613
|
+
var _BW = "BandwidthWeighting";
|
|
60614
|
+
var _BWa = "BandwidthWeightings";
|
|
60506
60615
|
var _Bl = "Blackhole";
|
|
60507
60616
|
var _By = "Bytes";
|
|
60508
60617
|
var _Byo = "Byoasn";
|
|
@@ -61868,6 +61977,7 @@ var _MIIF = "ModifyIdentityIdFormat";
|
|
|
61868
61977
|
var _MIMD = "ModifyInstanceMetadataDefaults";
|
|
61869
61978
|
var _MIMO = "ModifyInstanceMaintenanceOptions";
|
|
61870
61979
|
var _MIMOo = "ModifyInstanceMetadataOptions";
|
|
61980
|
+
var _MINPO = "ModifyInstanceNetworkPerformanceOptions";
|
|
61871
61981
|
var _MIP = "ModifyInstancePlacement";
|
|
61872
61982
|
var _MIPo = "ModifyIpamPool";
|
|
61873
61983
|
var _MIRC = "ModifyIpamResourceCidr";
|
|
@@ -62029,6 +62139,7 @@ var _NOMA = "NumberOfMatchedAccounts";
|
|
|
62029
62139
|
var _NOUA = "NumberOfUnmatchedAccounts";
|
|
62030
62140
|
var _NP = "NetworkPerformance";
|
|
62031
62141
|
var _NPF = "NetworkPathFound";
|
|
62142
|
+
var _NPO = "NetworkPerformanceOptions";
|
|
62032
62143
|
var _NPe = "NetworkPlatform";
|
|
62033
62144
|
var _NR = "NoReboot";
|
|
62034
62145
|
var _NS = "NvmeSupport";
|
|
@@ -63126,6 +63237,8 @@ var _bS = "byoasnSet";
|
|
|
63126
63237
|
var _bSg = "bgpStatus";
|
|
63127
63238
|
var _bT = "bannerText";
|
|
63128
63239
|
var _bTIMB = "baselineThroughputInMBps";
|
|
63240
|
+
var _bW = "bandwidthWeighting";
|
|
63241
|
+
var _bWa = "bandwidthWeightings";
|
|
63129
63242
|
var _bl = "blackhole";
|
|
63130
63243
|
var _bu = "bucket";
|
|
63131
63244
|
var _c = "component";
|
|
@@ -63978,6 +64091,7 @@ var _nOMA = "numberOfMatchedAccounts";
|
|
|
63978
64091
|
var _nOUA = "numberOfUnmatchedAccounts";
|
|
63979
64092
|
var _nP = "networkPerformance";
|
|
63980
64093
|
var _nPF = "networkPathFound";
|
|
64094
|
+
var _nPO = "networkPerformanceOptions";
|
|
63981
64095
|
var _nPe = "networkPlatform";
|
|
63982
64096
|
var _nS = "nvmeSupport";
|
|
63983
64097
|
var _nSS = "networkServiceSet";
|
|
@@ -67715,6 +67829,11 @@ var LaunchTemplateInstanceMetadataTagsState = {
|
|
|
67715
67829
|
disabled: "disabled",
|
|
67716
67830
|
enabled: "enabled"
|
|
67717
67831
|
};
|
|
67832
|
+
var InstanceBandwidthWeighting = {
|
|
67833
|
+
DEFAULT: "default",
|
|
67834
|
+
EBS_1: "ebs-1",
|
|
67835
|
+
VPC_1: "vpc-1"
|
|
67836
|
+
};
|
|
67718
67837
|
var LaunchTemplateInstanceMetadataOptionsState = {
|
|
67719
67838
|
applied: "applied",
|
|
67720
67839
|
pending: "pending"
|
|
@@ -67734,20 +67853,6 @@ var LocalGatewayRouteTableMode = {
|
|
|
67734
67853
|
coip: "coip",
|
|
67735
67854
|
direct_vpc_routing: "direct-vpc-routing"
|
|
67736
67855
|
};
|
|
67737
|
-
var PrefixListState = {
|
|
67738
|
-
create_complete: "create-complete",
|
|
67739
|
-
create_failed: "create-failed",
|
|
67740
|
-
create_in_progress: "create-in-progress",
|
|
67741
|
-
delete_complete: "delete-complete",
|
|
67742
|
-
delete_failed: "delete-failed",
|
|
67743
|
-
delete_in_progress: "delete-in-progress",
|
|
67744
|
-
modify_complete: "modify-complete",
|
|
67745
|
-
modify_failed: "modify-failed",
|
|
67746
|
-
modify_in_progress: "modify-in-progress",
|
|
67747
|
-
restore_complete: "restore-complete",
|
|
67748
|
-
restore_failed: "restore-failed",
|
|
67749
|
-
restore_in_progress: "restore-in-progress"
|
|
67750
|
-
};
|
|
67751
67856
|
var KeyPairFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
67752
67857
|
...obj,
|
|
67753
67858
|
...obj.KeyMaterial && { KeyMaterial: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -68461,6 +68566,20 @@ var CreateVerifiedAccessInstanceCommand = _CreateVerifiedAccessInstanceCommand;
|
|
|
68461
68566
|
|
|
68462
68567
|
// src/models/models_2.ts
|
|
68463
68568
|
|
|
68569
|
+
var PrefixListState = {
|
|
68570
|
+
create_complete: "create-complete",
|
|
68571
|
+
create_failed: "create-failed",
|
|
68572
|
+
create_in_progress: "create-in-progress",
|
|
68573
|
+
delete_complete: "delete-complete",
|
|
68574
|
+
delete_failed: "delete-failed",
|
|
68575
|
+
delete_in_progress: "delete-in-progress",
|
|
68576
|
+
modify_complete: "modify-complete",
|
|
68577
|
+
modify_failed: "modify-failed",
|
|
68578
|
+
modify_in_progress: "modify-in-progress",
|
|
68579
|
+
restore_complete: "restore-complete",
|
|
68580
|
+
restore_failed: "restore-failed",
|
|
68581
|
+
restore_in_progress: "restore-in-progress"
|
|
68582
|
+
};
|
|
68464
68583
|
var ConnectivityType = {
|
|
68465
68584
|
PRIVATE: "private",
|
|
68466
68585
|
PUBLIC: "public"
|
|
@@ -70104,12 +70223,6 @@ var FleetEventType = {
|
|
|
70104
70223
|
INSTANCE_CHANGE: "instance-change",
|
|
70105
70224
|
SERVICE_ERROR: "service-error"
|
|
70106
70225
|
};
|
|
70107
|
-
var FleetActivityStatus = {
|
|
70108
|
-
ERROR: "error",
|
|
70109
|
-
FULFILLED: "fulfilled",
|
|
70110
|
-
PENDING_FULFILLMENT: "pending_fulfillment",
|
|
70111
|
-
PENDING_TERMINATION: "pending_termination"
|
|
70112
|
-
};
|
|
70113
70226
|
var DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
70114
70227
|
...obj,
|
|
70115
70228
|
...obj.VerifiedAccessTrustProvider && {
|
|
@@ -71076,6 +71189,12 @@ var DescribeImagesCommand = _DescribeImagesCommand;
|
|
|
71076
71189
|
|
|
71077
71190
|
// src/models/models_4.ts
|
|
71078
71191
|
|
|
71192
|
+
var FleetActivityStatus = {
|
|
71193
|
+
ERROR: "error",
|
|
71194
|
+
FULFILLED: "fulfilled",
|
|
71195
|
+
PENDING_FULFILLMENT: "pending_fulfillment",
|
|
71196
|
+
PENDING_TERMINATION: "pending_termination"
|
|
71197
|
+
};
|
|
71079
71198
|
var FpgaImageAttributeName = {
|
|
71080
71199
|
description: "description",
|
|
71081
71200
|
loadPermission: "loadPermission",
|
|
@@ -71291,6 +71410,11 @@ var EphemeralNvmeSupport = {
|
|
|
71291
71410
|
SUPPORTED: "supported",
|
|
71292
71411
|
UNSUPPORTED: "unsupported"
|
|
71293
71412
|
};
|
|
71413
|
+
var BandwidthWeightingType = {
|
|
71414
|
+
DEFAULT: "default",
|
|
71415
|
+
EBS_1: "ebs-1",
|
|
71416
|
+
VPC_1: "vpc-1"
|
|
71417
|
+
};
|
|
71294
71418
|
var EnaSupport = {
|
|
71295
71419
|
required: "required",
|
|
71296
71420
|
supported: "supported",
|
|
@@ -71375,27 +71499,6 @@ var OfferingTypeValues = {
|
|
|
71375
71499
|
No_Upfront: "No Upfront",
|
|
71376
71500
|
Partial_Upfront: "Partial Upfront"
|
|
71377
71501
|
};
|
|
71378
|
-
var RIProductDescription = {
|
|
71379
|
-
Linux_UNIX: "Linux/UNIX",
|
|
71380
|
-
Linux_UNIX_Amazon_VPC_: "Linux/UNIX (Amazon VPC)",
|
|
71381
|
-
Windows: "Windows",
|
|
71382
|
-
Windows_Amazon_VPC_: "Windows (Amazon VPC)"
|
|
71383
|
-
};
|
|
71384
|
-
var RecurringChargeFrequency = {
|
|
71385
|
-
Hourly: "Hourly"
|
|
71386
|
-
};
|
|
71387
|
-
var Scope = {
|
|
71388
|
-
AVAILABILITY_ZONE: "Availability Zone",
|
|
71389
|
-
REGIONAL: "Region"
|
|
71390
|
-
};
|
|
71391
|
-
var ReservedInstanceState = {
|
|
71392
|
-
active: "active",
|
|
71393
|
-
payment_failed: "payment-failed",
|
|
71394
|
-
payment_pending: "payment-pending",
|
|
71395
|
-
queued: "queued",
|
|
71396
|
-
queued_deleted: "queued-deleted",
|
|
71397
|
-
retired: "retired"
|
|
71398
|
-
};
|
|
71399
71502
|
var SnapshotDetailFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
71400
71503
|
...obj,
|
|
71401
71504
|
...obj.Url && { Url: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -72372,6 +72475,27 @@ var DescribeSpotFleetRequestHistoryCommand = _DescribeSpotFleetRequestHistoryCom
|
|
|
72372
72475
|
|
|
72373
72476
|
// src/models/models_5.ts
|
|
72374
72477
|
|
|
72478
|
+
var RIProductDescription = {
|
|
72479
|
+
Linux_UNIX: "Linux/UNIX",
|
|
72480
|
+
Linux_UNIX_Amazon_VPC_: "Linux/UNIX (Amazon VPC)",
|
|
72481
|
+
Windows: "Windows",
|
|
72482
|
+
Windows_Amazon_VPC_: "Windows (Amazon VPC)"
|
|
72483
|
+
};
|
|
72484
|
+
var RecurringChargeFrequency = {
|
|
72485
|
+
Hourly: "Hourly"
|
|
72486
|
+
};
|
|
72487
|
+
var Scope = {
|
|
72488
|
+
AVAILABILITY_ZONE: "Availability Zone",
|
|
72489
|
+
REGIONAL: "Region"
|
|
72490
|
+
};
|
|
72491
|
+
var ReservedInstanceState = {
|
|
72492
|
+
active: "active",
|
|
72493
|
+
payment_failed: "payment-failed",
|
|
72494
|
+
payment_pending: "payment-pending",
|
|
72495
|
+
queued: "queued",
|
|
72496
|
+
queued_deleted: "queued-deleted",
|
|
72497
|
+
retired: "retired"
|
|
72498
|
+
};
|
|
72375
72499
|
var SnapshotAttributeName = {
|
|
72376
72500
|
createVolumePermission: "createVolumePermission",
|
|
72377
72501
|
productCodes: "productCodes"
|
|
@@ -74186,21 +74310,6 @@ var UnsuccessfulInstanceCreditSpecificationErrorCode = {
|
|
|
74186
74310
|
INSTANCE_NOT_FOUND: "InvalidInstanceID.NotFound",
|
|
74187
74311
|
INVALID_INSTANCE_ID: "InvalidInstanceID.Malformed"
|
|
74188
74312
|
};
|
|
74189
|
-
var DefaultInstanceMetadataEndpointState = {
|
|
74190
|
-
disabled: "disabled",
|
|
74191
|
-
enabled: "enabled",
|
|
74192
|
-
no_preference: "no-preference"
|
|
74193
|
-
};
|
|
74194
|
-
var MetadataDefaultHttpTokensState = {
|
|
74195
|
-
no_preference: "no-preference",
|
|
74196
|
-
optional: "optional",
|
|
74197
|
-
required: "required"
|
|
74198
|
-
};
|
|
74199
|
-
var DefaultInstanceMetadataTagsState = {
|
|
74200
|
-
disabled: "disabled",
|
|
74201
|
-
enabled: "enabled",
|
|
74202
|
-
no_preference: "no-preference"
|
|
74203
|
-
};
|
|
74204
74313
|
var VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
74205
74314
|
...obj,
|
|
74206
74315
|
...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -75467,6 +75576,20 @@ var _ModifyInstanceMetadataOptionsCommand = class _ModifyInstanceMetadataOptions
|
|
|
75467
75576
|
__name(_ModifyInstanceMetadataOptionsCommand, "ModifyInstanceMetadataOptionsCommand");
|
|
75468
75577
|
var ModifyInstanceMetadataOptionsCommand = _ModifyInstanceMetadataOptionsCommand;
|
|
75469
75578
|
|
|
75579
|
+
// src/commands/ModifyInstanceNetworkPerformanceOptionsCommand.ts
|
|
75580
|
+
|
|
75581
|
+
|
|
75582
|
+
|
|
75583
|
+
var _ModifyInstanceNetworkPerformanceOptionsCommand = class _ModifyInstanceNetworkPerformanceOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
75584
|
+
return [
|
|
75585
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
75586
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
75587
|
+
];
|
|
75588
|
+
}).s("AmazonEC2", "ModifyInstanceNetworkPerformanceOptions", {}).n("EC2Client", "ModifyInstanceNetworkPerformanceOptionsCommand").f(void 0, void 0).ser(se_ModifyInstanceNetworkPerformanceOptionsCommand).de(de_ModifyInstanceNetworkPerformanceOptionsCommand).build() {
|
|
75589
|
+
};
|
|
75590
|
+
__name(_ModifyInstanceNetworkPerformanceOptionsCommand, "ModifyInstanceNetworkPerformanceOptionsCommand");
|
|
75591
|
+
var ModifyInstanceNetworkPerformanceOptionsCommand = _ModifyInstanceNetworkPerformanceOptionsCommand;
|
|
75592
|
+
|
|
75470
75593
|
// src/commands/ModifyInstancePlacementCommand.ts
|
|
75471
75594
|
|
|
75472
75595
|
|
|
@@ -75880,6 +76003,21 @@ var ModifyVerifiedAccessInstanceLoggingConfigurationCommand = _ModifyVerifiedAcc
|
|
|
75880
76003
|
|
|
75881
76004
|
// src/models/models_7.ts
|
|
75882
76005
|
|
|
76006
|
+
var DefaultInstanceMetadataEndpointState = {
|
|
76007
|
+
disabled: "disabled",
|
|
76008
|
+
enabled: "enabled",
|
|
76009
|
+
no_preference: "no-preference"
|
|
76010
|
+
};
|
|
76011
|
+
var MetadataDefaultHttpTokensState = {
|
|
76012
|
+
no_preference: "no-preference",
|
|
76013
|
+
optional: "optional",
|
|
76014
|
+
required: "required"
|
|
76015
|
+
};
|
|
76016
|
+
var DefaultInstanceMetadataTagsState = {
|
|
76017
|
+
disabled: "disabled",
|
|
76018
|
+
enabled: "enabled",
|
|
76019
|
+
no_preference: "no-preference"
|
|
76020
|
+
};
|
|
75883
76021
|
var HostTenancy = {
|
|
75884
76022
|
dedicated: "dedicated",
|
|
75885
76023
|
default: "default",
|
|
@@ -77849,6 +77987,7 @@ var commands = {
|
|
|
77849
77987
|
ModifyInstanceMaintenanceOptionsCommand,
|
|
77850
77988
|
ModifyInstanceMetadataDefaultsCommand,
|
|
77851
77989
|
ModifyInstanceMetadataOptionsCommand,
|
|
77990
|
+
ModifyInstanceNetworkPerformanceOptionsCommand,
|
|
77852
77991
|
ModifyInstancePlacementCommand,
|
|
77853
77992
|
ModifyIpamCommand,
|
|
77854
77993
|
ModifyIpamPoolCommand,
|
|
@@ -80981,6 +81120,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
80981
81120
|
ModifyInstanceMaintenanceOptionsCommand,
|
|
80982
81121
|
ModifyInstanceMetadataDefaultsCommand,
|
|
80983
81122
|
ModifyInstanceMetadataOptionsCommand,
|
|
81123
|
+
ModifyInstanceNetworkPerformanceOptionsCommand,
|
|
80984
81124
|
ModifyInstancePlacementCommand,
|
|
80985
81125
|
ModifyIpamCommand,
|
|
80986
81126
|
ModifyIpamPoolCommand,
|
|
@@ -81466,11 +81606,11 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
81466
81606
|
LaunchTemplateInstanceMetadataProtocolIpv6,
|
|
81467
81607
|
LaunchTemplateHttpTokensState,
|
|
81468
81608
|
LaunchTemplateInstanceMetadataTagsState,
|
|
81609
|
+
InstanceBandwidthWeighting,
|
|
81469
81610
|
LaunchTemplateInstanceMetadataOptionsState,
|
|
81470
81611
|
LocalGatewayRouteState,
|
|
81471
81612
|
LocalGatewayRouteType,
|
|
81472
81613
|
LocalGatewayRouteTableMode,
|
|
81473
|
-
PrefixListState,
|
|
81474
81614
|
KeyPairFilterSensitiveLog,
|
|
81475
81615
|
RequestLaunchTemplateDataFilterSensitiveLog,
|
|
81476
81616
|
CreateLaunchTemplateRequestFilterSensitiveLog,
|
|
@@ -81478,6 +81618,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
81478
81618
|
ResponseLaunchTemplateDataFilterSensitiveLog,
|
|
81479
81619
|
LaunchTemplateVersionFilterSensitiveLog,
|
|
81480
81620
|
CreateLaunchTemplateVersionResultFilterSensitiveLog,
|
|
81621
|
+
PrefixListState,
|
|
81481
81622
|
ConnectivityType,
|
|
81482
81623
|
NatGatewayState,
|
|
81483
81624
|
RuleAction,
|
|
@@ -81584,7 +81725,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
81584
81725
|
FastLaunchStateCode,
|
|
81585
81726
|
FastSnapshotRestoreStateCode,
|
|
81586
81727
|
FleetEventType,
|
|
81587
|
-
FleetActivityStatus,
|
|
81588
81728
|
DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
81589
81729
|
DescribeBundleTasksResultFilterSensitiveLog,
|
|
81590
81730
|
DiskImageDescriptionFilterSensitiveLog,
|
|
@@ -81593,6 +81733,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
81593
81733
|
ImportVolumeTaskDetailsFilterSensitiveLog,
|
|
81594
81734
|
ConversionTaskFilterSensitiveLog,
|
|
81595
81735
|
DescribeConversionTasksResultFilterSensitiveLog,
|
|
81736
|
+
FleetActivityStatus,
|
|
81596
81737
|
FpgaImageAttributeName,
|
|
81597
81738
|
PermissionGroup,
|
|
81598
81739
|
ProductCodeValues,
|
|
@@ -81632,6 +81773,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
81632
81773
|
DiskType,
|
|
81633
81774
|
InstanceStorageEncryptionSupport,
|
|
81634
81775
|
EphemeralNvmeSupport,
|
|
81776
|
+
BandwidthWeightingType,
|
|
81635
81777
|
EnaSupport,
|
|
81636
81778
|
NitroEnclavesSupport,
|
|
81637
81779
|
NitroTpmSupport,
|
|
@@ -81649,10 +81791,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
81649
81791
|
NetworkInterfaceAttribute,
|
|
81650
81792
|
OfferingClassType,
|
|
81651
81793
|
OfferingTypeValues,
|
|
81652
|
-
RIProductDescription,
|
|
81653
|
-
RecurringChargeFrequency,
|
|
81654
|
-
Scope,
|
|
81655
|
-
ReservedInstanceState,
|
|
81656
81794
|
SnapshotDetailFilterSensitiveLog,
|
|
81657
81795
|
ImportImageTaskFilterSensitiveLog,
|
|
81658
81796
|
DescribeImportImageTasksResultFilterSensitiveLog,
|
|
@@ -81660,6 +81798,10 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
81660
81798
|
ImportSnapshotTaskFilterSensitiveLog,
|
|
81661
81799
|
DescribeImportSnapshotTasksResultFilterSensitiveLog,
|
|
81662
81800
|
DescribeLaunchTemplateVersionsResultFilterSensitiveLog,
|
|
81801
|
+
RIProductDescription,
|
|
81802
|
+
RecurringChargeFrequency,
|
|
81803
|
+
Scope,
|
|
81804
|
+
ReservedInstanceState,
|
|
81663
81805
|
SnapshotAttributeName,
|
|
81664
81806
|
TieringOperationStatus,
|
|
81665
81807
|
EventType,
|
|
@@ -81711,9 +81853,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
81711
81853
|
ModifyAvailabilityZoneOptInStatus,
|
|
81712
81854
|
OperationType,
|
|
81713
81855
|
UnsuccessfulInstanceCreditSpecificationErrorCode,
|
|
81714
|
-
DefaultInstanceMetadataEndpointState,
|
|
81715
|
-
MetadataDefaultHttpTokensState,
|
|
81716
|
-
DefaultInstanceMetadataTagsState,
|
|
81717
81856
|
VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog,
|
|
81718
81857
|
ExportVerifiedAccessInstanceClientConfigurationResultFilterSensitiveLog,
|
|
81719
81858
|
GetInstanceTpmEkPubResultFilterSensitiveLog,
|
|
@@ -81734,6 +81873,9 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
81734
81873
|
ImportSnapshotResultFilterSensitiveLog,
|
|
81735
81874
|
ImportVolumeRequestFilterSensitiveLog,
|
|
81736
81875
|
ImportVolumeResultFilterSensitiveLog,
|
|
81876
|
+
DefaultInstanceMetadataEndpointState,
|
|
81877
|
+
MetadataDefaultHttpTokensState,
|
|
81878
|
+
DefaultInstanceMetadataTagsState,
|
|
81737
81879
|
HostTenancy,
|
|
81738
81880
|
TargetStorageTier,
|
|
81739
81881
|
TrafficMirrorFilterRuleField,
|
package/dist-es/EC2.js
CHANGED
|
@@ -535,6 +535,7 @@ import { ModifyInstanceEventWindowCommand, } from "./commands/ModifyInstanceEven
|
|
|
535
535
|
import { ModifyInstanceMaintenanceOptionsCommand, } from "./commands/ModifyInstanceMaintenanceOptionsCommand";
|
|
536
536
|
import { ModifyInstanceMetadataDefaultsCommand, } from "./commands/ModifyInstanceMetadataDefaultsCommand";
|
|
537
537
|
import { ModifyInstanceMetadataOptionsCommand, } from "./commands/ModifyInstanceMetadataOptionsCommand";
|
|
538
|
+
import { ModifyInstanceNetworkPerformanceOptionsCommand, } from "./commands/ModifyInstanceNetworkPerformanceOptionsCommand";
|
|
538
539
|
import { ModifyInstancePlacementCommand, } from "./commands/ModifyInstancePlacementCommand";
|
|
539
540
|
import { ModifyIpamCommand } from "./commands/ModifyIpamCommand";
|
|
540
541
|
import { ModifyIpamPoolCommand, } from "./commands/ModifyIpamPoolCommand";
|
|
@@ -1194,6 +1195,7 @@ const commands = {
|
|
|
1194
1195
|
ModifyInstanceMaintenanceOptionsCommand,
|
|
1195
1196
|
ModifyInstanceMetadataDefaultsCommand,
|
|
1196
1197
|
ModifyInstanceMetadataOptionsCommand,
|
|
1198
|
+
ModifyInstanceNetworkPerformanceOptionsCommand,
|
|
1197
1199
|
ModifyInstancePlacementCommand,
|
|
1198
1200
|
ModifyIpamCommand,
|
|
1199
1201
|
ModifyIpamPoolCommand,
|
|
@@ -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_ModifyInstanceNetworkPerformanceOptionsCommand, se_ModifyInstanceNetworkPerformanceOptionsCommand, } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ModifyInstanceNetworkPerformanceOptionsCommand 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", "ModifyInstanceNetworkPerformanceOptions", {})
|
|
17
|
+
.n("EC2Client", "ModifyInstanceNetworkPerformanceOptionsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ModifyInstanceNetworkPerformanceOptionsCommand)
|
|
20
|
+
.de(de_ModifyInstanceNetworkPerformanceOptionsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -534,6 +534,7 @@ export * from "./ModifyInstanceEventWindowCommand";
|
|
|
534
534
|
export * from "./ModifyInstanceMaintenanceOptionsCommand";
|
|
535
535
|
export * from "./ModifyInstanceMetadataDefaultsCommand";
|
|
536
536
|
export * from "./ModifyInstanceMetadataOptionsCommand";
|
|
537
|
+
export * from "./ModifyInstanceNetworkPerformanceOptionsCommand";
|
|
537
538
|
export * from "./ModifyInstancePlacementCommand";
|
|
538
539
|
export * from "./ModifyIpamCommand";
|
|
539
540
|
export * from "./ModifyIpamPoolCommand";
|
|
@@ -1270,6 +1270,11 @@ export const LaunchTemplateInstanceMetadataTagsState = {
|
|
|
1270
1270
|
disabled: "disabled",
|
|
1271
1271
|
enabled: "enabled",
|
|
1272
1272
|
};
|
|
1273
|
+
export const InstanceBandwidthWeighting = {
|
|
1274
|
+
DEFAULT: "default",
|
|
1275
|
+
EBS_1: "ebs-1",
|
|
1276
|
+
VPC_1: "vpc-1",
|
|
1277
|
+
};
|
|
1273
1278
|
export const LaunchTemplateInstanceMetadataOptionsState = {
|
|
1274
1279
|
applied: "applied",
|
|
1275
1280
|
pending: "pending",
|
|
@@ -1289,20 +1294,6 @@ export const LocalGatewayRouteTableMode = {
|
|
|
1289
1294
|
coip: "coip",
|
|
1290
1295
|
direct_vpc_routing: "direct-vpc-routing",
|
|
1291
1296
|
};
|
|
1292
|
-
export const PrefixListState = {
|
|
1293
|
-
create_complete: "create-complete",
|
|
1294
|
-
create_failed: "create-failed",
|
|
1295
|
-
create_in_progress: "create-in-progress",
|
|
1296
|
-
delete_complete: "delete-complete",
|
|
1297
|
-
delete_failed: "delete-failed",
|
|
1298
|
-
delete_in_progress: "delete-in-progress",
|
|
1299
|
-
modify_complete: "modify-complete",
|
|
1300
|
-
modify_failed: "modify-failed",
|
|
1301
|
-
modify_in_progress: "modify-in-progress",
|
|
1302
|
-
restore_complete: "restore-complete",
|
|
1303
|
-
restore_failed: "restore-failed",
|
|
1304
|
-
restore_in_progress: "restore-in-progress",
|
|
1305
|
-
};
|
|
1306
1297
|
export const KeyPairFilterSensitiveLog = (obj) => ({
|
|
1307
1298
|
...obj,
|
|
1308
1299
|
...(obj.KeyMaterial && { KeyMaterial: SENSITIVE_STRING }),
|