@aws-sdk/client-ecs 3.758.0 → 3.766.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +84 -84
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +1 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +1 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +1 -0
- package/dist-types/commands/CreateTaskSetCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAttributesCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +1 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +1 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +1 -0
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +1 -0
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +1 -0
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +1 -0
- package/dist-types/commands/DescribeClustersCommand.d.ts +1 -0
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeServicesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTasksCommand.d.ts +1 -0
- package/dist-types/commands/ExecuteCommandCommand.d.ts +1 -0
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +1 -0
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +1 -0
- package/dist-types/commands/ListAttributesCommand.d.ts +1 -0
- package/dist-types/commands/ListClustersCommand.d.ts +1 -0
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +1 -0
- package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +1 -0
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +1 -0
- package/dist-types/commands/ListServicesCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +1 -0
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +1 -0
- package/dist-types/commands/ListTasksCommand.d.ts +1 -0
- package/dist-types/commands/PutAccountSettingCommand.d.ts +1 -0
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +1 -0
- package/dist-types/commands/PutAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +1 -0
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +1 -0
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +1 -0
- package/dist-types/commands/RunTaskCommand.d.ts +1 -0
- package/dist-types/commands/StartTaskCommand.d.ts +1 -0
- package/dist-types/commands/StopTaskCommand.d.ts +1 -0
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +1 -0
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +1 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +1 -0
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +1 -0
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +1 -0
- package/dist-types/commands/UpdateServiceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +5 -11
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
AgentUpdateStatus: () => AgentUpdateStatus,
|
|
26
26
|
ApplicationProtocol: () => ApplicationProtocol,
|
|
@@ -196,7 +196,7 @@ __export(src_exports, {
|
|
|
196
196
|
waitUntilTasksRunning: () => waitUntilTasksRunning,
|
|
197
197
|
waitUntilTasksStopped: () => waitUntilTasksStopped
|
|
198
198
|
});
|
|
199
|
-
module.exports = __toCommonJS(
|
|
199
|
+
module.exports = __toCommonJS(index_exports);
|
|
200
200
|
|
|
201
201
|
// src/ECSClient.ts
|
|
202
202
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -323,9 +323,9 @@ var ECSClient = class extends import_smithy_client.Client {
|
|
|
323
323
|
this.middlewareStack.use(
|
|
324
324
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
325
325
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultECSHttpAuthSchemeParametersProvider,
|
|
326
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
326
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
327
327
|
"aws.auth#sigv4": config.credentials
|
|
328
|
-
})
|
|
328
|
+
}), "identityProviderConfigProvider")
|
|
329
329
|
})
|
|
330
330
|
);
|
|
331
331
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -2638,8 +2638,8 @@ var de_UpdateInProgressExceptionRes = /* @__PURE__ */ __name(async (parsedOutput
|
|
|
2638
2638
|
}, "de_UpdateInProgressExceptionRes");
|
|
2639
2639
|
var se_CreatedAt = /* @__PURE__ */ __name((input, context) => {
|
|
2640
2640
|
return (0, import_smithy_client.take)(input, {
|
|
2641
|
-
after: (_) => _.getTime() / 1e3,
|
|
2642
|
-
before: (_) => _.getTime() / 1e3
|
|
2641
|
+
after: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "after"),
|
|
2642
|
+
before: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "before")
|
|
2643
2643
|
});
|
|
2644
2644
|
}, "se_CreatedAt");
|
|
2645
2645
|
var se_CreateTaskSetRequest = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -2652,7 +2652,7 @@ var se_CreateTaskSetRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
2652
2652
|
loadBalancers: import_smithy_client._json,
|
|
2653
2653
|
networkConfiguration: import_smithy_client._json,
|
|
2654
2654
|
platformVersion: [],
|
|
2655
|
-
scale: (_) => se_Scale(_, context),
|
|
2655
|
+
scale: /* @__PURE__ */ __name((_) => se_Scale(_, context), "scale"),
|
|
2656
2656
|
service: [],
|
|
2657
2657
|
serviceRegistries: import_smithy_client._json,
|
|
2658
2658
|
tags: import_smithy_client._json,
|
|
@@ -2662,7 +2662,7 @@ var se_CreateTaskSetRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
2662
2662
|
var se_ListServiceDeploymentsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2663
2663
|
return (0, import_smithy_client.take)(input, {
|
|
2664
2664
|
cluster: [],
|
|
2665
|
-
createdAt: (_) => se_CreatedAt(_, context),
|
|
2665
|
+
createdAt: /* @__PURE__ */ __name((_) => se_CreatedAt(_, context), "createdAt"),
|
|
2666
2666
|
maxResults: [],
|
|
2667
2667
|
nextToken: [],
|
|
2668
2668
|
service: [],
|
|
@@ -2678,7 +2678,7 @@ var se_RegisterContainerInstanceRequest = /* @__PURE__ */ __name((input, context
|
|
|
2678
2678
|
instanceIdentityDocumentSignature: [],
|
|
2679
2679
|
platformDevices: import_smithy_client._json,
|
|
2680
2680
|
tags: import_smithy_client._json,
|
|
2681
|
-
totalResources: (_) => se_Resources(_, context),
|
|
2681
|
+
totalResources: /* @__PURE__ */ __name((_) => se_Resources(_, context), "totalResources"),
|
|
2682
2682
|
versionInfo: import_smithy_client._json
|
|
2683
2683
|
});
|
|
2684
2684
|
}, "se_RegisterContainerInstanceRequest");
|
|
@@ -2731,10 +2731,10 @@ var se_SubmitTaskStateChangeRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
2731
2731
|
attachments: import_smithy_client._json,
|
|
2732
2732
|
cluster: [],
|
|
2733
2733
|
containers: import_smithy_client._json,
|
|
2734
|
-
executionStoppedAt: (_) => _.getTime() / 1e3,
|
|
2734
|
+
executionStoppedAt: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "executionStoppedAt"),
|
|
2735
2735
|
managedAgents: import_smithy_client._json,
|
|
2736
|
-
pullStartedAt: (_) => _.getTime() / 1e3,
|
|
2737
|
-
pullStoppedAt: (_) => _.getTime() / 1e3,
|
|
2736
|
+
pullStartedAt: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "pullStartedAt"),
|
|
2737
|
+
pullStoppedAt: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "pullStoppedAt"),
|
|
2738
2738
|
reason: [],
|
|
2739
2739
|
status: [],
|
|
2740
2740
|
task: []
|
|
@@ -2743,7 +2743,7 @@ var se_SubmitTaskStateChangeRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
2743
2743
|
var se_UpdateTaskSetRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2744
2744
|
return (0, import_smithy_client.take)(input, {
|
|
2745
2745
|
cluster: [],
|
|
2746
|
-
scale: (_) => se_Scale(_, context),
|
|
2746
|
+
scale: /* @__PURE__ */ __name((_) => se_Scale(_, context), "scale"),
|
|
2747
2747
|
service: [],
|
|
2748
2748
|
taskSet: []
|
|
2749
2749
|
});
|
|
@@ -2758,7 +2758,7 @@ var de_Container = /* @__PURE__ */ __name((output, context) => {
|
|
|
2758
2758
|
image: import_smithy_client.expectString,
|
|
2759
2759
|
imageDigest: import_smithy_client.expectString,
|
|
2760
2760
|
lastStatus: import_smithy_client.expectString,
|
|
2761
|
-
managedAgents: (_) => de_ManagedAgents(_, context),
|
|
2761
|
+
managedAgents: /* @__PURE__ */ __name((_) => de_ManagedAgents(_, context), "managedAgents"),
|
|
2762
2762
|
memory: import_smithy_client.expectString,
|
|
2763
2763
|
memoryReservation: import_smithy_client.expectString,
|
|
2764
2764
|
name: import_smithy_client.expectString,
|
|
@@ -2778,11 +2778,11 @@ var de_ContainerInstance = /* @__PURE__ */ __name((output, context) => {
|
|
|
2778
2778
|
capacityProviderName: import_smithy_client.expectString,
|
|
2779
2779
|
containerInstanceArn: import_smithy_client.expectString,
|
|
2780
2780
|
ec2InstanceId: import_smithy_client.expectString,
|
|
2781
|
-
healthStatus: (_) => de_ContainerInstanceHealthStatus(_, context),
|
|
2781
|
+
healthStatus: /* @__PURE__ */ __name((_) => de_ContainerInstanceHealthStatus(_, context), "healthStatus"),
|
|
2782
2782
|
pendingTasksCount: import_smithy_client.expectInt32,
|
|
2783
|
-
registeredAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2784
|
-
registeredResources: (_) => de_Resources(_, context),
|
|
2785
|
-
remainingResources: (_) => de_Resources(_, context),
|
|
2783
|
+
registeredAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "registeredAt"),
|
|
2784
|
+
registeredResources: /* @__PURE__ */ __name((_) => de_Resources(_, context), "registeredResources"),
|
|
2785
|
+
remainingResources: /* @__PURE__ */ __name((_) => de_Resources(_, context), "remainingResources"),
|
|
2786
2786
|
runningTasksCount: import_smithy_client.expectInt32,
|
|
2787
2787
|
status: import_smithy_client.expectString,
|
|
2788
2788
|
statusReason: import_smithy_client.expectString,
|
|
@@ -2793,7 +2793,7 @@ var de_ContainerInstance = /* @__PURE__ */ __name((output, context) => {
|
|
|
2793
2793
|
}, "de_ContainerInstance");
|
|
2794
2794
|
var de_ContainerInstanceHealthStatus = /* @__PURE__ */ __name((output, context) => {
|
|
2795
2795
|
return (0, import_smithy_client.take)(output, {
|
|
2796
|
-
details: (_) => de_InstanceHealthCheckResultList(_, context),
|
|
2796
|
+
details: /* @__PURE__ */ __name((_) => de_InstanceHealthCheckResultList(_, context), "details"),
|
|
2797
2797
|
overallStatus: import_smithy_client.expectString
|
|
2798
2798
|
});
|
|
2799
2799
|
}, "de_ContainerInstanceHealthStatus");
|
|
@@ -2811,34 +2811,34 @@ var de_Containers = /* @__PURE__ */ __name((output, context) => {
|
|
|
2811
2811
|
}, "de_Containers");
|
|
2812
2812
|
var de_CreateServiceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2813
2813
|
return (0, import_smithy_client.take)(output, {
|
|
2814
|
-
service: (_) => de_Service(_, context)
|
|
2814
|
+
service: /* @__PURE__ */ __name((_) => de_Service(_, context), "service")
|
|
2815
2815
|
});
|
|
2816
2816
|
}, "de_CreateServiceResponse");
|
|
2817
2817
|
var de_CreateTaskSetResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2818
2818
|
return (0, import_smithy_client.take)(output, {
|
|
2819
|
-
taskSet: (_) => de_TaskSet(_, context)
|
|
2819
|
+
taskSet: /* @__PURE__ */ __name((_) => de_TaskSet(_, context), "taskSet")
|
|
2820
2820
|
});
|
|
2821
2821
|
}, "de_CreateTaskSetResponse");
|
|
2822
2822
|
var de_DeleteServiceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2823
2823
|
return (0, import_smithy_client.take)(output, {
|
|
2824
|
-
service: (_) => de_Service(_, context)
|
|
2824
|
+
service: /* @__PURE__ */ __name((_) => de_Service(_, context), "service")
|
|
2825
2825
|
});
|
|
2826
2826
|
}, "de_DeleteServiceResponse");
|
|
2827
2827
|
var de_DeleteTaskDefinitionsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2828
2828
|
return (0, import_smithy_client.take)(output, {
|
|
2829
2829
|
failures: import_smithy_client._json,
|
|
2830
|
-
taskDefinitions: (_) => de_TaskDefinitionList(_, context)
|
|
2830
|
+
taskDefinitions: /* @__PURE__ */ __name((_) => de_TaskDefinitionList(_, context), "taskDefinitions")
|
|
2831
2831
|
});
|
|
2832
2832
|
}, "de_DeleteTaskDefinitionsResponse");
|
|
2833
2833
|
var de_DeleteTaskSetResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2834
2834
|
return (0, import_smithy_client.take)(output, {
|
|
2835
|
-
taskSet: (_) => de_TaskSet(_, context)
|
|
2835
|
+
taskSet: /* @__PURE__ */ __name((_) => de_TaskSet(_, context), "taskSet")
|
|
2836
2836
|
});
|
|
2837
2837
|
}, "de_DeleteTaskSetResponse");
|
|
2838
2838
|
var de_Deployment = /* @__PURE__ */ __name((output, context) => {
|
|
2839
2839
|
return (0, import_smithy_client.take)(output, {
|
|
2840
2840
|
capacityProviderStrategy: import_smithy_client._json,
|
|
2841
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2841
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
2842
2842
|
desiredCount: import_smithy_client.expectInt32,
|
|
2843
2843
|
failedTasks: import_smithy_client.expectInt32,
|
|
2844
2844
|
fargateEphemeralStorage: import_smithy_client._json,
|
|
@@ -2855,7 +2855,7 @@ var de_Deployment = /* @__PURE__ */ __name((output, context) => {
|
|
|
2855
2855
|
serviceConnectResources: import_smithy_client._json,
|
|
2856
2856
|
status: import_smithy_client.expectString,
|
|
2857
2857
|
taskDefinition: import_smithy_client.expectString,
|
|
2858
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2858
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
|
|
2859
2859
|
volumeConfigurations: import_smithy_client._json,
|
|
2860
2860
|
vpcLatticeConfigurations: import_smithy_client._json
|
|
2861
2861
|
});
|
|
@@ -2868,66 +2868,66 @@ var de_Deployments = /* @__PURE__ */ __name((output, context) => {
|
|
|
2868
2868
|
}, "de_Deployments");
|
|
2869
2869
|
var de_DeregisterContainerInstanceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2870
2870
|
return (0, import_smithy_client.take)(output, {
|
|
2871
|
-
containerInstance: (_) => de_ContainerInstance(_, context)
|
|
2871
|
+
containerInstance: /* @__PURE__ */ __name((_) => de_ContainerInstance(_, context), "containerInstance")
|
|
2872
2872
|
});
|
|
2873
2873
|
}, "de_DeregisterContainerInstanceResponse");
|
|
2874
2874
|
var de_DeregisterTaskDefinitionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2875
2875
|
return (0, import_smithy_client.take)(output, {
|
|
2876
|
-
taskDefinition: (_) => de_TaskDefinition(_, context)
|
|
2876
|
+
taskDefinition: /* @__PURE__ */ __name((_) => de_TaskDefinition(_, context), "taskDefinition")
|
|
2877
2877
|
});
|
|
2878
2878
|
}, "de_DeregisterTaskDefinitionResponse");
|
|
2879
2879
|
var de_DescribeContainerInstancesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2880
2880
|
return (0, import_smithy_client.take)(output, {
|
|
2881
|
-
containerInstances: (_) => de_ContainerInstances(_, context),
|
|
2881
|
+
containerInstances: /* @__PURE__ */ __name((_) => de_ContainerInstances(_, context), "containerInstances"),
|
|
2882
2882
|
failures: import_smithy_client._json
|
|
2883
2883
|
});
|
|
2884
2884
|
}, "de_DescribeContainerInstancesResponse");
|
|
2885
2885
|
var de_DescribeServiceDeploymentsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2886
2886
|
return (0, import_smithy_client.take)(output, {
|
|
2887
2887
|
failures: import_smithy_client._json,
|
|
2888
|
-
serviceDeployments: (_) => de_ServiceDeployments(_, context)
|
|
2888
|
+
serviceDeployments: /* @__PURE__ */ __name((_) => de_ServiceDeployments(_, context), "serviceDeployments")
|
|
2889
2889
|
});
|
|
2890
2890
|
}, "de_DescribeServiceDeploymentsResponse");
|
|
2891
2891
|
var de_DescribeServiceRevisionsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2892
2892
|
return (0, import_smithy_client.take)(output, {
|
|
2893
2893
|
failures: import_smithy_client._json,
|
|
2894
|
-
serviceRevisions: (_) => de_ServiceRevisions(_, context)
|
|
2894
|
+
serviceRevisions: /* @__PURE__ */ __name((_) => de_ServiceRevisions(_, context), "serviceRevisions")
|
|
2895
2895
|
});
|
|
2896
2896
|
}, "de_DescribeServiceRevisionsResponse");
|
|
2897
2897
|
var de_DescribeServicesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2898
2898
|
return (0, import_smithy_client.take)(output, {
|
|
2899
2899
|
failures: import_smithy_client._json,
|
|
2900
|
-
services: (_) => de_Services(_, context)
|
|
2900
|
+
services: /* @__PURE__ */ __name((_) => de_Services(_, context), "services")
|
|
2901
2901
|
});
|
|
2902
2902
|
}, "de_DescribeServicesResponse");
|
|
2903
2903
|
var de_DescribeTaskDefinitionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2904
2904
|
return (0, import_smithy_client.take)(output, {
|
|
2905
2905
|
tags: import_smithy_client._json,
|
|
2906
|
-
taskDefinition: (_) => de_TaskDefinition(_, context)
|
|
2906
|
+
taskDefinition: /* @__PURE__ */ __name((_) => de_TaskDefinition(_, context), "taskDefinition")
|
|
2907
2907
|
});
|
|
2908
2908
|
}, "de_DescribeTaskDefinitionResponse");
|
|
2909
2909
|
var de_DescribeTaskSetsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2910
2910
|
return (0, import_smithy_client.take)(output, {
|
|
2911
2911
|
failures: import_smithy_client._json,
|
|
2912
|
-
taskSets: (_) => de_TaskSets(_, context)
|
|
2912
|
+
taskSets: /* @__PURE__ */ __name((_) => de_TaskSets(_, context), "taskSets")
|
|
2913
2913
|
});
|
|
2914
2914
|
}, "de_DescribeTaskSetsResponse");
|
|
2915
2915
|
var de_DescribeTasksResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2916
2916
|
return (0, import_smithy_client.take)(output, {
|
|
2917
2917
|
failures: import_smithy_client._json,
|
|
2918
|
-
tasks: (_) => de_Tasks(_, context)
|
|
2918
|
+
tasks: /* @__PURE__ */ __name((_) => de_Tasks(_, context), "tasks")
|
|
2919
2919
|
});
|
|
2920
2920
|
}, "de_DescribeTasksResponse");
|
|
2921
2921
|
var de_GetTaskProtectionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2922
2922
|
return (0, import_smithy_client.take)(output, {
|
|
2923
2923
|
failures: import_smithy_client._json,
|
|
2924
|
-
protectedTasks: (_) => de_ProtectedTasks(_, context)
|
|
2924
|
+
protectedTasks: /* @__PURE__ */ __name((_) => de_ProtectedTasks(_, context), "protectedTasks")
|
|
2925
2925
|
});
|
|
2926
2926
|
}, "de_GetTaskProtectionResponse");
|
|
2927
2927
|
var de_InstanceHealthCheckResult = /* @__PURE__ */ __name((output, context) => {
|
|
2928
2928
|
return (0, import_smithy_client.take)(output, {
|
|
2929
|
-
lastStatusChange: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2930
|
-
lastUpdated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2929
|
+
lastStatusChange: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastStatusChange"),
|
|
2930
|
+
lastUpdated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdated"),
|
|
2931
2931
|
status: import_smithy_client.expectString,
|
|
2932
2932
|
type: import_smithy_client.expectString
|
|
2933
2933
|
});
|
|
@@ -2941,12 +2941,12 @@ var de_InstanceHealthCheckResultList = /* @__PURE__ */ __name((output, context)
|
|
|
2941
2941
|
var de_ListServiceDeploymentsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2942
2942
|
return (0, import_smithy_client.take)(output, {
|
|
2943
2943
|
nextToken: import_smithy_client.expectString,
|
|
2944
|
-
serviceDeployments: (_) => de_ServiceDeploymentsBrief(_, context)
|
|
2944
|
+
serviceDeployments: /* @__PURE__ */ __name((_) => de_ServiceDeploymentsBrief(_, context), "serviceDeployments")
|
|
2945
2945
|
});
|
|
2946
2946
|
}, "de_ListServiceDeploymentsResponse");
|
|
2947
2947
|
var de_ManagedAgent = /* @__PURE__ */ __name((output, context) => {
|
|
2948
2948
|
return (0, import_smithy_client.take)(output, {
|
|
2949
|
-
lastStartedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2949
|
+
lastStartedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastStartedAt"),
|
|
2950
2950
|
lastStatus: import_smithy_client.expectString,
|
|
2951
2951
|
name: import_smithy_client.expectString,
|
|
2952
2952
|
reason: import_smithy_client.expectString
|
|
@@ -2960,7 +2960,7 @@ var de_ManagedAgents = /* @__PURE__ */ __name((output, context) => {
|
|
|
2960
2960
|
}, "de_ManagedAgents");
|
|
2961
2961
|
var de_ProtectedTask = /* @__PURE__ */ __name((output, context) => {
|
|
2962
2962
|
return (0, import_smithy_client.take)(output, {
|
|
2963
|
-
expirationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2963
|
+
expirationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "expirationDate"),
|
|
2964
2964
|
protectionEnabled: import_smithy_client.expectBoolean,
|
|
2965
2965
|
taskArn: import_smithy_client.expectString
|
|
2966
2966
|
});
|
|
@@ -2973,13 +2973,13 @@ var de_ProtectedTasks = /* @__PURE__ */ __name((output, context) => {
|
|
|
2973
2973
|
}, "de_ProtectedTasks");
|
|
2974
2974
|
var de_RegisterContainerInstanceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2975
2975
|
return (0, import_smithy_client.take)(output, {
|
|
2976
|
-
containerInstance: (_) => de_ContainerInstance(_, context)
|
|
2976
|
+
containerInstance: /* @__PURE__ */ __name((_) => de_ContainerInstance(_, context), "containerInstance")
|
|
2977
2977
|
});
|
|
2978
2978
|
}, "de_RegisterContainerInstanceResponse");
|
|
2979
2979
|
var de_RegisterTaskDefinitionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2980
2980
|
return (0, import_smithy_client.take)(output, {
|
|
2981
2981
|
tags: import_smithy_client._json,
|
|
2982
|
-
taskDefinition: (_) => de_TaskDefinition(_, context)
|
|
2982
|
+
taskDefinition: /* @__PURE__ */ __name((_) => de_TaskDefinition(_, context), "taskDefinition")
|
|
2983
2983
|
});
|
|
2984
2984
|
}, "de_RegisterTaskDefinitionResponse");
|
|
2985
2985
|
var de_Resource = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3002,13 +3002,13 @@ var de_Rollback = /* @__PURE__ */ __name((output, context) => {
|
|
|
3002
3002
|
return (0, import_smithy_client.take)(output, {
|
|
3003
3003
|
reason: import_smithy_client.expectString,
|
|
3004
3004
|
serviceRevisionArn: import_smithy_client.expectString,
|
|
3005
|
-
startedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3005
|
+
startedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startedAt")
|
|
3006
3006
|
});
|
|
3007
3007
|
}, "de_Rollback");
|
|
3008
3008
|
var de_RunTaskResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3009
3009
|
return (0, import_smithy_client.take)(output, {
|
|
3010
3010
|
failures: import_smithy_client._json,
|
|
3011
|
-
tasks: (_) => de_Tasks(_, context)
|
|
3011
|
+
tasks: /* @__PURE__ */ __name((_) => de_Tasks(_, context), "tasks")
|
|
3012
3012
|
});
|
|
3013
3013
|
}, "de_RunTaskResponse");
|
|
3014
3014
|
var de_Scale = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3022,15 +3022,15 @@ var de_Service = /* @__PURE__ */ __name((output, context) => {
|
|
|
3022
3022
|
availabilityZoneRebalancing: import_smithy_client.expectString,
|
|
3023
3023
|
capacityProviderStrategy: import_smithy_client._json,
|
|
3024
3024
|
clusterArn: import_smithy_client.expectString,
|
|
3025
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3025
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3026
3026
|
createdBy: import_smithy_client.expectString,
|
|
3027
3027
|
deploymentConfiguration: import_smithy_client._json,
|
|
3028
3028
|
deploymentController: import_smithy_client._json,
|
|
3029
|
-
deployments: (_) => de_Deployments(_, context),
|
|
3029
|
+
deployments: /* @__PURE__ */ __name((_) => de_Deployments(_, context), "deployments"),
|
|
3030
3030
|
desiredCount: import_smithy_client.expectInt32,
|
|
3031
3031
|
enableECSManagedTags: import_smithy_client.expectBoolean,
|
|
3032
3032
|
enableExecuteCommand: import_smithy_client.expectBoolean,
|
|
3033
|
-
events: (_) => de_ServiceEvents(_, context),
|
|
3033
|
+
events: /* @__PURE__ */ __name((_) => de_ServiceEvents(_, context), "events"),
|
|
3034
3034
|
healthCheckGracePeriodSeconds: import_smithy_client.expectInt32,
|
|
3035
3035
|
launchType: import_smithy_client.expectString,
|
|
3036
3036
|
loadBalancers: import_smithy_client._json,
|
|
@@ -3050,37 +3050,37 @@ var de_Service = /* @__PURE__ */ __name((output, context) => {
|
|
|
3050
3050
|
status: import_smithy_client.expectString,
|
|
3051
3051
|
tags: import_smithy_client._json,
|
|
3052
3052
|
taskDefinition: import_smithy_client.expectString,
|
|
3053
|
-
taskSets: (_) => de_TaskSets(_, context)
|
|
3053
|
+
taskSets: /* @__PURE__ */ __name((_) => de_TaskSets(_, context), "taskSets")
|
|
3054
3054
|
});
|
|
3055
3055
|
}, "de_Service");
|
|
3056
3056
|
var de_ServiceDeployment = /* @__PURE__ */ __name((output, context) => {
|
|
3057
3057
|
return (0, import_smithy_client.take)(output, {
|
|
3058
3058
|
alarms: import_smithy_client._json,
|
|
3059
3059
|
clusterArn: import_smithy_client.expectString,
|
|
3060
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3060
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3061
3061
|
deploymentCircuitBreaker: import_smithy_client._json,
|
|
3062
3062
|
deploymentConfiguration: import_smithy_client._json,
|
|
3063
|
-
finishedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3064
|
-
rollback: (_) => de_Rollback(_, context),
|
|
3063
|
+
finishedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "finishedAt"),
|
|
3064
|
+
rollback: /* @__PURE__ */ __name((_) => de_Rollback(_, context), "rollback"),
|
|
3065
3065
|
serviceArn: import_smithy_client.expectString,
|
|
3066
3066
|
serviceDeploymentArn: import_smithy_client.expectString,
|
|
3067
3067
|
sourceServiceRevisions: import_smithy_client._json,
|
|
3068
|
-
startedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3068
|
+
startedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startedAt"),
|
|
3069
3069
|
status: import_smithy_client.expectString,
|
|
3070
3070
|
statusReason: import_smithy_client.expectString,
|
|
3071
|
-
stoppedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3071
|
+
stoppedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "stoppedAt"),
|
|
3072
3072
|
targetServiceRevision: import_smithy_client._json,
|
|
3073
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3073
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
3074
3074
|
});
|
|
3075
3075
|
}, "de_ServiceDeployment");
|
|
3076
3076
|
var de_ServiceDeploymentBrief = /* @__PURE__ */ __name((output, context) => {
|
|
3077
3077
|
return (0, import_smithy_client.take)(output, {
|
|
3078
3078
|
clusterArn: import_smithy_client.expectString,
|
|
3079
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3080
|
-
finishedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3079
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3080
|
+
finishedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "finishedAt"),
|
|
3081
3081
|
serviceArn: import_smithy_client.expectString,
|
|
3082
3082
|
serviceDeploymentArn: import_smithy_client.expectString,
|
|
3083
|
-
startedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3083
|
+
startedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startedAt"),
|
|
3084
3084
|
status: import_smithy_client.expectString,
|
|
3085
3085
|
statusReason: import_smithy_client.expectString,
|
|
3086
3086
|
targetServiceRevisionArn: import_smithy_client.expectString
|
|
@@ -3100,7 +3100,7 @@ var de_ServiceDeploymentsBrief = /* @__PURE__ */ __name((output, context) => {
|
|
|
3100
3100
|
}, "de_ServiceDeploymentsBrief");
|
|
3101
3101
|
var de_ServiceEvent = /* @__PURE__ */ __name((output, context) => {
|
|
3102
3102
|
return (0, import_smithy_client.take)(output, {
|
|
3103
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3103
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3104
3104
|
id: import_smithy_client.expectString,
|
|
3105
3105
|
message: import_smithy_client.expectString
|
|
3106
3106
|
});
|
|
@@ -3116,7 +3116,7 @@ var de_ServiceRevision = /* @__PURE__ */ __name((output, context) => {
|
|
|
3116
3116
|
capacityProviderStrategy: import_smithy_client._json,
|
|
3117
3117
|
clusterArn: import_smithy_client.expectString,
|
|
3118
3118
|
containerImages: import_smithy_client._json,
|
|
3119
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3119
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3120
3120
|
fargateEphemeralStorage: import_smithy_client._json,
|
|
3121
3121
|
guardDutyEnabled: import_smithy_client.expectBoolean,
|
|
3122
3122
|
launchType: import_smithy_client.expectString,
|
|
@@ -3148,12 +3148,12 @@ var de_Services = /* @__PURE__ */ __name((output, context) => {
|
|
|
3148
3148
|
var de_StartTaskResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3149
3149
|
return (0, import_smithy_client.take)(output, {
|
|
3150
3150
|
failures: import_smithy_client._json,
|
|
3151
|
-
tasks: (_) => de_Tasks(_, context)
|
|
3151
|
+
tasks: /* @__PURE__ */ __name((_) => de_Tasks(_, context), "tasks")
|
|
3152
3152
|
});
|
|
3153
3153
|
}, "de_StartTaskResponse");
|
|
3154
3154
|
var de_StopTaskResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3155
3155
|
return (0, import_smithy_client.take)(output, {
|
|
3156
|
-
task: (_) => de_Task(_, context)
|
|
3156
|
+
task: /* @__PURE__ */ __name((_) => de_Task(_, context), "task")
|
|
3157
3157
|
});
|
|
3158
3158
|
}, "de_StopTaskResponse");
|
|
3159
3159
|
var de_Task = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3164,15 +3164,15 @@ var de_Task = /* @__PURE__ */ __name((output, context) => {
|
|
|
3164
3164
|
capacityProviderName: import_smithy_client.expectString,
|
|
3165
3165
|
clusterArn: import_smithy_client.expectString,
|
|
3166
3166
|
connectivity: import_smithy_client.expectString,
|
|
3167
|
-
connectivityAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3167
|
+
connectivityAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "connectivityAt"),
|
|
3168
3168
|
containerInstanceArn: import_smithy_client.expectString,
|
|
3169
|
-
containers: (_) => de_Containers(_, context),
|
|
3169
|
+
containers: /* @__PURE__ */ __name((_) => de_Containers(_, context), "containers"),
|
|
3170
3170
|
cpu: import_smithy_client.expectString,
|
|
3171
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3171
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3172
3172
|
desiredStatus: import_smithy_client.expectString,
|
|
3173
3173
|
enableExecuteCommand: import_smithy_client.expectBoolean,
|
|
3174
3174
|
ephemeralStorage: import_smithy_client._json,
|
|
3175
|
-
executionStoppedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3175
|
+
executionStoppedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "executionStoppedAt"),
|
|
3176
3176
|
fargateEphemeralStorage: import_smithy_client._json,
|
|
3177
3177
|
group: import_smithy_client.expectString,
|
|
3178
3178
|
healthStatus: import_smithy_client.expectString,
|
|
@@ -3183,14 +3183,14 @@ var de_Task = /* @__PURE__ */ __name((output, context) => {
|
|
|
3183
3183
|
overrides: import_smithy_client._json,
|
|
3184
3184
|
platformFamily: import_smithy_client.expectString,
|
|
3185
3185
|
platformVersion: import_smithy_client.expectString,
|
|
3186
|
-
pullStartedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3187
|
-
pullStoppedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3188
|
-
startedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3186
|
+
pullStartedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "pullStartedAt"),
|
|
3187
|
+
pullStoppedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "pullStoppedAt"),
|
|
3188
|
+
startedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startedAt"),
|
|
3189
3189
|
startedBy: import_smithy_client.expectString,
|
|
3190
3190
|
stopCode: import_smithy_client.expectString,
|
|
3191
|
-
stoppedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3191
|
+
stoppedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "stoppedAt"),
|
|
3192
3192
|
stoppedReason: import_smithy_client.expectString,
|
|
3193
|
-
stoppingAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3193
|
+
stoppingAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "stoppingAt"),
|
|
3194
3194
|
tags: import_smithy_client._json,
|
|
3195
3195
|
taskArn: import_smithy_client.expectString,
|
|
3196
3196
|
taskDefinitionArn: import_smithy_client.expectString,
|
|
@@ -3202,7 +3202,7 @@ var de_TaskDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
|
3202
3202
|
compatibilities: import_smithy_client._json,
|
|
3203
3203
|
containerDefinitions: import_smithy_client._json,
|
|
3204
3204
|
cpu: import_smithy_client.expectString,
|
|
3205
|
-
deregisteredAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3205
|
+
deregisteredAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "deregisteredAt"),
|
|
3206
3206
|
enableFaultInjection: import_smithy_client.expectBoolean,
|
|
3207
3207
|
ephemeralStorage: import_smithy_client._json,
|
|
3208
3208
|
executionRoleArn: import_smithy_client.expectString,
|
|
@@ -3214,7 +3214,7 @@ var de_TaskDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
|
3214
3214
|
pidMode: import_smithy_client.expectString,
|
|
3215
3215
|
placementConstraints: import_smithy_client._json,
|
|
3216
3216
|
proxyConfiguration: import_smithy_client._json,
|
|
3217
|
-
registeredAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3217
|
+
registeredAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "registeredAt"),
|
|
3218
3218
|
registeredBy: import_smithy_client.expectString,
|
|
3219
3219
|
requiresAttributes: import_smithy_client._json,
|
|
3220
3220
|
requiresCompatibilities: import_smithy_client._json,
|
|
@@ -3243,7 +3243,7 @@ var de_TaskSet = /* @__PURE__ */ __name((output, context) => {
|
|
|
3243
3243
|
capacityProviderStrategy: import_smithy_client._json,
|
|
3244
3244
|
clusterArn: import_smithy_client.expectString,
|
|
3245
3245
|
computedDesiredCount: import_smithy_client.expectInt32,
|
|
3246
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3246
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3247
3247
|
externalId: import_smithy_client.expectString,
|
|
3248
3248
|
fargateEphemeralStorage: import_smithy_client._json,
|
|
3249
3249
|
id: import_smithy_client.expectString,
|
|
@@ -3254,17 +3254,17 @@ var de_TaskSet = /* @__PURE__ */ __name((output, context) => {
|
|
|
3254
3254
|
platformFamily: import_smithy_client.expectString,
|
|
3255
3255
|
platformVersion: import_smithy_client.expectString,
|
|
3256
3256
|
runningCount: import_smithy_client.expectInt32,
|
|
3257
|
-
scale: (_) => de_Scale(_, context),
|
|
3257
|
+
scale: /* @__PURE__ */ __name((_) => de_Scale(_, context), "scale"),
|
|
3258
3258
|
serviceArn: import_smithy_client.expectString,
|
|
3259
3259
|
serviceRegistries: import_smithy_client._json,
|
|
3260
3260
|
stabilityStatus: import_smithy_client.expectString,
|
|
3261
|
-
stabilityStatusAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3261
|
+
stabilityStatusAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "stabilityStatusAt"),
|
|
3262
3262
|
startedBy: import_smithy_client.expectString,
|
|
3263
3263
|
status: import_smithy_client.expectString,
|
|
3264
3264
|
tags: import_smithy_client._json,
|
|
3265
3265
|
taskDefinition: import_smithy_client.expectString,
|
|
3266
3266
|
taskSetArn: import_smithy_client.expectString,
|
|
3267
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3267
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
3268
3268
|
});
|
|
3269
3269
|
}, "de_TaskSet");
|
|
3270
3270
|
var de_TaskSets = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3275,34 +3275,34 @@ var de_TaskSets = /* @__PURE__ */ __name((output, context) => {
|
|
|
3275
3275
|
}, "de_TaskSets");
|
|
3276
3276
|
var de_UpdateContainerAgentResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3277
3277
|
return (0, import_smithy_client.take)(output, {
|
|
3278
|
-
containerInstance: (_) => de_ContainerInstance(_, context)
|
|
3278
|
+
containerInstance: /* @__PURE__ */ __name((_) => de_ContainerInstance(_, context), "containerInstance")
|
|
3279
3279
|
});
|
|
3280
3280
|
}, "de_UpdateContainerAgentResponse");
|
|
3281
3281
|
var de_UpdateContainerInstancesStateResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3282
3282
|
return (0, import_smithy_client.take)(output, {
|
|
3283
|
-
containerInstances: (_) => de_ContainerInstances(_, context),
|
|
3283
|
+
containerInstances: /* @__PURE__ */ __name((_) => de_ContainerInstances(_, context), "containerInstances"),
|
|
3284
3284
|
failures: import_smithy_client._json
|
|
3285
3285
|
});
|
|
3286
3286
|
}, "de_UpdateContainerInstancesStateResponse");
|
|
3287
3287
|
var de_UpdateServicePrimaryTaskSetResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3288
3288
|
return (0, import_smithy_client.take)(output, {
|
|
3289
|
-
taskSet: (_) => de_TaskSet(_, context)
|
|
3289
|
+
taskSet: /* @__PURE__ */ __name((_) => de_TaskSet(_, context), "taskSet")
|
|
3290
3290
|
});
|
|
3291
3291
|
}, "de_UpdateServicePrimaryTaskSetResponse");
|
|
3292
3292
|
var de_UpdateServiceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3293
3293
|
return (0, import_smithy_client.take)(output, {
|
|
3294
|
-
service: (_) => de_Service(_, context)
|
|
3294
|
+
service: /* @__PURE__ */ __name((_) => de_Service(_, context), "service")
|
|
3295
3295
|
});
|
|
3296
3296
|
}, "de_UpdateServiceResponse");
|
|
3297
3297
|
var de_UpdateTaskProtectionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3298
3298
|
return (0, import_smithy_client.take)(output, {
|
|
3299
3299
|
failures: import_smithy_client._json,
|
|
3300
|
-
protectedTasks: (_) => de_ProtectedTasks(_, context)
|
|
3300
|
+
protectedTasks: /* @__PURE__ */ __name((_) => de_ProtectedTasks(_, context), "protectedTasks")
|
|
3301
3301
|
});
|
|
3302
3302
|
}, "de_UpdateTaskProtectionResponse");
|
|
3303
3303
|
var de_UpdateTaskSetResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3304
3304
|
return (0, import_smithy_client.take)(output, {
|
|
3305
|
-
taskSet: (_) => de_TaskSet(_, context)
|
|
3305
|
+
taskSet: /* @__PURE__ */ __name((_) => de_TaskSet(_, context), "taskSet")
|
|
3306
3306
|
});
|
|
3307
3307
|
}, "de_UpdateTaskSetResponse");
|
|
3308
3308
|
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
@@ -117,6 +117,7 @@ declare const CreateCapacityProviderCommand_base: {
|
|
|
117
117
|
* @throws {@link InvalidParameterException} (client fault)
|
|
118
118
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
119
119
|
* request.</p>
|
|
120
|
+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
|
|
120
121
|
*
|
|
121
122
|
* @throws {@link LimitExceededException} (client fault)
|
|
122
123
|
* <p>The limit for the resource was exceeded.</p>
|
|
@@ -191,6 +191,7 @@ declare const CreateClusterCommand_base: {
|
|
|
191
191
|
* @throws {@link InvalidParameterException} (client fault)
|
|
192
192
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
193
193
|
* request.</p>
|
|
194
|
+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
|
|
194
195
|
*
|
|
195
196
|
* @throws {@link NamespaceNotFoundException} (client fault)
|
|
196
197
|
* <p>The specified namespace wasn't found.</p>
|
|
@@ -597,6 +597,7 @@ declare const CreateServiceCommand_base: {
|
|
|
597
597
|
* @throws {@link InvalidParameterException} (client fault)
|
|
598
598
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
599
599
|
* request.</p>
|
|
600
|
+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
|
|
600
601
|
*
|
|
601
602
|
* @throws {@link NamespaceNotFoundException} (client fault)
|
|
602
603
|
* <p>The specified namespace wasn't found.</p>
|
|
@@ -199,6 +199,7 @@ declare const CreateTaskSetCommand_base: {
|
|
|
199
199
|
* @throws {@link InvalidParameterException} (client fault)
|
|
200
200
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
201
201
|
* request.</p>
|
|
202
|
+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
|
|
202
203
|
*
|
|
203
204
|
* @throws {@link NamespaceNotFoundException} (client fault)
|
|
204
205
|
* <p>The specified namespace wasn't found.</p>
|
|
@@ -76,6 +76,7 @@ declare const DeleteAccountSettingCommand_base: {
|
|
|
76
76
|
* @throws {@link InvalidParameterException} (client fault)
|
|
77
77
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
78
78
|
* request.</p>
|
|
79
|
+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
|
|
79
80
|
*
|
|
80
81
|
* @throws {@link ServerException} (server fault)
|
|
81
82
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -72,6 +72,7 @@ declare const DeleteAttributesCommand_base: {
|
|
|
72
72
|
* @throws {@link InvalidParameterException} (client fault)
|
|
73
73
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
74
74
|
* request.</p>
|
|
75
|
+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
|
|
75
76
|
*
|
|
76
77
|
* @throws {@link TargetNotFoundException} (client fault)
|
|
77
78
|
* <p>The specified target wasn't found. You can view your available container instances
|
|
@@ -106,6 +106,7 @@ declare const DeleteCapacityProviderCommand_base: {
|
|
|
106
106
|
* @throws {@link InvalidParameterException} (client fault)
|
|
107
107
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
108
108
|
* request.</p>
|
|
109
|
+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
|
|
109
110
|
*
|
|
110
111
|
* @throws {@link ServerException} (server fault)
|
|
111
112
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -161,6 +161,7 @@ declare const DeleteClusterCommand_base: {
|
|
|
161
161
|
* @throws {@link InvalidParameterException} (client fault)
|
|
162
162
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
163
163
|
* request.</p>
|
|
164
|
+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
|
|
164
165
|
*
|
|
165
166
|
* @throws {@link ServerException} (server fault)
|
|
166
167
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -372,6 +372,7 @@ declare const DeleteServiceCommand_base: {
|
|
|
372
372
|
* @throws {@link InvalidParameterException} (client fault)
|
|
373
373
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
374
374
|
* request.</p>
|
|
375
|
+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
|
|
375
376
|
*
|
|
376
377
|
* @throws {@link ServerException} (server fault)
|
|
377
378
|
* <p>These errors are usually caused by a server issue.</p>
|