@aws-sdk/client-ecs 3.935.0 → 3.937.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 (40) hide show
  1. package/README.md +32 -0
  2. package/dist-cjs/index.js +526 -45
  3. package/dist-es/ECS.js +8 -0
  4. package/dist-es/commands/CreateExpressGatewayServiceCommand.js +16 -0
  5. package/dist-es/commands/DeleteExpressGatewayServiceCommand.js +16 -0
  6. package/dist-es/commands/DescribeExpressGatewayServiceCommand.js +16 -0
  7. package/dist-es/commands/UpdateExpressGatewayServiceCommand.js +16 -0
  8. package/dist-es/commands/index.js +4 -0
  9. package/dist-es/models/enums.js +28 -0
  10. package/dist-es/models/errors.js +8 -8
  11. package/dist-es/schemas/schemas_0.js +429 -37
  12. package/dist-types/ECS.d.ts +28 -0
  13. package/dist-types/ECSClient.d.ts +6 -2
  14. package/dist-types/commands/CreateExpressGatewayServiceCommand.d.ts +240 -0
  15. package/dist-types/commands/CreateServiceCommand.d.ts +10 -0
  16. package/dist-types/commands/DeleteExpressGatewayServiceCommand.d.ts +187 -0
  17. package/dist-types/commands/DeleteServiceCommand.d.ts +10 -0
  18. package/dist-types/commands/DescribeExpressGatewayServiceCommand.d.ts +184 -0
  19. package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +105 -0
  20. package/dist-types/commands/DescribeServicesCommand.d.ts +10 -0
  21. package/dist-types/commands/ListServicesCommand.d.ts +1 -0
  22. package/dist-types/commands/UpdateExpressGatewayServiceCommand.d.ts +222 -0
  23. package/dist-types/commands/UpdateServiceCommand.d.ts +10 -0
  24. package/dist-types/commands/index.d.ts +4 -0
  25. package/dist-types/models/enums.d.ts +76 -0
  26. package/dist-types/models/errors.d.ts +12 -12
  27. package/dist-types/models/models_0.d.ts +3808 -2758
  28. package/dist-types/schemas/schemas_0.d.ts +46 -0
  29. package/dist-types/ts3.4/ECS.d.ts +68 -0
  30. package/dist-types/ts3.4/ECSClient.d.ts +24 -0
  31. package/dist-types/ts3.4/commands/CreateExpressGatewayServiceCommand.d.ts +51 -0
  32. package/dist-types/ts3.4/commands/DeleteExpressGatewayServiceCommand.d.ts +51 -0
  33. package/dist-types/ts3.4/commands/DescribeExpressGatewayServiceCommand.d.ts +51 -0
  34. package/dist-types/ts3.4/commands/UpdateExpressGatewayServiceCommand.d.ts +51 -0
  35. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  36. package/dist-types/ts3.4/models/enums.d.ts +39 -0
  37. package/dist-types/ts3.4/models/errors.d.ts +6 -6
  38. package/dist-types/ts3.4/models/models_0.d.ts +229 -4
  39. package/dist-types/ts3.4/schemas/schemas_0.d.ts +46 -0
  40. package/package.json +12 -12
@@ -42,6 +42,9 @@ const _CDo = "ContainerDependency";
42
42
  const _CDon = "ContainerDefinitions";
43
43
  const _CDont = "ContainerDependencies";
44
44
  const _CE = "ClientException";
45
+ const _CEGS = "CreateExpressGatewayService";
46
+ const _CEGSR = "CreateExpressGatewayServiceRequest";
47
+ const _CEGSRr = "CreateExpressGatewayServiceResponse";
45
48
  const _CEo = "ConflictException";
46
49
  const _CI = "ContainerImage";
47
50
  const _CIHS = "ContainerInstanceHealthStatus";
@@ -103,6 +106,12 @@ const _DCResc = "DescribeClustersResponse";
103
106
  const _DCe = "DeploymentController";
104
107
  const _DCel = "DeleteCluster";
105
108
  const _DCes = "DescribeClusters";
109
+ const _DEGS = "DeleteExpressGatewayService";
110
+ const _DEGSR = "DeleteExpressGatewayServiceRequest";
111
+ const _DEGSRe = "DeleteExpressGatewayServiceResponse";
112
+ const _DEGSRes = "DescribeExpressGatewayServiceRequest";
113
+ const _DEGSResc = "DescribeExpressGatewayServiceResponse";
114
+ const _DEGSe = "DescribeExpressGatewayService";
106
115
  const _DES = "DeploymentEphemeralStorage";
107
116
  const _DL = "DevicesList";
108
117
  const _DLH = "DeploymentLifecycleHook";
@@ -150,10 +159,20 @@ const _ECC = "ExecuteCommandConfiguration";
150
159
  const _ECLC = "ExecuteCommandLogConfiguration";
151
160
  const _ECR = "ExecuteCommandRequest";
152
161
  const _ECRx = "ExecuteCommandResponse";
162
+ const _ECSEGS = "ECSExpressGatewayService";
163
+ const _ECSMR = "ECSManagedResources";
153
164
  const _EF = "EnvironmentFile";
154
165
  const _EFSAC = "EFSAuthorizationConfig";
155
166
  const _EFSVC = "EFSVolumeConfiguration";
156
167
  const _EFn = "EnvironmentFiles";
168
+ const _EGC = "ExpressGatewayContainer";
169
+ const _EGRC = "ExpressGatewayRepositoryCredentials";
170
+ const _EGSALC = "ExpressGatewayServiceAwsLogsConfiguration";
171
+ const _EGSC = "ExpressGatewayServiceConfiguration";
172
+ const _EGSCx = "ExpressGatewayServiceConfigurations";
173
+ const _EGSNC = "ExpressGatewayServiceNetworkConfiguration";
174
+ const _EGSS = "ExpressGatewayServiceStatus";
175
+ const _EGST = "ExpressGatewayScalingTarget";
157
176
  const _EIT = "ExcludedInstanceType";
158
177
  const _EITS = "ExcludedInstanceTypeSet";
159
178
  const _ES = "EphemeralStorage";
@@ -182,6 +201,8 @@ const _ILT = "InstanceLaunchTemplate";
182
201
  const _ILTU = "InstanceLaunchTemplateUpdate";
183
202
  const _IO = "InfrastructureOptimization";
184
203
  const _IPE = "InvalidParameterException";
204
+ const _IPS = "IngressPathSummary";
205
+ const _IPSn = "IngressPathSummaries";
185
206
  const _IRR = "InstanceRequirementsRequest";
186
207
  const _KC = "KernelCapabilities";
187
208
  const _KVP = "KeyValuePair";
@@ -227,18 +248,36 @@ const _LTFRRi = "ListTagsForResourceResponse";
227
248
  const _LTR = "ListTasksRequest";
228
249
  const _LTRi = "ListTasksResponse";
229
250
  const _MA = "ManagedAgent";
251
+ const _MAASP = "ManagedApplicationAutoScalingPolicy";
252
+ const _MAASPa = "ManagedApplicationAutoScalingPolicies";
253
+ const _MAS = "ManagedAutoScaling";
230
254
  const _MASC = "ManagedAgentStateChange";
231
255
  const _MASCa = "ManagedAgentStateChanges";
232
256
  const _MAa = "ManagedAgents";
