@aws-sdk/client-ecs 3.649.0 → 3.650.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/dist-cjs/index.js +56 -168
  2. package/dist-es/commands/CreateCapacityProviderCommand.js +1 -3
  3. package/dist-es/commands/CreateClusterCommand.js +1 -3
  4. package/dist-es/commands/CreateServiceCommand.js +1 -3
  5. package/dist-es/commands/CreateTaskSetCommand.js +1 -3
  6. package/dist-es/commands/DeleteAccountSettingCommand.js +1 -3
  7. package/dist-es/commands/DeleteAttributesCommand.js +1 -3
  8. package/dist-es/commands/DeleteCapacityProviderCommand.js +1 -3
  9. package/dist-es/commands/DeleteClusterCommand.js +1 -3
  10. package/dist-es/commands/DeleteServiceCommand.js +1 -3
  11. package/dist-es/commands/DeleteTaskDefinitionsCommand.js +1 -3
  12. package/dist-es/commands/DeleteTaskSetCommand.js +1 -3
  13. package/dist-es/commands/DeregisterContainerInstanceCommand.js +1 -3
  14. package/dist-es/commands/DeregisterTaskDefinitionCommand.js +1 -3
  15. package/dist-es/commands/DescribeCapacityProvidersCommand.js +1 -3
  16. package/dist-es/commands/DescribeClustersCommand.js +1 -3
  17. package/dist-es/commands/DescribeContainerInstancesCommand.js +1 -3
  18. package/dist-es/commands/DescribeServicesCommand.js +1 -3
  19. package/dist-es/commands/DescribeTaskDefinitionCommand.js +1 -3
  20. package/dist-es/commands/DescribeTaskSetsCommand.js +1 -3
  21. package/dist-es/commands/DescribeTasksCommand.js +1 -3
  22. package/dist-es/commands/DiscoverPollEndpointCommand.js +1 -3
  23. package/dist-es/commands/ExecuteCommandCommand.js +1 -3
  24. package/dist-es/commands/GetTaskProtectionCommand.js +1 -3
  25. package/dist-es/commands/ListAccountSettingsCommand.js +1 -3
  26. package/dist-es/commands/ListAttributesCommand.js +1 -3
  27. package/dist-es/commands/ListClustersCommand.js +1 -3
  28. package/dist-es/commands/ListContainerInstancesCommand.js +1 -3
  29. package/dist-es/commands/ListServicesByNamespaceCommand.js +1 -3
  30. package/dist-es/commands/ListServicesCommand.js +1 -3
  31. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  32. package/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +1 -3
  33. package/dist-es/commands/ListTaskDefinitionsCommand.js +1 -3
  34. package/dist-es/commands/ListTasksCommand.js +1 -3
  35. package/dist-es/commands/PutAccountSettingCommand.js +1 -3
  36. package/dist-es/commands/PutAccountSettingDefaultCommand.js +1 -3
  37. package/dist-es/commands/PutAttributesCommand.js +1 -3
  38. package/dist-es/commands/PutClusterCapacityProvidersCommand.js +1 -3
  39. package/dist-es/commands/RegisterContainerInstanceCommand.js +1 -3
  40. package/dist-es/commands/RegisterTaskDefinitionCommand.js +1 -3
  41. package/dist-es/commands/RunTaskCommand.js +1 -3
  42. package/dist-es/commands/StartTaskCommand.js +1 -3
  43. package/dist-es/commands/StopTaskCommand.js +1 -3
  44. package/dist-es/commands/SubmitAttachmentStateChangesCommand.js +1 -3
  45. package/dist-es/commands/SubmitContainerStateChangeCommand.js +1 -3
  46. package/dist-es/commands/SubmitTaskStateChangeCommand.js +1 -3
  47. package/dist-es/commands/TagResourceCommand.js +1 -3
  48. package/dist-es/commands/UntagResourceCommand.js +1 -3
  49. package/dist-es/commands/UpdateCapacityProviderCommand.js +1 -3
  50. package/dist-es/commands/UpdateClusterCommand.js +1 -3
  51. package/dist-es/commands/UpdateClusterSettingsCommand.js +1 -3
  52. package/dist-es/commands/UpdateContainerAgentCommand.js +1 -3
  53. package/dist-es/commands/UpdateContainerInstancesStateCommand.js +1 -3
  54. package/dist-es/commands/UpdateServiceCommand.js +1 -3
  55. package/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +1 -3
  56. package/dist-es/commands/UpdateTaskProtectionCommand.js +1 -3
  57. package/dist-es/commands/UpdateTaskSetCommand.js +1 -3
  58. package/package.json +4 -4
@@ -6,9 +6,7 @@ import { de_DeleteAttributesCommand, se_DeleteAttributesCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DeleteAttributesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteCapacityProviderCommand, se_DeleteCapacityProviderCommand } fr
6
6
  export { $Command };
7
7
  export class DeleteCapacityProviderCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteClusterCommand, se_DeleteClusterCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class DeleteClusterCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteServiceCommand, se_DeleteServiceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class DeleteServiceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteTaskDefinitionsCommand, se_DeleteTaskDefinitionsCommand } from
6
6
  export { $Command };
7
7
  export class DeleteTaskDefinitionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteTaskSetCommand, se_DeleteTaskSetCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class DeleteTaskSetCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeregisterContainerInstanceCommand, se_DeregisterContainerInstanceCo
6
6
  export { $Command };
7
7
  export class DeregisterContainerInstanceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeregisterTaskDefinitionCommand, se_DeregisterTaskDefinitionCommand
6
6
  export { $Command };
7
7
  export class DeregisterTaskDefinitionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeCapacityProvidersCommand, se_DescribeCapacityProvidersComman
6
6
  export { $Command };
