@aws-sdk/client-ec2 3.760.0 → 3.766.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 +90 -74
- package/dist-es/models/models_0.js +4 -4
- package/dist-es/models/models_1.js +4 -0
- package/dist-es/protocols/Aws_ec2.js +74 -64
- package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +3 -1
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +3 -2
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +25 -14
- package/dist-types/models/models_1.d.ts +22 -48
- package/dist-types/models/models_2.d.ts +13 -40
- package/dist-types/models/models_3.d.ts +61 -23
- package/dist-types/models/models_4.d.ts +29 -31
- package/dist-types/models/models_5.d.ts +19 -18
- package/dist-types/models/models_6.d.ts +18 -13
- package/dist-types/models/models_7.d.ts +18 -43
- package/dist-types/models/models_8.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +7 -6
- package/dist-types/ts3.4/models/models_1.d.ts +6 -4
- package/dist-types/ts3.4/models/models_2.d.ts +4 -8
- package/dist-types/ts3.4/models/models_3.d.ts +10 -4
- package/dist-types/ts3.4/models/models_4.d.ts +3 -5
- package/dist-types/ts3.4/models/models_5.d.ts +6 -7
- package/dist-types/ts3.4/models/models_6.d.ts +6 -4
- package/dist-types/ts3.4/models/models_7.d.ts +3 -6
- package/dist-types/ts3.4/models/models_8.d.ts +6 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AcceleratorManufacturer: () => AcceleratorManufacturer,
|
|
25
25
|
AcceleratorName: () => AcceleratorName,
|
|
26
26
|
AcceleratorType: () => AcceleratorType,
|
|
@@ -1008,6 +1008,7 @@ __export(src_exports, {
|
|
|
1008
1008
|
SelfServicePortal: () => SelfServicePortal,
|
|
1009
1009
|
SendDiagnosticInterruptCommand: () => SendDiagnosticInterruptCommand,
|
|
1010
1010
|
ServiceConnectivityType: () => ServiceConnectivityType,
|
|
1011
|
+
ServiceManaged: () => ServiceManaged,
|
|
1011
1012
|
ServiceState: () => ServiceState,
|
|
1012
1013
|
ServiceType: () => ServiceType,
|
|
1013
1014
|
ShutdownBehavior: () => ShutdownBehavior,
|
|
@@ -1352,7 +1353,7 @@ __export(src_exports, {
|
|
|
1352
1353
|
waitUntilVpnConnectionAvailable: () => waitUntilVpnConnectionAvailable,
|
|
1353
1354
|
waitUntilVpnConnectionDeleted: () => waitUntilVpnConnectionDeleted
|
|
1354
1355
|
});
|
|
1355
|
-
module.exports = __toCommonJS(
|
|
1356
|
+
module.exports = __toCommonJS(index_exports);
|
|
1356
1357
|
|
|
1357
1358
|
// src/EC2Client.ts
|
|
1358
1359
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -1479,9 +1480,9 @@ var EC2Client = class extends import_smithy_client.Client {
|
|
|
1479
1480
|
this.middlewareStack.use(
|
|
1480
1481
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
1481
1482
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultEC2HttpAuthSchemeParametersProvider,
|
|
1482
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
1483
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
1483
1484
|
"aws.auth#sigv4": config.credentials
|
|
1484
|
-
})
|
|
1485
|
+
}), "identityProviderConfigProvider")
|
|
1485
1486
|
})
|
|
1486
1487
|
);
|
|
1487
1488
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -39445,6 +39446,9 @@ var de_Address = /* @__PURE__ */ __name((output, context) => {
|
|
|
39445
39446
|
if (output[_cI] != null) {
|
|
39446
39447
|
contents[_CIa] = (0, import_smithy_client.expectString)(output[_cI]);
|
|
39447
39448
|
}
|
|
39449
|
+
if (output[_sM] != null) {
|
|
39450
|
+
contents[_SM] = (0, import_smithy_client.expectString)(output[_sM]);
|
|
39451
|
+
}
|
|
39448
39452
|
if (output[_iI] != null) {
|
|
39449
39453
|
contents[_IIn] = (0, import_smithy_client.expectString)(output[_iI]);
|
|
39450
39454
|
}
|
|
@@ -39791,8 +39795,8 @@ var de_AsnAssociation = /* @__PURE__ */ __name((output, context) => {
|
|
|
39791
39795
|
if (output[_ci] != null) {
|
|
39792
39796
|
contents[_C] = (0, import_smithy_client.expectString)(output[_ci]);
|
|
39793
39797
|
}
|
|
39794
|
-
if (output[
|
|
39795
|
-
contents[
|
|
39798
|
+
if (output[_sMt] != null) {
|
|
39799
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
39796
39800
|
}
|
|
39797
39801
|
if (output[_st] != null) {
|
|
39798
39802
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
@@ -40239,6 +40243,9 @@ var de_AvailabilityZone = /* @__PURE__ */ __name((output, context) => {
|
|
|
40239
40243
|
if (output[_pZI] != null) {
|
|
40240
40244
|
contents[_PZI] = (0, import_smithy_client.expectString)(output[_pZI]);
|
|
40241
40245
|
}
|
|
40246
|
+
if (output[_gLN] != null) {
|
|
40247
|
+
contents[_GLN] = (0, import_smithy_client.expectString)(output[_gLN]);
|
|
40248
|
+
}
|
|
40242
40249
|
if (output[_zS] != null) {
|
|
40243
40250
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_zS]);
|
|
40244
40251
|
}
|
|
@@ -40412,8 +40419,8 @@ var de_Byoasn = /* @__PURE__ */ __name((output, context) => {
|
|
|
40412
40419
|
if (output[_iIp] != null) {
|
|
40413
40420
|
contents[_IIp] = (0, import_smithy_client.expectString)(output[_iIp]);
|
|
40414
40421
|
}
|
|
40415
|
-
if (output[
|
|
40416
|
-
contents[
|
|
40422
|
+
if (output[_sMt] != null) {
|
|
40423
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
40417
40424
|
}
|
|
40418
40425
|
if (output[_st] != null) {
|
|
40419
40426
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
@@ -40438,8 +40445,8 @@ var de_ByoipCidr = /* @__PURE__ */ __name((output, context) => {
|
|
|
40438
40445
|
} else if (output[_aAS] != null && output[_aAS][_i] != null) {
|
|
40439
40446
|
contents[_AAsns] = de_AsnAssociationSet((0, import_smithy_client.getArrayIfSingleItem)(output[_aAS][_i]), context);
|
|
40440
40447
|
}
|
|
40441
|
-
if (output[
|
|
40442
|
-
contents[
|
|
40448
|
+
if (output[_sMt] != null) {
|
|
40449
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
40443
40450
|
}
|
|
40444
40451
|
if (output[_st] != null) {
|
|
40445
40452
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
@@ -40871,8 +40878,8 @@ var de_CapacityReservationBillingRequest = /* @__PURE__ */ __name((output, conte
|
|
|
40871
40878
|
if (output[_sta] != null) {
|
|
40872
40879
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
40873
40880
|
}
|
|
40874
|
-
if (output[
|
|
40875
|
-
contents[
|
|
40881
|
+
if (output[_sMt] != null) {
|
|
40882
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
40876
40883
|
}
|
|
40877
40884
|
if (output[_cRIa] != null) {
|
|
40878
40885
|
contents[_CRIap] = de_CapacityReservationInfo(output[_cRIa], context);
|
|
@@ -41607,8 +41614,8 @@ var de_ConversionTask = /* @__PURE__ */ __name((output, context) => {
|
|
|
41607
41614
|
if (output[_st] != null) {
|
|
41608
41615
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
41609
41616
|
}
|
|
41610
|
-
if (output[
|
|
41611
|
-
contents[
|
|
41617
|
+
if (output[_sMt] != null) {
|
|
41618
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
41612
41619
|
}
|
|
41613
41620
|
if (output.tagSet === "") {
|
|
41614
41621
|
contents[_Ta] = [];
|
|
@@ -45859,8 +45866,8 @@ var de_Ec2InstanceConnectEndpoint = /* @__PURE__ */ __name((output, context) =>
|
|
|
45859
45866
|
if (output[_st] != null) {
|
|
45860
45867
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
45861
45868
|
}
|
|
45862
|
-
if (output[
|
|
45863
|
-
contents[
|
|
45869
|
+
if (output[_sMta] != null) {
|
|
45870
|
+
contents[_SMta] = (0, import_smithy_client.expectString)(output[_sMta]);
|
|
45864
45871
|
}
|
|
45865
45872
|
if (output[_dNn] != null) {
|
|
45866
45873
|
contents[_DNn] = (0, import_smithy_client.expectString)(output[_dNn]);
|
|
@@ -46533,8 +46540,8 @@ var de_ExportImageResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
46533
46540
|
if (output[_sta] != null) {
|
|
46534
46541
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
46535
46542
|
}
|
|
46536
|
-
if (output[
|
|
46537
|
-
contents[
|
|
46543
|
+
if (output[_sMt] != null) {
|
|
46544
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
46538
46545
|
}
|
|
46539
46546
|
if (output.tagSet === "") {
|
|
46540
46547
|
contents[_Ta] = [];
|
|
@@ -46563,8 +46570,8 @@ var de_ExportImageTask = /* @__PURE__ */ __name((output, context) => {
|
|
|
46563
46570
|
if (output[_sta] != null) {
|
|
46564
46571
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
46565
46572
|
}
|
|
46566
|
-
if (output[
|
|
46567
|
-
contents[
|
|
46573
|
+
if (output[_sMt] != null) {
|
|
46574
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
46568
46575
|
}
|
|
46569
46576
|
if (output.tagSet === "") {
|
|
46570
46577
|
contents[_Ta] = [];
|
|
@@ -46595,8 +46602,8 @@ var de_ExportTask = /* @__PURE__ */ __name((output, context) => {
|
|
|
46595
46602
|
if (output[_st] != null) {
|
|
46596
46603
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
46597
46604
|
}
|
|
46598
|
-
if (output[
|
|
46599
|
-
contents[
|
|
46605
|
+
if (output[_sMt] != null) {
|
|
46606
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
46600
46607
|
}
|
|
46601
46608
|
if (output.tagSet === "") {
|
|
46602
46609
|
contents[_Ta] = [];
|
|
@@ -48590,8 +48597,8 @@ var de_ImportImageResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
48590
48597
|
if (output[_sta] != null) {
|
|
48591
48598
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
48592
48599
|
}
|
|
48593
|
-
if (output[
|
|
48594
|
-
contents[
|
|
48600
|
+
if (output[_sMt] != null) {
|
|
48601
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
48595
48602
|
}
|
|
48596
48603
|
if (output.licenseSpecifications === "") {
|
|
48597
48604
|
contents[_LSi] = [];
|
|
@@ -48648,8 +48655,8 @@ var de_ImportImageTask = /* @__PURE__ */ __name((output, context) => {
|
|
|
48648
48655
|
if (output[_sta] != null) {
|
|
48649
48656
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
48650
48657
|
}
|
|
48651
|
-
if (output[
|
|
48652
|
-
contents[
|
|
48658
|
+
if (output[_sMt] != null) {
|
|
48659
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
48653
48660
|
}
|
|
48654
48661
|
if (output.tagSet === "") {
|
|
48655
48662
|
contents[_Ta] = [];
|
|
@@ -48716,8 +48723,8 @@ var de_ImportInstanceVolumeDetailItem = /* @__PURE__ */ __name((output, context)
|
|
|
48716
48723
|
if (output[_sta] != null) {
|
|
48717
48724
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
48718
48725
|
}
|
|
48719
|
-
if (output[
|
|
48720
|
-
contents[
|
|
48726
|
+
if (output[_sMt] != null) {
|
|
48727
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
48721
48728
|
}
|
|
48722
48729
|
if (output[_vol] != null) {
|
|
48723
48730
|
contents[_Vo] = de_DiskImageVolumeDescription(output[_vol], context);
|
|
@@ -50243,8 +50250,8 @@ var de_Ipam = /* @__PURE__ */ __name((output, context) => {
|
|
|
50243
50250
|
if (output[_rDAC] != null) {
|
|
50244
50251
|
contents[_RDAC] = (0, import_smithy_client.strictParseInt32)(output[_rDAC]);
|
|
50245
50252
|
}
|
|
50246
|
-
if (output[
|
|
50247
|
-
contents[
|
|
50253
|
+
if (output[_sMta] != null) {
|
|
50254
|
+
contents[_SMta] = (0, import_smithy_client.expectString)(output[_sMta]);
|
|
50248
50255
|
}
|
|
50249
50256
|
if (output[_tie] != null) {
|
|
50250
50257
|
contents[_Ti] = (0, import_smithy_client.expectString)(output[_tie]);
|
|
@@ -50557,8 +50564,8 @@ var de_IpamPool = /* @__PURE__ */ __name((output, context) => {
|
|
|
50557
50564
|
if (output[_st] != null) {
|
|
50558
50565
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
50559
50566
|
}
|
|
50560
|
-
if (output[
|
|
50561
|
-
contents[
|
|
50567
|
+
if (output[_sMta] != null) {
|
|
50568
|
+
contents[_SMta] = (0, import_smithy_client.expectString)(output[_sMta]);
|
|
50562
50569
|
}
|
|
50563
50570
|
if (output[_de] != null) {
|
|
50564
50571
|
contents[_De] = (0, import_smithy_client.expectString)(output[_de]);
|
|
@@ -52198,8 +52205,8 @@ var de_ManagedPrefixList = /* @__PURE__ */ __name((output, context) => {
|
|
|
52198
52205
|
if (output[_st] != null) {
|
|
52199
52206
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
52200
52207
|
}
|
|
52201
|
-
if (output[
|
|
52202
|
-
contents[
|
|
52208
|
+
if (output[_sMta] != null) {
|
|
52209
|
+
contents[_SMta] = (0, import_smithy_client.expectString)(output[_sMta]);
|
|
52203
52210
|
}
|
|
52204
52211
|
if (output[_pLA] != null) {
|
|
52205
52212
|
contents[_PLAr] = (0, import_smithy_client.expectString)(output[_pLA]);
|
|
@@ -53165,8 +53172,8 @@ var de_NetworkInsightsAccessScopeAnalysis = /* @__PURE__ */ __name((output, cont
|
|
|
53165
53172
|
if (output[_sta] != null) {
|
|
53166
53173
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
53167
53174
|
}
|
|
53168
|
-
if (output[
|
|
53169
|
-
contents[
|
|
53175
|
+
if (output[_sMt] != null) {
|
|
53176
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
53170
53177
|
}
|
|
53171
53178
|
if (output[_wM] != null) {
|
|
53172
53179
|
contents[_WM] = (0, import_smithy_client.expectString)(output[_wM]);
|
|
@@ -53244,8 +53251,8 @@ var de_NetworkInsightsAnalysis = /* @__PURE__ */ __name((output, context) => {
|
|
|
53244
53251
|
if (output[_sta] != null) {
|
|
53245
53252
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
53246
53253
|
}
|
|
53247
|
-
if (output[
|
|
53248
|
-
contents[
|
|
53254
|
+
if (output[_sMt] != null) {
|
|
53255
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
53249
53256
|
}
|
|
53250
53257
|
if (output[_wM] != null) {
|
|
53251
53258
|
contents[_WM] = (0, import_smithy_client.expectString)(output[_wM]);
|
|
@@ -53566,8 +53573,8 @@ var de_NetworkInterfacePermissionState = /* @__PURE__ */ __name((output, context
|
|
|
53566
53573
|
if (output[_st] != null) {
|
|
53567
53574
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
53568
53575
|
}
|
|
53569
|
-
if (output[
|
|
53570
|
-
contents[
|
|
53576
|
+
if (output[_sMt] != null) {
|
|
53577
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
53571
53578
|
}
|
|
53572
53579
|
return contents;
|
|
53573
53580
|
}, "de_NetworkInterfacePermissionState");
|
|
@@ -55012,8 +55019,8 @@ var de_ReservedInstancesListing = /* @__PURE__ */ __name((output, context) => {
|
|
|
55012
55019
|
if (output[_sta] != null) {
|
|
55013
55020
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
55014
55021
|
}
|
|
55015
|
-
if (output[
|
|
55016
|
-
contents[
|
|
55022
|
+
if (output[_sMt] != null) {
|
|
55023
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
55017
55024
|
}
|
|
55018
55025
|
if (output.tagSet === "") {
|
|
55019
55026
|
contents[_Ta] = [];
|
|
@@ -55057,8 +55064,8 @@ var de_ReservedInstancesModification = /* @__PURE__ */ __name((output, context)
|
|
|
55057
55064
|
if (output[_sta] != null) {
|
|
55058
55065
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
55059
55066
|
}
|
|
55060
|
-
if (output[
|
|
55061
|
-
contents[
|
|
55067
|
+
if (output[_sMt] != null) {
|
|
55068
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
55062
55069
|
}
|
|
55063
55070
|
if (output[_uDpd] != null) {
|
|
55064
55071
|
contents[_UDpd] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_uDpd]));
|
|
@@ -55615,8 +55622,8 @@ var de_RouteTableAssociationState = /* @__PURE__ */ __name((output, context) =>
|
|
|
55615
55622
|
if (output[_st] != null) {
|
|
55616
55623
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
55617
55624
|
}
|
|
55618
|
-
if (output[
|
|
55619
|
-
contents[
|
|
55625
|
+
if (output[_sMt] != null) {
|
|
55626
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
55620
55627
|
}
|
|
55621
55628
|
return contents;
|
|
55622
55629
|
}, "de_RouteTableAssociationState");
|
|
@@ -56265,8 +56272,8 @@ var de_Snapshot = /* @__PURE__ */ __name((output, context) => {
|
|
|
56265
56272
|
if (output[_sta] != null) {
|
|
56266
56273
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
56267
56274
|
}
|
|
56268
|
-
if (output[
|
|
56269
|
-
contents[
|
|
56275
|
+
if (output[_sMt] != null) {
|
|
56276
|
+
contents[_SMta] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
56270
56277
|
}
|
|
56271
56278
|
if (output[_sT] != null) {
|
|
56272
56279
|
contents[_STt] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_sT]));
|
|
@@ -56317,8 +56324,8 @@ var de_SnapshotDetail = /* @__PURE__ */ __name((output, context) => {
|
|
|
56317
56324
|
if (output[_sta] != null) {
|
|
56318
56325
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
56319
56326
|
}
|
|
56320
|
-
if (output[
|
|
56321
|
-
contents[
|
|
56327
|
+
if (output[_sMt] != null) {
|
|
56328
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
56322
56329
|
}
|
|
56323
56330
|
if (output[_ur] != null) {
|
|
56324
56331
|
contents[_U] = (0, import_smithy_client.expectString)(output[_ur]);
|
|
@@ -56438,8 +56445,8 @@ var de_SnapshotTaskDetail = /* @__PURE__ */ __name((output, context) => {
|
|
|
56438
56445
|
if (output[_sta] != null) {
|
|
56439
56446
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
56440
56447
|
}
|
|
56441
|
-
if (output[
|
|
56442
|
-
contents[
|
|
56448
|
+
if (output[_sMt] != null) {
|
|
56449
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
56443
56450
|
}
|
|
56444
56451
|
if (output[_ur] != null) {
|
|
56445
56452
|
contents[_U] = (0, import_smithy_client.expectString)(output[_ur]);
|
|
@@ -57172,8 +57179,8 @@ var de_SubnetCidrBlockState = /* @__PURE__ */ __name((output, context) => {
|
|
|
57172
57179
|
if (output[_st] != null) {
|
|
57173
57180
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
57174
57181
|
}
|
|
57175
|
-
if (output[
|
|
57176
|
-
contents[
|
|
57182
|
+
if (output[_sMt] != null) {
|
|
57183
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
57177
57184
|
}
|
|
57178
57185
|
return contents;
|
|
57179
57186
|
}, "de_SubnetCidrBlockState");
|
|
@@ -59544,8 +59551,8 @@ var de_VgwTelemetry = /* @__PURE__ */ __name((output, context) => {
|
|
|
59544
59551
|
if (output[_sta] != null) {
|
|
59545
59552
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
59546
59553
|
}
|
|
59547
|
-
if (output[
|
|
59548
|
-
contents[
|
|
59554
|
+
if (output[_sMt] != null) {
|
|
59555
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
59549
59556
|
}
|
|
59550
59557
|
if (output[_cAe] != null) {
|
|
59551
59558
|
contents[_CA] = (0, import_smithy_client.expectString)(output[_cAe]);
|
|
@@ -59670,8 +59677,8 @@ var de_VolumeModification = /* @__PURE__ */ __name((output, context) => {
|
|
|
59670
59677
|
if (output[_mSod] != null) {
|
|
59671
59678
|
contents[_MSod] = (0, import_smithy_client.expectString)(output[_mSod]);
|
|
59672
59679
|
}
|
|
59673
|
-
if (output[
|
|
59674
|
-
contents[
|
|
59680
|
+
if (output[_sMt] != null) {
|
|
59681
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
59675
59682
|
}
|
|
59676
59683
|
if (output[_tSar] != null) {
|
|
59677
59684
|
contents[_TSar] = (0, import_smithy_client.strictParseInt32)(output[_tSar]);
|
|
@@ -59995,8 +60002,8 @@ var de_VpcCidrBlockState = /* @__PURE__ */ __name((output, context) => {
|
|
|
59995
60002
|
if (output[_st] != null) {
|
|
59996
60003
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
59997
60004
|
}
|
|
59998
|
-
if (output[
|
|
59999
|
-
contents[
|
|
60005
|
+
if (output[_sMt] != null) {
|
|
60006
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
60000
60007
|
}
|
|
60001
60008
|
return contents;
|
|
60002
60009
|
}, "de_VpcCidrBlockState");
|
|
@@ -60034,8 +60041,8 @@ var de_VpcEncryptionControl = /* @__PURE__ */ __name((output, context) => {
|
|
|
60034
60041
|
if (output[_st] != null) {
|
|
60035
60042
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
60036
60043
|
}
|
|
60037
|
-
if (output[
|
|
60038
|
-
contents[
|
|
60044
|
+
if (output[_sMta] != null) {
|
|
60045
|
+
contents[_SMta] = (0, import_smithy_client.expectString)(output[_sMta]);
|
|
60039
60046
|
}
|
|
60040
60047
|
if (output[_rEes] != null) {
|
|
60041
60048
|
contents[_REeso] = de_VpcEncryptionControlExclusions(output[_rEes], context);
|
|
@@ -60052,8 +60059,8 @@ var de_VpcEncryptionControlExclusion = /* @__PURE__ */ __name((output, context)
|
|
|
60052
60059
|
if (output[_st] != null) {
|
|
60053
60060
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
60054
60061
|
}
|
|
60055
|
-
if (output[
|
|
60056
|
-
contents[
|
|
60062
|
+
if (output[_sMta] != null) {
|
|
60063
|
+
contents[_SMta] = (0, import_smithy_client.expectString)(output[_sMta]);
|
|
60057
60064
|
}
|
|
60058
60065
|
return contents;
|
|
60059
60066
|
}, "de_VpcEncryptionControlExclusion");
|
|
@@ -61767,6 +61774,7 @@ var _GIro = "GroupIds";
|
|
|
61767
61774
|
var _GK = "GreKey";
|
|
61768
61775
|
var _GLBA = "GatewayLoadBalancerArns";
|
|
61769
61776
|
var _GLBEI = "GatewayLoadBalancerEndpointId";
|
|
61777
|
+
var _GLN = "GroupLongName";
|
|
61770
61778
|
var _GLTD = "GetLaunchTemplateData";
|
|
61771
61779
|
var _GM = "GroupMember";
|
|
61772
61780
|
var _GMPLA = "GetManagedPrefixListAssociations";
|
|
@@ -62908,11 +62916,12 @@ var _SKo = "S3objectKey";
|
|
|
62908
62916
|
var _SL = "SpreadLevel";
|
|
62909
62917
|
var _SLGR = "SearchLocalGatewayRoutes";
|
|
62910
62918
|
var _SLo = "S3Location";
|
|
62911
|
-
var _SM = "
|
|
62919
|
+
var _SM = "ServiceManaged";
|
|
62912
62920
|
var _SMPPOLP = "SpotMaxPricePercentageOverLowestPrice";
|
|
62913
62921
|
var _SMS = "SpotMaintenanceStrategies";
|
|
62914
62922
|
var _SMTP = "SpotMaxTotalPrice";
|
|
62915
|
-
var _SMt = "
|
|
62923
|
+
var _SMt = "StatusMessage";
|
|
62924
|
+
var _SMta = "StateMessage";
|
|
62916
62925
|
var _SN = "SessionNumber";
|
|
62917
62926
|
var _SNA = "ServiceNetworkArn";
|
|
62918
62927
|
var _SNIA = "StartNetworkInsightsAnalysis";
|
|
@@ -63896,6 +63905,7 @@ var _gIr = "groupId";
|
|
|
63896
63905
|
var _gK = "greKey";
|
|
63897
63906
|
var _gLBAS = "gatewayLoadBalancerArnSet";
|
|
63898
63907
|
var _gLBEI = "gatewayLoadBalancerEndpointId";
|
|
63908
|
+
var _gLN = "groupLongName";
|
|
63899
63909
|
var _gM = "groupMember";
|
|
63900
63910
|
var _gN = "groupName";
|
|
63901
63911
|
var _gOI = "groupOwnerId";
|
|
@@ -64732,11 +64742,12 @@ var _sK = "s3Key";
|
|
|
64732
64742
|
var _sKo = "s3objectKey";
|
|
64733
64743
|
var _sL = "s3Location";
|
|
64734
64744
|
var _sLp = "spreadLevel";
|
|
64735
|
-
var _sM = "
|
|
64745
|
+
var _sM = "serviceManaged";
|
|
64736
64746
|
var _sMPPOLP = "spotMaxPricePercentageOverLowestPrice";
|
|
64737
64747
|
var _sMS = "spotMaintenanceStrategies";
|
|
64738
64748
|
var _sMTP = "spotMaxTotalPrice";
|
|
64739
|
-
var _sMt = "
|
|
64749
|
+
var _sMt = "statusMessage";
|
|
64750
|
+
var _sMta = "stateMessage";
|
|
64740
64751
|
var _sN = "serviceName";
|
|
64741
64752
|
var _sNA = "serviceNetworkArn";
|
|
64742
64753
|
var _sNN = "serviceNetworkName";
|
|
@@ -65859,6 +65870,10 @@ var DomainType = {
|
|
|
65859
65870
|
standard: "standard",
|
|
65860
65871
|
vpc: "vpc"
|
|
65861
65872
|
};
|
|
65873
|
+
var ServiceManaged = {
|
|
65874
|
+
alb: "alb",
|
|
65875
|
+
nlb: "nlb"
|
|
65876
|
+
};
|
|
65862
65877
|
var AddressAttributeName = {
|
|
65863
65878
|
domain_name: "domain-name"
|
|
65864
65879
|
};
|
|
@@ -66128,10 +66143,6 @@ var CancelSpotInstanceRequestState = {
|
|
|
66128
66143
|
completed: "completed",
|
|
66129
66144
|
open: "open"
|
|
66130
66145
|
};
|
|
66131
|
-
var CapacityReservationDeliveryPreference = {
|
|
66132
|
-
FIXED: "fixed",
|
|
66133
|
-
INCREMENTAL: "incremental"
|
|
66134
|
-
};
|
|
66135
66146
|
var OidcOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
66136
66147
|
...obj,
|
|
66137
66148
|
...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -66901,6 +66912,10 @@ var CreateIpamScopeCommand = class extends import_smithy_client.Command.classBui
|
|
|
66901
66912
|
|
|
66902
66913
|
// src/models/models_1.ts
|
|
66903
66914
|
|
|
66915
|
+
var CapacityReservationDeliveryPreference = {
|
|
66916
|
+
FIXED: "fixed",
|
|
66917
|
+
INCREMENTAL: "incremental"
|
|
66918
|
+
};
|
|
66904
66919
|
var EndDateType = {
|
|
66905
66920
|
limited: "limited",
|
|
66906
66921
|
unlimited: "unlimited"
|
|
@@ -82427,6 +82442,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
82427
82442
|
ActivityStatus,
|
|
82428
82443
|
PrincipalType,
|
|
82429
82444
|
DomainType,
|
|
82445
|
+
ServiceManaged,
|
|
82430
82446
|
AddressAttributeName,
|
|
82431
82447
|
AddressFamily,
|
|
82432
82448
|
AsnAssociationState,
|
|
@@ -82471,7 +82487,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
82471
82487
|
BatchState,
|
|
82472
82488
|
CancelBatchErrorCode,
|
|
82473
82489
|
CancelSpotInstanceRequestState,
|
|
82474
|
-
CapacityReservationDeliveryPreference,
|
|
82475
82490
|
OidcOptionsFilterSensitiveLog,
|
|
82476
82491
|
VerifiedAccessTrustProviderFilterSensitiveLog,
|
|
82477
82492
|
AttachVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
@@ -82482,6 +82497,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
82482
82497
|
BundleInstanceResultFilterSensitiveLog,
|
|
82483
82498
|
CancelBundleTaskResultFilterSensitiveLog,
|
|
82484
82499
|
CopySnapshotRequestFilterSensitiveLog,
|
|
82500
|
+
CapacityReservationDeliveryPreference,
|
|
82485
82501
|
EndDateType,
|
|
82486
82502
|
InstanceMatchCriteria,
|
|
82487
82503
|
CapacityReservationInstancePlatform,
|
|
@@ -214,6 +214,10 @@ export const DomainType = {
|
|
|
214
214
|
standard: "standard",
|
|
215
215
|
vpc: "vpc",
|
|
216
216
|
};
|
|
217
|
+
export const ServiceManaged = {
|
|
218
|
+
alb: "alb",
|
|
219
|
+
nlb: "nlb",
|
|
220
|
+
};
|
|
217
221
|
export const AddressAttributeName = {
|
|
218
222
|
domain_name: "domain-name",
|
|
219
223
|
};
|
|
@@ -483,10 +487,6 @@ export const CancelSpotInstanceRequestState = {
|
|
|
483
487
|
completed: "completed",
|
|
484
488
|
open: "open",
|
|
485
489
|
};
|
|
486
|
-
export const CapacityReservationDeliveryPreference = {
|
|
487
|
-
FIXED: "fixed",
|
|
488
|
-
INCREMENTAL: "incremental",
|
|
489
|
-
};
|
|
490
490
|
export const OidcOptionsFilterSensitiveLog = (obj) => ({
|
|
491
491
|
...obj,
|
|
492
492
|
...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
|