257
+ const _MC = "ManagedCertificate";
233
258
  const _MGBPVCR = "MemoryGiBPerVCpuRequest";
234
259
  const _MINC = "ManagedInstancesNetworkConfiguration";
235
- const _MIP = "ManagedInstancesProvider";
260
+ const _MIP = "ManagedIngressPath";
261
+ const _MIPa = "ManagedInstancesProvider";
262
+ const _MIPan = "ManagedIngressPaths";
236
263
  const _MISC = "ManagedInstancesStorageConfiguration";
264
+ const _ML = "ManagedListener";
265
+ const _MLB = "ManagedLoadBalancer";
266
+ const _MLG = "ManagedLogGroup";
267
+ const _MLGa = "ManagedLogGroups";
268
+ const _MLR = "ManagedListenerRule";
269
+ const _MMA = "ManagedMetricAlarm";
270
+ const _MMAa = "ManagedMetricAlarms";
237
271
  const _MMBR = "MemoryMiBRequest";
238
272
  const _MP = "MountPoint";
239
273
  const _MPL = "MountPointList";
240
274
  const _MS = "ManagedScaling";
241
275
  const _MSC = "ManagedStorageConfiguration";
276
+ const _MSG = "ManagedSecurityGroup";
277
+ const _MSGa = "ManagedSecurityGroups";
278
+ const _MST = "ManagedScalableTarget";
279
+ const _MTG = "ManagedTargetGroup";
280
+ const _MTGa = "ManagedTargetGroups";
242
281
  const _MVE = "MissingVersionException";
243
282
  const _NB = "NetworkBinding";
244
283
  const _NBGR = "NetworkBandwidthGbpsRequest";
@@ -304,6 +343,8 @@ const _SCALC = "ServiceConnectAccessLogConfiguration";
304
343
  const _SCC = "ServiceConnectConfiguration";
305
344
  const _SCCA = "ServiceConnectClientAlias";
306
345
  const _SCCAL = "ServiceConnectClientAliasList";
346
+ const _SCRS = "ServiceCurrentRevisionSummary";
347
+ const _SCRSL = "ServiceCurrentRevisionSummaryList";
307
348
  const _SCS = "ServiceConnectService";
308
349
  const _SCSC = "SubmitContainerStateChange";
309
350
  const _SCSCR = "SubmitContainerStateChangeRequest";
@@ -403,6 +444,10 @@ const _UCRp = "UpdateClusterResponse";
403
444
  const _UCS = "UpdateClusterSettings";
404
445
  const _UCSR = "UpdateClusterSettingsRequest";
405
446
  const _UCSRp = "UpdateClusterSettingsResponse";
447
+ const _UEGS = "UpdatedExpressGatewayService";
448
+ const _UEGSR = "UpdateExpressGatewayServiceRequest";
449
+ const _UEGSRp = "UpdateExpressGatewayServiceResponse";
450
+ const _UEGSp = "UpdateExpressGatewayService";
406
451
  const _UFE = "UnsupportedFeatureException";
407
452
  const _UIPE = "UpdateInProgressException";
408
453
  const _UL = "UlimitList";
@@ -432,15 +477,18 @@ const _VLC = "VpcLatticeConfiguration";
432
477
  const _VLCp = "VpcLatticeConfigurations";
433
478
  const _a = "attachments";
434
479
  const _aA = "attachmentArn";
480
+ const _aASP = "applicationAutoScalingPolicies";
435
481
  const _aC = "agentConnected";
436
- const _aCc = "acceleratorCount";
482
+ const _aCc = "activeConfigurations";
483
+ const _aCcc = "acceleratorCount";
437
484
  const _aCd = "advancedConfiguration";
438
485
  const _aCu = "authorizationConfig";
439
486
  const _aCw = "awsvpcConfiguration";
440
487
  const _aH = "agentHash";
441
488
  const _aI = "attachmentId";
442
489
  const _aIT = "allowedInstanceTypes";
443
- const _aLC = "accessLogConfiguration";
490
+ const _aLC = "awsLogsConfiguration";
491
+ const _aLCc = "accessLogConfiguration";
444
492
  const _aM = "acceleratorManufacturers";
445
493
  const _aN = "alarmNames";
446
494
  const _aNc = "acceleratorNames";
@@ -453,9 +501,13 @@ const _aS = "attachmentsStatus";
453
501
  const _aSC = "activeServicesCount";
454
502
  const _aSGA = "autoScalingGroupArn";
455
503
  const _aSGP = "autoScalingGroupProvider";
456
- const _aT = "acceleratorTypes";
504
+ const _aSM = "autoScalingMetric";
505
+ const _aSTV = "autoScalingTargetValue";
506
+ const _aSu = "autoScaling";
507
+ const _aT = "accessType";
457
508
  const _aTGA = "alternateTargetGroupArn";
458
509
  const _aTMMB = "acceleratorTotalMemoryMiB";
510
+ const _aTc = "acceleratorTypes";
459
511
  const _aUS = "agentUpdateStatus";
460
512
  const _aV = "attributeValue";
461
513
  const _aVg = "agentVersion";
@@ -487,8 +539,9 @@ const _cAr = "createdAt";
487
539
  const _cB = "createdBy";
488
540
  const _cBTIM = "canaryBakeTimeInMinutes";
489
541
  const _cC = "canaryConfiguration";
490
- const _cD = "containerDefinitions";
542
+ const _cD = "currentDeployment";
491
543
  const _cDC = "computedDesiredCount";
544
+ const _cDo = "containerDefinitions";
492
545
  const _cI = "containerInstance";
493
546
  const _cIA = "containerInstanceArn";
494
547
  const _cIAo = "containerInstanceArns";
@@ -509,10 +562,13 @@ const _cPo = "containerPath";
509
562
  const _cPon = "containerPort";
510
563
  const _cPr = "credentialsParameter";
511
564
  const _cS = "credentialSpecs";
565
+ const _cSD = "currentServiceDeployment";
566
+ const _cSR = "currentServiceRevisions";
512
567
  const _cT = "clientToken";
513
568
  const _cWEE = "cloudWatchEncryptionEnabled";
514
569
  const _cWLGN = "cloudWatchLogGroupName";
515
570
  const _ca = "capabilities";
571
+ const _ce = "certificate";
516
572
  const _cl = "cluster";
517
573
  const _clu = "clusters";
518
574
  const _co = "configuration";
@@ -537,6 +593,7 @@ const _dN = "disableNetworking";
537
593
  const _dNe = "deviceName";
538
594
  const _dNi = "discoveryName";
539
595
  const _dNn = "dnsName";
596
+ const _dNo = "domainName";
540
597
  const _dO = "dependsOn";
541
598
  const _dOT = "deleteOnTermination";
542
599
  const _dOr = "driverOpts";
@@ -568,6 +625,7 @@ const _eII = "ec2InstanceId";
568
625
  const _eIM = "expiresInMinutes";
569
626
  const _eIPA = "ec2InstanceProfileArn";
570
627
  const _eIT = "excludedInstanceTypes";
628
+ const _eMR = "ecsManagedResources";
571
629
  const _eP = "entryPoint";
572
630
  const _eRA = "executionRoleArn";
573
631
  const _eS = "effectiveSettings";
@@ -607,6 +665,8 @@ const _gI = "gpuIds";
607
665
  const _h = "hostname";
608
666
  const _hC = "healthCheck";