7
7
  export class DescribeCapacityProvidersCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeClustersCommand, se_DescribeClustersCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DescribeClustersCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeContainerInstancesCommand, se_DescribeContainerInstancesComm
6
6
  export { $Command };
7
7
  export class DescribeContainerInstancesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeServicesCommand, se_DescribeServicesCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DescribeServicesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeTaskDefinitionCommand, se_DescribeTaskDefinitionCommand } fr
6
6
  export { $Command };
7
7
  export class DescribeTaskDefinitionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeTaskSetsCommand, se_DescribeTaskSetsCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DescribeTaskSetsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeTasksCommand, se_DescribeTasksCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class DescribeTasksCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DiscoverPollEndpointCommand, se_DiscoverPollEndpointCommand } from "
6
6
  export { $Command };
7
7
  export class DiscoverPollEndpointCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ExecuteCommandCommand, se_ExecuteCommandCommand } from "../protocols
7
7
  export { $Command };
8
8
  export class ExecuteCommandCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetTaskProtectionCommand, se_GetTaskProtectionCommand } from "../pro
6
6
  export { $Command };
7
7
  export class GetTaskProtectionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListAccountSettingsCommand, se_ListAccountSettingsCommand } from "..
6
6
  export { $Command };
7
7
  export class ListAccountSettingsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListAttributesCommand, se_ListAttributesCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class ListAttributesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListClustersCommand, se_ListClustersCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class ListClustersCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListContainerInstancesCommand, se_ListContainerInstancesCommand } fr
6
6
  export { $Command };
7
7
  export class ListContainerInstancesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListServicesByNamespaceCommand, se_ListServicesByNamespaceCommand }
6
6
  export { $Command };
7
7
  export class ListServicesByNamespaceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListServicesCommand, se_ListServicesCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class ListServicesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTagsForResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTaskDefinitionFamiliesCommand, se_ListTaskDefinitionFamiliesComm
6
6
  export { $Command };
7
7
  export class ListTaskDefinitionFamiliesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTaskDefinitionsCommand, se_ListTaskDefinitionsCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTaskDefinitionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTasksCommand, se_ListTasksCommand } from "../protocols/Aws_json1
6
6
  export { $Command };
7
7
  export class ListTasksCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutAccountSettingCommand, se_PutAccountSettingCommand } from "../pro
6
6
  export { $Command };
7
7
  export class PutAccountSettingCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutAccountSettingDefaultCommand, se_PutAccountSettingDefaultCommand
6
6
  export { $Command };
7
7
  export class PutAccountSettingDefaultCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutAttributesCommand, se_PutAttributesCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class PutAttributesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutClusterCapacityProvidersCommand, se_PutClusterCapacityProvidersCo
6
6
  export { $Command };
7
7
  export class PutClusterCapacityProvidersCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_RegisterContainerInstanceCommand, se_RegisterContainerInstanceComman
6
6
  export { $Command };
7
7
  export class RegisterContainerInstanceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_RegisterTaskDefinitionCommand, se_RegisterTaskDefinitionCommand } fr
6
6
  export { $Command };
7
7
  export class RegisterTaskDefinitionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_RunTaskCommand, se_RunTaskCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
7
  export class RunTaskCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StartTaskCommand, se_StartTaskCommand } from "../protocols/Aws_json1
6
6
  export { $Command };
7
7
  export class StartTaskCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StopTaskCommand, se_StopTaskCommand } from "../protocols/Aws_json1_1
6
6
  export { $Command };
7
7
  export class StopTaskCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_SubmitAttachmentStateChangesCommand, se_SubmitAttachmentStateChanges
6
6
  export { $Command };
7
7
  export class SubmitAttachmentStateChangesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_SubmitContainerStateChangeCommand, se_SubmitContainerStateChangeComm
6
6
  export { $Command };
7
7
  export class SubmitContainerStateChangeCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_SubmitTaskStateChangeCommand, se_SubmitTaskStateChangeCommand } from
6
6
  export { $Command };
7
7
  export class SubmitTaskStateChangeCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class TagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UntagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateCapacityProviderCommand, se_UpdateCapacityProviderCommand } fr
6
6
  export { $Command };
7
7
  export class UpdateCapacityProviderCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateClusterCommand, se_UpdateClusterCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UpdateClusterCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateClusterSettingsCommand, se_UpdateClusterSettingsCommand } from
6
6
  export { $Command };
7
7
  export class UpdateClusterSettingsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateContainerAgentCommand, se_UpdateContainerAgentCommand } from "
6
6
  export { $Command };
7
7
  export class UpdateContainerAgentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateContainerInstancesStateCommand, se_UpdateContainerInstancesSta
6
6
  export { $Command };
7
7
  export class UpdateContainerInstancesStateCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateServiceCommand, se_UpdateServiceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UpdateServiceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateServicePrimaryTaskSetCommand, se_UpdateServicePrimaryTaskSetCo
6
6
  export { $Command };
7
7
  export class UpdateServicePrimaryTaskSetCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateTaskProtectionCommand, se_UpdateTaskProtectionCommand } from "
6
6
  export { $Command };
7
7
  export class UpdateTaskProtectionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateTaskSetCommand, se_UpdateTaskSetCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UpdateTaskSetCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ecs",
3
3
  "description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
4
- "version": "3.649.0",
4
+ "version": "3.650.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ecs",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.649.0",
24
- "@aws-sdk/client-sts": "3.649.0",
23
+ "@aws-sdk/client-sso-oidc": "3.650.0",
24
+ "@aws-sdk/client-sts": "3.650.0",
25
25
  "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
26
+ "@aws-sdk/credential-provider-node": "3.650.0",
27
27
  "@aws-sdk/middleware-host-header": "3.649.0",
28
28
  "@aws-sdk/middleware-logger": "3.649.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.649.0",