@aws-sdk/client-ecs 3.307.0 → 3.309.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 (117) hide show
  1. package/dist-cjs/commands/CreateCapacityProviderCommand.js +2 -2
  2. package/dist-cjs/commands/CreateClusterCommand.js +2 -2
  3. package/dist-cjs/commands/CreateServiceCommand.js +2 -2
  4. package/dist-cjs/commands/CreateTaskSetCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteAccountSettingCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteAttributesCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteCapacityProviderCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteClusterCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteServiceCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteTaskDefinitionsCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteTaskSetCommand.js +2 -2
  12. package/dist-cjs/commands/DeregisterContainerInstanceCommand.js +2 -2
  13. package/dist-cjs/commands/DeregisterTaskDefinitionCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeCapacityProvidersCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeClustersCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeContainerInstancesCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeServicesCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeTaskDefinitionCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeTaskSetsCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeTasksCommand.js +2 -2
  21. package/dist-cjs/commands/DiscoverPollEndpointCommand.js +2 -2
  22. package/dist-cjs/commands/ExecuteCommandCommand.js +2 -2
  23. package/dist-cjs/commands/GetTaskProtectionCommand.js +2 -2
  24. package/dist-cjs/commands/ListAccountSettingsCommand.js +2 -2
  25. package/dist-cjs/commands/ListAttributesCommand.js +2 -2
  26. package/dist-cjs/commands/ListClustersCommand.js +2 -2
  27. package/dist-cjs/commands/ListContainerInstancesCommand.js +2 -2
  28. package/dist-cjs/commands/ListServicesByNamespaceCommand.js +2 -2
  29. package/dist-cjs/commands/ListServicesCommand.js +2 -2
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  31. package/dist-cjs/commands/ListTaskDefinitionFamiliesCommand.js +2 -2
  32. package/dist-cjs/commands/ListTaskDefinitionsCommand.js +2 -2
  33. package/dist-cjs/commands/ListTasksCommand.js +2 -2
  34. package/dist-cjs/commands/PutAccountSettingCommand.js +2 -2
  35. package/dist-cjs/commands/PutAccountSettingDefaultCommand.js +2 -2
  36. package/dist-cjs/commands/PutAttributesCommand.js +2 -2
  37. package/dist-cjs/commands/PutClusterCapacityProvidersCommand.js +2 -2
  38. package/dist-cjs/commands/RegisterContainerInstanceCommand.js +2 -2
  39. package/dist-cjs/commands/RegisterTaskDefinitionCommand.js +2 -2
  40. package/dist-cjs/commands/RunTaskCommand.js +2 -2
  41. package/dist-cjs/commands/StartTaskCommand.js +2 -2
  42. package/dist-cjs/commands/StopTaskCommand.js +2 -2
  43. package/dist-cjs/commands/SubmitAttachmentStateChangesCommand.js +2 -2
  44. package/dist-cjs/commands/SubmitContainerStateChangeCommand.js +2 -2
  45. package/dist-cjs/commands/SubmitTaskStateChangeCommand.js +2 -2
  46. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  47. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  48. package/dist-cjs/commands/UpdateCapacityProviderCommand.js +2 -2
  49. package/dist-cjs/commands/UpdateClusterCommand.js +2 -2
  50. package/dist-cjs/commands/UpdateClusterSettingsCommand.js +2 -2
  51. package/dist-cjs/commands/UpdateContainerAgentCommand.js +2 -2
  52. package/dist-cjs/commands/UpdateContainerInstancesStateCommand.js +2 -2
  53. package/dist-cjs/commands/UpdateServiceCommand.js +2 -2
  54. package/dist-cjs/commands/UpdateServicePrimaryTaskSetCommand.js +2 -2
  55. package/dist-cjs/commands/UpdateTaskProtectionCommand.js +2 -2
  56. package/dist-cjs/commands/UpdateTaskSetCommand.js +2 -2
  57. package/dist-cjs/protocols/Aws_json1_1.js +1598 -1784
  58. package/dist-es/commands/CreateCapacityProviderCommand.js +3 -3
  59. package/dist-es/commands/CreateClusterCommand.js +3 -3
  60. package/dist-es/commands/CreateServiceCommand.js +3 -3
  61. package/dist-es/commands/CreateTaskSetCommand.js +3 -3
  62. package/dist-es/commands/DeleteAccountSettingCommand.js +3 -3
  63. package/dist-es/commands/DeleteAttributesCommand.js +3 -3
  64. package/dist-es/commands/DeleteCapacityProviderCommand.js +3 -3
  65. package/dist-es/commands/DeleteClusterCommand.js +3 -3
  66. package/dist-es/commands/DeleteServiceCommand.js +3 -3
  67. package/dist-es/commands/DeleteTaskDefinitionsCommand.js +3 -3
  68. package/dist-es/commands/DeleteTaskSetCommand.js +3 -3
  69. package/dist-es/commands/DeregisterContainerInstanceCommand.js +3 -3
  70. package/dist-es/commands/DeregisterTaskDefinitionCommand.js +3 -3
  71. package/dist-es/commands/DescribeCapacityProvidersCommand.js +3 -3
  72. package/dist-es/commands/DescribeClustersCommand.js +3 -3
  73. package/dist-es/commands/DescribeContainerInstancesCommand.js +3 -3
  74. package/dist-es/commands/DescribeServicesCommand.js +3 -3
  75. package/dist-es/commands/DescribeTaskDefinitionCommand.js +3 -3
  76. package/dist-es/commands/DescribeTaskSetsCommand.js +3 -3
  77. package/dist-es/commands/DescribeTasksCommand.js +3 -3
  78. package/dist-es/commands/DiscoverPollEndpointCommand.js +3 -3
  79. package/dist-es/commands/ExecuteCommandCommand.js +3 -3
  80. package/dist-es/commands/GetTaskProtectionCommand.js +3 -3
  81. package/dist-es/commands/ListAccountSettingsCommand.js +3 -3
  82. package/dist-es/commands/ListAttributesCommand.js +3 -3
  83. package/dist-es/commands/ListClustersCommand.js +3 -3
  84. package/dist-es/commands/ListContainerInstancesCommand.js +3 -3
  85. package/dist-es/commands/ListServicesByNamespaceCommand.js +3 -3
  86. package/dist-es/commands/ListServicesCommand.js +3 -3
  87. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  88. package/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +3 -3
  89. package/dist-es/commands/ListTaskDefinitionsCommand.js +3 -3
  90. package/dist-es/commands/ListTasksCommand.js +3 -3
  91. package/dist-es/commands/PutAccountSettingCommand.js +3 -3
  92. package/dist-es/commands/PutAccountSettingDefaultCommand.js +3 -3
  93. package/dist-es/commands/PutAttributesCommand.js +3 -3
  94. package/dist-es/commands/PutClusterCapacityProvidersCommand.js +3 -3
  95. package/dist-es/commands/RegisterContainerInstanceCommand.js +3 -3
  96. package/dist-es/commands/RegisterTaskDefinitionCommand.js +3 -3
  97. package/dist-es/commands/RunTaskCommand.js +3 -3
  98. package/dist-es/commands/StartTaskCommand.js +3 -3
  99. package/dist-es/commands/StopTaskCommand.js +3 -3
  100. package/dist-es/commands/SubmitAttachmentStateChangesCommand.js +3 -3
  101. package/dist-es/commands/SubmitContainerStateChangeCommand.js +3 -3
  102. package/dist-es/commands/SubmitTaskStateChangeCommand.js +3 -3
  103. package/dist-es/commands/TagResourceCommand.js +3 -3
  104. package/dist-es/commands/UntagResourceCommand.js +3 -3
  105. package/dist-es/commands/UpdateCapacityProviderCommand.js +3 -3
  106. package/dist-es/commands/UpdateClusterCommand.js +3 -3
  107. package/dist-es/commands/UpdateClusterSettingsCommand.js +3 -3
  108. package/dist-es/commands/UpdateContainerAgentCommand.js +3 -3
  109. package/dist-es/commands/UpdateContainerInstancesStateCommand.js +3 -3
  110. package/dist-es/commands/UpdateServiceCommand.js +3 -3
  111. package/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +3 -3
  112. package/dist-es/commands/UpdateTaskProtectionCommand.js +3 -3
  113. package/dist-es/commands/UpdateTaskSetCommand.js +3 -3
  114. package/dist-es/protocols/Aws_json1_1.js +1483 -1669
  115. package/dist-types/protocols/Aws_json1_1.d.ts +448 -112
  116. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +112 -112
  117. package/package.json +6 -6
