@aws-sdk/client-ec2 3.698.0 → 3.701.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.
Files changed (45) hide show
  1. package/dist-cjs/index.js +117 -16
  2. package/dist-es/models/models_2.js +4 -0
  3. package/dist-es/models/models_3.js +0 -4
  4. package/dist-es/models/models_4.js +4 -0
  5. package/dist-es/protocols/Aws_ec2.js +109 -11
  6. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -0
  7. package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -0
  8. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -0
  9. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -0
  10. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +10 -0
  11. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -2
  13. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -2
  14. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -0
  15. package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -0
  16. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -0
  17. package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +7 -0
  18. package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +4 -0
  19. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +1 -0
  20. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  21. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -1
  22. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  23. package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +3 -4
  24. package/dist-types/models/models_0.d.ts +10 -0
  25. package/dist-types/models/models_1.d.ts +15 -3
  26. package/dist-types/models/models_2.d.ts +98 -29
  27. package/dist-types/models/models_3.d.ts +27 -28
  28. package/dist-types/models/models_4.d.ts +73 -99
  29. package/dist-types/models/models_5.d.ts +141 -42
  30. package/dist-types/models/models_6.d.ts +38 -100
  31. package/dist-types/models/models_7.d.ts +116 -9
  32. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +2 -4
  33. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +4 -2
  34. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +4 -2
  35. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  36. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +2 -4
  37. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  39. package/dist-types/ts3.4/models/models_2.d.ts +18 -8
  40. package/dist-types/ts3.4/models/models_3.d.ts +7 -10
  41. package/dist-types/ts3.4/models/models_4.d.ts +10 -19
  42. package/dist-types/ts3.4/models/models_5.d.ts +22 -10
  43. package/dist-types/ts3.4/models/models_6.d.ts +10 -16
  44. package/dist-types/ts3.4/models/models_7.d.ts +18 -0
  45. package/package.json +4 -4
package/dist-cjs/index.js CHANGED
@@ -1040,6 +1040,7 @@ __export(src_exports, {
1040
1040
  TrafficMirrorSessionField: () => TrafficMirrorSessionField,
1041
1041
  TrafficMirrorTargetType: () => TrafficMirrorTargetType,
1042
1042
  TrafficType: () => TrafficType,
1043
+ TransferType: () => TransferType,
1043
1044
  TransitGatewayAssociationState: () => TransitGatewayAssociationState,
1044
1045
  TransitGatewayAttachmentResourceType: () => TransitGatewayAttachmentResourceType,
1045
1046
  TransitGatewayAttachmentState: () => TransitGatewayAttachmentState,
@@ -18101,6 +18102,9 @@ var se_CopySnapshotRequest = /* @__PURE__ */ __name((input, context) => {
18101
18102
  entries[loc] = value;
18102
18103
  });
18103
18104
  }
18105
+ if (input[_CDM] != null) {
18106
+ entries[_CDM] = input[_CDM];
18107
+ }
18104
18108
  if (input[_DRr] != null) {
18105
18109
  entries[_DRr] = input[_DRr];
18106
18110
  }
@@ -20902,6 +20906,9 @@ var se_CreateVpcEndpointRequest = /* @__PURE__ */ __name((input, context) => {
20902
20906
  entries[loc] = value;
20903
20907
  });
20904
20908
  }
20909
+ if (input[_SRe] != null) {
20910
+ entries[_SRe] = input[_SRe];
20911
+ }
20905
20912
  return entries;
20906
20913
  }, "se_CreateVpcEndpointRequest");
