@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
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1CreateCapacityProviderCommand, serializeAws_json1_1CreateCapacityProviderCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateCapacityProviderCommand, se_CreateCapacityProviderCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateCapacityProviderCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateCapacityProviderCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateCapacityProviderCommand(input, context);
36
+ return se_CreateCapacityProviderCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateCapacityProviderCommand(output, context);
39
+ return de_CreateCapacityProviderCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1CreateClusterCommand, serializeAws_json1_1CreateClusterCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateClusterCommand, se_CreateClusterCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateClusterCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateClusterCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateClusterCommand(input, context);
36
+ return se_CreateClusterCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateClusterCommand(output, context);
39
+ return de_CreateClusterCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1CreateServiceCommand, serializeAws_json1_1CreateServiceCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateServiceCommand, se_CreateServiceCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateServiceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateServiceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateServiceCommand(input, context);
36
+ return se_CreateServiceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateServiceCommand(output, context);
39
+ return de_CreateServiceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1CreateTaskSetCommand, serializeAws_json1_1CreateTaskSetCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateTaskSetCommand, se_CreateTaskSetCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateTaskSetCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateTaskSetCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateTaskSetCommand(input, context);
36
+ return se_CreateTaskSetCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateTaskSetCommand(output, context);
39
+ return de_CreateTaskSetCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeleteAccountSettingCommand, serializeAws_json1_1DeleteAccountSettingCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteAccountSettingCommand, se_DeleteAccountSettingCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteAccountSettingCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteAccountSettingCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteAccountSettingCommand(input, context);
36
+ return se_DeleteAccountSettingCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteAccountSettingCommand(output, context);
39
+ return de_DeleteAccountSettingCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeleteAttributesCommand, serializeAws_json1_1DeleteAttributesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteAttributesCommand, se_DeleteAttributesCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteAttributesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteAttributesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteAttributesCommand(input, context);
36
+ return se_DeleteAttributesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteAttributesCommand(output, context);
39
+ return de_DeleteAttributesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeleteCapacityProviderCommand, serializeAws_json1_1DeleteCapacityProviderCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteCapacityProviderCommand, se_DeleteCapacityProviderCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteCapacityProviderCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteCapacityProviderCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteCapacityProviderCommand(input, context);
36
+ return se_DeleteCapacityProviderCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteCapacityProviderCommand(output, context);
39
+ return de_DeleteCapacityProviderCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeleteClusterCommand, serializeAws_json1_1DeleteClusterCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteClusterCommand, se_DeleteClusterCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteClusterCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteClusterCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteClusterCommand(input, context);
36
+ return se_DeleteClusterCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteClusterCommand(output, context);
39
+ return de_DeleteClusterCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeleteServiceCommand, serializeAws_json1_1DeleteServiceCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteServiceCommand, se_DeleteServiceCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteServiceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteServiceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteServiceCommand(input, context);
36
+ return se_DeleteServiceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteServiceCommand(output, context);
39
+ return de_DeleteServiceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeleteTaskDefinitionsCommand, serializeAws_json1_1DeleteTaskDefinitionsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteTaskDefinitionsCommand, se_DeleteTaskDefinitionsCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteTaskDefinitionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteTaskDefinitionsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteTaskDefinitionsCommand(input, context);
36
+ return se_DeleteTaskDefinitionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteTaskDefinitionsCommand(output, context);
39
+ return de_DeleteTaskDefinitionsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeleteTaskSetCommand, serializeAws_json1_1DeleteTaskSetCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteTaskSetCommand, se_DeleteTaskSetCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteTaskSetCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteTaskSetCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteTaskSetCommand(input, context);
36
+ return se_DeleteTaskSetCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteTaskSetCommand(output, context);
39
+ return de_DeleteTaskSetCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeregisterContainerInstanceCommand, serializeAws_json1_1DeregisterContainerInstanceCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeregisterContainerInstanceCommand, se_DeregisterContainerInstanceCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeregisterContainerInstanceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeregisterContainerInstanceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeregisterContainerInstanceCommand(input, context);
36
+ return se_DeregisterContainerInstanceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeregisterContainerInstanceCommand(output, context);
39
+ return de_DeregisterContainerInstanceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DeregisterTaskDefinitionCommand, serializeAws_json1_1DeregisterTaskDefinitionCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeregisterTaskDefinitionCommand, se_DeregisterTaskDefinitionCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeregisterTaskDefinitionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeregisterTaskDefinitionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeregisterTaskDefinitionCommand(input, context);
36
+ return se_DeregisterTaskDefinitionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeregisterTaskDefinitionCommand(output, context);
39
+ return de_DeregisterTaskDefinitionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeCapacityProvidersCommand, serializeAws_json1_1DescribeCapacityProvidersCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeCapacityProvidersCommand, se_DescribeCapacityProvidersCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeCapacityProvidersCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeCapacityProvidersCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeCapacityProvidersCommand(input, context);
36
+ return se_DescribeCapacityProvidersCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeCapacityProvidersCommand(output, context);
39
+ return de_DescribeCapacityProvidersCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeClustersCommand, serializeAws_json1_1DescribeClustersCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeClustersCommand, se_DescribeClustersCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeClustersCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeClustersCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeClustersCommand(input, context);
36
+ return se_DescribeClustersCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeClustersCommand(output, context);
39
+ return de_DescribeClustersCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeContainerInstancesCommand, serializeAws_json1_1DescribeContainerInstancesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeContainerInstancesCommand, se_DescribeContainerInstancesCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeContainerInstancesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeContainerInstancesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeContainerInstancesCommand(input, context);
36
+ return se_DescribeContainerInstancesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeContainerInstancesCommand(output, context);
39
+ return de_DescribeContainerInstancesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeServicesCommand, serializeAws_json1_1DescribeServicesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeServicesCommand, se_DescribeServicesCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeServicesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeServicesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeServicesCommand(input, context);
36
+ return se_DescribeServicesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeServicesCommand(output, context);
39
+ return de_DescribeServicesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeTaskDefinitionCommand, serializeAws_json1_1DescribeTaskDefinitionCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeTaskDefinitionCommand, se_DescribeTaskDefinitionCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeTaskDefinitionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeTaskDefinitionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeTaskDefinitionCommand(input, context);
36
+ return se_DescribeTaskDefinitionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeTaskDefinitionCommand(output, context);
39
+ return de_DescribeTaskDefinitionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeTaskSetsCommand, serializeAws_json1_1DescribeTaskSetsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeTaskSetsCommand, se_DescribeTaskSetsCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeTaskSetsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeTaskSetsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeTaskSetsCommand(input, context);
36
+ return se_DescribeTaskSetsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeTaskSetsCommand(output, context);
39
+ return de_DescribeTaskSetsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DescribeTasksCommand, serializeAws_json1_1DescribeTasksCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeTasksCommand, se_DescribeTasksCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeTasksCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeTasksCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeTasksCommand(input, context);
36
+ return se_DescribeTasksCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeTasksCommand(output, context);
39
+ return de_DescribeTasksCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1DiscoverPollEndpointCommand, serializeAws_json1_1DiscoverPollEndpointCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DiscoverPollEndpointCommand, se_DiscoverPollEndpointCommand } from "../protocols/Aws_json1_1";
5
5
  export class DiscoverPollEndpointCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DiscoverPollEndpointCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DiscoverPollEndpointCommand(input, context);
