@aws-sdk/client-ecs 3.229.0 → 3.232.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/endpoint/ruleset.js +0 -9
- package/dist-cjs/protocols/Aws_json1_1.js +6 -0
- package/dist-es/endpoint/ruleset.js +0 -9
- package/dist-es/protocols/Aws_json1_1.js +6 -0
- package/dist-types/ECS.d.ts +147 -146
- package/dist-types/ECSClient.d.ts +3 -3
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -3
- package/dist-types/commands/CreateServiceCommand.d.ts +14 -14
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +4 -4
- package/dist-types/commands/DeleteClusterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteServiceCommand.d.ts +6 -6
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +5 -5
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +4 -4
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTasksCommand.d.ts +1 -1
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ExecuteCommandCommand.d.ts +3 -1
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +1 -1
- package/dist-types/commands/ListTasksCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountSettingCommand.d.ts +4 -4
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +2 -2
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +2 -2
- package/dist-types/commands/RunTaskCommand.d.ts +9 -9
- package/dist-types/commands/StartTaskCommand.d.ts +1 -1
- package/dist-types/commands/StopTaskCommand.d.ts +4 -4
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +1 -1
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +1 -1
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +7 -7
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +14 -14
- package/dist-types/commands/UpdateServiceCommand.d.ts +40 -41
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +9 -9
- package/dist-types/models/models_0.d.ts +1178 -1042
- package/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/package.json +5 -5
|
@@ -4145,7 +4145,9 @@ const serializeAws_json1_1NetworkBinding = (input, context) => {
|
|
|
4145
4145
|
return {
|
|
4146
4146
|
...(input.bindIP != null && { bindIP: input.bindIP }),
|
|
4147
4147
|
...(input.containerPort != null && { containerPort: input.containerPort }),
|
|
4148
|
+
...(input.containerPortRange != null && { containerPortRange: input.containerPortRange }),
|
|
4148
4149
|
...(input.hostPort != null && { hostPort: input.hostPort }),
|
|
4150
|
+
...(input.hostPortRange != null && { hostPortRange: input.hostPortRange }),
|
|
4149
4151
|
...(input.protocol != null && { protocol: input.protocol }),
|
|
4150
4152
|
};
|
|
4151
4153
|
};
|
|
@@ -4206,6 +4208,7 @@ const serializeAws_json1_1PortMapping = (input, context) => {
|
|
|
4206
4208
|
return {
|
|
4207
4209
|
...(input.appProtocol != null && { appProtocol: input.appProtocol }),
|
|
4208
4210
|
...(input.containerPort != null && { containerPort: input.containerPort }),
|
|
4211
|
+
...(input.containerPortRange != null && { containerPortRange: input.containerPortRange }),
|
|
4209
4212
|
...(input.hostPort != null && { hostPort: input.hostPort }),
|
|
4210
4213
|
...(input.name != null && { name: input.name }),
|
|
4211
4214
|
...(input.protocol != null && { protocol: input.protocol }),
|
|
@@ -5903,7 +5906,9 @@ const deserializeAws_json1_1NetworkBinding = (output, context) => {
|
|
|
5903
5906
|
return {
|
|
5904
5907
|
bindIP: (0, smithy_client_1.expectString)(output.bindIP),
|
|
5905
5908
|
containerPort: (0, smithy_client_1.expectInt32)(output.containerPort),
|
|
5909
|
+
containerPortRange: (0, smithy_client_1.expectString)(output.containerPortRange),
|
|
5906
5910
|
hostPort: (0, smithy_client_1.expectInt32)(output.hostPort),
|
|
5911
|
+
hostPortRange: (0, smithy_client_1.expectString)(output.hostPortRange),
|
|
5907
5912
|
protocol: (0, smithy_client_1.expectString)(output.protocol),
|
|
5908
5913
|
};
|
|
5909
5914
|
};
|
|
@@ -5996,6 +6001,7 @@ const deserializeAws_json1_1PortMapping = (output, context) => {
|
|
|
5996
6001
|
return {
|
|
5997
6002
|
appProtocol: (0, smithy_client_1.expectString)(output.appProtocol),
|
|
5998
6003
|
containerPort: (0, smithy_client_1.expectInt32)(output.containerPort),
|
|
6004
|
+
containerPortRange: (0, smithy_client_1.expectString)(output.containerPortRange),
|
|
5999
6005
|
hostPort: (0, smithy_client_1.expectInt32)(output.hostPort),
|
|
6000
6006
|
name: (0, smithy_client_1.expectString)(output.name),
|
|
6001
6007
|
protocol: (0, smithy_client_1.expectString)(output.protocol),
|
|
@@ -4030,7 +4030,9 @@ const serializeAws_json1_1NetworkBinding = (input, context) => {
|
|
|
4030
4030
|
return {
|
|
4031
4031
|
...(input.bindIP != null && { bindIP: input.bindIP }),
|
|
4032
4032
|
...(input.containerPort != null && { containerPort: input.containerPort }),
|
|
4033
|
+
...(input.containerPortRange != null && { containerPortRange: input.containerPortRange }),
|
|
4033
4034
|
...(input.hostPort != null && { hostPort: input.hostPort }),
|
|
4035
|
+
...(input.hostPortRange != null && { hostPortRange: input.hostPortRange }),
|
|
4034
4036
|
...(input.protocol != null && { protocol: input.protocol }),
|
|
4035
4037
|
};
|
|
4036
4038
|
};
|
|
@@ -4091,6 +4093,7 @@ const serializeAws_json1_1PortMapping = (input, context) => {
|
|
|
4091
4093
|
return {
|
|
4092
4094
|
...(input.appProtocol != null && { appProtocol: input.appProtocol }),
|
|
4093
4095
|
...(input.containerPort != null && { containerPort: input.containerPort }),
|
|
4096
|
+
...(input.containerPortRange != null && { containerPortRange: input.containerPortRange }),
|
|
4094
4097
|
...(input.hostPort != null && { hostPort: input.hostPort }),
|
|
4095
4098
|
...(input.name != null && { name: input.name }),
|
|
4096
4099
|
...(input.protocol != null && { protocol: input.protocol }),
|
|
@@ -5788,7 +5791,9 @@ const deserializeAws_json1_1NetworkBinding = (output, context) => {
|
|
|
5788
5791
|
return {
|
|
5789
5792
|
bindIP: __expectString(output.bindIP),
|
|
5790
5793
|
containerPort: __expectInt32(output.containerPort),
|
|
5794
|
+
containerPortRange: __expectString(output.containerPortRange),
|
|
5791
5795
|
hostPort: __expectInt32(output.hostPort),
|
|
5796
|
+
hostPortRange: __expectString(output.hostPortRange),
|
|
5792
5797
|
protocol: __expectString(output.protocol),
|
|
5793
5798
|
};
|
|
5794
5799
|
};
|
|
@@ -5881,6 +5886,7 @@ const deserializeAws_json1_1PortMapping = (output, context) => {
|
|
|
5881
5886
|
return {
|
|
5882
5887
|
appProtocol: __expectString(output.appProtocol),
|
|
5883
5888
|
containerPort: __expectInt32(output.containerPort),
|
|
5889
|
+
containerPortRange: __expectString(output.containerPortRange),
|
|
5884
5890
|
hostPort: __expectInt32(output.hostPort),
|
|
5885
5891
|
name: __expectString(output.name),
|
|
5886
5892
|
protocol: __expectString(output.protocol),
|