609
667
  const _hCGPS = "healthCheckGracePeriodSeconds";
668
+ const _hCP = "healthCheckPath";
669
+ const _hCPe = "healthCheckPort";
610
670
  const _hD = "hookDetails";
611
671
  const _hL = "hardLimit";
612
672
  const _hP = "hostPath";
@@ -630,6 +690,7 @@ const _iIDS = "instanceIdentityDocumentSignature";
630
690
  const _iLT = "instanceLaunchTemplate";
631
691
  const _iM = "ipcMode";
632
692
  const _iO = "infrastructureOptimization";
693
+ const _iP = "ingressPaths";
633
694
  const _iPE = "initProcessEnabled";
634
695
  const _iPO = "ingressPortOverride";
635
696
  const _iQP = "includeQueryParameters";
@@ -651,14 +712,20 @@ const _kKI = "kmsKeyId";
651
712
  const _l = "links";
652
713
  const _lB = "loadBalancers";
653
714
  const _lBN = "loadBalancerName";
715
+ const _lBSG = "loadBalancerSecurityGroups";
716
+ const _lBo = "loadBalancer";
654
717
  const _lC = "logConfiguration";
655
718
  const _lCi = "linearConfiguration";
656
719
  const _lD = "logDriver";
720
+ const _lG = "logGroups";
721
+ const _lGN = "logGroupName";
722
+ const _lGo = "logGroup";
657
723
  const _lH = "lifecycleHooks";
658
724
  const _lP = "linuxParameters";
659
725
  const _lS = "lastStatus";
660
726
  const _lSA = "lastStartedAt";
661
727
  const _lSC = "lastStatusChange";
728
+ const _lSP = "logStreamPrefix";
662
729
  const _lST = "localStorageTypes";
663
730
  const _lSi = "lifecycleStages";
664
731
  const _lSif = "lifecycleStage";
@@ -667,10 +734,14 @@ const _lT = "launchType";
667
734
  const _lU = "lastUpdated";
668
735
  const _lV = "longValue";
669
736
  const _la = "labels";
737
+ const _li = "listener";
670
738
  const _lo = "logging";
671
739
  const _m = "min";
672
740
  const _mA = "managedAgents";
673
741
  const _mAN = "managedAgentName";
742
+ const _mAe = "metricAlarms";
743
+ const _mC = "minCapacity";
744
+ const _mCa = "maxCapacity";
674
745
  const _mD = "managedDraining";
675
746
  const _mEBSV = "managedEBSVolume";
676
747
  const _mGBPVC = "memoryGiBPerVCpu";
@@ -688,10 +759,13 @@ const _mSPAPOOODP = "maxSpotPriceAsPercentageOfOptimalOnDemandPrice";
688
759
  const _mSSS = "minimumScalingStepSize";
689
760
  const _mSSSa = "maximumScalingStepSize";
690
761
  const _mSa = "maxSwap";
762
+ const _mTC = "minTaskCount";
763
+ const _mTCa = "maxTaskCount";
691
764
  const _mTP = "managedTerminationProtection";
692
765
  const _ma = "max";
693
766
  const _me = "message";
694
767
  const _mem = "memory";
768
+ const _met = "metric";
695
769
  const _mo = "monitoring";
696
770
  const _n = "name";
697
771
  const _nB = "networkBindings";
@@ -709,8 +783,9 @@ const _oSF = "operatingSystemFamily";
709
783
  const _ov = "overrides";
710
784
  const _p = "privileged";
711
785
  const _pA = "principalArn";
712
- const _pC = "placementConstraints";
786
+ const _pC = "primaryContainer";
713
787
  const _pCe = "pendingCount";
788
+ const _pCl = "placementConstraints";
714
789
  const _pCr = "proxyConfiguration";
715
790
  const _pD = "platformDevices";
716
791
  const _pE = "protectionEnabled";
@@ -728,6 +803,7 @@ const _pT = "pseudoTerminal";
728
803
  const _pTC = "pendingTasksCount";
729
804
  const _pTCe = "pendingTaskCount";
730
805
  const _pTS = "primaryTaskSet";
806
+ const _pTo = "policyType";
731
807
  const _pTr = "propagateTags";
732
808
  const _pTro = "protectedTasks";
733
809
  const _pV = "platformVersion";
@@ -753,6 +829,7 @@ const _rHS = "requireHibernateSupport";
753
829
  const _rI = "resourceIds";
754
830
  const _rIe = "referenceId";
755
831
  const _rIu = "runtimeId";
832
+ const _rMT = "resourceManagementType";
756
833
  const _rO = "readOnly";
757
834
  const _rP = "restartPolicy";
758
835
  const _rPTW = "requestedProductionTrafficWeight";
@@ -772,9 +849,10 @@ const _re = "retries";
772
849
  const _rev = "revision";
773
850
  const _ro = "role";
774
851
  const _rol = "rollback";
852
+ const _ru = "rule";
775
853
  const _s = "status";
776
- const _sA = "serviceArns";
777
- const _sAe = "serviceArn";
854
+ const _sA = "serviceArn";
855
+ const _sAe = "serviceArns";
778
856
  const _sAt = "startedAt";
779
857
  const _sAto = "stoppedAt";
780
858
  const _sAtop = "stoppingAt";
@@ -787,17 +865,20 @@ const _sCD = "serviceConnectDefaults";
787
865
  const _sCE = "serviceConnectEndpoint";
788
866
  const _sCR = "serviceConnectResources";
789
867
  const _sCo = "sourceContainer";
790
- const _sCt = "storageConfiguration";
791
- const _sCto = "stopCode";
868
+ const _sCt = "statusCode";
869
+ const _sCto = "storageConfiguration";
870
+ const _sCtop = "stopCode";
792
871
  const _sD = "serviceDeployments";
793
872
  const _sDA = "serviceDeploymentArns";
794
873
  const _sDAe = "serviceDeploymentArn";
795
874
  const _sEE = "s3EncryptionEnabled";
796
875
  const _sG = "securityGroups";
797
- const _sI = "snapshotId";
876
+ const _sGI = "securityGroupIds";
877
+ const _sI = "subnetIds";
798
878
  const _sIA = "scaleInAfter";
799
879
  const _sIGB = "sizeInGiB";
800
880
  const _sIe = "sessionId";
881
+ const _sIn = "snapshotId";
801
882
  const _sKP = "s3KeyPrefix";
802
883
  const _sL = "softLimit";
803
884
  const _sMPPOLP = "spotMaxPricePercentageOverLowestPrice";
@@ -815,16 +896,20 @@ const _sRer = "serviceRevisions";
815
896
  const _sRt = "stoppedReason";
816
897
  const _sS = "schedulingStrategy";
817
898
  const _sSA = "stabilityStatusAt";
899
+ const _sSG = "serviceSecurityGroups";
818
900
  const _sSGB = "storageSizeGiB";
819
901
  const _sSR = "sourceServiceRevisions";
820
902
  const _sSV = "stringSetValue";
821
903
  const _sSt = "stabilityStatus";
822
904
  const _sT = "startTimeout";
905
+ const _sTc = "scalingTarget";
906
+ const _sTca = "scalableTarget";
823
907
  const _sTt = "stopTimeout";
824
908
  const _sTto = "stopType";
825
909
  const _sU = "streamUrl";
826
910
  const _sV = "sourceVolume";