36
+ return se_DiscoverPollEndpointCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DiscoverPollEndpointCommand(output, context);
39
+ return de_DiscoverPollEndpointCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ExecuteCommandResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1ExecuteCommandCommand, serializeAws_json1_1ExecuteCommandCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_ExecuteCommandCommand, se_ExecuteCommandCommand } from "../protocols/Aws_json1_1";
6
6
  export class ExecuteCommandCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ExecuteCommandCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1ExecuteCommandCommand(input, context);
37
+ return se_ExecuteCommandCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1ExecuteCommandCommand(output, context);
40
+ return de_ExecuteCommandCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1GetTaskProtectionCommand, serializeAws_json1_1GetTaskProtectionCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_GetTaskProtectionCommand, se_GetTaskProtectionCommand } from "../protocols/Aws_json1_1";
5
5
  export class GetTaskProtectionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetTaskProtectionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1GetTaskProtectionCommand(input, context);
36
+ return se_GetTaskProtectionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetTaskProtectionCommand(output, context);
39
+ return de_GetTaskProtectionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1ListAccountSettingsCommand, serializeAws_json1_1ListAccountSettingsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListAccountSettingsCommand, se_ListAccountSettingsCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListAccountSettingsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListAccountSettingsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListAccountSettingsCommand(input, context);
36
+ return se_ListAccountSettingsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListAccountSettingsCommand(output, context);
39
+ return de_ListAccountSettingsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1ListAttributesCommand, serializeAws_json1_1ListAttributesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListAttributesCommand, se_ListAttributesCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListAttributesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListAttributesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListAttributesCommand(input, context);
36
+ return se_ListAttributesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListAttributesCommand(output, context);
39
+ return de_ListAttributesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1ListClustersCommand, serializeAws_json1_1ListClustersCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListClustersCommand, se_ListClustersCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListClustersCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListClustersCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListClustersCommand(input, context);
36
+ return se_ListClustersCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListClustersCommand(output, context);
39
+ return de_ListClustersCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1ListContainerInstancesCommand, serializeAws_json1_1ListContainerInstancesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListContainerInstancesCommand, se_ListContainerInstancesCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListContainerInstancesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListContainerInstancesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListContainerInstancesCommand(input, context);
36
+ return se_ListContainerInstancesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListContainerInstancesCommand(output, context);
39
+ return de_ListContainerInstancesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_json1_1ListServicesByNamespaceCommand, serializeAws_json1_1ListServicesByNamespaceCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListServicesByNamespaceCommand, se_ListServicesByNamespaceCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListServicesByNamespaceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListServicesByNamespaceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListServicesByNamespaceCommand(input, context);
36
+ return se_ListServicesByNamespaceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListServicesByNamespaceCommand(output, context);
39
+ return de_ListServicesByNamespaceCommand(output, context);
40
40
  }
41
41
  }