@aws-sdk/client-ecs 3.899.0 → 3.901.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 +395 -65
- package/dist-es/models/models_0.js +111 -93
- package/dist-es/models/models_1.js +69 -0
- package/dist-es/protocols/Aws_json1_1.js +227 -14
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +188 -9
- package/dist-types/commands/CreateServiceCommand.d.ts +4 -4
- package/dist-types/commands/CreateTaskSetCommand.d.ts +2 -2
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +99 -2
- package/dist-types/commands/DeleteClusterCommand.d.ts +3 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +99 -2
- package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeServicesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTasksCommand.d.ts +1 -1
- package/dist-types/commands/ListServicesCommand.d.ts +1 -1
- package/dist-types/commands/ListTasksCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +1 -1
- package/dist-types/commands/PutAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +2 -1
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +4 -4
- package/dist-types/commands/RunTaskCommand.d.ts +3 -3
- package/dist-types/commands/StartTaskCommand.d.ts +2 -2
- package/dist-types/commands/StopServiceDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/StopTaskCommand.d.ts +2 -3
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +188 -2
- package/dist-types/commands/UpdateServiceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +8091 -8904
- package/dist-types/models/models_1.d.ts +1488 -2
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopServiceDeploymentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +217 -205
- package/dist-types/ts3.4/models/models_1.d.ts +233 -1
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -21,18 +21,25 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
21
21
|
// src/index.ts
|
|
22
22
|
var index_exports = {};
|
|
23
23
|
__export(index_exports, {
|
|
24
|
+
AcceleratorManufacturer: () => AcceleratorManufacturer,
|
|
25
|
+
AcceleratorName: () => AcceleratorName,
|
|
26
|
+
AcceleratorType: () => AcceleratorType,
|
|
24
27
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
28
|
AgentUpdateStatus: () => AgentUpdateStatus,
|
|
26
29
|
ApplicationProtocol: () => ApplicationProtocol,
|
|
27
30
|
AssignPublicIp: () => AssignPublicIp,
|
|
28
31
|
AttributeLimitExceededException: () => AttributeLimitExceededException,
|
|
29
32
|
AvailabilityZoneRebalancing: () => AvailabilityZoneRebalancing,
|
|
33
|
+
BareMetal: () => BareMetal,
|
|
30
34
|
BlockedException: () => BlockedException,
|
|
35
|
+
BurstablePerformance: () => BurstablePerformance,
|
|
31
36
|
CPUArchitecture: () => CPUArchitecture,
|
|
32
37
|
CapacityProviderField: () => CapacityProviderField,
|
|
33
38
|
CapacityProviderStatus: () => CapacityProviderStatus,
|
|
39
|
+
CapacityProviderType: () => CapacityProviderType,
|
|
34
40
|
CapacityProviderUpdateStatus: () => CapacityProviderUpdateStatus,
|
|
35
41
|
ClientException: () => ClientException,
|
|
42
|
+
ClusterContainsCapacityProviderException: () => ClusterContainsCapacityProviderException,
|
|
36
43
|
ClusterContainsContainerInstancesException: () => ClusterContainsContainerInstancesException,
|
|
37
44
|
ClusterContainsServicesException: () => ClusterContainsServicesException,
|
|
38
45
|
ClusterContainsTasksException: () => ClusterContainsTasksException,
|
|
@@ -45,6 +52,7 @@ __export(index_exports, {
|
|
|
45
52
|
ContainerCondition: () => ContainerCondition,
|
|
46
53
|
ContainerInstanceField: () => ContainerInstanceField,
|
|
47
54
|
ContainerInstanceStatus: () => ContainerInstanceStatus,
|
|
55
|
+
CpuManufacturer: () => CpuManufacturer,
|
|
48
56
|
CreateCapacityProviderCommand: () => CreateCapacityProviderCommand,
|
|
49
57
|
CreateClusterCommand: () => CreateClusterCommand,
|
|
50
58
|
CreateServiceCommand: () => CreateServiceCommand,
|
|
@@ -87,6 +95,7 @@ __export(index_exports, {
|
|
|
87
95
|
FirelensConfigurationType: () => FirelensConfigurationType,
|
|
88
96
|
GetTaskProtectionCommand: () => GetTaskProtectionCommand,
|
|
89
97
|
HealthStatus: () => HealthStatus,
|
|
98
|
+
InstanceGeneration: () => InstanceGeneration,
|
|
90
99
|
InstanceHealthCheckState: () => InstanceHealthCheckState,
|
|
91
100
|
InstanceHealthCheckType: () => InstanceHealthCheckType,
|
|
92
101
|
InvalidParameterException: () => InvalidParameterException,
|
|
@@ -104,9 +113,12 @@ __export(index_exports, {
|
|
|
104
113
|
ListTaskDefinitionFamiliesCommand: () => ListTaskDefinitionFamiliesCommand,
|
|
105
114
|
ListTaskDefinitionsCommand: () => ListTaskDefinitionsCommand,
|
|
106
115
|
ListTasksCommand: () => ListTasksCommand,
|
|
116
|
+
LocalStorage: () => LocalStorage,
|
|
117
|
+
LocalStorageType: () => LocalStorageType,
|
|
107
118
|
LogDriver: () => LogDriver,
|
|
108
119
|
ManagedAgentName: () => ManagedAgentName,
|
|
109
120
|
ManagedDraining: () => ManagedDraining,
|
|
121
|
+
ManagedInstancesMonitoringOptions: () => ManagedInstancesMonitoringOptions,
|
|
110
122
|
ManagedScalingStatus: () => ManagedScalingStatus,
|
|
111
123
|
ManagedTerminationProtection: () => ManagedTerminationProtection,
|
|
112
124
|
MissingVersionException: () => MissingVersionException,
|
|
@@ -120,6 +132,7 @@ __export(index_exports, {
|
|
|
120
132
|
PlatformDeviceType: () => PlatformDeviceType,
|
|
121
133
|
PlatformTaskDefinitionIncompatibilityException: () => PlatformTaskDefinitionIncompatibilityException,
|
|
122
134
|
PlatformUnknownException: () => PlatformUnknownException,
|
|
135
|
+
PropagateMITags: () => PropagateMITags,
|
|
123
136
|
PropagateTags: () => PropagateTags,
|
|
124
137
|
ProxyConfigurationType: () => ProxyConfigurationType,
|
|
125
138
|
PutAccountSettingCommand: () => PutAccountSettingCommand,
|
|
@@ -376,6 +389,32 @@ var ECSServiceException = class _ECSServiceException extends import_smithy_clien
|
|
|
376
389
|
|
|
377
390
|
// src/models/models_0.ts
|
|
378
391
|
|
|
392
|
+
var AcceleratorManufacturer = {
|
|
393
|
+
AMAZON_WEB_SERVICES: "amazon-web-services",
|
|
394
|
+
AMD: "amd",
|
|
395
|
+
HABANA: "habana",
|
|
396
|
+
NVIDIA: "nvidia",
|
|
397
|
+
XILINX: "xilinx"
|
|
398
|
+
};
|
|
399
|
+
var AcceleratorName = {
|
|
400
|
+
A100: "a100",
|
|
401
|
+
A10G: "a10g",
|
|
402
|
+
H100: "h100",
|
|
403
|
+
INFERENTIA: "inferentia",
|
|
404
|
+
K520: "k520",
|
|
405
|
+
K80: "k80",
|
|
406
|
+
M60: "m60",
|
|
407
|
+
RADEON_PRO_V520: "radeon-pro-v520",
|
|
408
|
+
T4: "t4",
|
|
409
|
+
T4G: "t4g",
|
|
410
|
+
V100: "v100",
|
|
411
|
+
VU9P: "vu9p"
|
|
412
|
+
};
|
|
413
|
+
var AcceleratorType = {
|
|
414
|
+
FPGA: "fpga",
|
|
415
|
+
GPU: "gpu",
|
|
416
|
+
INFERENCE: "inference"
|
|
417
|
+
};
|
|
379
418
|
var AccessDeniedException = class _AccessDeniedException extends ECSServiceException {
|
|
380
419
|
static {
|
|
381
420
|
__name(this, "AccessDeniedException");
|
|
@@ -420,6 +459,24 @@ var ClientException = class _ClientException extends ECSServiceException {
|
|
|
420
459
|
Object.setPrototypeOf(this, _ClientException.prototype);
|
|
421
460
|
}
|
|
422
461
|
};
|
|
462
|
+
var ClusterNotFoundException = class _ClusterNotFoundException extends ECSServiceException {
|
|
463
|
+
static {
|
|
464
|
+
__name(this, "ClusterNotFoundException");
|
|
465
|
+
}
|
|
466
|
+
name = "ClusterNotFoundException";
|
|
467
|
+
$fault = "client";
|
|
468
|
+
/**
|
|
469
|
+
* @internal
|
|
470
|
+
*/
|
|
471
|
+
constructor(opts) {
|
|
472
|
+
super({
|
|
473
|
+
name: "ClusterNotFoundException",
|
|
474
|
+
$fault: "client",
|
|
475
|
+
...opts
|
|
476
|
+
});
|
|
477
|
+
Object.setPrototypeOf(this, _ClusterNotFoundException.prototype);
|
|
478
|
+
}
|
|
479
|
+
};
|
|
423
480
|
var ManagedDraining = {
|
|
424
481
|
DISABLED: "DISABLED",
|
|
425
482
|
ENABLED: "ENABLED"
|
|
@@ -432,11 +489,58 @@ var ManagedTerminationProtection = {
|
|
|
432
489
|
DISABLED: "DISABLED",
|
|
433
490
|
ENABLED: "ENABLED"
|
|
434
491
|
};
|
|
492
|
+
var BareMetal = {
|
|
493
|
+
EXCLUDED: "excluded",
|
|
494
|
+
INCLUDED: "included",
|
|
495
|
+
REQUIRED: "required"
|
|
496
|
+
};
|
|
497
|
+
var BurstablePerformance = {
|
|
498
|
+
EXCLUDED: "excluded",
|
|
499
|
+
INCLUDED: "included",
|
|
500
|
+
REQUIRED: "required"
|
|
501
|
+
};
|
|
502
|
+
var CpuManufacturer = {
|
|
503
|
+
AMAZON_WEB_SERVICES: "amazon-web-services",
|
|
504
|
+
AMD: "amd",
|
|
505
|
+
INTEL: "intel"
|
|
506
|
+
};
|
|
507
|
+
var InstanceGeneration = {
|
|
508
|
+
CURRENT: "current",
|
|
509
|
+
PREVIOUS: "previous"
|
|
510
|
+
};
|
|
511
|
+
var LocalStorage = {
|
|
512
|
+
EXCLUDED: "excluded",
|
|
513
|
+
INCLUDED: "included",
|
|
514
|
+
REQUIRED: "required"
|
|
515
|
+
};
|
|
516
|
+
var LocalStorageType = {
|
|
517
|
+
HDD: "hdd",
|
|
518
|
+
SSD: "ssd"
|
|
519
|
+
};
|
|
520
|
+
var ManagedInstancesMonitoringOptions = {
|
|
521
|
+
BASIC: "BASIC",
|
|
522
|
+
DETAILED: "DETAILED"
|
|
523
|
+
};
|
|
524
|
+
var PropagateMITags = {
|
|
525
|
+
CAPACITY_PROVIDER: "CAPACITY_PROVIDER",
|
|
526
|
+
NONE: "NONE"
|
|
527
|
+
};
|
|
435
528
|
var CapacityProviderStatus = {
|
|
436
529
|
ACTIVE: "ACTIVE",
|
|
437
|
-
|
|
530
|
+
DEPROVISIONING: "DEPROVISIONING",
|
|
531
|
+
INACTIVE: "INACTIVE",
|
|
532
|
+
PROVISIONING: "PROVISIONING"
|
|
533
|
+
};
|
|
534
|
+
var CapacityProviderType = {
|
|
535
|
+
EC2_AUTOSCALING: "EC2_AUTOSCALING",
|
|
536
|
+
FARGATE: "FARGATE",
|
|
537
|
+
FARGATE_SPOT: "FARGATE_SPOT",
|
|
538
|
+
MANAGED_INSTANCES: "MANAGED_INSTANCES"
|
|
438
539
|
};
|
|
439
540
|
var CapacityProviderUpdateStatus = {
|
|
541
|
+
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
542
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
543
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
440
544
|
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
441
545
|
DELETE_FAILED: "DELETE_FAILED",
|
|
442
546
|
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
@@ -498,6 +602,24 @@ var ServerException = class _ServerException extends ECSServiceException {
|
|
|
498
602
|
Object.setPrototypeOf(this, _ServerException.prototype);
|
|
499
603
|
}
|
|
500
604
|
};
|
|
605
|
+
var UnsupportedFeatureException = class _UnsupportedFeatureException extends ECSServiceException {
|
|
606
|
+
static {
|
|
607
|
+
__name(this, "UnsupportedFeatureException");
|
|
608
|
+
}
|
|
609
|
+
name = "UnsupportedFeatureException";
|
|
610
|
+
$fault = "client";
|
|
611
|
+
/**
|
|
612
|
+
* @internal
|
|
613
|
+
*/
|
|
614
|
+
constructor(opts) {
|
|
615
|
+
super({
|
|
616
|
+
name: "UnsupportedFeatureException",
|
|
617
|
+
$fault: "client",
|
|
618
|
+
...opts
|
|
619
|
+
});
|
|
620
|
+
Object.setPrototypeOf(this, _UnsupportedFeatureException.prototype);
|
|
621
|
+
}
|
|
622
|
+
};
|
|
501
623
|
var UpdateInProgressException = class _UpdateInProgressException extends ECSServiceException {
|
|
502
624
|
static {
|
|
503
625
|
__name(this, "UpdateInProgressException");
|
|
@@ -542,24 +664,6 @@ var NamespaceNotFoundException = class _NamespaceNotFoundException extends ECSSe
|
|
|
542
664
|
Object.setPrototypeOf(this, _NamespaceNotFoundException.prototype);
|
|
543
665
|
}
|
|
544
666
|
};
|
|
545
|
-
var ClusterNotFoundException = class _ClusterNotFoundException extends ECSServiceException {
|
|
546
|
-
static {
|
|
547
|
-
__name(this, "ClusterNotFoundException");
|
|
548
|
-
}
|
|
549
|
-
name = "ClusterNotFoundException";
|
|
550
|
-
$fault = "client";
|
|
551
|
-
/**
|
|
552
|
-
* @internal
|
|
553
|
-
*/
|
|
554
|
-
constructor(opts) {
|
|
555
|
-
super({
|
|
556
|
-
name: "ClusterNotFoundException",
|
|
557
|
-
$fault: "client",
|
|
558
|
-
...opts
|
|
559
|
-
});
|
|
560
|
-
Object.setPrototypeOf(this, _ClusterNotFoundException.prototype);
|
|
561
|
-
}
|
|
562
|
-
};
|
|
563
667
|
var AvailabilityZoneRebalancing = {
|
|
564
668
|
DISABLED: "DISABLED",
|
|
565
669
|
ENABLED: "ENABLED"
|
|
@@ -585,7 +689,8 @@ var DeploymentControllerType = {
|
|
|
585
689
|
var LaunchType = {
|
|
586
690
|
EC2: "EC2",
|
|
587
691
|
EXTERNAL: "EXTERNAL",
|
|
588
|
-
FARGATE: "FARGATE"
|
|
692
|
+
FARGATE: "FARGATE",
|
|
693
|
+
MANAGED_INSTANCES: "MANAGED_INSTANCES"
|
|
589
694
|
};
|
|
590
695
|
var AssignPublicIp = {
|
|
591
696
|
DISABLED: "DISABLED",
|
|
@@ -676,24 +781,6 @@ var PlatformUnknownException = class _PlatformUnknownException extends ECSServic
|
|
|
676
781
|
Object.setPrototypeOf(this, _PlatformUnknownException.prototype);
|
|
677
782
|
}
|
|
678
783
|
};
|
|
679
|
-
var UnsupportedFeatureException = class _UnsupportedFeatureException extends ECSServiceException {
|
|
680
|
-
static {
|
|
681
|
-
__name(this, "UnsupportedFeatureException");
|
|
682
|
-
}
|
|
683
|
-
name = "UnsupportedFeatureException";
|
|
684
|
-
$fault = "client";
|
|
685
|
-
/**
|
|
686
|
-
* @internal
|
|
687
|
-
*/
|
|
688
|
-
constructor(opts) {
|
|
689
|
-
super({
|
|
690
|
-
name: "UnsupportedFeatureException",
|
|
691
|
-
$fault: "client",
|
|
692
|
-
...opts
|
|
693
|
-
});
|
|
694
|
-
Object.setPrototypeOf(this, _UnsupportedFeatureException.prototype);
|
|
695
|
-
}
|
|
696
|
-
};
|
|
697
784
|
var ServiceNotActiveException = class _ServiceNotActiveException extends ECSServiceException {
|
|
698
785
|
static {
|
|
699
786
|
__name(this, "ServiceNotActiveException");
|
|
@@ -767,6 +854,24 @@ var TargetNotFoundException = class _TargetNotFoundException extends ECSServiceE
|
|
|
767
854
|
Object.setPrototypeOf(this, _TargetNotFoundException.prototype);
|
|
768
855
|
}
|
|
769
856
|
};
|
|
857
|
+
var ClusterContainsCapacityProviderException = class _ClusterContainsCapacityProviderException extends ECSServiceException {
|
|
858
|
+
static {
|
|
859
|
+
__name(this, "ClusterContainsCapacityProviderException");
|
|
860
|
+
}
|
|
861
|
+
name = "ClusterContainsCapacityProviderException";
|
|
862
|
+
$fault = "client";
|
|
863
|
+
/**
|
|
864
|
+
* @internal
|
|
865
|
+
*/
|
|
866
|
+
constructor(opts) {
|
|
867
|
+
super({
|
|
868
|
+
name: "ClusterContainsCapacityProviderException",
|
|
869
|
+
$fault: "client",
|
|
870
|
+
...opts
|
|
871
|
+
});
|
|
872
|
+
Object.setPrototypeOf(this, _ClusterContainsCapacityProviderException.prototype);
|
|
873
|
+
}
|
|
874
|
+
};
|
|
770
875
|
var ClusterContainsContainerInstancesException = class _ClusterContainsContainerInstancesException extends ECSServiceException {
|
|
771
876
|
static {
|
|
772
877
|
__name(this, "ClusterContainsContainerInstancesException");
|
|
@@ -824,7 +929,8 @@ var ClusterContainsTasksException = class _ClusterContainsTasksException extends
|
|
|
824
929
|
var Compatibility = {
|
|
825
930
|
EC2: "EC2",
|
|
826
931
|
EXTERNAL: "EXTERNAL",
|
|
827
|
-
FARGATE: "FARGATE"
|
|
932
|
+
FARGATE: "FARGATE",
|
|
933
|
+
MANAGED_INSTANCES: "MANAGED_INSTANCES"
|
|
828
934
|
};
|
|
829
935
|
var ContainerCondition = {
|
|
830
936
|
COMPLETE: "COMPLETE",
|
|
@@ -1091,6 +1197,16 @@ var DesiredStatus = {
|
|
|
1091
1197
|
RUNNING: "RUNNING",
|
|
1092
1198
|
STOPPED: "STOPPED"
|
|
1093
1199
|
};
|
|
1200
|
+
var SessionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1201
|
+
...obj,
|
|
1202
|
+
...obj.tokenValue && { tokenValue: import_smithy_client.SENSITIVE_STRING }
|
|
1203
|
+
}), "SessionFilterSensitiveLog");
|
|
1204
|
+
var ExecuteCommandResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1205
|
+
...obj,
|
|
1206
|
+
...obj.session && { session: SessionFilterSensitiveLog(obj.session) }
|
|
1207
|
+
}), "ExecuteCommandResponseFilterSensitiveLog");
|
|
1208
|
+
|
|
1209
|
+
// src/models/models_1.ts
|
|
1094
1210
|
var AttributeLimitExceededException = class _AttributeLimitExceededException extends ECSServiceException {
|
|
1095
1211
|
static {
|
|
1096
1212
|
__name(this, "AttributeLimitExceededException");
|
|
@@ -1195,16 +1311,6 @@ var StopServiceDeploymentStopType = {
|
|
|
1195
1311
|
ABORT: "ABORT",
|
|
1196
1312
|
ROLLBACK: "ROLLBACK"
|
|
1197
1313
|
};
|
|
1198
|
-
var SessionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1199
|
-
...obj,
|
|
1200
|
-
...obj.tokenValue && { tokenValue: import_smithy_client.SENSITIVE_STRING }
|
|
1201
|
-
}), "SessionFilterSensitiveLog");
|
|
1202
|
-
var ExecuteCommandResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1203
|
-
...obj,
|
|
1204
|
-
...obj.session && { session: SessionFilterSensitiveLog(obj.session) }
|
|
1205
|
-
}), "ExecuteCommandResponseFilterSensitiveLog");
|
|
1206
|
-
|
|
1207
|
-
// src/models/models_1.ts
|
|
1208
1314
|
var MissingVersionException = class _MissingVersionException extends ECSServiceException {
|
|
1209
1315
|
static {
|
|
1210
1316
|
__name(this, "MissingVersionException");
|
|
@@ -1246,7 +1352,7 @@ var NoUpdateAvailableException = class _NoUpdateAvailableException extends ECSSe
|
|
|
1246
1352
|
var se_CreateCapacityProviderCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1247
1353
|
const headers = sharedHeaders("CreateCapacityProvider");
|
|
1248
1354
|
let body;
|
|
1249
|
-
body = JSON.stringify((
|
|
1355
|
+
body = JSON.stringify(se_CreateCapacityProviderRequest(input, context));
|
|
1250
1356
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1251
1357
|
}, "se_CreateCapacityProviderCommand");
|
|
1252
1358
|
var se_CreateClusterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -1552,7 +1658,7 @@ var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1552
1658
|
var se_UpdateCapacityProviderCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1553
1659
|
const headers = sharedHeaders("UpdateCapacityProvider");
|
|
1554
1660
|
let body;
|
|
1555
|
-
body = JSON.stringify((
|
|
1661
|
+
body = JSON.stringify(se_UpdateCapacityProviderRequest(input, context));
|
|
1556
1662
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1557
1663
|
}, "se_UpdateCapacityProviderCommand");
|
|
1558
1664
|
var se_UpdateClusterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -1609,7 +1715,7 @@ var de_CreateCapacityProviderCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
1609
1715
|
}
|
|
1610
1716
|
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1611
1717
|
let contents = {};
|
|
1612
|
-
contents = (
|
|
1718
|
+
contents = de_CreateCapacityProviderResponse(data, context);
|
|
1613
1719
|
const response = {
|
|
1614
1720
|
$metadata: deserializeMetadata(output),
|
|
1615
1721
|
...contents
|
|
@@ -1687,7 +1793,7 @@ var de_DeleteCapacityProviderCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
1687
1793
|
}
|
|
1688
1794
|
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1689
1795
|
let contents = {};
|
|
1690
|
-
contents = (
|
|
1796
|
+
contents = de_DeleteCapacityProviderResponse(data, context);
|
|
1691
1797
|
const response = {
|
|
1692
1798
|
$metadata: deserializeMetadata(output),
|
|
1693
1799
|
...contents
|
|
@@ -1778,7 +1884,7 @@ var de_DescribeCapacityProvidersCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1778
1884
|
}
|
|
1779
1885
|
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1780
1886
|
let contents = {};
|
|
1781
|
-
contents = (
|
|
1887
|
+
contents = de_DescribeCapacityProvidersResponse(data, context);
|
|
1782
1888
|
const response = {
|
|
1783
1889
|
$metadata: deserializeMetadata(output),
|
|
1784
1890
|
...contents
|
|
@@ -2272,7 +2378,7 @@ var de_UpdateCapacityProviderCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2272
2378
|
}
|
|
2273
2379
|
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2274
2380
|
let contents = {};
|
|
2275
|
-
contents = (
|
|
2381
|
+
contents = de_UpdateCapacityProviderResponse(data, context);
|
|
2276
2382
|
const response = {
|
|
2277
2383
|
$metadata: deserializeMetadata(output),
|
|
2278
2384
|
...contents
|
|
@@ -2393,6 +2499,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2393
2499
|
case "ClientException":
|
|
2394
2500
|
case "com.amazonaws.ecs#ClientException":
|
|
2395
2501
|
throw await de_ClientExceptionRes(parsedOutput, context);
|
|
2502
|
+
case "ClusterNotFoundException":
|
|
2503
|
+
case "com.amazonaws.ecs#ClusterNotFoundException":
|
|
2504
|
+
throw await de_ClusterNotFoundExceptionRes(parsedOutput, context);
|
|
2396
2505
|
case "InvalidParameterException":
|
|
2397
2506
|
case "com.amazonaws.ecs#InvalidParameterException":
|
|
2398
2507
|
throw await de_InvalidParameterExceptionRes(parsedOutput, context);
|
|
@@ -2402,6 +2511,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2402
2511
|
case "ServerException":
|
|
2403
2512
|
case "com.amazonaws.ecs#ServerException":
|
|
2404
2513
|
throw await de_ServerExceptionRes(parsedOutput, context);
|
|
2514
|
+
case "UnsupportedFeatureException":
|
|
2515
|
+
case "com.amazonaws.ecs#UnsupportedFeatureException":
|
|
2516
|
+
throw await de_UnsupportedFeatureExceptionRes(parsedOutput, context);
|
|
2405
2517
|
case "UpdateInProgressException":
|
|
2406
2518
|
case "com.amazonaws.ecs#UpdateInProgressException":
|
|
2407
2519
|
throw await de_UpdateInProgressExceptionRes(parsedOutput, context);
|
|
@@ -2411,18 +2523,12 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2411
2523
|
case "AccessDeniedException":
|
|
2412
2524
|
case "com.amazonaws.ecs#AccessDeniedException":
|
|
2413
2525
|
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
2414
|
-
case "ClusterNotFoundException":
|
|
2415
|
-
case "com.amazonaws.ecs#ClusterNotFoundException":
|
|
2416
|
-
throw await de_ClusterNotFoundExceptionRes(parsedOutput, context);
|
|
2417
2526
|
case "PlatformTaskDefinitionIncompatibilityException":
|
|
2418
2527
|
case "com.amazonaws.ecs#PlatformTaskDefinitionIncompatibilityException":
|
|
2419
2528
|
throw await de_PlatformTaskDefinitionIncompatibilityExceptionRes(parsedOutput, context);
|
|
2420
2529
|
case "PlatformUnknownException":
|
|
2421
2530
|
case "com.amazonaws.ecs#PlatformUnknownException":
|
|
2422
2531
|
throw await de_PlatformUnknownExceptionRes(parsedOutput, context);
|
|
2423
|
-
case "UnsupportedFeatureException":
|
|
2424
|
-
case "com.amazonaws.ecs#UnsupportedFeatureException":
|
|
2425
|
-
throw await de_UnsupportedFeatureExceptionRes(parsedOutput, context);
|
|
2426
2532
|
case "ServiceNotActiveException":
|
|
2427
2533
|
case "com.amazonaws.ecs#ServiceNotActiveException":
|
|
2428
2534
|
throw await de_ServiceNotActiveExceptionRes(parsedOutput, context);
|
|
@@ -2432,6 +2538,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2432
2538
|
case "TargetNotFoundException":
|
|
2433
2539
|
case "com.amazonaws.ecs#TargetNotFoundException":
|
|
2434
2540
|
throw await de_TargetNotFoundExceptionRes(parsedOutput, context);
|
|
2541
|
+
case "ClusterContainsCapacityProviderException":
|
|
2542
|
+
case "com.amazonaws.ecs#ClusterContainsCapacityProviderException":
|
|
2543
|
+
throw await de_ClusterContainsCapacityProviderExceptionRes(parsedOutput, context);
|
|
2435
2544
|
case "ClusterContainsContainerInstancesException":
|
|
2436
2545
|
case "com.amazonaws.ecs#ClusterContainsContainerInstancesException":
|
|
2437
2546
|
throw await de_ClusterContainsContainerInstancesExceptionRes(parsedOutput, context);
|
|
@@ -2516,6 +2625,15 @@ var de_ClientExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context)
|
|
|
2516
2625
|
});
|
|
2517
2626
|
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2518
2627
|
}, "de_ClientExceptionRes");
|
|
2628
|
+
var de_ClusterContainsCapacityProviderExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2629
|
+
const body = parsedOutput.body;
|
|
2630
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2631
|
+
const exception = new ClusterContainsCapacityProviderException({
|
|
2632
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2633
|
+
...deserialized
|
|
2634
|
+
});
|
|
2635
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2636
|
+
}, "de_ClusterContainsCapacityProviderExceptionRes");
|
|
2519
2637
|
var de_ClusterContainsContainerInstancesExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2520
2638
|
const body = parsedOutput.body;
|
|
2521
2639
|
const deserialized = (0, import_smithy_client._json)(body);
|
|
@@ -2723,12 +2841,28 @@ var de_UpdateInProgressExceptionRes = /* @__PURE__ */ __name(async (parsedOutput
|
|
|
2723
2841
|
});
|
|
2724
2842
|
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2725
2843
|
}, "de_UpdateInProgressExceptionRes");
|
|
2844
|
+
var se_CreateCapacityProviderRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2845
|
+
return (0, import_smithy_client.take)(input, {
|
|
2846
|
+
autoScalingGroupProvider: import_smithy_client._json,
|
|
2847
|
+
cluster: [],
|
|
2848
|
+
managedInstancesProvider: /* @__PURE__ */ __name((_) => se_CreateManagedInstancesProviderConfiguration(_, context), "managedInstancesProvider"),
|
|
2849
|
+
name: [],
|
|
2850
|
+
tags: import_smithy_client._json
|
|
2851
|
+
});
|
|
2852
|
+
}, "se_CreateCapacityProviderRequest");
|
|
2726
2853
|
var se_CreatedAt = /* @__PURE__ */ __name((input, context) => {
|
|
2727
2854
|
return (0, import_smithy_client.take)(input, {
|
|
2728
2855
|
after: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "after"),
|
|
2729
2856
|
before: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "before")
|
|
2730
2857
|
});
|
|
2731
2858
|
}, "se_CreatedAt");
|
|
2859
|
+
var se_CreateManagedInstancesProviderConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
2860
|
+
return (0, import_smithy_client.take)(input, {
|
|
2861
|
+
infrastructureRoleArn: [],
|
|
2862
|
+
instanceLaunchTemplate: /* @__PURE__ */ __name((_) => se_InstanceLaunchTemplate(_, context), "instanceLaunchTemplate"),
|
|
2863
|
+
propagateTags: []
|
|
2864
|
+
});
|
|
2865
|
+
}, "se_CreateManagedInstancesProviderConfiguration");
|
|
2732
2866
|
var se_CreateServiceRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2733
2867
|
return (0, import_smithy_client.take)(input, {
|
|
2734
2868
|
availabilityZoneRebalancing: [],
|
|
@@ -2803,6 +2937,52 @@ var se_DeploymentLifecycleHookList = /* @__PURE__ */ __name((input, context) =>
|
|
|
2803
2937
|
var se_HookDetails = /* @__PURE__ */ __name((input, context) => {
|
|
2804
2938
|
return input;
|
|
2805
2939
|
}, "se_HookDetails");
|
|
2940
|
+
var se_InstanceLaunchTemplate = /* @__PURE__ */ __name((input, context) => {
|
|
2941
|
+
return (0, import_smithy_client.take)(input, {
|
|
2942
|
+
ec2InstanceProfileArn: [],
|
|
2943
|
+
instanceRequirements: /* @__PURE__ */ __name((_) => se_InstanceRequirementsRequest(_, context), "instanceRequirements"),
|
|
2944
|
+
monitoring: [],
|
|
2945
|
+
networkConfiguration: import_smithy_client._json,
|
|
2946
|
+
storageConfiguration: import_smithy_client._json
|
|
2947
|
+
});
|
|
2948
|
+
}, "se_InstanceLaunchTemplate");
|
|
2949
|
+
var se_InstanceLaunchTemplateUpdate = /* @__PURE__ */ __name((input, context) => {
|
|
2950
|
+
return (0, import_smithy_client.take)(input, {
|
|
2951
|
+
ec2InstanceProfileArn: [],
|
|
2952
|
+
instanceRequirements: /* @__PURE__ */ __name((_) => se_InstanceRequirementsRequest(_, context), "instanceRequirements"),
|
|
2953
|
+
monitoring: [],
|
|
2954
|
+
networkConfiguration: import_smithy_client._json,
|
|
2955
|
+
storageConfiguration: import_smithy_client._json
|
|
2956
|
+
});
|
|
2957
|
+
}, "se_InstanceLaunchTemplateUpdate");
|
|
2958
|
+
var se_InstanceRequirementsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2959
|
+
return (0, import_smithy_client.take)(input, {
|
|
2960
|
+
acceleratorCount: import_smithy_client._json,
|
|
2961
|
+
acceleratorManufacturers: import_smithy_client._json,
|
|
2962
|
+
acceleratorNames: import_smithy_client._json,
|
|
2963
|
+
acceleratorTotalMemoryMiB: import_smithy_client._json,
|
|
2964
|
+
acceleratorTypes: import_smithy_client._json,
|
|
2965
|
+
allowedInstanceTypes: import_smithy_client._json,
|
|
2966
|
+
bareMetal: [],
|
|
2967
|
+
baselineEbsBandwidthMbps: import_smithy_client._json,
|
|
2968
|
+
burstablePerformance: [],
|
|
2969
|
+
cpuManufacturers: import_smithy_client._json,
|
|
2970
|
+
excludedInstanceTypes: import_smithy_client._json,
|
|
2971
|
+
instanceGenerations: import_smithy_client._json,
|
|
2972
|
+
localStorage: [],
|
|
2973
|
+
localStorageTypes: import_smithy_client._json,
|
|
2974
|
+
maxSpotPriceAsPercentageOfOptimalOnDemandPrice: [],
|
|
2975
|
+
memoryGiBPerVCpu: /* @__PURE__ */ __name((_) => se_MemoryGiBPerVCpuRequest(_, context), "memoryGiBPerVCpu"),
|
|
2976
|
+
memoryMiB: import_smithy_client._json,
|
|
2977
|
+
networkBandwidthGbps: /* @__PURE__ */ __name((_) => se_NetworkBandwidthGbpsRequest(_, context), "networkBandwidthGbps"),
|
|
2978
|
+
networkInterfaceCount: import_smithy_client._json,
|
|
2979
|
+
onDemandMaxPricePercentageOverLowestPrice: [],
|
|
2980
|
+
requireHibernateSupport: [],
|
|
2981
|
+
spotMaxPricePercentageOverLowestPrice: [],
|
|
2982
|
+
totalLocalStorageGB: /* @__PURE__ */ __name((_) => se_TotalLocalStorageGBRequest(_, context), "totalLocalStorageGB"),
|
|
2983
|
+
vCpuCount: import_smithy_client._json
|
|
2984
|
+
});
|
|
2985
|
+
}, "se_InstanceRequirementsRequest");
|
|
2806
2986
|
var se_ListServiceDeploymentsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2807
2987
|
return (0, import_smithy_client.take)(input, {
|
|
2808
2988
|
cluster: [],
|
|
@@ -2813,6 +2993,18 @@ var se_ListServiceDeploymentsRequest = /* @__PURE__ */ __name((input, context) =
|
|
|
2813
2993
|
status: import_smithy_client._json
|
|
2814
2994
|
});
|
|
2815
2995
|
}, "se_ListServiceDeploymentsRequest");
|
|
2996
|
+
var se_MemoryGiBPerVCpuRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2997
|
+
return (0, import_smithy_client.take)(input, {
|
|
2998
|
+
max: import_smithy_client.serializeFloat,
|
|
2999
|
+
min: import_smithy_client.serializeFloat
|
|
3000
|
+
});
|
|
3001
|
+
}, "se_MemoryGiBPerVCpuRequest");
|
|
3002
|
+
var se_NetworkBandwidthGbpsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
3003
|
+
return (0, import_smithy_client.take)(input, {
|
|
3004
|
+
max: import_smithy_client.serializeFloat,
|
|
3005
|
+
min: import_smithy_client.serializeFloat
|
|
3006
|
+
});
|
|
3007
|
+
}, "se_NetworkBandwidthGbpsRequest");
|
|
2816
3008
|
var se_RegisterContainerInstanceRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2817
3009
|
return (0, import_smithy_client.take)(input, {
|
|
2818
3010
|
attributes: import_smithy_client._json,
|
|
@@ -2884,6 +3076,27 @@ var se_SubmitTaskStateChangeRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
2884
3076
|
task: []
|
|
2885
3077
|
});
|
|
2886
3078
|
}, "se_SubmitTaskStateChangeRequest");
|
|
3079
|
+
var se_TotalLocalStorageGBRequest = /* @__PURE__ */ __name((input, context) => {
|
|
3080
|
+
return (0, import_smithy_client.take)(input, {
|
|
3081
|
+
max: import_smithy_client.serializeFloat,
|
|
3082
|
+
min: import_smithy_client.serializeFloat
|
|
3083
|
+
});
|
|
3084
|
+
}, "se_TotalLocalStorageGBRequest");
|
|
3085
|
+
var se_UpdateCapacityProviderRequest = /* @__PURE__ */ __name((input, context) => {
|
|
3086
|
+
return (0, import_smithy_client.take)(input, {
|
|
3087
|
+
autoScalingGroupProvider: import_smithy_client._json,
|
|
3088
|
+
cluster: [],
|
|
3089
|
+
managedInstancesProvider: /* @__PURE__ */ __name((_) => se_UpdateManagedInstancesProviderConfiguration(_, context), "managedInstancesProvider"),
|
|
3090
|
+
name: []
|
|
3091
|
+
});
|
|
3092
|
+
}, "se_UpdateCapacityProviderRequest");
|
|
3093
|
+
var se_UpdateManagedInstancesProviderConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
3094
|
+
return (0, import_smithy_client.take)(input, {
|
|
3095
|
+
infrastructureRoleArn: [],
|
|
3096
|
+
instanceLaunchTemplate: /* @__PURE__ */ __name((_) => se_InstanceLaunchTemplateUpdate(_, context), "instanceLaunchTemplate"),
|
|
3097
|
+
propagateTags: []
|
|
3098
|
+
});
|
|
3099
|
+
}, "se_UpdateManagedInstancesProviderConfiguration");
|
|
2887
3100
|
var se_UpdateServiceRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2888
3101
|
return (0, import_smithy_client.take)(input, {
|
|
2889
3102
|
availabilityZoneRebalancing: [],
|
|
@@ -2918,6 +3131,26 @@ var se_UpdateTaskSetRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
2918
3131
|
taskSet: []
|
|
2919
3132
|
});
|
|
2920
3133
|
}, "se_UpdateTaskSetRequest");
|
|
3134
|
+
var de_CapacityProvider = /* @__PURE__ */ __name((output, context) => {
|
|
3135
|
+
return (0, import_smithy_client.take)(output, {
|
|
3136
|
+
autoScalingGroupProvider: import_smithy_client._json,
|
|
3137
|
+
capacityProviderArn: import_smithy_client.expectString,
|
|
3138
|
+
cluster: import_smithy_client.expectString,
|
|
3139
|
+
managedInstancesProvider: /* @__PURE__ */ __name((_) => de_ManagedInstancesProvider(_, context), "managedInstancesProvider"),
|
|
3140
|
+
name: import_smithy_client.expectString,
|
|
3141
|
+
status: import_smithy_client.expectString,
|
|
3142
|
+
tags: import_smithy_client._json,
|
|
3143
|
+
type: import_smithy_client.expectString,
|
|
3144
|
+
updateStatus: import_smithy_client.expectString,
|
|
3145
|
+
updateStatusReason: import_smithy_client.expectString
|
|
3146
|
+
});
|
|
3147
|
+
}, "de_CapacityProvider");
|
|
3148
|
+
var de_CapacityProviders = /* @__PURE__ */ __name((output, context) => {
|
|
3149
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3150
|
+
return de_CapacityProvider(entry, context);
|
|
3151
|
+
});
|
|
3152
|
+
return retVal;
|
|
3153
|
+
}, "de_CapacityProviders");
|
|
2921
3154
|
var de_Container = /* @__PURE__ */ __name((output, context) => {
|
|
2922
3155
|
return (0, import_smithy_client.take)(output, {
|
|
2923
3156
|
containerArn: import_smithy_client.expectString,
|
|
@@ -2979,6 +3212,11 @@ var de_Containers = /* @__PURE__ */ __name((output, context) => {
|
|
|
2979
3212
|
});
|
|
2980
3213
|
return retVal;
|
|
2981
3214
|
}, "de_Containers");
|
|
3215
|
+
var de_CreateCapacityProviderResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3216
|
+
return (0, import_smithy_client.take)(output, {
|
|
3217
|
+
capacityProvider: /* @__PURE__ */ __name((_) => de_CapacityProvider(_, context), "capacityProvider")
|
|
3218
|
+
});
|
|
3219
|
+
}, "de_CreateCapacityProviderResponse");
|
|
2982
3220
|
var de_CreateServiceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2983
3221
|
return (0, import_smithy_client.take)(output, {
|
|
2984
3222
|
service: /* @__PURE__ */ __name((_) => de_Service(_, context), "service")
|
|
@@ -2989,6 +3227,11 @@ var de_CreateTaskSetResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
2989
3227
|
taskSet: /* @__PURE__ */ __name((_) => de_TaskSet(_, context), "taskSet")
|
|
2990
3228
|
});
|
|
2991
3229
|
}, "de_CreateTaskSetResponse");
|
|
3230
|
+
var de_DeleteCapacityProviderResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3231
|
+
return (0, import_smithy_client.take)(output, {
|
|
3232
|
+
capacityProvider: /* @__PURE__ */ __name((_) => de_CapacityProvider(_, context), "capacityProvider")
|
|
3233
|
+
});
|
|
3234
|
+
}, "de_DeleteCapacityProviderResponse");
|
|
2992
3235
|
var de_DeleteServiceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2993
3236
|
return (0, import_smithy_client.take)(output, {
|
|
2994
3237
|
service: /* @__PURE__ */ __name((_) => de_Service(_, context), "service")
|
|
@@ -3071,6 +3314,13 @@ var de_DeregisterTaskDefinitionResponse = /* @__PURE__ */ __name((output, contex
|
|
|
3071
3314
|
taskDefinition: /* @__PURE__ */ __name((_) => de_TaskDefinition(_, context), "taskDefinition")
|
|
3072
3315
|
});
|
|
3073
3316
|
}, "de_DeregisterTaskDefinitionResponse");
|
|
3317
|
+
var de_DescribeCapacityProvidersResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3318
|
+
return (0, import_smithy_client.take)(output, {
|
|
3319
|
+
capacityProviders: /* @__PURE__ */ __name((_) => de_CapacityProviders(_, context), "capacityProviders"),
|
|
3320
|
+
failures: import_smithy_client._json,
|
|
3321
|
+
nextToken: import_smithy_client.expectString
|
|
3322
|
+
});
|
|
3323
|
+
}, "de_DescribeCapacityProvidersResponse");
|
|
3074
3324
|
var de_DescribeContainerInstancesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3075
3325
|
return (0, import_smithy_client.take)(output, {
|
|
3076
3326
|
containerInstances: /* @__PURE__ */ __name((_) => de_ContainerInstances(_, context), "containerInstances"),
|
|
@@ -3136,6 +3386,43 @@ var de_InstanceHealthCheckResultList = /* @__PURE__ */ __name((output, context)
|
|
|
3136
3386
|
});
|
|
3137
3387
|
return retVal;
|
|
3138
3388
|
}, "de_InstanceHealthCheckResultList");
|
|
3389
|
+
var de_InstanceLaunchTemplate = /* @__PURE__ */ __name((output, context) => {
|
|
3390
|
+
return (0, import_smithy_client.take)(output, {
|
|
3391
|
+
ec2InstanceProfileArn: import_smithy_client.expectString,
|
|
3392
|
+
instanceRequirements: /* @__PURE__ */ __name((_) => de_InstanceRequirementsRequest(_, context), "instanceRequirements"),
|
|
3393
|
+
monitoring: import_smithy_client.expectString,
|
|
3394
|
+
networkConfiguration: import_smithy_client._json,
|
|
3395
|
+
storageConfiguration: import_smithy_client._json
|
|
3396
|
+
});
|
|
3397
|
+
}, "de_InstanceLaunchTemplate");
|
|
3398
|
+
var de_InstanceRequirementsRequest = /* @__PURE__ */ __name((output, context) => {
|
|
3399
|
+
return (0, import_smithy_client.take)(output, {
|
|
3400
|
+
acceleratorCount: import_smithy_client._json,
|
|
3401
|
+
acceleratorManufacturers: import_smithy_client._json,
|
|
3402
|
+
acceleratorNames: import_smithy_client._json,
|
|
3403
|
+
acceleratorTotalMemoryMiB: import_smithy_client._json,
|
|
3404
|
+
acceleratorTypes: import_smithy_client._json,
|
|
3405
|
+
allowedInstanceTypes: import_smithy_client._json,
|
|
3406
|
+
bareMetal: import_smithy_client.expectString,
|
|
3407
|
+
baselineEbsBandwidthMbps: import_smithy_client._json,
|
|
3408
|
+
burstablePerformance: import_smithy_client.expectString,
|
|
3409
|
+
cpuManufacturers: import_smithy_client._json,
|
|
3410
|
+
excludedInstanceTypes: import_smithy_client._json,
|
|
3411
|
+
instanceGenerations: import_smithy_client._json,
|
|
3412
|
+
localStorage: import_smithy_client.expectString,
|
|
3413
|
+
localStorageTypes: import_smithy_client._json,
|
|
3414
|
+
maxSpotPriceAsPercentageOfOptimalOnDemandPrice: import_smithy_client.expectInt32,
|
|
3415
|
+
memoryGiBPerVCpu: /* @__PURE__ */ __name((_) => de_MemoryGiBPerVCpuRequest(_, context), "memoryGiBPerVCpu"),
|
|
3416
|
+
memoryMiB: import_smithy_client._json,
|
|
3417
|
+
networkBandwidthGbps: /* @__PURE__ */ __name((_) => de_NetworkBandwidthGbpsRequest(_, context), "networkBandwidthGbps"),
|
|
3418
|
+
networkInterfaceCount: import_smithy_client._json,
|
|
3419
|
+
onDemandMaxPricePercentageOverLowestPrice: import_smithy_client.expectInt32,
|
|
3420
|
+
requireHibernateSupport: import_smithy_client.expectBoolean,
|
|
3421
|
+
spotMaxPricePercentageOverLowestPrice: import_smithy_client.expectInt32,
|
|
3422
|
+
totalLocalStorageGB: /* @__PURE__ */ __name((_) => de_TotalLocalStorageGBRequest(_, context), "totalLocalStorageGB"),
|
|
3423
|
+
vCpuCount: import_smithy_client._json
|
|
3424
|
+
});
|
|
3425
|
+
}, "de_InstanceRequirementsRequest");
|
|
3139
3426
|
var de_ListServiceDeploymentsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3140
3427
|
return (0, import_smithy_client.take)(output, {
|
|
3141
3428
|
nextToken: import_smithy_client.expectString,
|
|
@@ -3156,6 +3443,25 @@ var de_ManagedAgents = /* @__PURE__ */ __name((output, context) => {
|
|
|
3156
3443
|
});
|
|
3157
3444
|
return retVal;
|
|
3158
3445
|
}, "de_ManagedAgents");
|
|
3446
|
+
var de_ManagedInstancesProvider = /* @__PURE__ */ __name((output, context) => {
|
|
3447
|
+
return (0, import_smithy_client.take)(output, {
|
|
3448
|
+
infrastructureRoleArn: import_smithy_client.expectString,
|
|
3449
|
+
instanceLaunchTemplate: /* @__PURE__ */ __name((_) => de_InstanceLaunchTemplate(_, context), "instanceLaunchTemplate"),
|
|
3450
|
+
propagateTags: import_smithy_client.expectString
|
|
3451
|
+
});
|
|
3452
|
+
}, "de_ManagedInstancesProvider");
|
|
3453
|
+
var de_MemoryGiBPerVCpuRequest = /* @__PURE__ */ __name((output, context) => {
|
|
3454
|
+
return (0, import_smithy_client.take)(output, {
|
|
3455
|
+
max: import_smithy_client.limitedParseDouble,
|
|
3456
|
+
min: import_smithy_client.limitedParseDouble
|
|
3457
|
+
});
|
|
3458
|
+
}, "de_MemoryGiBPerVCpuRequest");
|
|
3459
|
+
var de_NetworkBandwidthGbpsRequest = /* @__PURE__ */ __name((output, context) => {
|
|
3460
|
+
return (0, import_smithy_client.take)(output, {
|
|
3461
|
+
max: import_smithy_client.limitedParseDouble,
|
|
3462
|
+
min: import_smithy_client.limitedParseDouble
|
|
3463
|
+
});
|
|
3464
|
+
}, "de_NetworkBandwidthGbpsRequest");
|
|
3159
3465
|
var de_ProtectedTask = /* @__PURE__ */ __name((output, context) => {
|
|
3160
3466
|
return (0, import_smithy_client.take)(output, {
|
|
3161
3467
|
expirationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "expirationDate"),
|
|
@@ -3473,6 +3779,17 @@ var de_TaskSets = /* @__PURE__ */ __name((output, context) => {
|
|
|
3473
3779
|
});
|
|
3474
3780
|
return retVal;
|
|
3475
3781
|
}, "de_TaskSets");
|
|
3782
|
+
var de_TotalLocalStorageGBRequest = /* @__PURE__ */ __name((output, context) => {
|
|
3783
|
+
return (0, import_smithy_client.take)(output, {
|
|
3784
|
+
max: import_smithy_client.limitedParseDouble,
|
|
3785
|
+
min: import_smithy_client.limitedParseDouble
|
|
3786
|
+
});
|
|
3787
|
+
}, "de_TotalLocalStorageGBRequest");
|
|
3788
|
+
var de_UpdateCapacityProviderResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3789
|
+
return (0, import_smithy_client.take)(output, {
|
|
3790
|
+
capacityProvider: /* @__PURE__ */ __name((_) => de_CapacityProvider(_, context), "capacityProvider")
|
|
3791
|
+
});
|
|
3792
|
+
}, "de_UpdateCapacityProviderResponse");
|
|
3476
3793
|
var de_UpdateContainerAgentResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3477
3794
|
return (0, import_smithy_client.take)(output, {
|
|
3478
3795
|
containerInstance: /* @__PURE__ */ __name((_) => de_ContainerInstance(_, context), "containerInstance")
|
|
@@ -4864,22 +5181,35 @@ var waitUntilTasksStopped = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
4864
5181
|
waitUntilTasksRunning,
|
|
4865
5182
|
waitForTasksStopped,
|
|
4866
5183
|
waitUntilTasksStopped,
|
|
5184
|
+
AcceleratorManufacturer,
|
|
5185
|
+
AcceleratorName,
|
|
5186
|
+
AcceleratorType,
|
|
4867
5187
|
AccessDeniedException,
|
|
4868
5188
|
AgentUpdateStatus,
|
|
4869
5189
|
ClientException,
|
|
5190
|
+
ClusterNotFoundException,
|
|
4870
5191
|
ManagedDraining,
|
|
4871
5192
|
ManagedScalingStatus,
|
|
4872
5193
|
ManagedTerminationProtection,
|
|
5194
|
+
BareMetal,
|
|
5195
|
+
BurstablePerformance,
|
|
5196
|
+
CpuManufacturer,
|
|
5197
|
+
InstanceGeneration,
|
|
5198
|
+
LocalStorage,
|
|
5199
|
+
LocalStorageType,
|
|
5200
|
+
ManagedInstancesMonitoringOptions,
|
|
5201
|
+
PropagateMITags,
|
|
4873
5202
|
CapacityProviderStatus,
|
|
5203
|
+
CapacityProviderType,
|
|
4874
5204
|
CapacityProviderUpdateStatus,
|
|
4875
5205
|
InvalidParameterException,
|
|
4876
5206
|
LimitExceededException,
|
|
4877
5207
|
ServerException,
|
|
5208
|
+
UnsupportedFeatureException,
|
|
4878
5209
|
UpdateInProgressException,
|
|
4879
5210
|
ExecuteCommandLogging,
|
|
4880
5211
|
ClusterSettingName,
|
|
4881
5212
|
NamespaceNotFoundException,
|
|
4882
|
-
ClusterNotFoundException,
|
|
4883
5213
|
AvailabilityZoneRebalancing,
|
|
4884
5214
|
DeploymentLifecycleHookStage,
|
|
4885
5215
|
DeploymentStrategy,
|
|
@@ -4898,13 +5228,13 @@ var waitUntilTasksStopped = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
4898
5228
|
StabilityStatus,
|
|
4899
5229
|
PlatformTaskDefinitionIncompatibilityException,
|
|
4900
5230
|
PlatformUnknownException,
|
|
4901
|
-
UnsupportedFeatureException,
|
|
4902
5231
|
ServiceNotActiveException,
|
|
4903
5232
|
ServiceNotFoundException,
|
|
4904
5233
|
SettingName,
|
|
4905
5234
|
SettingType,
|
|
4906
5235
|
TargetType,
|
|
4907
5236
|
TargetNotFoundException,
|
|
5237
|
+
ClusterContainsCapacityProviderException,
|
|
4908
5238
|
ClusterContainsContainerInstancesException,
|
|
4909
5239
|
ClusterContainsServicesException,
|
|
4910
5240
|
ClusterContainsTasksException,
|
|
@@ -4952,6 +5282,8 @@ var waitUntilTasksStopped = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
4952
5282
|
TaskDefinitionFamilyStatus,
|
|
4953
5283
|
SortOrder,
|
|
4954
5284
|
DesiredStatus,
|
|
5285
|
+
SessionFilterSensitiveLog,
|
|
5286
|
+
ExecuteCommandResponseFilterSensitiveLog,
|
|
4955
5287
|
AttributeLimitExceededException,
|
|
4956
5288
|
ResourceInUseException,
|
|
4957
5289
|
PlatformDeviceType,
|
|
@@ -4959,8 +5291,6 @@ var waitUntilTasksStopped = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
4959
5291
|
ConflictException,
|
|
4960
5292
|
ServiceDeploymentNotFoundException,
|
|
4961
5293
|
StopServiceDeploymentStopType,
|
|
4962
|
-
SessionFilterSensitiveLog,
|
|
4963
|
-
ExecuteCommandResponseFilterSensitiveLog,
|
|
4964
5294
|
MissingVersionException,
|
|
4965
5295
|
NoUpdateAvailableException
|
|
4966
5296
|
});
|