@@ -36,10 +36,10 @@ class SubmitContainerStateChangeCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1SubmitContainerStateChangeCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_SubmitContainerStateChangeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1SubmitContainerStateChangeCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_SubmitContainerStateChangeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.SubmitContainerStateChangeCommand = SubmitContainerStateChangeCommand;
@@ -36,10 +36,10 @@ class SubmitTaskStateChangeCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1SubmitTaskStateChangeCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_SubmitTaskStateChangeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1SubmitTaskStateChangeCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_SubmitTaskStateChangeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.SubmitTaskStateChangeCommand = SubmitTaskStateChangeCommand;
@@ -36,10 +36,10 @@ class TagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1TagResourceCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_TagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1TagResourceCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_TagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.TagResourceCommand = TagResourceCommand;
@@ -36,10 +36,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UntagResourceCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UntagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UntagResourceCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UntagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -36,10 +36,10 @@ class UpdateCapacityProviderCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UpdateCapacityProviderCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateCapacityProviderCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateCapacityProviderCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateCapacityProviderCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateCapacityProviderCommand = UpdateCapacityProviderCommand;
@@ -36,10 +36,10 @@ class UpdateClusterCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UpdateClusterCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateClusterCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateClusterCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateClusterCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateClusterCommand = UpdateClusterCommand;
@@ -36,10 +36,10 @@ class UpdateClusterSettingsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UpdateClusterSettingsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateClusterSettingsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateClusterSettingsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateClusterSettingsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateClusterSettingsCommand = UpdateClusterSettingsCommand;
@@ -36,10 +36,10 @@ class UpdateContainerAgentCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UpdateContainerAgentCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateContainerAgentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateContainerAgentCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateContainerAgentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateContainerAgentCommand = UpdateContainerAgentCommand;
@@ -36,10 +36,10 @@ class UpdateContainerInstancesStateCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UpdateContainerInstancesStateCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateContainerInstancesStateCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateContainerInstancesStateCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateContainerInstancesStateCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateContainerInstancesStateCommand = UpdateContainerInstancesStateCommand;
@@ -36,10 +36,10 @@ class UpdateServiceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UpdateServiceCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateServiceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateServiceCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateServiceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateServiceCommand = UpdateServiceCommand;
@@ -36,10 +36,10 @@ class UpdateServicePrimaryTaskSetCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UpdateServicePrimaryTaskSetCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateServicePrimaryTaskSetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateServicePrimaryTaskSetCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateServicePrimaryTaskSetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateServicePrimaryTaskSetCommand = UpdateServicePrimaryTaskSetCommand;
@@ -36,10 +36,10 @@ class UpdateTaskProtectionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UpdateTaskProtectionCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateTaskProtectionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateTaskProtectionCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateTaskProtectionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateTaskProtectionCommand = UpdateTaskProtectionCommand;
@@ -36,10 +36,10 @@ class UpdateTaskSetCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UpdateTaskSetCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateTaskSetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateTaskSetCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateTaskSetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateTaskSetCommand = UpdateTaskSetCommand;