827
911
  const _sc = "scale";
912
+ const _sch = "scheme";
828
913
  const _sco = "scope";
829
914
  const _se = "settings";
830
915
  const _sec = "secrets";
@@ -845,6 +930,7 @@ const _tA = "taskArn";
845
930
  const _tAN = "triggeredAlarmNames";
846
931
  const _tAa = "taskArns";
847
932
  const _tC = "targetCapacity";
933
+ const _tCa = "targetConfiguration";
848
934
  const _tD = "taskDefinition";
849
935
  const _tDA = "taskDefinitionArns";
850
936
  const _tDAa = "taskDefinitionArn";
@@ -852,6 +938,7 @@ const _tDa = "taskDefinitions";
852
938
  const _tE = "telemetryEndpoint";
853
939
  const _tEP = "transitEncryptionPort";
854
940
  const _tEr = "transitEncryption";
941
+ const _tG = "targetGroups";
855
942
  const _tGA = "targetGroupArn";
856
943
  const _tI = "targetId";
857
944
  const _tK = "tagKeys";
@@ -868,7 +955,8 @@ const _tSa = "taskSets";
868
955
  const _tSag = "tagSpecifications";
869
956
  const _tT = "targetType";
870
957
  const _tTR = "testTrafficRules";
871
- const _tV = "tokenValue";
958
+ const _tV = "targetValue";
959
+ const _tVo = "tokenValue";
872
960
  const _ta = "tags";
873
961
  const _tas = "tasks";
874
962
  const _task = "task";
@@ -1273,6 +1361,35 @@ export var CreateClusterRequest = [
1273
1361
  ];
1274
1362
  export var CreateClusterResponse = [3, n0, _CCRr, 0, [_cl], [() => Cluster]];
1275
1363
  export var CreatedAt = [3, n0, _CA, 0, [_be, _af], [4, 4]];
