@aws-sdk/client-ec2 3.758.0 → 3.764.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 +387 -282
- package/dist-es/commands/CreateVpnConnectionCommand.js +2 -1
- package/dist-es/models/models_0.js +4 -4
- package/dist-es/models/models_1.js +23 -4
- package/dist-es/models/models_2.js +4 -9
- package/dist-es/models/models_3.js +10 -15
- package/dist-es/models/models_4.js +15 -0
- package/dist-es/models/models_5.js +1 -1
- package/dist-es/models/models_6.js +0 -6
- package/dist-es/models/models_7.js +7 -1
- package/dist-es/protocols/Aws_ec2.js +139 -64
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +37 -2
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +37 -2
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -2
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +2 -1
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVpcsCommand.d.ts +37 -2
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +3 -1
- package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -2
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +20 -12
- package/dist-types/models/models_1.d.ts +86 -233
- package/dist-types/models/models_2.d.ts +236 -253
- package/dist-types/models/models_3.d.ts +248 -243
- package/dist-types/models/models_4.d.ts +247 -197
- package/dist-types/models/models_5.d.ts +198 -120
- package/dist-types/models/models_6.d.ts +119 -132
- package/dist-types/models/models_7.d.ts +134 -148
- package/dist-types/models/models_8.d.ts +145 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +7 -6
- package/dist-types/ts3.4/models/models_1.d.ts +52 -40
- package/dist-types/ts3.4/models/models_2.d.ts +40 -59
- package/dist-types/ts3.4/models/models_3.d.ts +66 -57
- package/dist-types/ts3.4/models/models_4.d.ts +60 -42
- package/dist-types/ts3.4/models/models_5.d.ts +45 -38
- package/dist-types/ts3.4/models/models_6.d.ts +35 -39
- package/dist-types/ts3.4/models/models_7.d.ts +38 -37
- package/dist-types/ts3.4/models/models_8.d.ts +34 -1
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -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,
|
|
@@ -1115,6 +1116,9 @@ __export(src_exports, {
|
|
|
1115
1116
|
VpcBlockPublicAccessExclusionsAllowed: () => VpcBlockPublicAccessExclusionsAllowed,
|
|
1116
1117
|
VpcBlockPublicAccessState: () => VpcBlockPublicAccessState,
|
|
1117
1118
|
VpcCidrBlockStateCode: () => VpcCidrBlockStateCode,
|
|
1119
|
+
VpcEncryptionControlExclusionState: () => VpcEncryptionControlExclusionState,
|
|
1120
|
+
VpcEncryptionControlMode: () => VpcEncryptionControlMode,
|
|
1121
|
+
VpcEncryptionControlState: () => VpcEncryptionControlState,
|
|
1118
1122
|
VpcEndpointType: () => VpcEndpointType,
|
|
1119
1123
|
VpcPeeringConnectionStateReasonCode: () => VpcPeeringConnectionStateReasonCode,
|
|
1120
1124
|
VpcState: () => VpcState,
|
|
@@ -39442,6 +39446,9 @@ var de_Address = /* @__PURE__ */ __name((output, context) => {
|
|
|
39442
39446
|
if (output[_cI] != null) {
|
|
39443
39447
|
contents[_CIa] = (0, import_smithy_client.expectString)(output[_cI]);
|
|
39444
39448
|
}
|
|
39449
|
+
if (output[_sM] != null) {
|
|
39450
|
+
contents[_SM] = (0, import_smithy_client.expectString)(output[_sM]);
|
|
39451
|
+
}
|
|
39445
39452
|
if (output[_iI] != null) {
|
|
39446
39453
|
contents[_IIn] = (0, import_smithy_client.expectString)(output[_iI]);
|
|
39447
39454
|
}
|
|
@@ -39788,8 +39795,8 @@ var de_AsnAssociation = /* @__PURE__ */ __name((output, context) => {
|
|
|
39788
39795
|
if (output[_ci] != null) {
|
|
39789
39796
|
contents[_C] = (0, import_smithy_client.expectString)(output[_ci]);
|
|
39790
39797
|
}
|
|
39791
|
-
if (output[
|
|
39792
|
-
contents[
|
|
39798
|
+
if (output[_sMt] != null) {
|
|
39799
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
39793
39800
|
}
|
|
39794
39801
|
if (output[_st] != null) {
|
|
39795
39802
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
@@ -40409,8 +40416,8 @@ var de_Byoasn = /* @__PURE__ */ __name((output, context) => {
|
|
|
40409
40416
|
if (output[_iIp] != null) {
|
|
40410
40417
|
contents[_IIp] = (0, import_smithy_client.expectString)(output[_iIp]);
|
|
40411
40418
|
}
|
|
40412
|
-
if (output[
|
|
40413
|
-
contents[
|
|
40419
|
+
if (output[_sMt] != null) {
|
|
40420
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
40414
40421
|
}
|
|
40415
40422
|
if (output[_st] != null) {
|
|
40416
40423
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
@@ -40435,8 +40442,8 @@ var de_ByoipCidr = /* @__PURE__ */ __name((output, context) => {
|
|
|
40435
40442
|
} else if (output[_aAS] != null && output[_aAS][_i] != null) {
|
|
40436
40443
|
contents[_AAsns] = de_AsnAssociationSet((0, import_smithy_client.getArrayIfSingleItem)(output[_aAS][_i]), context);
|
|
40437
40444
|
}
|
|
40438
|
-
if (output[
|
|
40439
|
-
contents[
|
|
40445
|
+
if (output[_sMt] != null) {
|
|
40446
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
40440
40447
|
}
|
|
40441
40448
|
if (output[_st] != null) {
|
|
40442
40449
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
@@ -40868,8 +40875,8 @@ var de_CapacityReservationBillingRequest = /* @__PURE__ */ __name((output, conte
|
|
|
40868
40875
|
if (output[_sta] != null) {
|
|
40869
40876
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
40870
40877
|
}
|
|
40871
|
-
if (output[
|
|
40872
|
-
contents[
|
|
40878
|
+
if (output[_sMt] != null) {
|
|
40879
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
40873
40880
|
}
|
|
40874
40881
|
if (output[_cRIa] != null) {
|
|
40875
40882
|
contents[_CRIap] = de_CapacityReservationInfo(output[_cRIa], context);
|
|
@@ -41604,8 +41611,8 @@ var de_ConversionTask = /* @__PURE__ */ __name((output, context) => {
|
|
|
41604
41611
|
if (output[_st] != null) {
|
|
41605
41612
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
41606
41613
|
}
|
|
41607
|
-
if (output[
|
|
41608
|
-
contents[
|
|
41614
|
+
if (output[_sMt] != null) {
|
|
41615
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
41609
41616
|
}
|
|
41610
41617
|
if (output.tagSet === "") {
|
|
41611
41618
|
contents[_Ta] = [];
|
|
@@ -45856,8 +45863,8 @@ var de_Ec2InstanceConnectEndpoint = /* @__PURE__ */ __name((output, context) =>
|
|
|
45856
45863
|
if (output[_st] != null) {
|
|
45857
45864
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
45858
45865
|
}
|
|
45859
|
-
if (output[
|
|
45860
|
-
contents[
|
|
45866
|
+
if (output[_sMta] != null) {
|
|
45867
|
+
contents[_SMta] = (0, import_smithy_client.expectString)(output[_sMta]);
|
|
45861
45868
|
}
|
|
45862
45869
|
if (output[_dNn] != null) {
|
|
45863
45870
|
contents[_DNn] = (0, import_smithy_client.expectString)(output[_dNn]);
|
|
@@ -46530,8 +46537,8 @@ var de_ExportImageResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
46530
46537
|
if (output[_sta] != null) {
|
|
46531
46538
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
46532
46539
|
}
|
|
46533
|
-
if (output[
|
|
46534
|
-
contents[
|
|
46540
|
+
if (output[_sMt] != null) {
|
|
46541
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
46535
46542
|
}
|
|
46536
46543
|
if (output.tagSet === "") {
|
|
46537
46544
|
contents[_Ta] = [];
|
|
@@ -46560,8 +46567,8 @@ var de_ExportImageTask = /* @__PURE__ */ __name((output, context) => {
|
|
|
46560
46567
|
if (output[_sta] != null) {
|
|
46561
46568
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
46562
46569
|
}
|
|
46563
|
-
if (output[
|
|
46564
|
-
contents[
|
|
46570
|
+
if (output[_sMt] != null) {
|
|
46571
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
46565
46572
|
}
|
|
46566
46573
|
if (output.tagSet === "") {
|
|
46567
46574
|
contents[_Ta] = [];
|
|
@@ -46592,8 +46599,8 @@ var de_ExportTask = /* @__PURE__ */ __name((output, context) => {
|
|
|
46592
46599
|
if (output[_st] != null) {
|
|
46593
46600
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
46594
46601
|
}
|
|
46595
|
-
if (output[
|
|
46596
|
-
contents[
|
|
46602
|
+
if (output[_sMt] != null) {
|
|
46603
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
46597
46604
|
}
|
|
46598
46605
|
if (output.tagSet === "") {
|
|
46599
46606
|
contents[_Ta] = [];
|
|
@@ -48587,8 +48594,8 @@ var de_ImportImageResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
48587
48594
|
if (output[_sta] != null) {
|
|
48588
48595
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
48589
48596
|
}
|
|
48590
|
-
if (output[
|
|
48591
|
-
contents[
|
|
48597
|
+
if (output[_sMt] != null) {
|
|
48598
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
48592
48599
|
}
|
|
48593
48600
|
if (output.licenseSpecifications === "") {
|
|
48594
48601
|
contents[_LSi] = [];
|
|
@@ -48645,8 +48652,8 @@ var de_ImportImageTask = /* @__PURE__ */ __name((output, context) => {
|
|
|
48645
48652
|
if (output[_sta] != null) {
|
|
48646
48653
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
48647
48654
|
}
|
|
48648
|
-
if (output[
|
|
48649
|
-
contents[
|
|
48655
|
+
if (output[_sMt] != null) {
|
|
48656
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
48650
48657
|
}
|
|
48651
48658
|
if (output.tagSet === "") {
|
|
48652
48659
|
contents[_Ta] = [];
|
|
@@ -48713,8 +48720,8 @@ var de_ImportInstanceVolumeDetailItem = /* @__PURE__ */ __name((output, context)
|
|
|
48713
48720
|
if (output[_sta] != null) {
|
|
48714
48721
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
48715
48722
|
}
|
|
48716
|
-
if (output[
|
|
48717
|
-
contents[
|
|
48723
|
+
if (output[_sMt] != null) {
|
|
48724
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
48718
48725
|
}
|
|
48719
48726
|
if (output[_vol] != null) {
|
|
48720
48727
|
contents[_Vo] = de_DiskImageVolumeDescription(output[_vol], context);
|
|
@@ -50240,8 +50247,8 @@ var de_Ipam = /* @__PURE__ */ __name((output, context) => {
|
|
|
50240
50247
|
if (output[_rDAC] != null) {
|
|
50241
50248
|
contents[_RDAC] = (0, import_smithy_client.strictParseInt32)(output[_rDAC]);
|
|
50242
50249
|
}
|
|
50243
|
-
if (output[
|
|
50244
|
-
contents[
|
|
50250
|
+
if (output[_sMta] != null) {
|
|
50251
|
+
contents[_SMta] = (0, import_smithy_client.expectString)(output[_sMta]);
|
|
50245
50252
|
}
|
|
50246
50253
|
if (output[_tie] != null) {
|
|
50247
50254
|
contents[_Ti] = (0, import_smithy_client.expectString)(output[_tie]);
|
|
@@ -50554,8 +50561,8 @@ var de_IpamPool = /* @__PURE__ */ __name((output, context) => {
|
|
|
50554
50561
|
if (output[_st] != null) {
|
|
50555
50562
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
50556
50563
|
}
|
|
50557
|
-
if (output[
|
|
50558
|
-
contents[
|
|
50564
|
+
if (output[_sMta] != null) {
|
|
50565
|
+
contents[_SMta] = (0, import_smithy_client.expectString)(output[_sMta]);
|
|
50559
50566
|
}
|
|
50560
50567
|
if (output[_de] != null) {
|
|
50561
50568
|
contents[_De] = (0, import_smithy_client.expectString)(output[_de]);
|
|
@@ -52195,8 +52202,8 @@ var de_ManagedPrefixList = /* @__PURE__ */ __name((output, context) => {
|
|
|
52195
52202
|
if (output[_st] != null) {
|
|
52196
52203
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
52197
52204
|
}
|
|
52198
|
-
if (output[
|
|
52199
|
-
contents[
|
|
52205
|
+
if (output[_sMta] != null) {
|
|
52206
|
+
contents[_SMta] = (0, import_smithy_client.expectString)(output[_sMta]);
|
|
52200
52207
|
}
|
|
52201
52208
|
if (output[_pLA] != null) {
|
|
52202
52209
|
contents[_PLAr] = (0, import_smithy_client.expectString)(output[_pLA]);
|
|
@@ -53162,8 +53169,8 @@ var de_NetworkInsightsAccessScopeAnalysis = /* @__PURE__ */ __name((output, cont
|
|
|
53162
53169
|
if (output[_sta] != null) {
|
|
53163
53170
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
53164
53171
|
}
|
|
53165
|
-
if (output[
|
|
53166
|
-
contents[
|
|
53172
|
+
if (output[_sMt] != null) {
|
|
53173
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
53167
53174
|
}
|
|
53168
53175
|
if (output[_wM] != null) {
|
|
53169
53176
|
contents[_WM] = (0, import_smithy_client.expectString)(output[_wM]);
|
|
@@ -53241,8 +53248,8 @@ var de_NetworkInsightsAnalysis = /* @__PURE__ */ __name((output, context) => {
|
|
|
53241
53248
|
if (output[_sta] != null) {
|
|
53242
53249
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
53243
53250
|
}
|
|
53244
|
-
if (output[
|
|
53245
|
-
contents[
|
|
53251
|
+
if (output[_sMt] != null) {
|
|
53252
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
53246
53253
|
}
|
|
53247
53254
|
if (output[_wM] != null) {
|
|
53248
53255
|
contents[_WM] = (0, import_smithy_client.expectString)(output[_wM]);
|
|
@@ -53563,8 +53570,8 @@ var de_NetworkInterfacePermissionState = /* @__PURE__ */ __name((output, context
|
|
|
53563
53570
|
if (output[_st] != null) {
|
|
53564
53571
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
53565
53572
|
}
|
|
53566
|
-
if (output[
|
|
53567
|
-
contents[
|
|
53573
|
+
if (output[_sMt] != null) {
|
|
53574
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
53568
53575
|
}
|
|
53569
53576
|
return contents;
|
|
53570
53577
|
}, "de_NetworkInterfacePermissionState");
|
|
@@ -55009,8 +55016,8 @@ var de_ReservedInstancesListing = /* @__PURE__ */ __name((output, context) => {
|
|
|
55009
55016
|
if (output[_sta] != null) {
|
|
55010
55017
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
55011
55018
|
}
|
|
55012
|
-
if (output[
|
|
55013
|
-
contents[
|
|
55019
|
+
if (output[_sMt] != null) {
|
|
55020
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
55014
55021
|
}
|
|
55015
55022
|
if (output.tagSet === "") {
|
|
55016
55023
|
contents[_Ta] = [];
|
|
@@ -55054,8 +55061,8 @@ var de_ReservedInstancesModification = /* @__PURE__ */ __name((output, context)
|
|
|
55054
55061
|
if (output[_sta] != null) {
|
|
55055
55062
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
55056
55063
|
}
|
|
55057
|
-
if (output[
|
|
55058
|
-
contents[
|
|
55064
|
+
if (output[_sMt] != null) {
|
|
55065
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
55059
55066
|
}
|
|
55060
55067
|
if (output[_uDpd] != null) {
|
|
55061
55068
|
contents[_UDpd] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_uDpd]));
|
|
@@ -55612,8 +55619,8 @@ var de_RouteTableAssociationState = /* @__PURE__ */ __name((output, context) =>
|
|
|
55612
55619
|
if (output[_st] != null) {
|
|
55613
55620
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
55614
55621
|
}
|
|
55615
|
-
if (output[
|
|
55616
|
-
contents[
|
|
55622
|
+
if (output[_sMt] != null) {
|
|
55623
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
55617
55624
|
}
|
|
55618
55625
|
return contents;
|
|
55619
55626
|
}, "de_RouteTableAssociationState");
|
|
@@ -56262,8 +56269,8 @@ var de_Snapshot = /* @__PURE__ */ __name((output, context) => {
|
|
|
56262
56269
|
if (output[_sta] != null) {
|
|
56263
56270
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
56264
56271
|
}
|
|
56265
|
-
if (output[
|
|
56266
|
-
contents[
|
|
56272
|
+
if (output[_sMt] != null) {
|
|
56273
|
+
contents[_SMta] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
56267
56274
|
}
|
|
56268
56275
|
if (output[_sT] != null) {
|
|
56269
56276
|
contents[_STt] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_sT]));
|
|
@@ -56314,8 +56321,8 @@ var de_SnapshotDetail = /* @__PURE__ */ __name((output, context) => {
|
|
|
56314
56321
|
if (output[_sta] != null) {
|
|
56315
56322
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
56316
56323
|
}
|
|
56317
|
-
if (output[
|
|
56318
|
-
contents[
|
|
56324
|
+
if (output[_sMt] != null) {
|
|
56325
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
56319
56326
|
}
|
|
56320
56327
|
if (output[_ur] != null) {
|
|
56321
56328
|
contents[_U] = (0, import_smithy_client.expectString)(output[_ur]);
|
|
@@ -56435,8 +56442,8 @@ var de_SnapshotTaskDetail = /* @__PURE__ */ __name((output, context) => {
|
|
|
56435
56442
|
if (output[_sta] != null) {
|
|
56436
56443
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
56437
56444
|
}
|
|
56438
|
-
if (output[
|
|
56439
|
-
contents[
|
|
56445
|
+
if (output[_sMt] != null) {
|
|
56446
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
56440
56447
|
}
|
|
56441
56448
|
if (output[_ur] != null) {
|
|
56442
56449
|
contents[_U] = (0, import_smithy_client.expectString)(output[_ur]);
|
|
@@ -57169,8 +57176,8 @@ var de_SubnetCidrBlockState = /* @__PURE__ */ __name((output, context) => {
|
|
|
57169
57176
|
if (output[_st] != null) {
|
|
57170
57177
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
57171
57178
|
}
|
|
57172
|
-
if (output[
|
|
57173
|
-
contents[
|
|
57179
|
+
if (output[_sMt] != null) {
|
|
57180
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
57174
57181
|
}
|
|
57175
57182
|
return contents;
|
|
57176
57183
|
}, "de_SubnetCidrBlockState");
|
|
@@ -59541,8 +59548,8 @@ var de_VgwTelemetry = /* @__PURE__ */ __name((output, context) => {
|
|
|
59541
59548
|
if (output[_sta] != null) {
|
|
59542
59549
|
contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
|
|
59543
59550
|
}
|
|
59544
|
-
if (output[
|
|
59545
|
-
contents[
|
|
59551
|
+
if (output[_sMt] != null) {
|
|
59552
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
59546
59553
|
}
|
|
59547
59554
|
if (output[_cAe] != null) {
|
|
59548
59555
|
contents[_CA] = (0, import_smithy_client.expectString)(output[_cAe]);
|
|
@@ -59667,8 +59674,8 @@ var de_VolumeModification = /* @__PURE__ */ __name((output, context) => {
|
|
|
59667
59674
|
if (output[_mSod] != null) {
|
|
59668
59675
|
contents[_MSod] = (0, import_smithy_client.expectString)(output[_mSod]);
|
|
59669
59676
|
}
|
|
59670
|
-
if (output[
|
|
59671
|
-
contents[
|
|
59677
|
+
if (output[_sMt] != null) {
|
|
59678
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
59672
59679
|
}
|
|
59673
59680
|
if (output[_tSar] != null) {
|
|
59674
59681
|
contents[_TSar] = (0, import_smithy_client.strictParseInt32)(output[_tSar]);
|
|
@@ -59863,6 +59870,9 @@ var de_Vpc = /* @__PURE__ */ __name((output, context) => {
|
|
|
59863
59870
|
if (output[_iDs] != null) {
|
|
59864
59871
|
contents[_IDs] = (0, import_smithy_client.parseBoolean)(output[_iDs]);
|
|
59865
59872
|
}
|
|
59873
|
+
if (output[_eCn] != null) {
|
|
59874
|
+
contents[_ECn] = de_VpcEncryptionControl(output[_eCn], context);
|
|
59875
|
+
}
|
|
59866
59876
|
if (output.tagSet === "") {
|
|
59867
59877
|
contents[_Ta] = [];
|
|
59868
59878
|
} else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
@@ -59989,8 +59999,8 @@ var de_VpcCidrBlockState = /* @__PURE__ */ __name((output, context) => {
|
|
|
59989
59999
|
if (output[_st] != null) {
|
|
59990
60000
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
59991
60001
|
}
|
|
59992
|
-
if (output[
|
|
59993
|
-
contents[
|
|
60002
|
+
if (output[_sMt] != null) {
|
|
60003
|
+
contents[_SMt] = (0, import_smithy_client.expectString)(output[_sMt]);
|
|
59994
60004
|
}
|
|
59995
60005
|
return contents;
|
|
59996
60006
|
}, "de_VpcCidrBlockState");
|
|
@@ -60014,6 +60024,62 @@ var de_VpcClassicLinkList = /* @__PURE__ */ __name((output, context) => {
|
|
|
60014
60024
|
return de_VpcClassicLink(entry, context);
|
|
60015
60025
|
});
|
|
60016
60026
|
}, "de_VpcClassicLinkList");
|
|
60027
|
+
var de_VpcEncryptionControl = /* @__PURE__ */ __name((output, context) => {
|
|
60028
|
+
const contents = {};
|
|
60029
|
+
if (output[_vI] != null) {
|
|
60030
|
+
contents[_VI] = (0, import_smithy_client.expectString)(output[_vI]);
|
|
60031
|
+
}
|
|
60032
|
+
if (output[_vECI] != null) {
|
|
60033
|
+
contents[_VECI] = (0, import_smithy_client.expectString)(output[_vECI]);
|
|
60034
|
+
}
|
|
60035
|
+
if (output[_mod] != null) {
|
|
60036
|
+
contents[_Mo] = (0, import_smithy_client.expectString)(output[_mod]);
|
|
60037
|
+
}
|
|
60038
|
+
if (output[_st] != null) {
|
|
60039
|
+
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
60040
|
+
}
|
|
60041
|
+
if (output[_sMta] != null) {
|
|
60042
|
+
contents[_SMta] = (0, import_smithy_client.expectString)(output[_sMta]);
|
|
60043
|
+
}
|
|
60044
|
+
if (output[_rEes] != null) {
|
|
60045
|
+
contents[_REeso] = de_VpcEncryptionControlExclusions(output[_rEes], context);
|
|
60046
|
+
}
|
|
60047
|
+
if (output.tagSet === "") {
|
|
60048
|
+
contents[_Ta] = [];
|
|
60049
|
+
} else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
60050
|
+
contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
|
|
60051
|
+
}
|
|
60052
|
+
return contents;
|
|
60053
|
+
}, "de_VpcEncryptionControl");
|
|
60054
|
+
var de_VpcEncryptionControlExclusion = /* @__PURE__ */ __name((output, context) => {
|
|
60055
|
+
const contents = {};
|
|
60056
|
+
if (output[_st] != null) {
|
|
60057
|
+
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
60058
|
+
}
|
|
60059
|
+
if (output[_sMta] != null) {
|
|
60060
|
+
contents[_SMta] = (0, import_smithy_client.expectString)(output[_sMta]);
|
|
60061
|
+
}
|
|
60062
|
+
return contents;
|
|
60063
|
+
}, "de_VpcEncryptionControlExclusion");
|
|
60064
|
+
var de_VpcEncryptionControlExclusions = /* @__PURE__ */ __name((output, context) => {
|
|
60065
|
+
const contents = {};
|
|
60066
|
+
if (output[_iG] != null) {
|
|
60067
|
+
contents[_IGn] = de_VpcEncryptionControlExclusion(output[_iG], context);
|
|
60068
|
+
}
|
|
60069
|
+
if (output[_eOIG] != null) {
|
|
60070
|
+
contents[_EOIG] = de_VpcEncryptionControlExclusion(output[_eOIG], context);
|
|
60071
|
+
}
|
|
60072
|
+
if (output[_nG] != null) {
|
|
60073
|
+
contents[_NG] = de_VpcEncryptionControlExclusion(output[_nG], context);
|
|
60074
|
+
}
|
|
60075
|
+
if (output[_vPG] != null) {
|
|
60076
|
+
contents[_VPG] = de_VpcEncryptionControlExclusion(output[_vPG], context);
|
|
60077
|
+
}
|
|
60078
|
+
if (output[_vPpc] != null) {
|
|
60079
|
+
contents[_VPpc] = de_VpcEncryptionControlExclusion(output[_vPpc], context);
|
|
60080
|
+
}
|
|
60081
|
+
return contents;
|
|
60082
|
+
}, "de_VpcEncryptionControlExclusions");
|
|
60017
60083
|
var de_VpcEndpoint = /* @__PURE__ */ __name((output, context) => {
|
|
60018
60084
|
const contents = {};
|
|
60019
60085
|
if (output[_vEI] != null) {
|
|
@@ -60191,8 +60257,8 @@ var de_VpcEndpointConnection = /* @__PURE__ */ __name((output, context) => {
|
|
|
60191
60257
|
if (output[_iAT] != null) {
|
|
60192
60258
|
contents[_IAT] = (0, import_smithy_client.expectString)(output[_iAT]);
|
|
60193
60259
|
}
|
|
60194
|
-
if (output[
|
|
60195
|
-
contents[
|
|
60260
|
+
if (output[_vECIp] != null) {
|
|
60261
|
+
contents[_VECIp] = (0, import_smithy_client.expectString)(output[_vECIp]);
|
|
60196
60262
|
}
|
|
60197
60263
|
if (output.tagSet === "") {
|
|
60198
60264
|
contents[_Ta] = [];
|
|
@@ -61486,6 +61552,7 @@ var _EC = "ErrorCode";
|
|
|
61486
61552
|
var _ECTP = "ExcessCapacityTerminationPolicy";
|
|
61487
61553
|
var _ECVCC = "ExportClientVpnClientConfiguration";
|
|
61488
61554
|
var _ECVCCRL = "ExportClientVpnClientCertificateRevocationList";
|
|
61555
|
+
var _ECn = "EncryptionControl";
|
|
61489
61556
|
var _ECx = "ExplanationCode";
|
|
61490
61557
|
var _ED = "EndDate";
|
|
61491
61558
|
var _EDH = "EnableDnsHostnames";
|
|
@@ -62588,6 +62655,7 @@ var _REDKKI = "ResetEbsDefaultKmsKeyId";
|
|
|
62588
62655
|
var _RET = "RestoreExpiryTime";
|
|
62589
62656
|
var _REe = "RemoveEntries";
|
|
62590
62657
|
var _REes = "ResponseError";
|
|
62658
|
+
var _REeso = "ResourceExclusions";
|
|
62591
62659
|
var _RF = "RemoveFields";
|
|
62592
62660
|
var _RFIA = "ResetFpgaImageAttribute";
|
|
62593
62661
|
var _RFP = "RekeyFuzzPercentage";
|
|
@@ -62844,11 +62912,12 @@ var _SKo = "S3objectKey";
|
|
|
62844
62912
|
var _SL = "SpreadLevel";
|
|
62845
62913
|
var _SLGR = "SearchLocalGatewayRoutes";
|
|
62846
62914
|
var _SLo = "S3Location";
|
|
62847
|
-
var _SM = "
|
|
62915
|
+
var _SM = "ServiceManaged";
|
|
62848
62916
|
var _SMPPOLP = "SpotMaxPricePercentageOverLowestPrice";
|
|
62849
62917
|
var _SMS = "SpotMaintenanceStrategies";
|
|
62850
62918
|
var _SMTP = "SpotMaxTotalPrice";
|
|
62851
|
-
var _SMt = "
|
|
62919
|
+
var _SMt = "StatusMessage";
|
|
62920
|
+
var _SMta = "StateMessage";
|
|
62852
62921
|
var _SN = "SessionNumber";
|
|
62853
62922
|
var _SNA = "ServiceNetworkArn";
|
|
62854
62923
|
var _SNIA = "StartNetworkInsightsAnalysis";
|
|
@@ -63186,7 +63255,8 @@ var _VD = "VersionDescription";
|
|
|
63186
63255
|
var _VE = "VpcEndpoint";
|
|
63187
63256
|
var _VEA = "VpcEndpointAssociations";
|
|
63188
63257
|
var _VEC = "VpcEndpointConnections";
|
|
63189
|
-
var _VECI = "
|
|
63258
|
+
var _VECI = "VpcEncryptionControlId";
|
|
63259
|
+
var _VECIp = "VpcEndpointConnectionId";
|
|
63190
63260
|
var _VEI = "VpcEndpointIds";
|
|
63191
63261
|
var _VEIp = "VpcEndpointId";
|
|
63192
63262
|
var _VEO = "VpcEndpointOwner";
|
|
@@ -63222,7 +63292,9 @@ var _VPC = "VpcPeeringConnection";
|
|
|
63222
63292
|
var _VPCI = "VpcPeeringConnectionId";
|
|
63223
63293
|
var _VPCIp = "VpcPeeringConnectionIds";
|
|
63224
63294
|
var _VPCp = "VpcPeeringConnections";
|
|
63295
|
+
var _VPG = "VirtualPrivateGateway";
|
|
63225
63296
|
var _VPp = "VpnProtocol";
|
|
63297
|
+
var _VPpc = "VpcPeering";
|
|
63226
63298
|
var _VS = "VolumeSize";
|
|
63227
63299
|
var _VSo = "VolumeStatuses";
|
|
63228
63300
|
var _VSol = "VolumeStatus";
|
|
@@ -63680,6 +63752,7 @@ var _eAn = "enableAcceleration";
|
|
|
63680
63752
|
var _eB = "egressBytes";
|
|
63681
63753
|
var _eC = "errorCode";
|
|
63682
63754
|
var _eCTP = "excessCapacityTerminationPolicy";
|
|
63755
|
+
var _eCn = "encryptionControl";
|
|
63683
63756
|
var _eCx = "explanationCode";
|
|
63684
63757
|
var _eD = "endDate";
|
|
63685
63758
|
var _eDH = "enableDnsHostnames";
|
|
@@ -64487,6 +64560,7 @@ var _rE = "responseError";
|
|
|
64487
64560
|
var _rET = "restoreExpiryTime";
|
|
64488
64561
|
var _rEd = "rdsEndpoint";
|
|
64489
64562
|
var _rEe = "regionEndpoint";
|
|
64563
|
+
var _rEes = "resourceExclusions";
|
|
64490
64564
|
var _rFP = "rekeyFuzzPercentage";
|
|
64491
64565
|
var _rGA = "ruleGroupArn";
|
|
64492
64566
|
var _rGI = "referencedGroupId";
|
|
@@ -64663,11 +64737,12 @@ var _sK = "s3Key";
|
|
|
64663
64737
|
var _sKo = "s3objectKey";
|
|
64664
64738
|
var _sL = "s3Location";
|
|
64665
64739
|
var _sLp = "spreadLevel";
|
|
64666
|
-
var _sM = "
|
|
64740
|
+
var _sM = "serviceManaged";
|
|
64667
64741
|
var _sMPPOLP = "spotMaxPricePercentageOverLowestPrice";
|
|
64668
64742
|
var _sMS = "spotMaintenanceStrategies";
|
|
64669
64743
|
var _sMTP = "spotMaxTotalPrice";
|
|
64670
|
-
var _sMt = "
|
|
64744
|
+
var _sMt = "statusMessage";
|
|
64745
|
+
var _sMta = "stateMessage";
|
|
64671
64746
|
var _sN = "serviceName";
|
|
64672
64747
|
var _sNA = "serviceNetworkArn";
|
|
64673
64748
|
var _sNN = "serviceNetworkName";
|
|
@@ -64945,7 +65020,8 @@ var _vCa = "validCores";
|
|
|
64945
65020
|
var _vD = "versionDescription";
|
|
64946
65021
|
var _vE = "vpcEndpoint";
|
|
64947
65022
|
var _vEAS = "vpcEndpointAssociationSet";
|
|
64948
|
-
var _vECI = "
|
|
65023
|
+
var _vECI = "vpcEncryptionControlId";
|
|
65024
|
+
var _vECIp = "vpcEndpointConnectionId";
|
|
64949
65025
|
var _vECS = "vpcEndpointConnectionSet";
|
|
64950
65026
|
var _vEI = "vpcEndpointId";
|
|
64951
65027
|
var _vEO = "vpcEndpointOwner";
|
|
@@ -64975,7 +65051,9 @@ var _vP = "vpnProtocol";
|
|
|
64975
65051
|
var _vPC = "vpcPeeringConnection";
|
|
64976
65052
|
var _vPCI = "vpcPeeringConnectionId";
|
|
64977
65053
|
var _vPCS = "vpcPeeringConnectionSet";
|
|
65054
|
+
var _vPG = "virtualPrivateGateway";
|
|
64978
65055
|
var _vPp = "vpnPort";
|
|
65056
|
+
var _vPpc = "vpcPeering";
|
|
64979
65057
|
var _vS = "volumeSet";
|
|
64980
65058
|
var _vSS = "volumeStatusSet";
|
|
64981
65059
|
var _vSa = "valueSet";
|
|
@@ -65787,6 +65865,10 @@ var DomainType = {
|
|
|
65787
65865
|
standard: "standard",
|
|
65788
65866
|
vpc: "vpc"
|
|
65789
65867
|
};
|
|
65868
|
+
var ServiceManaged = {
|
|
65869
|
+
alb: "alb",
|
|
65870
|
+
nlb: "nlb"
|
|
65871
|
+
};
|
|
65790
65872
|
var AddressAttributeName = {
|
|
65791
65873
|
domain_name: "domain-name"
|
|
65792
65874
|
};
|
|
@@ -66056,10 +66138,6 @@ var CancelSpotInstanceRequestState = {
|
|
|
66056
66138
|
completed: "completed",
|
|
66057
66139
|
open: "open"
|
|
66058
66140
|
};
|
|
66059
|
-
var CapacityReservationDeliveryPreference = {
|
|
66060
|
-
FIXED: "fixed",
|
|
66061
|
-
INCREMENTAL: "incremental"
|
|
66062
|
-
};
|
|
66063
66141
|
var OidcOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
66064
66142
|
...obj,
|
|
66065
66143
|
...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -66829,6 +66907,10 @@ var CreateIpamScopeCommand = class extends import_smithy_client.Command.classBui
|
|
|
66829
66907
|
|
|
66830
66908
|
// src/models/models_1.ts
|
|
66831
66909
|
|
|
66910
|
+
var CapacityReservationDeliveryPreference = {
|
|
66911
|
+
FIXED: "fixed",
|
|
66912
|
+
INCREMENTAL: "incremental"
|
|
66913
|
+
};
|
|
66832
66914
|
var EndDateType = {
|
|
66833
66915
|
limited: "limited",
|
|
66834
66916
|
unlimited: "unlimited"
|
|
@@ -67824,6 +67906,25 @@ var SubnetState = {
|
|
|
67824
67906
|
pending: "pending",
|
|
67825
67907
|
unavailable: "unavailable"
|
|
67826
67908
|
};
|
|
67909
|
+
var VpcEncryptionControlMode = {
|
|
67910
|
+
enforce: "enforce",
|
|
67911
|
+
monitor: "monitor"
|
|
67912
|
+
};
|
|
67913
|
+
var VpcEncryptionControlExclusionState = {
|
|
67914
|
+
disabled: "disabled",
|
|
67915
|
+
disabling: "disabling",
|
|
67916
|
+
enabled: "enabled",
|
|
67917
|
+
enabling: "enabling"
|
|
67918
|
+
};
|
|
67919
|
+
var VpcEncryptionControlState = {
|
|
67920
|
+
available: "available",
|
|
67921
|
+
deleted: "deleted",
|
|
67922
|
+
deleting: "deleting",
|
|
67923
|
+
enforce_failed: "enforce-failed",
|
|
67924
|
+
enforce_in_progress: "enforce-in-progress",
|
|
67925
|
+
monitor_failed: "monitor-failed",
|
|
67926
|
+
monitor_in_progress: "monitor-in-progress"
|
|
67927
|
+
};
|
|
67827
67928
|
var Tenancy = {
|
|
67828
67929
|
dedicated: "dedicated",
|
|
67829
67930
|
default: "default",
|
|
@@ -68128,10 +68229,6 @@ var LocalGatewayRouteType = {
|
|
|
68128
68229
|
propagated: "propagated",
|
|
68129
68230
|
static: "static"
|
|
68130
68231
|
};
|
|
68131
|
-
var LocalGatewayRouteTableMode = {
|
|
68132
|
-
coip: "coip",
|
|
68133
|
-
direct_vpc_routing: "direct-vpc-routing"
|
|
68134
|
-
};
|
|
68135
68232
|
var KeyPairFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
68136
68233
|
...obj,
|
|
68137
68234
|
...obj.KeyMaterial && { KeyMaterial: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -68893,6 +68990,10 @@ var CreateVerifiedAccessInstanceCommand = class extends import_smithy_client.Com
|
|
|
68893
68990
|
|
|
68894
68991
|
// src/models/models_2.ts
|
|
68895
68992
|
|
|
68993
|
+
var LocalGatewayRouteTableMode = {
|
|
68994
|
+
coip: "coip",
|
|
68995
|
+
direct_vpc_routing: "direct-vpc-routing"
|
|
68996
|
+
};
|
|
68896
68997
|
var PrefixListState = {
|
|
68897
68998
|
create_complete: "create-complete",
|
|
68898
68999
|
create_failed: "create-failed",
|
|
@@ -69322,15 +69423,6 @@ var VpnConnectionOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
69322
69423
|
...obj,
|
|
69323
69424
|
...obj.TunnelOptions && { TunnelOptions: obj.TunnelOptions.map((item) => TunnelOptionFilterSensitiveLog(item)) }
|
|
69324
69425
|
}), "VpnConnectionOptionsFilterSensitiveLog");
|
|
69325
|
-
var VpnConnectionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
69326
|
-
...obj,
|
|
69327
|
-
...obj.Options && { Options: VpnConnectionOptionsFilterSensitiveLog(obj.Options) },
|
|
69328
|
-
...obj.CustomerGatewayConfiguration && { CustomerGatewayConfiguration: import_smithy_client.SENSITIVE_STRING }
|
|
69329
|
-
}), "VpnConnectionFilterSensitiveLog");
|
|
69330
|
-
var CreateVpnConnectionResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
69331
|
-
...obj,
|
|
69332
|
-
...obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }
|
|
69333
|
-
}), "CreateVpnConnectionResultFilterSensitiveLog");
|
|
69334
69426
|
|
|
69335
69427
|
// src/commands/CreateVerifiedAccessTrustProviderCommand.ts
|
|
69336
69428
|
var CreateVerifiedAccessTrustProviderCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
@@ -69456,6 +69548,188 @@ var CreateVpcPeeringConnectionCommand = class extends import_smithy_client.Comma
|
|
|
69456
69548
|
|
|
69457
69549
|
|
|
69458
69550
|
|
|
69551
|
+
|
|
69552
|
+
// src/models/models_3.ts
|
|
69553
|
+
|
|
69554
|
+
var FleetStateCode = {
|
|
69555
|
+
ACTIVE: "active",
|
|
69556
|
+
DELETED: "deleted",
|
|
69557
|
+
DELETED_RUNNING: "deleted_running",
|
|
69558
|
+
DELETED_TERMINATING_INSTANCES: "deleted_terminating",
|
|
69559
|
+
FAILED: "failed",
|
|
69560
|
+
MODIFYING: "modifying",
|
|
69561
|
+
SUBMITTED: "submitted"
|
|
69562
|
+
};
|
|
69563
|
+
var DeleteFleetErrorCode = {
|
|
69564
|
+
FLEET_ID_DOES_NOT_EXIST: "fleetIdDoesNotExist",
|
|
69565
|
+
FLEET_ID_MALFORMED: "fleetIdMalformed",
|
|
69566
|
+
FLEET_NOT_IN_DELETABLE_STATE: "fleetNotInDeletableState",
|
|
69567
|
+
UNEXPECTED_ERROR: "unexpectedError"
|
|
69568
|
+
};
|
|
69569
|
+
var LaunchTemplateErrorCode = {
|
|
69570
|
+
LAUNCH_TEMPLATE_ID_DOES_NOT_EXIST: "launchTemplateIdDoesNotExist",
|
|
69571
|
+
LAUNCH_TEMPLATE_ID_MALFORMED: "launchTemplateIdMalformed",
|
|
69572
|
+
LAUNCH_TEMPLATE_NAME_DOES_NOT_EXIST: "launchTemplateNameDoesNotExist",
|
|
69573
|
+
LAUNCH_TEMPLATE_NAME_MALFORMED: "launchTemplateNameMalformed",
|
|
69574
|
+
LAUNCH_TEMPLATE_VERSION_DOES_NOT_EXIST: "launchTemplateVersionDoesNotExist",
|
|
69575
|
+
UNEXPECTED_ERROR: "unexpectedError"
|
|
69576
|
+
};
|
|
69577
|
+
var DeleteQueuedReservedInstancesErrorCode = {
|
|
69578
|
+
RESERVED_INSTANCES_ID_INVALID: "reserved-instances-id-invalid",
|
|
69579
|
+
RESERVED_INSTANCES_NOT_IN_QUEUED_STATE: "reserved-instances-not-in-queued-state",
|
|
69580
|
+
UNEXPECTED_ERROR: "unexpected-error"
|
|
69581
|
+
};
|
|
69582
|
+
var AsnState = {
|
|
69583
|
+
deprovisioned: "deprovisioned",
|
|
69584
|
+
failed_deprovision: "failed-deprovision",
|
|
69585
|
+
failed_provision: "failed-provision",
|
|
69586
|
+
pending_deprovision: "pending-deprovision",
|
|
69587
|
+
pending_provision: "pending-provision",
|
|
69588
|
+
provisioned: "provisioned"
|
|
69589
|
+
};
|
|
69590
|
+
var IpamPoolCidrFailureCode = {
|
|
69591
|
+
cidr_not_available: "cidr-not-available",
|
|
69592
|
+
limit_exceeded: "limit-exceeded"
|
|
69593
|
+
};
|
|
69594
|
+
var IpamPoolCidrState = {
|
|
69595
|
+
deprovisioned: "deprovisioned",
|
|
69596
|
+
failed_deprovision: "failed-deprovision",
|
|
69597
|
+
failed_import: "failed-import",
|
|
69598
|
+
failed_provision: "failed-provision",
|
|
69599
|
+
pending_deprovision: "pending-deprovision",
|
|
69600
|
+
pending_import: "pending-import",
|
|
69601
|
+
pending_provision: "pending-provision",
|
|
69602
|
+
provisioned: "provisioned"
|
|
69603
|
+
};
|
|
69604
|
+
var AvailabilityZoneOptInStatus = {
|
|
69605
|
+
not_opted_in: "not-opted-in",
|
|
69606
|
+
opt_in_not_required: "opt-in-not-required",
|
|
69607
|
+
opted_in: "opted-in"
|
|
69608
|
+
};
|
|
69609
|
+
var AvailabilityZoneState = {
|
|
69610
|
+
available: "available",
|
|
69611
|
+
constrained: "constrained",
|
|
69612
|
+
impaired: "impaired",
|
|
69613
|
+
information: "information",
|
|
69614
|
+
unavailable: "unavailable"
|
|
69615
|
+
};
|
|
69616
|
+
var MetricType = {
|
|
69617
|
+
aggregate_latency: "aggregate-latency"
|
|
69618
|
+
};
|
|
69619
|
+
var PeriodType = {
|
|
69620
|
+
fifteen_minutes: "fifteen-minutes",
|
|
69621
|
+
five_minutes: "five-minutes",
|
|
69622
|
+
one_day: "one-day",
|
|
69623
|
+
one_hour: "one-hour",
|
|
69624
|
+
one_week: "one-week",
|
|
69625
|
+
three_hours: "three-hours"
|
|
69626
|
+
};
|
|
69627
|
+
var StatisticType = {
|
|
69628
|
+
p50: "p50"
|
|
69629
|
+
};
|
|
69630
|
+
var CapacityBlockExtensionStatus = {
|
|
69631
|
+
PAYMENT_FAILED: "payment-failed",
|
|
69632
|
+
PAYMENT_PENDING: "payment-pending",
|
|
69633
|
+
PAYMENT_SUCCEEDED: "payment-succeeded"
|
|
69634
|
+
};
|
|
69635
|
+
var CallerRole = {
|
|
69636
|
+
odcr_owner: "odcr-owner",
|
|
69637
|
+
unused_reservation_billing_owner: "unused-reservation-billing-owner"
|
|
69638
|
+
};
|
|
69639
|
+
var CapacityReservationBillingRequestStatus = {
|
|
69640
|
+
accepted: "accepted",
|
|
69641
|
+
cancelled: "cancelled",
|
|
69642
|
+
expired: "expired",
|
|
69643
|
+
pending: "pending",
|
|
69644
|
+
rejected: "rejected",
|
|
69645
|
+
revoked: "revoked"
|
|
69646
|
+
};
|
|
69647
|
+
var ClientVpnConnectionStatusCode = {
|
|
69648
|
+
active: "active",
|
|
69649
|
+
failed_to_terminate: "failed-to-terminate",
|
|
69650
|
+
terminated: "terminated",
|
|
69651
|
+
terminating: "terminating"
|
|
69652
|
+
};
|
|
69653
|
+
var AssociatedNetworkType = {
|
|
69654
|
+
vpc: "vpc"
|
|
69655
|
+
};
|
|
69656
|
+
var ClientVpnEndpointAttributeStatusCode = {
|
|
69657
|
+
applied: "applied",
|
|
69658
|
+
applying: "applying"
|
|
69659
|
+
};
|
|
69660
|
+
var VpnProtocol = {
|
|
69661
|
+
openvpn: "openvpn"
|
|
69662
|
+
};
|
|
69663
|
+
var ConversionTaskState = {
|
|
69664
|
+
active: "active",
|
|
69665
|
+
cancelled: "cancelled",
|
|
69666
|
+
cancelling: "cancelling",
|
|
69667
|
+
completed: "completed"
|
|
69668
|
+
};
|
|
69669
|
+
var ReportState = {
|
|
69670
|
+
cancelled: "cancelled",
|
|
69671
|
+
complete: "complete",
|
|
69672
|
+
error: "error",
|
|
69673
|
+
running: "running"
|
|
69674
|
+
};
|
|
69675
|
+
var ElasticGpuStatus = {
|
|
69676
|
+
Impaired: "IMPAIRED",
|
|
69677
|
+
Ok: "OK"
|
|
69678
|
+
};
|
|
69679
|
+
var ElasticGpuState = {
|
|
69680
|
+
Attached: "ATTACHED"
|
|
69681
|
+
};
|
|
69682
|
+
var FastLaunchResourceType = {
|
|
69683
|
+
SNAPSHOT: "snapshot"
|
|
69684
|
+
};
|
|
69685
|
+
var VpnConnectionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
69686
|
+
...obj,
|
|
69687
|
+
...obj.Options && { Options: VpnConnectionOptionsFilterSensitiveLog(obj.Options) },
|
|
69688
|
+
...obj.CustomerGatewayConfiguration && { CustomerGatewayConfiguration: import_smithy_client.SENSITIVE_STRING }
|
|
69689
|
+
}), "VpnConnectionFilterSensitiveLog");
|
|
69690
|
+
var CreateVpnConnectionResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
69691
|
+
...obj,
|
|
69692
|
+
...obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }
|
|
69693
|
+
}), "CreateVpnConnectionResultFilterSensitiveLog");
|
|
69694
|
+
var DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
69695
|
+
...obj,
|
|
69696
|
+
...obj.VerifiedAccessTrustProvider && {
|
|
69697
|
+
VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider)
|
|
69698
|
+
}
|
|
69699
|
+
}), "DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog");
|
|
69700
|
+
var DescribeBundleTasksResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
69701
|
+
...obj,
|
|
69702
|
+
...obj.BundleTasks && { BundleTasks: obj.BundleTasks.map((item) => BundleTaskFilterSensitiveLog(item)) }
|
|
69703
|
+
}), "DescribeBundleTasksResultFilterSensitiveLog");
|
|
69704
|
+
var DiskImageDescriptionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
69705
|
+
...obj,
|
|
69706
|
+
...obj.ImportManifestUrl && { ImportManifestUrl: import_smithy_client.SENSITIVE_STRING }
|
|
69707
|
+
}), "DiskImageDescriptionFilterSensitiveLog");
|
|
69708
|
+
var ImportInstanceVolumeDetailItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
69709
|
+
...obj,
|
|
69710
|
+
...obj.Image && { Image: DiskImageDescriptionFilterSensitiveLog(obj.Image) }
|
|
69711
|
+
}), "ImportInstanceVolumeDetailItemFilterSensitiveLog");
|
|
69712
|
+
var ImportInstanceTaskDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
69713
|
+
...obj,
|
|
69714
|
+
...obj.Volumes && { Volumes: obj.Volumes.map((item) => ImportInstanceVolumeDetailItemFilterSensitiveLog(item)) }
|
|
69715
|
+
}), "ImportInstanceTaskDetailsFilterSensitiveLog");
|
|
69716
|
+
var ImportVolumeTaskDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
69717
|
+
...obj,
|
|
69718
|
+
...obj.Image && { Image: DiskImageDescriptionFilterSensitiveLog(obj.Image) }
|
|
69719
|
+
}), "ImportVolumeTaskDetailsFilterSensitiveLog");
|
|
69720
|
+
var ConversionTaskFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
69721
|
+
...obj,
|
|
69722
|
+
...obj.ImportInstance && { ImportInstance: ImportInstanceTaskDetailsFilterSensitiveLog(obj.ImportInstance) },
|
|
69723
|
+
...obj.ImportVolume && { ImportVolume: ImportVolumeTaskDetailsFilterSensitiveLog(obj.ImportVolume) }
|
|
69724
|
+
}), "ConversionTaskFilterSensitiveLog");
|
|
69725
|
+
var DescribeConversionTasksResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
69726
|
+
...obj,
|
|
69727
|
+
...obj.ConversionTasks && {
|
|
69728
|
+
ConversionTasks: obj.ConversionTasks.map((item) => ConversionTaskFilterSensitiveLog(item))
|
|
69729
|
+
}
|
|
69730
|
+
}), "DescribeConversionTasksResultFilterSensitiveLog");
|
|
69731
|
+
|
|
69732
|
+
// src/commands/CreateVpnConnectionCommand.ts
|
|
69459
69733
|
var CreateVpnConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
69460
69734
|
return [
|
|
69461
69735
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -70476,194 +70750,6 @@ var DeleteVerifiedAccessInstanceCommand = class extends import_smithy_client.Com
|
|
|
70476
70750
|
|
|
70477
70751
|
|
|
70478
70752
|
|
|
70479
|
-
|
|
70480
|
-
// src/models/models_3.ts
|
|
70481
|
-
|
|
70482
|
-
var FleetStateCode = {
|
|
70483
|
-
ACTIVE: "active",
|
|
70484
|
-
DELETED: "deleted",
|
|
70485
|
-
DELETED_RUNNING: "deleted_running",
|
|
70486
|
-
DELETED_TERMINATING_INSTANCES: "deleted_terminating",
|
|
70487
|
-
FAILED: "failed",
|
|
70488
|
-
MODIFYING: "modifying",
|
|
70489
|
-
SUBMITTED: "submitted"
|
|
70490
|
-
};
|
|
70491
|
-
var DeleteFleetErrorCode = {
|
|
70492
|
-
FLEET_ID_DOES_NOT_EXIST: "fleetIdDoesNotExist",
|
|
70493
|
-
FLEET_ID_MALFORMED: "fleetIdMalformed",
|
|
70494
|
-
FLEET_NOT_IN_DELETABLE_STATE: "fleetNotInDeletableState",
|
|
70495
|
-
UNEXPECTED_ERROR: "unexpectedError"
|
|
70496
|
-
};
|
|
70497
|
-
var LaunchTemplateErrorCode = {
|
|
70498
|
-
LAUNCH_TEMPLATE_ID_DOES_NOT_EXIST: "launchTemplateIdDoesNotExist",
|
|
70499
|
-
LAUNCH_TEMPLATE_ID_MALFORMED: "launchTemplateIdMalformed",
|
|
70500
|
-
LAUNCH_TEMPLATE_NAME_DOES_NOT_EXIST: "launchTemplateNameDoesNotExist",
|
|
70501
|
-
LAUNCH_TEMPLATE_NAME_MALFORMED: "launchTemplateNameMalformed",
|
|
70502
|
-
LAUNCH_TEMPLATE_VERSION_DOES_NOT_EXIST: "launchTemplateVersionDoesNotExist",
|
|
70503
|
-
UNEXPECTED_ERROR: "unexpectedError"
|
|
70504
|
-
};
|
|
70505
|
-
var DeleteQueuedReservedInstancesErrorCode = {
|
|
70506
|
-
RESERVED_INSTANCES_ID_INVALID: "reserved-instances-id-invalid",
|
|
70507
|
-
RESERVED_INSTANCES_NOT_IN_QUEUED_STATE: "reserved-instances-not-in-queued-state",
|
|
70508
|
-
UNEXPECTED_ERROR: "unexpected-error"
|
|
70509
|
-
};
|
|
70510
|
-
var AsnState = {
|
|
70511
|
-
deprovisioned: "deprovisioned",
|
|
70512
|
-
failed_deprovision: "failed-deprovision",
|
|
70513
|
-
failed_provision: "failed-provision",
|
|
70514
|
-
pending_deprovision: "pending-deprovision",
|
|
70515
|
-
pending_provision: "pending-provision",
|
|
70516
|
-
provisioned: "provisioned"
|
|
70517
|
-
};
|
|
70518
|
-
var IpamPoolCidrFailureCode = {
|
|
70519
|
-
cidr_not_available: "cidr-not-available",
|
|
70520
|
-
limit_exceeded: "limit-exceeded"
|
|
70521
|
-
};
|
|
70522
|
-
var IpamPoolCidrState = {
|
|
70523
|
-
deprovisioned: "deprovisioned",
|
|
70524
|
-
failed_deprovision: "failed-deprovision",
|
|
70525
|
-
failed_import: "failed-import",
|
|
70526
|
-
failed_provision: "failed-provision",
|
|
70527
|
-
pending_deprovision: "pending-deprovision",
|
|
70528
|
-
pending_import: "pending-import",
|
|
70529
|
-
pending_provision: "pending-provision",
|
|
70530
|
-
provisioned: "provisioned"
|
|
70531
|
-
};
|
|
70532
|
-
var AvailabilityZoneOptInStatus = {
|
|
70533
|
-
not_opted_in: "not-opted-in",
|
|
70534
|
-
opt_in_not_required: "opt-in-not-required",
|
|
70535
|
-
opted_in: "opted-in"
|
|
70536
|
-
};
|
|
70537
|
-
var AvailabilityZoneState = {
|
|
70538
|
-
available: "available",
|
|
70539
|
-
constrained: "constrained",
|
|
70540
|
-
impaired: "impaired",
|
|
70541
|
-
information: "information",
|
|
70542
|
-
unavailable: "unavailable"
|
|
70543
|
-
};
|
|
70544
|
-
var MetricType = {
|
|
70545
|
-
aggregate_latency: "aggregate-latency"
|
|
70546
|
-
};
|
|
70547
|
-
var PeriodType = {
|
|
70548
|
-
fifteen_minutes: "fifteen-minutes",
|
|
70549
|
-
five_minutes: "five-minutes",
|
|
70550
|
-
one_day: "one-day",
|
|
70551
|
-
one_hour: "one-hour",
|
|
70552
|
-
one_week: "one-week",
|
|
70553
|
-
three_hours: "three-hours"
|
|
70554
|
-
};
|
|
70555
|
-
var StatisticType = {
|
|
70556
|
-
p50: "p50"
|
|
70557
|
-
};
|
|
70558
|
-
var CapacityBlockExtensionStatus = {
|
|
70559
|
-
PAYMENT_FAILED: "payment-failed",
|
|
70560
|
-
PAYMENT_PENDING: "payment-pending",
|
|
70561
|
-
PAYMENT_SUCCEEDED: "payment-succeeded"
|
|
70562
|
-
};
|
|
70563
|
-
var CallerRole = {
|
|
70564
|
-
odcr_owner: "odcr-owner",
|
|
70565
|
-
unused_reservation_billing_owner: "unused-reservation-billing-owner"
|
|
70566
|
-
};
|
|
70567
|
-
var CapacityReservationBillingRequestStatus = {
|
|
70568
|
-
accepted: "accepted",
|
|
70569
|
-
cancelled: "cancelled",
|
|
70570
|
-
expired: "expired",
|
|
70571
|
-
pending: "pending",
|
|
70572
|
-
rejected: "rejected",
|
|
70573
|
-
revoked: "revoked"
|
|
70574
|
-
};
|
|
70575
|
-
var ClientVpnConnectionStatusCode = {
|
|
70576
|
-
active: "active",
|
|
70577
|
-
failed_to_terminate: "failed-to-terminate",
|
|
70578
|
-
terminated: "terminated",
|
|
70579
|
-
terminating: "terminating"
|
|
70580
|
-
};
|
|
70581
|
-
var AssociatedNetworkType = {
|
|
70582
|
-
vpc: "vpc"
|
|
70583
|
-
};
|
|
70584
|
-
var ClientVpnEndpointAttributeStatusCode = {
|
|
70585
|
-
applied: "applied",
|
|
70586
|
-
applying: "applying"
|
|
70587
|
-
};
|
|
70588
|
-
var VpnProtocol = {
|
|
70589
|
-
openvpn: "openvpn"
|
|
70590
|
-
};
|
|
70591
|
-
var ConversionTaskState = {
|
|
70592
|
-
active: "active",
|
|
70593
|
-
cancelled: "cancelled",
|
|
70594
|
-
cancelling: "cancelling",
|
|
70595
|
-
completed: "completed"
|
|
70596
|
-
};
|
|
70597
|
-
var ReportState = {
|
|
70598
|
-
cancelled: "cancelled",
|
|
70599
|
-
complete: "complete",
|
|
70600
|
-
error: "error",
|
|
70601
|
-
running: "running"
|
|
70602
|
-
};
|
|
70603
|
-
var ElasticGpuStatus = {
|
|
70604
|
-
Impaired: "IMPAIRED",
|
|
70605
|
-
Ok: "OK"
|
|
70606
|
-
};
|
|
70607
|
-
var ElasticGpuState = {
|
|
70608
|
-
Attached: "ATTACHED"
|
|
70609
|
-
};
|
|
70610
|
-
var FastLaunchResourceType = {
|
|
70611
|
-
SNAPSHOT: "snapshot"
|
|
70612
|
-
};
|
|
70613
|
-
var FastLaunchStateCode = {
|
|
70614
|
-
disabling: "disabling",
|
|
70615
|
-
disabling_failed: "disabling-failed",
|
|
70616
|
-
enabled: "enabled",
|
|
70617
|
-
enabled_failed: "enabled-failed",
|
|
70618
|
-
enabling: "enabling",
|
|
70619
|
-
enabling_failed: "enabling-failed"
|
|
70620
|
-
};
|
|
70621
|
-
var FastSnapshotRestoreStateCode = {
|
|
70622
|
-
disabled: "disabled",
|
|
70623
|
-
disabling: "disabling",
|
|
70624
|
-
enabled: "enabled",
|
|
70625
|
-
enabling: "enabling",
|
|
70626
|
-
optimizing: "optimizing"
|
|
70627
|
-
};
|
|
70628
|
-
var DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
70629
|
-
...obj,
|
|
70630
|
-
...obj.VerifiedAccessTrustProvider && {
|
|
70631
|
-
VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider)
|
|
70632
|
-
}
|
|
70633
|
-
}), "DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog");
|
|
70634
|
-
var DescribeBundleTasksResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
70635
|
-
...obj,
|
|
70636
|
-
...obj.BundleTasks && { BundleTasks: obj.BundleTasks.map((item) => BundleTaskFilterSensitiveLog(item)) }
|
|
70637
|
-
}), "DescribeBundleTasksResultFilterSensitiveLog");
|
|
70638
|
-
var DiskImageDescriptionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
70639
|
-
...obj,
|
|
70640
|
-
...obj.ImportManifestUrl && { ImportManifestUrl: import_smithy_client.SENSITIVE_STRING }
|
|
70641
|
-
}), "DiskImageDescriptionFilterSensitiveLog");
|
|
70642
|
-
var ImportInstanceVolumeDetailItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
70643
|
-
...obj,
|
|
70644
|
-
...obj.Image && { Image: DiskImageDescriptionFilterSensitiveLog(obj.Image) }
|
|
70645
|
-
}), "ImportInstanceVolumeDetailItemFilterSensitiveLog");
|
|
70646
|
-
var ImportInstanceTaskDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
70647
|
-
...obj,
|
|
70648
|
-
...obj.Volumes && { Volumes: obj.Volumes.map((item) => ImportInstanceVolumeDetailItemFilterSensitiveLog(item)) }
|
|
70649
|
-
}), "ImportInstanceTaskDetailsFilterSensitiveLog");
|
|
70650
|
-
var ImportVolumeTaskDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
70651
|
-
...obj,
|
|
70652
|
-
...obj.Image && { Image: DiskImageDescriptionFilterSensitiveLog(obj.Image) }
|
|
70653
|
-
}), "ImportVolumeTaskDetailsFilterSensitiveLog");
|
|
70654
|
-
var ConversionTaskFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
70655
|
-
...obj,
|
|
70656
|
-
...obj.ImportInstance && { ImportInstance: ImportInstanceTaskDetailsFilterSensitiveLog(obj.ImportInstance) },
|
|
70657
|
-
...obj.ImportVolume && { ImportVolume: ImportVolumeTaskDetailsFilterSensitiveLog(obj.ImportVolume) }
|
|
70658
|
-
}), "ConversionTaskFilterSensitiveLog");
|
|
70659
|
-
var DescribeConversionTasksResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
70660
|
-
...obj,
|
|
70661
|
-
...obj.ConversionTasks && {
|
|
70662
|
-
ConversionTasks: obj.ConversionTasks.map((item) => ConversionTaskFilterSensitiveLog(item))
|
|
70663
|
-
}
|
|
70664
|
-
}), "DescribeConversionTasksResultFilterSensitiveLog");
|
|
70665
|
-
|
|
70666
|
-
// src/commands/DeleteVerifiedAccessTrustProviderCommand.ts
|
|
70667
70753
|
var DeleteVerifiedAccessTrustProviderCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
70668
70754
|
return [
|
|
70669
70755
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -71657,6 +71743,21 @@ var DescribeImagesCommand = class extends import_smithy_client.Command.classBuil
|
|
|
71657
71743
|
|
|
71658
71744
|
// src/models/models_4.ts
|
|
71659
71745
|
|
|
71746
|
+
var FastLaunchStateCode = {
|
|
71747
|
+
disabling: "disabling",
|
|
71748
|
+
disabling_failed: "disabling-failed",
|
|
71749
|
+
enabled: "enabled",
|
|
71750
|
+
enabled_failed: "enabled-failed",
|
|
71751
|
+
enabling: "enabling",
|
|
71752
|
+
enabling_failed: "enabling-failed"
|
|
71753
|
+
};
|
|
71754
|
+
var FastSnapshotRestoreStateCode = {
|
|
71755
|
+
disabled: "disabled",
|
|
71756
|
+
disabling: "disabling",
|
|
71757
|
+
enabled: "enabled",
|
|
71758
|
+
enabling: "enabling",
|
|
71759
|
+
optimizing: "optimizing"
|
|
71760
|
+
};
|
|
71660
71761
|
var FleetEventType = {
|
|
71661
71762
|
FLEET_CHANGE: "fleet-change",
|
|
71662
71763
|
INSTANCE_CHANGE: "instance-change",
|
|
@@ -74954,12 +75055,6 @@ var OperationType = {
|
|
|
74954
75055
|
add: "add",
|
|
74955
75056
|
remove: "remove"
|
|
74956
75057
|
};
|
|
74957
|
-
var UnsuccessfulInstanceCreditSpecificationErrorCode = {
|
|
74958
|
-
INCORRECT_INSTANCE_STATE: "IncorrectInstanceState",
|
|
74959
|
-
INSTANCE_CREDIT_SPECIFICATION_NOT_SUPPORTED: "InstanceCreditSpecification.NotSupported",
|
|
74960
|
-
INSTANCE_NOT_FOUND: "InvalidInstanceID.NotFound",
|
|
74961
|
-
INVALID_INSTANCE_ID: "InvalidInstanceID.Malformed"
|
|
74962
|
-
};
|
|
74963
75058
|
var VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
74964
75059
|
...obj,
|
|
74965
75060
|
...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -76767,6 +76862,12 @@ var ModifyVerifiedAccessInstanceLoggingConfigurationCommand = class extends impo
|
|
|
76767
76862
|
|
|
76768
76863
|
// src/models/models_7.ts
|
|
76769
76864
|
|
|
76865
|
+
var UnsuccessfulInstanceCreditSpecificationErrorCode = {
|
|
76866
|
+
INCORRECT_INSTANCE_STATE: "IncorrectInstanceState",
|
|
76867
|
+
INSTANCE_CREDIT_SPECIFICATION_NOT_SUPPORTED: "InstanceCreditSpecification.NotSupported",
|
|
76868
|
+
INSTANCE_NOT_FOUND: "InvalidInstanceID.NotFound",
|
|
76869
|
+
INVALID_INSTANCE_ID: "InvalidInstanceID.Malformed"
|
|
76870
|
+
};
|
|
76770
76871
|
var DefaultInstanceMetadataEndpointState = {
|
|
76771
76872
|
disabled: "disabled",
|
|
76772
76873
|
enabled: "enabled",
|
|
@@ -82336,6 +82437,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
82336
82437
|
ActivityStatus,
|
|
82337
82438
|
PrincipalType,
|
|
82338
82439
|
DomainType,
|
|
82440
|
+
ServiceManaged,
|
|
82339
82441
|
AddressAttributeName,
|
|
82340
82442
|
AddressFamily,
|
|
82341
82443
|
AsnAssociationState,
|
|
@@ -82380,7 +82482,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
82380
82482
|
BatchState,
|
|
82381
82483
|
CancelBatchErrorCode,
|
|
82382
82484
|
CancelSpotInstanceRequestState,
|
|
82383
|
-
CapacityReservationDeliveryPreference,
|
|
82384
82485
|
OidcOptionsFilterSensitiveLog,
|
|
82385
82486
|
VerifiedAccessTrustProviderFilterSensitiveLog,
|
|
82386
82487
|
AttachVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
@@ -82391,6 +82492,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
82391
82492
|
BundleInstanceResultFilterSensitiveLog,
|
|
82392
82493
|
CancelBundleTaskResultFilterSensitiveLog,
|
|
82393
82494
|
CopySnapshotRequestFilterSensitiveLog,
|
|
82495
|
+
CapacityReservationDeliveryPreference,
|
|
82394
82496
|
EndDateType,
|
|
82395
82497
|
InstanceMatchCriteria,
|
|
82396
82498
|
CapacityReservationInstancePlatform,
|
|
@@ -82410,6 +82512,9 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
82410
82512
|
BlockPublicAccessMode,
|
|
82411
82513
|
HostnameType,
|
|
82412
82514
|
SubnetState,
|
|
82515
|
+
VpcEncryptionControlMode,
|
|
82516
|
+
VpcEncryptionControlExclusionState,
|
|
82517
|
+
VpcEncryptionControlState,
|
|
82413
82518
|
Tenancy,
|
|
82414
82519
|
VpcState,
|
|
82415
82520
|
FleetExcessCapacityTerminationPolicy,
|
|
@@ -82467,7 +82572,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
82467
82572
|
LaunchTemplateInstanceMetadataOptionsState,
|
|
82468
82573
|
LocalGatewayRouteState,
|
|
82469
82574
|
LocalGatewayRouteType,
|
|
82470
|
-
LocalGatewayRouteTableMode,
|
|
82471
82575
|
KeyPairFilterSensitiveLog,
|
|
82472
82576
|
RequestLaunchTemplateDataFilterSensitiveLog,
|
|
82473
82577
|
CreateLaunchTemplateRequestFilterSensitiveLog,
|
|
@@ -82475,6 +82579,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
82475
82579
|
ResponseLaunchTemplateDataFilterSensitiveLog,
|
|
82476
82580
|
LaunchTemplateVersionFilterSensitiveLog,
|
|
82477
82581
|
CreateLaunchTemplateVersionResultFilterSensitiveLog,
|
|
82582
|
+
LocalGatewayRouteTableMode,
|
|
82478
82583
|
PrefixListState,
|
|
82479
82584
|
ConnectivityType,
|
|
82480
82585
|
NatGatewayState,
|
|
@@ -82554,8 +82659,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
82554
82659
|
CreateVpnConnectionRequestFilterSensitiveLog,
|
|
82555
82660
|
TunnelOptionFilterSensitiveLog,
|
|
82556
82661
|
VpnConnectionOptionsFilterSensitiveLog,
|
|
82557
|
-
VpnConnectionFilterSensitiveLog,
|
|
82558
|
-
CreateVpnConnectionResultFilterSensitiveLog,
|
|
82559
82662
|
FleetStateCode,
|
|
82560
82663
|
DeleteFleetErrorCode,
|
|
82561
82664
|
LaunchTemplateErrorCode,
|
|
@@ -82580,8 +82683,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
82580
82683
|
ElasticGpuStatus,
|
|
82581
82684
|
ElasticGpuState,
|
|
82582
82685
|
FastLaunchResourceType,
|
|
82583
|
-
|
|
82584
|
-
|
|
82686
|
+
VpnConnectionFilterSensitiveLog,
|
|
82687
|
+
CreateVpnConnectionResultFilterSensitiveLog,
|
|
82585
82688
|
DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
82586
82689
|
DescribeBundleTasksResultFilterSensitiveLog,
|
|
82587
82690
|
DiskImageDescriptionFilterSensitiveLog,
|
|
@@ -82590,6 +82693,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
82590
82693
|
ImportVolumeTaskDetailsFilterSensitiveLog,
|
|
82591
82694
|
ConversionTaskFilterSensitiveLog,
|
|
82592
82695
|
DescribeConversionTasksResultFilterSensitiveLog,
|
|
82696
|
+
FastLaunchStateCode,
|
|
82697
|
+
FastSnapshotRestoreStateCode,
|
|
82593
82698
|
FleetEventType,
|
|
82594
82699
|
FleetActivityStatus,
|
|
82595
82700
|
FpgaImageAttributeName,
|
|
@@ -82710,7 +82815,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
82710
82815
|
LockMode,
|
|
82711
82816
|
ModifyAvailabilityZoneOptInStatus,
|
|
82712
82817
|
OperationType,
|
|
82713
|
-
UnsuccessfulInstanceCreditSpecificationErrorCode,
|
|
82714
82818
|
VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog,
|
|
82715
82819
|
ExportVerifiedAccessInstanceClientConfigurationResultFilterSensitiveLog,
|
|
82716
82820
|
GetInstanceTpmEkPubResultFilterSensitiveLog,
|
|
@@ -82731,6 +82835,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
82731
82835
|
ImportSnapshotResultFilterSensitiveLog,
|
|
82732
82836
|
ImportVolumeRequestFilterSensitiveLog,
|
|
82733
82837
|
ImportVolumeResultFilterSensitiveLog,
|
|
82838
|
+
UnsuccessfulInstanceCreditSpecificationErrorCode,
|
|
82734
82839
|
DefaultInstanceMetadataEndpointState,
|
|
82735
82840
|
MetadataDefaultHttpTokensState,
|
|
82736
82841
|
DefaultInstanceMetadataTagsState,
|