20907
20914
  var se_CreateVpcEndpointServiceConfigurationRequest = /* @__PURE__ */ __name((input, context) => {
@@ -20936,6 +20943,13 @@ var se_CreateVpcEndpointServiceConfigurationRequest = /* @__PURE__ */ __name((in
20936
20943
  entries[loc] = value;
20937
20944
  });
20938
20945
  }
20946
+ if (input[_SRu] != null) {
20947
+ const memberEntries = se_ValueStringList(input[_SRu], context);
20948
+ Object.entries(memberEntries).forEach(([key, value]) => {
20949
+ const loc = `SupportedRegion.${key.substring(key.indexOf(".") + 1)}`;
20950
+ entries[loc] = value;
20951
+ });
20952
+ }
20939
20953
  if (input[_CTl] != null) {
20940
20954
  entries[_CTl] = input[_CTl];
20941
20955
  }
@@ -26061,6 +26075,13 @@ var se_DescribeVpcEndpointServicesRequest = /* @__PURE__ */ __name((input, conte
26061
26075
  if (input[_NT] != null) {
26062
26076
  entries[_NT] = input[_NT];
26063
26077
  }
26078
+ if (input[_SRer] != null) {
26079
+ const memberEntries = se_ValueStringList(input[_SRer], context);
26080
+ Object.entries(memberEntries).forEach(([key, value]) => {
26081
+ const loc = `ServiceRegion.${key.substring(key.indexOf(".") + 1)}`;
26082
+ entries[loc] = value;
26083
+ });
26084
+ }
26064
26085
  return entries;
26065
26086
  }, "se_DescribeVpcEndpointServicesRequest");
26066
26087
  var se_DescribeVpcEndpointsRequest = /* @__PURE__ */ __name((input, context) => {
@@ -32798,6 +32819,20 @@ var se_ModifyVpcEndpointServiceConfigurationRequest = /* @__PURE__ */ __name((in
32798
32819
  entries[loc] = value;
32799
32820
  });
32800
32821
  }
32822
+ if (input[_ASR] != null) {
32823
+ const memberEntries = se_ValueStringList(input[_ASR], context);
32824
+ Object.entries(memberEntries).forEach(([key, value]) => {
32825
+ const loc = `AddSupportedRegion.${key.substring(key.indexOf(".") + 1)}`;
32826
+ entries[loc] = value;
32827
+ });
32828
+ }
32829
+ if (input[_RSR] != null) {
32830
+ const memberEntries = se_ValueStringList(input[_RSR], context);
32831
+ Object.entries(memberEntries).forEach(([key, value]) => {
32832
+ const loc = `RemoveSupportedRegion.${key.substring(key.indexOf(".") + 1)}`;
32833
+ entries[loc] = value;
32834
+ });
32835
+ }
32801
32836
  return entries;
32802
32837
  }, "se_ModifyVpcEndpointServiceConfigurationRequest");