1364
+ export var CreateExpressGatewayServiceRequest = [
1365
+ 3,
1366
+ n0,
1367
+ _CEGSR,
1368
+ 0,
1369
+ [_eRA, _iRA, _sN, _cl, _hCP, _pC, _tRA, _nC, _cp, _mem, _sTc, _ta],
1370
+ [
1371
+ 0,
1372
+ 0,
1373
+ 0,
1374
+ 0,
1375
+ 0,
1376
+ () => ExpressGatewayContainer,
1377
+ 0,
1378
+ () => ExpressGatewayServiceNetworkConfiguration,
1379
+ 0,
1380
+ 0,
1381
+ () => ExpressGatewayScalingTarget,
1382
+ () => Tags,
1383
+ ],
1384
+ ];
1385
+ export var CreateExpressGatewayServiceResponse = [
1386
+ 3,
1387
+ n0,
1388
+ _CEGSRr,
1389
+ 0,
1390
+ [_ser],
1391
+ [() => ECSExpressGatewayService],
1392
+ ];
1276
1393
  export var CreateManagedInstancesProviderConfiguration = [
1277
1394
  3,
1278
1395
  n0,
@@ -1300,7 +1417,7 @@ export var CreateServiceRequest = [
1300
1417
  _pV,
1301
1418
  _ro,
1302
1419
  _dCe,
1303
- _pC,
1420
+ _pCl,
1304
1421
  _pS,
1305
1422
  _nC,
1306
1423
  _hCGPS,
@@ -1382,6 +1499,15 @@ export var DeleteCapacityProviderResponse = [
1382
1499
  ];
1383
1500
  export var DeleteClusterRequest = [3, n0, _DCR, 0, [_cl], [0]];
1384
1501
  export var DeleteClusterResponse = [3, n0, _DCRe, 0, [_cl], [() => Cluster]];
1502
+ export var DeleteExpressGatewayServiceRequest = [3, n0, _DEGSR, 0, [_sA], [0]];
1503
+ export var DeleteExpressGatewayServiceResponse = [
1504
+ 3,
1505
+ n0,
1506
+ _DEGSRe,
1507
+ 0,
1508
+ [_ser],
1509
+ [() => ECSExpressGatewayService],
1510
+ ];
1385
1511
  export var DeleteServiceRequest = [3, n0, _DSR, 0, [_cl, _ser, _f], [0, 0, 2]];
1386
1512
  export var DeleteServiceResponse = [3, n0, _DSRe, 0, [_ser], [() => Service]];
1387
1513
  export var DeleteTaskDefinitionsRequest = [3, n0, _DTDR, 0, [_tDa], [64 | 0]];
@@ -1514,6 +1640,15 @@ export var DescribeContainerInstancesResponse = [
1514
1640
  [_cIo, _fa],
1515
1641
  [() => ContainerInstances, () => Failures],
1516
1642
  ];
1643
+ export var DescribeExpressGatewayServiceRequest = [3, n0, _DEGSRes, 0, [_sA, _inc], [0, 64 | 0]];
1644
+ export var DescribeExpressGatewayServiceResponse = [
1645
+ 3,
1646
+ n0,
1647
+ _DEGSResc,
1648
+ 0,
1649
+ [_ser],
1650
+ [() => ECSExpressGatewayService],
1651
+ ];
1517
1652
  export var DescribeServiceDeploymentsRequest = [3, n0, _DSDR, 0, [_sDA], [64 | 0]];
1518
1653
  export var DescribeServiceDeploymentsResponse = [
1519
1654
  3,
@@ -1580,6 +1715,28 @@ export var DockerVolumeConfiguration = [
1580
1715
  [0, 2, 0, 128 | 0, 128 | 0],
1581
1716
  ];
1582
1717
  export var EBSTagSpecification = [3, n0, _EBSTS, 0, [_rT, _ta, _pTr], [0, () => Tags, 0]];
1718
+ export var ECSExpressGatewayService = [
1719
+ 3,
1720
+ n0,
1721
+ _ECSEGS,
1722
+ 0,
1723
+ [_cl, _sN, _sA, _iRA, _s, _cD, _aCc, _ta, _cAr, _uA],
1724
+ [0, 0, 0, 0, () => ExpressGatewayServiceStatus, 0, () => ExpressGatewayServiceConfigurations, () => Tags, 4, 4],
1725
+ ];
1726
+ export var ECSManagedResources = [
1727
+ 3,
1728
+ n0,
1729
+ _ECSMR,
1730
+ 0,
1731
+ [_iP, _aSu, _mAe, _sSG, _lG],
1732
+ [
1733
+ () => ManagedIngressPaths,
1734
+ () => ManagedAutoScaling,
1735
+ () => ManagedMetricAlarms,
1736
+ () => ManagedSecurityGroups,
1737
+ () => ManagedLogGroups,
1738
+ ],
1739
+ ];
1583
1740
  export var EFSAuthorizationConfig = [3, n0, _EFSAC, 0, [_aPIc, _ia], [0, 0]];
1584
1741
  export var EFSVolumeConfiguration = [
1585
1742
  3,
@@ -1623,6 +1780,61 @@ export var ExecuteCommandResponse = [
1623
1780
  [_cA, _cAo, _cNo, _in, _ses, _tA],
1624
1781
  [0, 0, 0, 2, [() => Session, 0], 0],
1625
1782
  ];
1783
+ export var ExpressGatewayContainer = [
1784
+ 3,
1785
+ n0,
1786
+ _EGC,
1787
+ 0,
1788
+ [_im, _cPon, _aLC, _rC, _com, _en, _sec],
1789
+ [
1790
+ 0,
1791
+ 1,
1792
+ () => ExpressGatewayServiceAwsLogsConfiguration,
1793
+ () => ExpressGatewayRepositoryCredentials,
1794
+ 64 | 0,
1795
+ () => EnvironmentVariables,
1796
+ () => SecretList,
1797
+ ],
1798
+ ];
1799
+ export var ExpressGatewayRepositoryCredentials = [3, n0, _EGRC, 0, [_cPr], [0]];
1800
+ export var ExpressGatewayScalingTarget = [
1801
+ 3,
1802
+ n0,
1803
+ _EGST,
1804
+ 0,
1805
+ [_mTC, _mTCa, _aSM, _aSTV],
1806
+ [1, 1, 0, 1],
1807
+ ];
1808
+ export var ExpressGatewayServiceAwsLogsConfiguration = [3, n0, _EGSALC, 0, [_lGo, _lSP], [0, 0]];
1809
+ export var ExpressGatewayServiceConfiguration = [
1810
+ 3,
1811
+ n0,
1812
+ _EGSC,
1813
+ 0,
1814
+ [_sRAe, _eRA, _tRA, _cp, _mem, _nC, _hCP, _pC, _sTc, _iP, _cAr],
1815
+ [
1816
+ 0,
1817
+ 0,
1818
+ 0,
1819
+ 0,
1820
+ 0,
1821
+ () => ExpressGatewayServiceNetworkConfiguration,
1822
+ 0,
1823
+ () => ExpressGatewayContainer,
1824
+ () => ExpressGatewayScalingTarget,
1825
+ () => IngressPathSummaries,
1826
+ 4,
1827
+ ],
1828
+ ];
1829
+ export var ExpressGatewayServiceNetworkConfiguration = [
1830
+ 3,
1831
+ n0,
1832
+ _EGSNC,
1833
+ 0,
1834
+ [_sG, _su],
1835
+ [64 | 0, 64 | 0],
1836
+ ];
1837
+ export var ExpressGatewayServiceStatus = [3, n0, _EGSS, 0, [_sCt, _sR], [0, 0]];
1626
1838
  export var Failure = [3, n0, _F, 0, [_ar, _r, _de], [0, 0, 0]];
1627
1839
  export var FirelensConfiguration = [3, n0, _FC, 0, [_t, _o], [0, 128 | 0]];
1628
1840
  export var FSxWindowsFileServerAuthorizationConfig = [3, n0, _FSWFSAC, 0, [_cPr, _do], [0, 0]];
@@ -1649,13 +1861,14 @@ export var HostVolumeProperties = [3, n0, _HVP, 0, [_sPo], [0]];
1649
1861
  export var InferenceAccelerator = [3, n0, _IA, 0, [_dNe, _dT], [0, 0]];
1650
1862
  export var InferenceAcceleratorOverride = [3, n0, _IAO, 0, [_dNe, _dT], [0, 0]];
1651
1863
  export var InfrastructureOptimization = [3, n0, _IO, 0, [_sIA], [1]];
1864
+ export var IngressPathSummary = [3, n0, _IPS, 0, [_aT, _end], [0, 0]];
1652
1865
  export var InstanceHealthCheckResult = [3, n0, _IHCR, 0, [_t, _s, _lU, _lSC], [0, 0, 4, 4]];
1653
1866
  export var InstanceLaunchTemplate = [
1654
1867
  3,
1655
1868
  n0,
1656
1869
  _ILT,
1657
1870
  0,
1658
- [_eIPA, _nC, _sCt, _mo, _iR],
1871
+ [_eIPA, _nC, _sCto, _mo, _iR],
1659
1872
  [
1660
1873
  0,
1661
1874
  () => ManagedInstancesNetworkConfiguration,
@@ -1669,7 +1882,7 @@ export var InstanceLaunchTemplateUpdate = [
1669
1882
  n0,
1670
1883
  _ILTU,
1671
1884
  0,
1672
- [_eIPA, _nC, _sCt, _mo, _iR],
1885
+ [_eIPA, _nC, _sCto, _mo, _iR],
1673
1886
  [
1674
1887
  0,
1675
1888
  () => ManagedInstancesNetworkConfiguration,
@@ -1700,8 +1913,8 @@ export var InstanceRequirementsRequest = [
1700
1913
  _lST,
1701
1914
  _tLSGB,
1702
1915
  _bEBM,
1703
- _aT,
1704
- _aCc,
1916
+ _aTc,
1917
+ _aCcc,
1705
1918
  _aM,
1706
1919
  _aNc,
1707
1920
  _aTMMB,
@@ -1855,9 +2068,16 @@ export var ListServiceDeploymentsResponse = [
1855
2068
  [() => ServiceDeploymentsBrief, 0],
1856
2069
  ];
1857
2070
  export var ListServicesByNamespaceRequest = [3, n0, _LSBNR, 0, [_na, _nT, _mRa], [0, 0, 1]];
1858
- export var ListServicesByNamespaceResponse = [3, n0, _LSBNRi, 0, [_sA, _nT], [64 | 0, 0]];
1859
- export var ListServicesRequest = [3, n0, _LSR, 0, [_cl, _nT, _mRa, _lT, _sS], [0, 0, 1, 0, 0]];
1860
- export var ListServicesResponse = [3, n0, _LSRi, 0, [_sA, _nT], [64 | 0, 0]];
2071
+ export var ListServicesByNamespaceResponse = [3, n0, _LSBNRi, 0, [_sAe, _nT], [64 | 0, 0]];
2072
+ export var ListServicesRequest = [
2073
+ 3,
2074
+ n0,
2075
+ _LSR,
2076
+ 0,
2077
+ [_cl, _nT, _mRa, _lT, _sS, _rMT],
2078
+ [0, 0, 1, 0, 0, 0],
2079
+ ];
2080
+ export var ListServicesResponse = [3, n0, _LSRi, 0, [_sAe, _nT], [64 | 0, 0]];
1861
2081
  export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rAes], [0]];
1862
2082
  export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [() => Tags]];
1863
2083
  export var ListTaskDefinitionFamiliesRequest = [
@@ -1898,6 +2118,40 @@ export var LoadBalancer = [
1898
2118
  export var LogConfiguration = [3, n0, _LCo, 0, [_lD, _o, _sO], [0, 128 | 0, () => SecretList]];
1899
2119
  export var ManagedAgent = [3, n0, _MA, 0, [_lSA, _n, _r, _lS], [4, 0, 0, 0]];
1900
2120
  export var ManagedAgentStateChange = [3, n0, _MASC, 0, [_cNo, _mAN, _s, _r], [0, 0, 0, 0]];
2121
+ export var ManagedApplicationAutoScalingPolicy = [
2122
+ 3,
2123
+ n0,
2124
+ _MAASP,
2125
+ 0,
2126
+ [_ar, _s, _sR, _uA, _pTo, _tV, _met],
2127
+ [0, 0, 0, 4, 0, 1, 0],
2128
+ ];
2129
+ export var ManagedAutoScaling = [
2130
+ 3,
2131
+ n0,
2132
+ _MAS,
2133
+ 0,
2134
+ [_sTca, _aASP],
2135
+ [() => ManagedScalableTarget, () => ManagedApplicationAutoScalingPolicies],
2136
+ ];
2137
+ export var ManagedCertificate = [3, n0, _MC, 0, [_ar, _s, _sR, _uA, _dNo], [0, 0, 0, 4, 0]];
2138
+ export var ManagedIngressPath = [
2139
+ 3,
2140
+ n0,
2141
+ _MIP,
2142
+ 0,
2143
+ [_aT, _end, _lBo, _lBSG, _ce, _li, _ru, _tG],
2144
+ [
2145
+ 0,
2146
+ 0,
2147
+ () => ManagedLoadBalancer,
2148
+ () => ManagedSecurityGroups,
2149
+ () => ManagedCertificate,
2150
+ () => ManagedListener,
2151
+ () => ManagedListenerRule,
2152
+ () => ManagedTargetGroups,
2153
+ ],
2154
+ ];
1901
2155
  export var ManagedInstancesNetworkConfiguration = [
1902
2156
  3,
1903
2157
  n0,
@@ -1909,14 +2163,43 @@ export var ManagedInstancesNetworkConfiguration = [
1909
2163
  export var ManagedInstancesProvider = [
1910
2164
  3,
1911
2165
  n0,
1912
- _MIP,
2166
+ _MIPa,
1913
2167
  0,
1914
2168
  [_iRA, _iLT, _pTr, _iO],
1915
2169
  [0, [() => InstanceLaunchTemplate, 0], 0, () => InfrastructureOptimization],
1916
2170
  ];
1917
2171
  export var ManagedInstancesStorageConfiguration = [3, n0, _MISC, 0, [_sSGB], [1]];
2172
+ export var ManagedListener = [3, n0, _ML, 0, [_ar, _s, _sR, _uA], [0, 0, 0, 4]];
2173
+ export var ManagedListenerRule = [3, n0, _MLR, 0, [_ar, _s, _sR, _uA], [0, 0, 0, 4]];
2174
+ export var ManagedLoadBalancer = [
2175
+ 3,
2176
+ n0,
2177
+ _MLB,
2178
+ 0,
2179
+ [_ar, _s, _sR, _uA, _sch, _sI, _sGI],
2180
+ [0, 0, 0, 4, 0, 64 | 0, 64 | 0],
2181
+ ];
2182
+ export var ManagedLogGroup = [3, n0, _MLG, 0, [_ar, _s, _sR, _uA, _lGN], [0, 0, 0, 4, 0]];
2183
+ export var ManagedMetricAlarm = [3, n0, _MMA, 0, [_ar, _s, _sR, _uA], [0, 0, 0, 4]];
2184
+ export var ManagedScalableTarget = [
2185
+ 3,
2186
+ n0,
2187
+ _MST,
2188
+ 0,
2189
+ [_ar, _s, _sR, _uA, _mC, _mCa],
2190
+ [0, 0, 0, 4, 1, 1],
2191
+ ];
1918
2192
  export var ManagedScaling = [3, n0, _MS, 0, [_s, _tC, _mSSS, _mSSSa, _iWP], [0, 1, 1, 1, 1]];
2193
+ export var ManagedSecurityGroup = [3, n0, _MSG, 0, [_ar, _s, _sR, _uA], [0, 0, 0, 4]];
1919
2194
  export var ManagedStorageConfiguration = [3, n0, _MSC, 0, [_kKI, _fESKKI], [0, 0]];
2195
+ export var ManagedTargetGroup = [
2196
+ 3,
2197
+ n0,
2198
+ _MTG,
2199
+ 0,
2200
+ [_ar, _s, _sR, _uA, _hCP, _hCPe, _po],
2201
+ [0, 0, 0, 4, 0, 1, 1],
2202
+ ];
1920
2203
  export var MemoryGiBPerVCpuRequest = [3, n0, _MGBPVCR, 0, [_m, _ma], [1, 1]];
1921
2204
  export var MemoryMiBRequest = [3, n0, _MMBR, 0, [_m, _ma], [1, 1]];
1922
2205
  export var MissingVersionException = [
@@ -2036,7 +2319,7 @@ export var RegisterTaskDefinitionRequest = [
2036
2319
  n0,
2037
2320
  _RTDR,
2038
2321
  0,
2039
- [_fami, _tRA, _eRA, _nM, _cD, _vo, _pC, _rCe, _cp, _mem, _ta, _pMi, _iM, _pCr, _iAn, _eSp, _rPu, _eFI],
2322
+ [_fami, _tRA, _eRA, _nM, _cDo, _vo, _pCl, _rCe, _cp, _mem, _ta, _pMi, _iM, _pCr, _iAn, _eSp, _rPu, _eFI],
2040
2323
  [
2041
2324
  0,
2042
2325
  0,
@@ -2098,7 +2381,7 @@ export var RunTaskRequest = [
2098
2381
  n0,
2099
2382
  _RTR,
2100
2383
  0,
2101
- [_cPS, _cl, _cou, _eECSMT, _eEC, _g, _lT, _nC, _ov, _pC, _pS, _pV, _pTr, _rIe, _sB, _ta, _tD, _cT, _vCo],
2384
+ [_cPS, _cl, _cou, _eECSMT, _eEC, _g, _lT, _nC, _ov, _pCl, _pS, _pV, _pTr, _rIe, _sB, _ta, _tD, _cT, _vCo],
2102
2385
  [
2103
2386
  () => CapacityProviderStrategy,
2104
2387
  0,
@@ -2142,7 +2425,7 @@ export var Service = [
2142
2425
  _Ser,
2143
2426
  0,
2144
2427
  [
2145
- _sAe,
2428
+ _sA,
2146
2429
  _sN,
2147
2430
  _cA,
2148
2431
  _lB,
@@ -2162,7 +2445,9 @@ export var Service = [
2162
2445
  _rA,
2163
2446
  _ev,
2164
2447
  _cAr,
2165
- _pC,
2448
+ _cSD,
2449
+ _cSR,
2450
+ _pCl,
2166
2451
  _pS,
2167
2452
  _nC,
2168
2453
  _hCGPS,
@@ -2174,6 +2459,7 @@ export var Service = [
2174
2459
  _pTr,
2175
2460
  _eEC,
2176
2461
  _aZR,
2462
+ _rMT,
2177
2463
  ],
2178
2464
  [
2179
2465
  0,
@@ -2196,6 +2482,8 @@ export var Service = [
2196
2482
  0,
2197
2483
  () => ServiceEvents,
2198
2484
  4,
2485
+ 0,
2486
+ () => ServiceCurrentRevisionSummaryList,
2199
2487
  () => PlacementConstraints,
2200
2488
  () => PlacementStrategies,
2201
2489
  () => NetworkConfiguration,
@@ -2208,6 +2496,7 @@ export var Service = [
2208
2496
  0,
2209
2497
  2,
2210
2498
  0,
2499
+ 0,
2211
2500
  ],
2212
2501
  ];
2213
2502
  export var ServiceConnectAccessLogConfiguration = [3, n0, _SCALC, 0, [_fo, _iQP], [0, 0]];
@@ -2224,7 +2513,7 @@ export var ServiceConnectConfiguration = [
2224
2513
  n0,
2225
2514
  _SCC,
2226
2515
  0,
2227
- [_ena, _na, _serv, _lC, _aLC],
2516
+ [_ena, _na, _serv, _lC, _aLCc],
2228
2517
  [2, 0, () => ServiceConnectServiceList, () => LogConfiguration, () => ServiceConnectAccessLogConfiguration],
2229
2518
  ];
2230
2519
  export var ServiceConnectService = [
@@ -2262,12 +2551,20 @@ export var ServiceConnectTlsConfiguration = [
2262
2551
  [_iCA, _kK, _rA],
2263
2552
  [() => ServiceConnectTlsCertificateAuthority, 0, 0],
2264
2553
  ];
2554
+ export var ServiceCurrentRevisionSummary = [
2555
+ 3,
2556
+ n0,
2557
+ _SCRS,
2558
+ 0,
2559
+ [_ar, _rTCe, _rTCu, _pTCe],
2560
+ [0, 1, 1, 1],
2561
+ ];
2265
2562
  export var ServiceDeployment = [
2266
2563
  3,
2267
2564
  n0,
2268
2565
  _SD,
2269
2566
  0,
2270
- [_sDAe, _sAe, _cA, _cAr, _sAt, _fA, _sAto, _uA, _sSR, _tSR, _s, _sR, _lSif, _dCe, _rol, _dCB, _al],
2567
+ [_sDAe, _sA, _cA, _cAr, _sAt, _fA, _sAto, _uA, _sSR, _tSR, _s, _sR, _lSif, _dCe, _rol, _dCB, _al],
2271
2568
  [
2272
2569
  0,
2273
2570
  0,
@@ -2294,7 +2591,7 @@ export var ServiceDeploymentBrief = [
2294
2591
  n0,
2295
2592
  _SDB,
2296
2593
  0,
2297
- [_sDAe, _sAe, _cA, _sAt, _cAr, _fA, _tSRA, _s, _sR],
2594
+ [_sDAe, _sA, _cA, _sAt, _cAr, _fA, _tSRA, _s, _sR],
2298
2595
  [0, 0, 0, 4, 4, 4, 0, 0, 0],
2299
2596
  ];
2300
2597
  export var ServiceDeploymentCircuitBreaker = [3, n0, _SDCB, 0, [_s, _fCa, _th], [0, 1, 1]];
@@ -2315,7 +2612,7 @@ export var ServiceManagedEBSVolumeConfiguration = [
2315
2612
  n0,
2316
2613
  _SMEBSVC,
2317
2614
  0,
2318
- [_enc, _kKI, _vT, _sIGB, _sI, _vIR, _io, _thr, _tSag, _rA, _fTi],
2615
+ [_enc, _kKI, _vT, _sIGB, _sIn, _vIR, _io, _thr, _tSag, _rA, _fTi],
2319
2616
  [2, 0, 0, 1, 0, 1, 1, 1, () => EBSTagSpecifications, 0, 0],
2320
2617
  ];
2321
2618
  export var ServiceNotActiveException = [
@@ -2346,7 +2643,7 @@ export var ServiceRevision = [
2346
2643
  n0,
2347
2644
  _SRe,
2348
2645
  0,
2349
- [_sRAe, _sAe, _cA, _tD, _cPS, _lT, _pV, _pF, _lB, _sRe, _nC, _cIon, _gDE, _sCC, _vCo, _fES, _cAr, _vLC, _rCes],
2646
+ [_sRAe, _sA, _cA, _tD, _cPS, _lT, _pV, _pF, _lB, _sRe, _nC, _cIon, _gDE, _sCC, _vCo, _fES, _cAr, _vLC, _rCes, _eMR],
2350
2647
  [
2351
2648
  0,
2352
2649
  0,
@@ -2367,6 +2664,7 @@ export var ServiceRevision = [
2367
2664
  4,
2368
2665
  () => VpcLatticeConfigurations,
2369
2666
  () => ResolvedConfiguration,
2667
+ () => ECSManagedResources,
2370
2668
  ],
2371
2669
  ];
2372
2670
  export var ServiceRevisionLoadBalancer = [3, n0, _SRLB, 0, [_tGA, _pLR], [0, 0]];
@@ -2386,7 +2684,7 @@ export var ServiceVolumeConfiguration = [
2386
2684
  [_n, _mEBSV],
2387
2685
  [0, () => ServiceManagedEBSVolumeConfiguration],
2388
2686
  ];
2389
- export var Session = [3, n0, _Ses, 0, [_sIe, _sU, _tV], [0, 0, [() => SensitiveString, 0]]];
2687
+ export var Session = [3, n0, _Ses, 0, [_sIe, _sU, _tVo], [0, 0, [() => SensitiveString, 0]]];
2390
2688
  export var Setting = [3, n0, _Set, 0, [_n, _v, _pA, _t], [0, 0, 0, 0]];
2391
2689
  export var StartTaskRequest = [
2392
2690
  3,
@@ -2501,7 +2799,7 @@ export var Task = [
2501
2799
  _pSAu,
2502
2800
  _sAt,
2503
2801
  _sB,
2504
- _sCto,
2802
+ _sCtop,
2505
2803
  _sAto,
2506
2804
  _sRt,
2507
2805
  _sAtop,
@@ -2559,7 +2857,7 @@ export var TaskDefinition = [
2559
2857
  0,
2560
2858
  [
2561
2859
  _tDAa,
2562
- _cD,
2860
+ _cDo,
2563
2861
  _fami,
2564
2862
  _tRA,
2565
2863
  _eRA,
@@ -2568,7 +2866,7 @@ export var TaskDefinition = [
2568
2866
  _vo,
2569
2867
  _s,
2570
2868
  _rAeq,
2571
- _pC,
2869
+ _pCl,
2572
2870
  _comp,
2573
2871
  _rPu,
2574
2872
  _rCe,
@@ -2619,7 +2917,7 @@ export var TaskManagedEBSVolumeConfiguration = [
2619
2917
  n0,
2620
2918
  _TMEBSVC,
2621
2919
  0,
2622
- [_enc, _kKI, _vT, _sIGB, _sI, _vIR, _io, _thr, _tSag, _rA, _tP, _fTi],
2920
+ [_enc, _kKI, _vT, _sIGB, _sIn, _vIR, _io, _thr, _tSag, _rA, _tP, _fTi],
2623
2921
  [2, 0, 0, 1, 0, 1, 1, 1, () => EBSTagSpecifications, 0, () => TaskManagedEBSVolumeTerminationPolicy, 0],
2624
2922
  ];
2625
2923
  export var TaskManagedEBSVolumeTerminationPolicy = [3, n0, _TMEBSVTP, 0, [_dOT], [2]];
@@ -2639,7 +2937,7 @@ export var TaskSet = [
2639
2937
  [
2640
2938
  _i,
2641
2939
  _tSA,
2642
- _sAe,
2940
+ _sA,
2643
2941
  _cA,
2644
2942
  _sB,
2645
2943
  _eI,
@@ -2779,6 +3077,40 @@ export var UpdateContainerInstancesStateResponse = [
2779
3077
  [_cIo, _fa],
2780
3078
  [() => ContainerInstances, () => Failures],
2781
3079
  ];
3080
+ export var UpdatedExpressGatewayService = [
3081
+ 3,
3082
+ n0,
3083
+ _UEGS,
3084
+ 0,
3085
+ [_sA, _cl, _sN, _s, _tCa, _cAr, _uA],
3086
+ [0, 0, 0, () => ExpressGatewayServiceStatus, () => ExpressGatewayServiceConfiguration, 4, 4],
3087
+ ];
3088
+ export var UpdateExpressGatewayServiceRequest = [
3089
+ 3,
3090
+ n0,
3091
+ _UEGSR,
3092
+ 0,
3093
+ [_sA, _eRA, _hCP, _pC, _tRA, _nC, _cp, _mem, _sTc],
3094
+ [
3095
+ 0,
3096
+ 0,
3097
+ 0,
3098
+ () => ExpressGatewayContainer,
3099
+ 0,
3100
+ () => ExpressGatewayServiceNetworkConfiguration,
3101
+ 0,
3102
+ 0,
3103
+ () => ExpressGatewayScalingTarget,
3104
+ ],
3105
+ ];
3106
+ export var UpdateExpressGatewayServiceResponse = [
3107
+ 3,
3108
+ n0,
3109
+ _UEGSRp,
3110
+ 0,
3111
+ [_ser],
3112
+ [() => UpdatedExpressGatewayService],
3113
+ ];
2782
3114
  export var UpdateInProgressException = [
2783
3115
  -3,
2784
3116
  n0,
@@ -2821,7 +3153,7 @@ export var UpdateServiceRequest = [
2821
3153
  _dCe,
2822
3154
  _aZR,
2823
3155
  _nC,
2824
- _pC,
3156
+ _pCl,
2825
3157
  _pS,
2826
3158
  _pV,
2827
3159
  _fND,
@@ -3008,11 +3340,20 @@ export var ExcludedInstanceTypeSet = [
3008
3340
  },
3009
3341
  ],
3010
3342
  ];
3343
+ export var ExpressGatewayServiceConfigurations = [
3344
+ 1,
3345
+ n0,
3346
+ _EGSCx,
3347
+ 0,
3348
+ () => ExpressGatewayServiceConfiguration,
3349
+ ];
3350
+ export var ExpressGatewayServiceIncludeList = 64 | 0;
3011
3351
  export var Failures = [1, n0, _Fa, 0, () => Failure];
3012
3352
  export var GpuIds = 64 | 0;
3013
3353
  export var HostEntryList = [1, n0, _HEL, 0, () => HostEntry];
3014
3354
  export var InferenceAcceleratorOverrides = [1, n0, _IAOn, 0, () => InferenceAcceleratorOverride];
3015
3355
  export var InferenceAccelerators = [1, n0, _IAn, 0, () => InferenceAccelerator];
3356
+ export var IngressPathSummaries = [1, n0, _IPSn, 0, () => IngressPathSummary];
3016
3357
  export var InstanceGenerationSet = [
3017
3358
  1,
3018
3359
  n0,
@@ -3042,6 +3383,18 @@ export var LocalStorageTypeSet = [
3042
3383
  ];
3043
3384
  export var ManagedAgents = [1, n0, _MAa, 0, () => ManagedAgent];
3044
3385
  export var ManagedAgentStateChanges = [1, n0, _MASCa, 0, () => ManagedAgentStateChange];
3386
+ export var ManagedApplicationAutoScalingPolicies = [
3387
+ 1,
3388
+ n0,
3389
+ _MAASPa,
3390
+ 0,
3391
+ () => ManagedApplicationAutoScalingPolicy,
3392
+ ];
3393
+ export var ManagedIngressPaths = [1, n0, _MIPan, 0, () => ManagedIngressPath];
3394
+ export var ManagedLogGroups = [1, n0, _MLGa, 0, () => ManagedLogGroup];
3395
+ export var ManagedMetricAlarms = [1, n0, _MMAa, 0, () => ManagedMetricAlarm];
3396
+ export var ManagedSecurityGroups = [1, n0, _MSGa, 0, () => ManagedSecurityGroup];
3397
+ export var ManagedTargetGroups = [1, n0, _MTGa, 0, () => ManagedTargetGroup];
3045
3398
  export var MountPointList = [1, n0, _MPL, 0, () => MountPoint];
3046
3399
  export var NetworkBindings = [1, n0, _NBe, 0, () => NetworkBinding];
3047
3400
  export var NetworkInterfaces = [1, n0, _NIe, 0, () => NetworkInterface];
@@ -3065,6 +3418,13 @@ export var ServiceConnectServiceResourceList = [
3065
3418
  0,
3066
3419
  () => ServiceConnectServiceResource,
3067
3420
  ];
3421
+ export var ServiceCurrentRevisionSummaryList = [
3422
+ 1,
3423
+ n0,
3424
+ _SCRSL,
3425
+ 0,
3426
+ () => ServiceCurrentRevisionSummary,
3427
+ ];
3068
3428
  export var ServiceDeployments = [1, n0, _SDe, 0, () => ServiceDeployment];
3069
3429
  export var ServiceDeploymentsBrief = [1, n0, _SDBe, 0, () => ServiceDeploymentBrief];
3070
3430
  export var ServiceDeploymentStatusList = 64 | 0;
@@ -3121,6 +3481,14 @@ export var CreateCluster = [
3121
3481
  () => CreateClusterRequest,
3122
3482
  () => CreateClusterResponse,
3123
3483
  ];
3484
+ export var CreateExpressGatewayService = [
3485
+ 9,
3486
+ n0,
3487
+ _CEGS,
3488
+ 0,
3489
+ () => CreateExpressGatewayServiceRequest,
3490
+ () => CreateExpressGatewayServiceResponse,
3491
+ ];
3124
3492
  export var CreateService = [
3125
3493
  9,
3126
3494
  n0,
@@ -3169,6 +3537,14 @@ export var DeleteCluster = [
3169
3537
  () => DeleteClusterRequest,
3170
3538
  () => DeleteClusterResponse,
3171
3539
  ];
3540
+ export var DeleteExpressGatewayService = [
3541
+ 9,
3542
+ n0,
3543
+ _DEGS,
3544
+ 0,
3545
+ () => DeleteExpressGatewayServiceRequest,
3546
+ () => DeleteExpressGatewayServiceResponse,
3547
+ ];
3172
3548
  export var DeleteService = [
3173
3549
  9,
3174
3550
  n0,
@@ -3233,6 +3609,14 @@ export var DescribeContainerInstances = [
3233
3609
  () => DescribeContainerInstancesRequest,
3234
3610
  () => DescribeContainerInstancesResponse,
3235
3611
  ];
3612
+ export var DescribeExpressGatewayService = [
3613
+ 9,
3614
+ n0,
3615
+ _DEGSe,
3616
+ 0,
3617
+ () => DescribeExpressGatewayServiceRequest,
3618
+ () => DescribeExpressGatewayServiceResponse,
3619
+ ];
3236
3620
  export var DescribeServiceDeployments = [
3237
3621
  9,
3238
3622
  n0,
@@ -3511,6 +3895,14 @@ export var UpdateContainerInstancesState = [
3511
3895
  () => UpdateContainerInstancesStateRequest,
3512
3896
  () => UpdateContainerInstancesStateResponse,
3513
3897
  ];
3898
+ export var UpdateExpressGatewayService = [
3899
+ 9,
3900
+ n0,
3901
+ _UEGSp,
3902
+ 0,
3903
+ () => UpdateExpressGatewayServiceRequest,
3904
+ () => UpdateExpressGatewayServiceResponse,
3905
+ ];
3514
3906
  export var UpdateService = [
3515
3907
  9,
3516
3908
  n0,