32803
32838
  var se_ModifyVpcEndpointServicePayerResponsibilityRequest = /* @__PURE__ */ __name((input, context) => {
@@ -40526,6 +40561,9 @@ var de_ConnectionNotification = /* @__PURE__ */ __name((output, context) => {
40526
40561
  if (output[_cNS] != null) {
40527
40562
  contents[_CNS] = (0, import_smithy_client.expectString)(output[_cNS]);
40528
40563
  }
40564
+ if (output[_sR] != null) {
40565
+ contents[_SRe] = (0, import_smithy_client.expectString)(output[_sR]);
40566
+ }
40529
40567
  return contents;
40530
40568
  }, "de_ConnectionNotification");
40531
40569
  var de_ConnectionNotificationSet = /* @__PURE__ */ __name((output, context) => {
@@ -47091,8 +47129,8 @@ var de_Image = /* @__PURE__ */ __name((output, context) => {
47091
47129
  if (output[_sNSr] != null) {
47092
47130
  contents[_SNS] = (0, import_smithy_client.expectString)(output[_sNSr]);
47093
47131
  }
47094
- if (output[_sR] != null) {
47095
- contents[_SRt] = de_StateReason(output[_sR], context);
47132
+ if (output[_sRt] != null) {
47133
+ contents[_SRt] = de_StateReason(output[_sRt], context);
47096
47134
  }
47097
47135
  if (output.tagSet === "") {
47098
47136
  contents[_Ta] = [];
@@ -47675,8 +47713,8 @@ var de_Instance = /* @__PURE__ */ __name((output, context) => {
47675
47713
  if (output[_sNSr] != null) {
47676
47714
  contents[_SNS] = (0, import_smithy_client.expectString)(output[_sNSr]);
47677
47715
  }
47678
- if (output[_sR] != null) {
47679
- contents[_SRt] = de_StateReason(output[_sR], context);
47716
+ if (output[_sRt] != null) {
47717
+ contents[_SRt] = de_StateReason(output[_sRt], context);
47680
47718
  }
47681
47719
  if (output.tagSet === "") {
47682
47720
  contents[_Ta] = [];
@@ -49081,7 +49119,7 @@ var de_IpamDiscoveredPublicAddress = /* @__PURE__ */ __name((output, context) =>
49081
49119
  contents[_Se] = (0, import_smithy_client.expectString)(output[_se]);
49082
49120
  }
49083
49121
  if (output[_sRe] != null) {
49084
- contents[_SRe] = (0, import_smithy_client.expectString)(output[_sRe]);
49122
+ contents[_SRerv] = (0, import_smithy_client.expectString)(output[_sRe]);
49085
49123
  }
49086
49124
  if (output[_vI] != null) {
49087
49125
  contents[_VI] = (0, import_smithy_client.expectString)(output[_vI]);
@@ -50651,8 +50689,8 @@ var de_LocalGatewayRouteTable = /* @__PURE__ */ __name((output, context) => {
50651
50689
  if (output[_mod] != null) {
50652
50690
  contents[_Mo] = (0, import_smithy_client.expectString)(output[_mod]);
50653
50691
  }
50654
- if (output[_sR] != null) {
50655
- contents[_SRt] = de_StateReason(output[_sR], context);
50692
+ if (output[_sRt] != null) {
50693
+ contents[_SRt] = de_StateReason(output[_sRt], context);
50656
50694
  }
50657
50695
  return contents;
50658
50696
  }, "de_LocalGatewayRouteTable");
@@ -54708,8 +54746,8 @@ var de_SecurityGroupVpcAssociation = /* @__PURE__ */ __name((output, context) =>
54708
54746
  if (output[_st] != null) {
54709
54747
  contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
54710
54748
  }
54711
- if (output[_sR] != null) {
54712
- contents[_SRt] = (0, import_smithy_client.expectString)(output[_sR]);
54749
+ if (output[_sRt] != null) {
54750
+ contents[_SRt] = (0, import_smithy_client.expectString)(output[_sRt]);
54713
54751
  }
54714
54752
  return contents;
54715
54753
  }, "de_SecurityGroupVpcAssociation");
@@ -54779,6 +54817,14 @@ var de_ServiceConfiguration = /* @__PURE__ */ __name((output, context) => {
54779
54817
  } else if (output[_tS] != null && output[_tS][_i] != null) {
54780
54818
  contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
54781
54819
  }
54820
+ if (output.supportedRegionSet === "") {
54821
+ contents[_SRu] = [];
54822
+ } else if (output[_sRS] != null && output[_sRS][_i] != null) {
54823
+ contents[_SRu] = de_SupportedRegionSet((0, import_smithy_client.getArrayIfSingleItem)(output[_sRS][_i]), context);
54824
+ }
54825
+ if (output[_rAE] != null) {
54826
+ contents[_RAE] = (0, import_smithy_client.parseBoolean)(output[_rAE]);
54827
+ }
54782
54828
  return contents;
54783
54829
  }, "de_ServiceConfiguration");
54784
54830
  var de_ServiceConfigurationSet = /* @__PURE__ */ __name((output, context) => {
@@ -54799,6 +54845,9 @@ var de_ServiceDetail = /* @__PURE__ */ __name((output, context) => {
54799
54845
  } else if (output[_sTe] != null && output[_sTe][_i] != null) {
54800
54846
  contents[_STe] = de_ServiceTypeDetailSet((0, import_smithy_client.getArrayIfSingleItem)(output[_sTe][_i]), context);
54801
54847
  }
54848
+ if (output[_sR] != null) {
54849
+ contents[_SRe] = (0, import_smithy_client.expectString)(output[_sR]);
54850
+ }
54802
54851
  if (output.availabilityZoneSet === "") {
54803
54852
  contents[_AZv] = [];
54804
54853
  } else if (output[_aZS] != null && output[_aZS][_i] != null) {
@@ -54886,6 +54935,15 @@ var de_Snapshot = /* @__PURE__ */ __name((output, context) => {
54886
54935
  if (output[_sTs] != null) {
54887
54936
  contents[_STs] = (0, import_smithy_client.expectString)(output[_sTs]);
54888
54937
  }
54938
+ if (output[_tTr] != null) {
54939
+ contents[_TTr] = (0, import_smithy_client.expectString)(output[_tTr]);
54940
+ }
54941
+ if (output[_cDM] != null) {
54942
+ contents[_CDM] = (0, import_smithy_client.strictParseInt32)(output[_cDM]);
54943
+ }
54944
+ if (output[_cTomp] != null) {
54945
+ contents[_CTomp] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_cTomp]));
54946
+ }
54889
54947
  if (output[_sIn] != null) {
54890
54948
  contents[_SIn] = (0, import_smithy_client.expectString)(output[_sIn]);
54891
54949
  }
@@ -55916,6 +55974,21 @@ var de_SupportedIpAddressTypes = /* @__PURE__ */ __name((output, context) => {
55916
55974
  return (0, import_smithy_client.expectString)(entry);
55917
55975
  });
55918
55976
  }, "de_SupportedIpAddressTypes");
55977
+ var de_SupportedRegionDetail = /* @__PURE__ */ __name((output, context) => {
55978
+ const contents = {};
55979
+ if (output[_reg] != null) {
55980
+ contents[_Regi] = (0, import_smithy_client.expectString)(output[_reg]);
55981
+ }
55982
+ if (output[_sSer] != null) {
55983
+ contents[_SSe] = (0, import_smithy_client.expectString)(output[_sSer]);
55984
+ }
55985
+ return contents;
55986
+ }, "de_SupportedRegionDetail");
55987
+ var de_SupportedRegionSet = /* @__PURE__ */ __name((output, context) => {
55988
+ return (output || []).filter((e) => e != null).map((entry) => {
55989
+ return de_SupportedRegionDetail(entry, context);
55990
+ });
55991
+ }, "de_SupportedRegionSet");
55919
55992
  var de_Tag = /* @__PURE__ */ __name((output, context) => {
55920
55993
  const contents = {};
55921
55994
  if (output[_k] != null) {
@@ -58490,6 +58563,9 @@ var de_VpcEndpoint = /* @__PURE__ */ __name((output, context) => {
58490
58563
  if (output[_lEa] != null) {
58491
58564
  contents[_LEa] = de_LastError(output[_lEa], context);
58492
58565
  }
58566
+ if (output[_sR] != null) {
58567
+ contents[_SRe] = (0, import_smithy_client.expectString)(output[_sR]);
58568
+ }
58493
58569
  return contents;
58494
58570
  }, "de_VpcEndpoint");
58495
58571
  var de_VpcEndpointConnection = /* @__PURE__ */ __name((output, context) => {
@@ -58535,6 +58611,9 @@ var de_VpcEndpointConnection = /* @__PURE__ */ __name((output, context) => {
58535
58611
  } else if (output[_tS] != null && output[_tS][_i] != null) {
58536
58612
  contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
58537
58613
  }
58614
+ if (output[_vER] != null) {
58615
+ contents[_VER] = (0, import_smithy_client.expectString)(output[_vER]);
58616
+ }
58538
58617
  return contents;
58539
58618
  }, "de_VpcEndpointConnection");
58540
58619
  var de_VpcEndpointConnectionSet = /* @__PURE__ */ __name((output, context) => {
@@ -59017,6 +59096,7 @@ var _ASGTCVTN = "ApplySecurityGroupsToClientVpnTargetNetwork";
59017
59096
  var _ASGV = "AssociateSecurityGroupVpc";
59018
59097
  var _ASI = "AddSubnetIds";
59019
59098
  var _ASIAT = "AddSupportedIpAddressTypes";
59099
+ var _ASR = "AddSupportedRegions";
59020
59100
  var _ASS = "AmdSevSnp";
59021
59101
  var _AST = "AnalysisStartTime";
59022
59102
  var _ASTB = "AnalysisStartTimeBegin";
@@ -59173,6 +59253,7 @@ var _CCp = "CpuCredits";
59173
59253
  var _CCu = "CurrencyCode";
59174
59254
  var _CD = "CommitmentDuration";
59175
59255
  var _CDH = "CapacityDurationHours";
59256
+ var _CDM = "CompletionDurationMinutes";
59176
59257
  var _CDO = "CreateDhcpOptions";
59177
59258
  var _CDS = "CreateDefaultSubnet";
59178
59259
  var _CDSDA = "ConfigDeliveryS3DestinationArn";
@@ -59355,6 +59436,7 @@ var _CTS = "ConnectionTrackingSpecification";
59355
59436
  var _CTl = "ClientToken";
59356
59437
  var _CTo = "ConnectivityType";
59357
59438
  var _CTom = "CompleteTime";
59439
+ var _CTomp = "CompletionTime";
59358
59440
  var _CTon = "ConversionTasks";
59359
59441
  var _CTonv = "ConversionTask";
59360
59442
  var _CTr = "CreateTime";
@@ -60839,6 +60921,7 @@ var _Q = "Quantity";
60839
60921
  var _R = "References";
60840
60922
  var _RA = "ReleaseAddress";
60841
60923
  var _RAA = "ResetAddressAttribute";
60924
+ var _RAE = "RemoteAccessEnabled";
60842
60925
  var _RAG = "RevokeAllGroups";
60843
60926
  var _RAP = "RemoveAllowedPrincipals";
60844
60927
  var _RART = "RemoveAllocationResourceTags";
@@ -60961,6 +61044,7 @@ var _RSI = "RequestSpotInstances";
60961
61044
  var _RSIAT = "RemoveSupportedIpAddressTypes";
60962
61045
  var _RSIe = "RemoveSubnetIds";
60963
61046
  var _RSIu = "RunScheduledInstances";
61047
+ var _RSR = "RemoveSupportedRegions";
60964
61048
  var _RST = "RestoreSnapshotTier";
60965
61049
  var _RSTe = "RestoreStartTime";
60966
61050
  var _RSe = "ResourceStatement";
@@ -61146,9 +61230,12 @@ var _SR = "SourceRegion";
61146
61230
  var _SRDT = "SupportedRootDeviceTypes";
61147
61231
  var _SRO = "StaticRoutesOnly";
61148
61232
  var _SRT = "SubnetRouteTable";
61149
- var _SRe = "ServiceResource";
61233
+ var _SRe = "ServiceRegion";
61234
+ var _SRer = "ServiceRegions";
61235
+ var _SRerv = "ServiceResource";
61150
61236
  var _SRo = "SourceResource";
61151
61237
  var _SRt = "StateReason";
61238
+ var _SRu = "SupportedRegions";
61152
61239
  var _SS = "SseSpecification";
61153
61240
  var _SSGN = "SourceSecurityGroupName";
61154
61241
  var _SSGOI = "SourceSecurityGroupOwnerId";
@@ -61348,6 +61435,7 @@ var _TT = "TrafficType";
61348
61435
  var _TTC = "TotalTargetCapacity";
61349
61436
  var _TTGAI = "TransportTransitGatewayAttachmentId";
61350
61437
  var _TTa = "TargetThroughput";
61438
+ var _TTr = "TransferType";
61351
61439
  var _TUP = "TotalUpfrontPrice";
61352
61440
  var _TV = "TargetVersion";
61353
61441
  var _TVC = "TotalVCpus";
@@ -61449,6 +61537,7 @@ var _VEI = "VpcEndpointIds";
61449
61537
  var _VEIp = "VpcEndpointId";
61450
61538
  var _VEO = "VpcEndpointOwner";
61451
61539
  var _VEPS = "VpcEndpointPolicySupported";
61540
+ var _VER = "VpcEndpointRegion";
61452
61541
  var _VES = "VpnEcmpSupport";
61453
61542
  var _VESp = "VpcEndpointService";
61454
61543
  var _VESpc = "VpcEndpointState";
@@ -61710,6 +61799,7 @@ var _cCo = "coreCount";
61710
61799
  var _cCoi = "coipCidr";
61711
61800
  var _cCp = "cpuCredits";
61712
61801
  var _cD = "createDate";
61802
+ var _cDM = "completionDurationMinutes";
61713
61803
  var _cDr = "creationDate";
61714
61804
  var _cDre = "createdDate";
61715
61805
  var _cE = "connectionEvents";
@@ -61803,6 +61893,7 @@ var _cTI = "conversionTaskId";
61803
61893
  var _cTS = "connectionTrackingSpecification";
61804
61894
  var _cTo = "conversionTasks";
61805
61895
  var _cTom = "completeTime";
61896
+ var _cTomp = "completionTime";
61806
61897
  var _cTon = "conversionTask";
61807
61898
  var _cTonn = "connectivityType";
61808
61899
  var _cTr = "createTime";
@@ -62686,6 +62777,7 @@ var _pu = "public";
62686
62777
  var _pur = "purchase";
62687
62778
  var _r = "return";
62688
62779
  var _rA = "ruleAction";
62780
+ var _rAE = "remoteAccessEnabled";
62689
62781
  var _rAe = "resourceArn";
62690
62782
  var _rB = "requestedBy";
62691
62783
  var _rBET = "recycleBinEnterTime";
@@ -62897,12 +62989,14 @@ var _sPS = "sourcePortSet";
62897
62989
  var _sPSS = "spotPlacementScoreSet";
62898
62990
  var _sPp = "spotPrice";
62899
62991
  var _sQPDS = "successfulQueuedPurchaseDeletionSet";
62900
- var _sR = "stateReason";
62992
+ var _sR = "serviceRegion";
62901
62993
  var _sRDT = "supportedRootDeviceTypes";
62902
62994
  var _sRO = "staticRoutesOnly";
62995
+ var _sRS = "supportedRegionSet";
62903
62996
  var _sRT = "subnetRouteTable";
62904
62997
  var _sRe = "serviceResource";
62905
62998
  var _sRo = "sourceResource";
62999
+ var _sRt = "stateReason";
62906
63000
  var _sS = "snapshotSet";
62907
63001
  var _sSGS = "staleSecurityGroupSet";
62908
63002
  var _sSPU = "selfServicePortalUrl";
@@ -63071,6 +63165,7 @@ var _tT = "trafficType";
63071
63165
  var _tTC = "totalTargetCapacity";
63072
63166
  var _tTGAI = "transportTransitGatewayAttachmentId";
63073
63167
  var _tTa = "targetThroughput";
63168
+ var _tTr = "transferType";
63074
63169
  var _tUP = "totalUpfrontPrice";
63075
63170
  var _tV = "tokenValue";
63076
63171
  var _tVC = "totalVCpus";
@@ -63149,6 +63244,7 @@ var _vECS = "vpcEndpointConnectionSet";
63149
63244
  var _vEI = "vpcEndpointId";
63150
63245
  var _vEO = "vpcEndpointOwner";
63151
63246
  var _vEPS = "vpcEndpointPolicySupported";
63247
+ var _vER = "vpcEndpointRegion";
63152
63248
  var _vES = "vpcEndpointService";
63153
63249
  var _vESp = "vpcEndpointSet";
63154
63250
  var _vESpc = "vpcEndpointState";
@@ -67024,6 +67120,10 @@ var StorageTier = {
67024
67120
  archive: "archive",
67025
67121
  standard: "standard"
67026
67122
  };
67123
+ var TransferType = {
67124
+ standard: "standard",
67125
+ time_based: "time-based"
67126
+ };
67027
67127
  var CopyTagsFromSource = {
67028
67128
  volume: "volume"
67029
67129
  };
@@ -68551,10 +68651,6 @@ var FpgaImageAttributeName = {
68551
68651
  var PermissionGroup = {
68552
68652
  all: "all"
68553
68653
  };
68554
- var ProductCodeValues = {
68555
- devpay: "devpay",
68556
- marketplace: "marketplace"
68557
- };
68558
68654
  var DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
68559
68655
  ...obj,
68560
68656
  ...obj.VerifiedAccessTrustProvider && {
@@ -69507,6 +69603,10 @@ var DescribeImagesCommand = _DescribeImagesCommand;
69507
69603
 
69508
69604
  // src/models/models_4.ts
69509
69605
 
69606
+ var ProductCodeValues = {
69607
+ devpay: "devpay",
69608
+ marketplace: "marketplace"
69609
+ };
69510
69610
  var FpgaImageStateCode = {
69511
69611
  available: "available",
69512
69612
  failed: "failed",
@@ -79734,6 +79834,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
79734
79834
  SSEType,
79735
79835
  SnapshotState,
79736
79836
  StorageTier,
79837
+ TransferType,
79737
79838
  CopyTagsFromSource,
79738
79839
  DatafeedSubscriptionState,
79739
79840
  SubnetCidrReservationType,
@@ -79823,7 +79924,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
79823
79924
  FleetActivityStatus,
79824
79925
  FpgaImageAttributeName,
79825
79926
  PermissionGroup,
79826
- ProductCodeValues,
79827
79927
  DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog,
79828
79928
  DescribeBundleTasksResultFilterSensitiveLog,
79829
79929
  DiskImageDescriptionFilterSensitiveLog,
@@ -79832,6 +79932,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
79832
79932
  ImportVolumeTaskDetailsFilterSensitiveLog,
79833
79933
  ConversionTaskFilterSensitiveLog,
79834
79934
  DescribeConversionTasksResultFilterSensitiveLog,
79935
+ ProductCodeValues,
79835
79936
  FpgaImageStateCode,
79836
79937
  PaymentOption,
79837
79938
  ReservationState,
@@ -95,6 +95,10 @@ export const StorageTier = {
95
95
  archive: "archive",
96
96
  standard: "standard",
97
97
  };
98
+ export const TransferType = {
99
+ standard: "standard",
100
+ time_based: "time-based",
101
+ };
98
102
  export const CopyTagsFromSource = {
99
103
  volume: "volume",
100
104
  };
@@ -145,10 +145,6 @@ export const FpgaImageAttributeName = {
145
145
  export const PermissionGroup = {
146
146
  all: "all",
147
147
  };
148
- export const ProductCodeValues = {
149
- devpay: "devpay",
150
- marketplace: "marketplace",
151
- };
152
148
  export const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
153
149
  ...obj,
154
150
  ...(obj.VerifiedAccessTrustProvider && {
@@ -1,5 +1,9 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { LaunchTemplateVersionFilterSensitiveLog, } from "./models_1";
3
+ export const ProductCodeValues = {
4
+ devpay: "devpay",
5
+ marketplace: "marketplace",
6
+ };
3
7
  export const FpgaImageStateCode = {
4
8
  available: "available",
5
9
  failed: "failed",