@aws-sdk/client-ecs 3.36.0 → 3.39.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 (156) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/dist-cjs/ECS.js +0 -15
  3. package/dist-cjs/ECSClient.js +0 -20
  4. package/dist-cjs/commands/CreateCapacityProviderCommand.js +0 -30
  5. package/dist-cjs/commands/CreateClusterCommand.js +0 -35
  6. package/dist-cjs/commands/CreateServiceCommand.js +0 -129
  7. package/dist-cjs/commands/CreateTaskSetCommand.js +0 -27
  8. package/dist-cjs/commands/DeleteAccountSettingCommand.js +0 -25
  9. package/dist-cjs/commands/DeleteAttributesCommand.js +0 -24
  10. package/dist-cjs/commands/DeleteCapacityProviderCommand.js +0 -38
  11. package/dist-cjs/commands/DeleteClusterCommand.js +0 -30
  12. package/dist-cjs/commands/DeleteServiceCommand.js +0 -44
  13. package/dist-cjs/commands/DeleteTaskSetCommand.js +0 -25
  14. package/dist-cjs/commands/DeregisterContainerInstanceCommand.js +0 -36
  15. package/dist-cjs/commands/DeregisterTaskDefinitionCommand.js +0 -39
  16. package/dist-cjs/commands/DescribeCapacityProvidersCommand.js +0 -24
  17. package/dist-cjs/commands/DescribeClustersCommand.js +0 -24
  18. package/dist-cjs/commands/DescribeContainerInstancesCommand.js +0 -25
  19. package/dist-cjs/commands/DescribeServicesCommand.js +0 -24
  20. package/dist-cjs/commands/DescribeTaskDefinitionCommand.js +0 -31
  21. package/dist-cjs/commands/DescribeTaskSetsCommand.js +0 -27
  22. package/dist-cjs/commands/DescribeTasksCommand.js +0 -24
  23. package/dist-cjs/commands/DiscoverPollEndpointCommand.js +0 -28
  24. package/dist-cjs/commands/ExecuteCommandCommand.js +0 -24
  25. package/dist-cjs/commands/ListAccountSettingsCommand.js +0 -24
  26. package/dist-cjs/commands/ListAttributesCommand.js +0 -30
  27. package/dist-cjs/commands/ListClustersCommand.js +0 -24
  28. package/dist-cjs/commands/ListContainerInstancesCommand.js +0 -27
  29. package/dist-cjs/commands/ListServicesCommand.js +0 -25
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -24
  31. package/dist-cjs/commands/ListTaskDefinitionFamiliesCommand.js +0 -30
  32. package/dist-cjs/commands/ListTaskDefinitionsCommand.js +0 -26
  33. package/dist-cjs/commands/ListTasksCommand.js +0 -28
  34. package/dist-cjs/commands/PutAccountSettingCommand.js +0 -47
  35. package/dist-cjs/commands/PutAccountSettingDefaultCommand.js +0 -26
  36. package/dist-cjs/commands/PutAttributesCommand.js +0 -28
  37. package/dist-cjs/commands/PutClusterCapacityProvidersCommand.js +0 -37
  38. package/dist-cjs/commands/RegisterContainerInstanceCommand.js +0 -29
  39. package/dist-cjs/commands/RegisterTaskDefinitionCommand.js +0 -41
  40. package/dist-cjs/commands/RunTaskCommand.js +0 -52
  41. package/dist-cjs/commands/StartTaskCommand.js +0 -28
  42. package/dist-cjs/commands/StopTaskCommand.js +0 -36
  43. package/dist-cjs/commands/SubmitAttachmentStateChangesCommand.js +0 -28
  44. package/dist-cjs/commands/SubmitContainerStateChangeCommand.js +0 -28
  45. package/dist-cjs/commands/SubmitTaskStateChangeCommand.js +0 -28
  46. package/dist-cjs/commands/TagResourceCommand.js +0 -27
  47. package/dist-cjs/commands/UntagResourceCommand.js +0 -24
  48. package/dist-cjs/commands/UpdateCapacityProviderCommand.js +0 -24
  49. package/dist-cjs/commands/UpdateClusterCommand.js +0 -24
  50. package/dist-cjs/commands/UpdateClusterSettingsCommand.js +0 -24
  51. package/dist-cjs/commands/UpdateContainerAgentCommand.js +0 -39
  52. package/dist-cjs/commands/UpdateContainerInstancesStateCommand.js +0 -72
  53. package/dist-cjs/commands/UpdateServiceCommand.js +0 -132
  54. package/dist-cjs/commands/UpdateServicePrimaryTaskSetCommand.js +0 -28
  55. package/dist-cjs/commands/UpdateTaskSetCommand.js +0 -26
  56. package/dist-cjs/commands/index.js +55 -0
  57. package/dist-cjs/endpoints.js +6 -1
  58. package/dist-cjs/index.js +5 -66
  59. package/dist-cjs/models/models_0.js +26 -619
  60. package/dist-cjs/pagination/ListAccountSettingsPaginator.js +0 -10
  61. package/dist-cjs/pagination/ListAttributesPaginator.js +0 -10
  62. package/dist-cjs/pagination/ListClustersPaginator.js +0 -10
  63. package/dist-cjs/pagination/ListContainerInstancesPaginator.js +0 -10
  64. package/dist-cjs/pagination/ListServicesPaginator.js +0 -10
  65. package/dist-cjs/pagination/ListTaskDefinitionFamiliesPaginator.js +0 -10
  66. package/dist-cjs/pagination/ListTaskDefinitionsPaginator.js +0 -10
  67. package/dist-cjs/pagination/ListTasksPaginator.js +0 -10
  68. package/dist-cjs/pagination/index.js +12 -0
  69. package/dist-cjs/protocols/Aws_json1_1.js +25 -5
  70. package/dist-cjs/runtimeConfig.browser.js +1 -5
  71. package/dist-cjs/runtimeConfig.js +1 -5
  72. package/dist-cjs/runtimeConfig.native.js +0 -3
  73. package/dist-cjs/runtimeConfig.shared.js +0 -3
  74. package/dist-cjs/waiters/index.js +6 -0
  75. package/dist-cjs/waiters/waitForServicesInactive.js +0 -9
  76. package/dist-cjs/waiters/waitForTasksRunning.js +0 -9
  77. package/dist-cjs/waiters/waitForTasksStopped.js +0 -9
  78. package/dist-es/commands/index.js +52 -0
  79. package/dist-es/endpoints.js +6 -1
  80. package/dist-es/index.js +5 -66
  81. package/dist-es/models/models_0.js +20 -0
  82. package/dist-es/pagination/index.js +9 -0
  83. package/dist-es/protocols/Aws_json1_1.js +22 -1
  84. package/dist-es/waiters/index.js +3 -0
  85. package/dist-types/commands/index.d.ts +52 -0
  86. package/dist-types/index.d.ts +5 -66
  87. package/dist-types/models/models_0.d.ts +170 -25
  88. package/dist-types/pagination/index.d.ts +9 -0
  89. package/dist-types/ts3.4/ECS.d.ts +53 -702
  90. package/dist-types/ts3.4/ECSClient.d.ts +24 -101
  91. package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +2 -26
  92. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -31
  93. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +2 -125
  94. package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +2 -23
  95. package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +2 -21
  96. package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +2 -20
  97. package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +2 -34
  98. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +2 -26
  99. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +2 -40
  100. package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +2 -21
  101. package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +2 -32
  102. package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +2 -35
  103. package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +2 -20
  104. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +2 -20
  105. package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +2 -21
  106. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +2 -20
  107. package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +2 -27
  108. package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +2 -23
  109. package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +2 -20
  110. package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +2 -24
  111. package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +2 -20
  112. package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +2 -20
  113. package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +2 -26
  114. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -20
  115. package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +2 -23
  116. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -21
  117. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
  118. package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -26
  119. package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +2 -22
  120. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +2 -24
  121. package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +2 -43
  122. package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +2 -22
  123. package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +2 -24
  124. package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +2 -33
  125. package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +2 -25
  126. package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +2 -37
  127. package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +2 -48
  128. package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +2 -24
  129. package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +2 -32
  130. package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -24
  131. package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +2 -24
  132. package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +2 -24
  133. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -23
  134. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  135. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +2 -20
  136. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +2 -20
  137. package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +2 -20
  138. package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +2 -35
  139. package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +2 -68
  140. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +2 -128
  141. package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +2 -24
  142. package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +2 -22
  143. package/dist-types/ts3.4/commands/index.d.ts +52 -0
  144. package/dist-types/ts3.4/index.d.ts +5 -66
  145. package/dist-types/ts3.4/models/models_0.d.ts +1099 -6662
  146. package/dist-types/ts3.4/pagination/index.d.ts +9 -0
  147. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  148. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  149. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  150. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  151. package/dist-types/ts3.4/waiters/index.d.ts +3 -0
  152. package/dist-types/ts3.4/waiters/waitForServicesInactive.d.ts +2 -9
  153. package/dist-types/ts3.4/waiters/waitForTasksRunning.d.ts +2 -9
  154. package/dist-types/ts3.4/waiters/waitForTasksStopped.d.ts +2 -9
  155. package/dist-types/waiters/index.d.ts +3 -0
  156. package/package.json +33 -33
package/dist-es/index.js CHANGED
@@ -1,67 +1,6 @@
1
- export * from "./ECSClient";
2
1
  export * from "./ECS";
3
- export * from "./commands/CreateCapacityProviderCommand";
4
- export * from "./commands/CreateClusterCommand";
5
- export * from "./commands/CreateServiceCommand";
6
- export * from "./commands/CreateTaskSetCommand";
7
- export * from "./commands/DeleteAccountSettingCommand";
8
- export * from "./commands/DeleteAttributesCommand";
9
- export * from "./commands/DeleteCapacityProviderCommand";
10
- export * from "./commands/DeleteClusterCommand";
11
- export * from "./commands/DeleteServiceCommand";
12
- export * from "./commands/DeleteTaskSetCommand";
13
- export * from "./commands/DeregisterContainerInstanceCommand";
14
- export * from "./commands/DeregisterTaskDefinitionCommand";
15
- export * from "./commands/DescribeCapacityProvidersCommand";
16
- export * from "./commands/DescribeClustersCommand";
17
- export * from "./commands/DescribeContainerInstancesCommand";
18
- export * from "./commands/DescribeServicesCommand";
19
- export * from "./waiters/waitForServicesInactive";
20
- export * from "./commands/DescribeTaskDefinitionCommand";
21
- export * from "./commands/DescribeTasksCommand";
22
- export * from "./waiters/waitForTasksRunning";
23
- export * from "./waiters/waitForTasksStopped";
24
- export * from "./commands/DescribeTaskSetsCommand";
25
- export * from "./commands/DiscoverPollEndpointCommand";
26
- export * from "./commands/ExecuteCommandCommand";
27
- export * from "./commands/ListAccountSettingsCommand";
28
- export * from "./pagination/ListAccountSettingsPaginator";
29
- export * from "./commands/ListAttributesCommand";
30
- export * from "./pagination/ListAttributesPaginator";
31
- export * from "./commands/ListClustersCommand";
32
- export * from "./pagination/ListClustersPaginator";
33
- export * from "./commands/ListContainerInstancesCommand";
34
- export * from "./pagination/ListContainerInstancesPaginator";
35
- export * from "./commands/ListServicesCommand";
36
- export * from "./pagination/ListServicesPaginator";
37
- export * from "./commands/ListTagsForResourceCommand";
38
- export * from "./commands/ListTaskDefinitionFamiliesCommand";
39
- export * from "./pagination/ListTaskDefinitionFamiliesPaginator";
40
- export * from "./commands/ListTaskDefinitionsCommand";
41
- export * from "./pagination/ListTaskDefinitionsPaginator";
42
- export * from "./commands/ListTasksCommand";
43
- export * from "./pagination/ListTasksPaginator";
44
- export * from "./commands/PutAccountSettingCommand";
45
- export * from "./commands/PutAccountSettingDefaultCommand";
46
- export * from "./commands/PutAttributesCommand";
47
- export * from "./commands/PutClusterCapacityProvidersCommand";
48
- export * from "./commands/RegisterContainerInstanceCommand";
49
- export * from "./commands/RegisterTaskDefinitionCommand";
50
- export * from "./commands/RunTaskCommand";
51
- export * from "./commands/StartTaskCommand";
52
- export * from "./commands/StopTaskCommand";
53
- export * from "./commands/SubmitAttachmentStateChangesCommand";
54
- export * from "./commands/SubmitContainerStateChangeCommand";
55
- export * from "./commands/SubmitTaskStateChangeCommand";
56
- export * from "./commands/TagResourceCommand";
57
- export * from "./commands/UntagResourceCommand";
58
- export * from "./commands/UpdateCapacityProviderCommand";
59
- export * from "./commands/UpdateClusterCommand";
60
- export * from "./commands/UpdateClusterSettingsCommand";
61
- export * from "./commands/UpdateContainerAgentCommand";
62
- export * from "./commands/UpdateContainerInstancesStateCommand";
63
- export * from "./commands/UpdateServiceCommand";
64
- export * from "./commands/UpdateServicePrimaryTaskSetCommand";
65
- export * from "./commands/UpdateTaskSetCommand";
66
- export * from "./pagination/Interfaces";
67
- export * from "./models/index";
2
+ export * from "./ECSClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
@@ -577,6 +577,26 @@ export var ProxyConfiguration;
577
577
  (function (ProxyConfiguration) {
578
578
  ProxyConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
579
579
  })(ProxyConfiguration || (ProxyConfiguration = {}));
580
+ export var CPUArchitecture;
581
+ (function (CPUArchitecture) {
582
+ CPUArchitecture["ARM64"] = "ARM64";
583
+ CPUArchitecture["X86_64"] = "X86_64";
584
+ })(CPUArchitecture || (CPUArchitecture = {}));
585
+ export var OSFamily;
586
+ (function (OSFamily) {
587
+ OSFamily["LINUX"] = "LINUX";
588
+ OSFamily["WINDOWS_SERVER_2004_CORE"] = "WINDOWS_SERVER_2004_CORE";
589
+ OSFamily["WINDOWS_SERVER_2016_FULL"] = "WINDOWS_SERVER_2016_FULL";
590
+ OSFamily["WINDOWS_SERVER_2019_CORE"] = "WINDOWS_SERVER_2019_CORE";
591
+ OSFamily["WINDOWS_SERVER_2019_FULL"] = "WINDOWS_SERVER_2019_FULL";
592
+ OSFamily["WINDOWS_SERVER_2022_CORE"] = "WINDOWS_SERVER_2022_CORE";
593
+ OSFamily["WINDOWS_SERVER_2022_FULL"] = "WINDOWS_SERVER_2022_FULL";
594
+ OSFamily["WINDOWS_SERVER_20H2_CORE"] = "WINDOWS_SERVER_20H2_CORE";
595
+ })(OSFamily || (OSFamily = {}));
596
+ export var RuntimePlatform;
597
+ (function (RuntimePlatform) {
598
+ RuntimePlatform.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
599
+ })(RuntimePlatform || (RuntimePlatform = {}));
580
600
  export var TaskDefinitionStatus;
581
601
  (function (TaskDefinitionStatus) {
582
602
  TaskDefinitionStatus["ACTIVE"] = "ACTIVE";
@@ -0,0 +1,9 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListAccountSettingsPaginator";
3
+ export * from "./ListAttributesPaginator";
4
+ export * from "./ListClustersPaginator";
5
+ export * from "./ListContainerInstancesPaginator";
6
+ export * from "./ListServicesPaginator";
7
+ export * from "./ListTaskDefinitionFamiliesPaginator";
8
+ export * from "./ListTaskDefinitionsPaginator";
9
+ export * from "./ListTasksPaginator";
@@ -6014,7 +6014,7 @@ var serializeAws_json1_1RegisterContainerInstanceRequest = function (input, cont
6014
6014
  input.versionInfo !== null && { versionInfo: serializeAws_json1_1VersionInfo(input.versionInfo, context) }));
6015
6015
  };
6016
6016
  var serializeAws_json1_1RegisterTaskDefinitionRequest = function (input, context) {
6017
- return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.containerDefinitions !== undefined &&
6017
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.containerDefinitions !== undefined &&
6018
6018
  input.containerDefinitions !== null && {
6019
6019
  containerDefinitions: serializeAws_json1_1ContainerDefinitions(input.containerDefinitions, context),
6020
6020
  })), (input.cpu !== undefined && input.cpu !== null && { cpu: input.cpu })), (input.ephemeralStorage !== undefined &&
@@ -6033,6 +6033,9 @@ var serializeAws_json1_1RegisterTaskDefinitionRequest = function (input, context
6033
6033
  })), (input.requiresCompatibilities !== undefined &&
6034
6034
  input.requiresCompatibilities !== null && {
6035
6035
  requiresCompatibilities: serializeAws_json1_1CompatibilityList(input.requiresCompatibilities, context),
6036
+ })), (input.runtimePlatform !== undefined &&
6037
+ input.runtimePlatform !== null && {
6038
+ runtimePlatform: serializeAws_json1_1RuntimePlatform(input.runtimePlatform, context),
6036
6039
  })), (input.tags !== undefined && input.tags !== null && { tags: serializeAws_json1_1Tags(input.tags, context) })), (input.taskRoleArn !== undefined && input.taskRoleArn !== null && { taskRoleArn: input.taskRoleArn })), (input.volumes !== undefined &&
6037
6040
  input.volumes !== null && { volumes: serializeAws_json1_1VolumeList(input.volumes, context) }));
6038
6041
  };
@@ -6090,6 +6093,11 @@ var serializeAws_json1_1RunTaskRequest = function (input, context) {
6090
6093
  input.platformVersion !== null && { platformVersion: input.platformVersion })), (input.propagateTags !== undefined && input.propagateTags !== null && { propagateTags: input.propagateTags })), (input.referenceId !== undefined && input.referenceId !== null && { referenceId: input.referenceId })), (input.startedBy !== undefined && input.startedBy !== null && { startedBy: input.startedBy })), (input.tags !== undefined && input.tags !== null && { tags: serializeAws_json1_1Tags(input.tags, context) })), (input.taskDefinition !== undefined &&
6091
6094
  input.taskDefinition !== null && { taskDefinition: input.taskDefinition }));
6092
6095
  };
6096
+ var serializeAws_json1_1RuntimePlatform = function (input, context) {
6097
+ return __assign(__assign({}, (input.cpuArchitecture !== undefined &&
6098
+ input.cpuArchitecture !== null && { cpuArchitecture: input.cpuArchitecture })), (input.operatingSystemFamily !== undefined &&
6099
+ input.operatingSystemFamily !== null && { operatingSystemFamily: input.operatingSystemFamily }));
6100
+ };
6093
6101
  var serializeAws_json1_1Scale = function (input, context) {
6094
6102
  return __assign(__assign({}, (input.unit !== undefined && input.unit !== null && { unit: input.unit })), (input.value !== undefined && input.value !== null && { value: __serializeFloat(input.value) }));
6095
6103
  };
@@ -6955,6 +6963,7 @@ var deserializeAws_json1_1Deployment = function (output, context) {
6955
6963
  ? deserializeAws_json1_1NetworkConfiguration(output.networkConfiguration, context)
6956
6964
  : undefined,
6957
6965
  pendingCount: __expectInt32(output.pendingCount),
6966
+ platformFamily: __expectString(output.platformFamily),
6958
6967
  platformVersion: __expectString(output.platformVersion),
6959
6968
  rolloutState: __expectString(output.rolloutState),
6960
6969
  rolloutStateReason: __expectString(output.rolloutStateReason),
@@ -7782,6 +7791,12 @@ var deserializeAws_json1_1RunTaskResponse = function (output, context) {
7782
7791
  : undefined,
7783
7792
  };
7784
7793
  };
7794
+ var deserializeAws_json1_1RuntimePlatform = function (output, context) {
7795
+ return {
7796
+ cpuArchitecture: __expectString(output.cpuArchitecture),
7797
+ operatingSystemFamily: __expectString(output.operatingSystemFamily),
7798
+ };
7799
+ };
7785
7800
  var deserializeAws_json1_1Scale = function (output, context) {
7786
7801
  return {
7787
7802
  unit: __expectString(output.unit),
@@ -7849,6 +7864,7 @@ var deserializeAws_json1_1Service = function (output, context) {
7849
7864
  placementStrategy: output.placementStrategy !== undefined && output.placementStrategy !== null
7850
7865
  ? deserializeAws_json1_1PlacementStrategies(output.placementStrategy, context)
7851
7866
  : undefined,
7867
+ platformFamily: __expectString(output.platformFamily),
7852
7868
  platformVersion: __expectString(output.platformVersion),
7853
7869
  propagateTags: __expectString(output.propagateTags),
7854
7870
  roleArn: __expectString(output.roleArn),
@@ -8095,6 +8111,7 @@ var deserializeAws_json1_1Task = function (output, context) {
8095
8111
  overrides: output.overrides !== undefined && output.overrides !== null
8096
8112
  ? deserializeAws_json1_1TaskOverride(output.overrides, context)
8097
8113
  : undefined,
8114
+ platformFamily: __expectString(output.platformFamily),
8098
8115
  platformVersion: __expectString(output.platformVersion),
8099
8116
  pullStartedAt: output.pullStartedAt !== undefined && output.pullStartedAt !== null
8100
8117
  ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.pullStartedAt)))
@@ -8161,6 +8178,9 @@ var deserializeAws_json1_1TaskDefinition = function (output, context) {
8161
8178
  ? deserializeAws_json1_1CompatibilityList(output.requiresCompatibilities, context)
8162
8179
  : undefined,
8163
8180
  revision: __expectInt32(output.revision),
8181
+ runtimePlatform: output.runtimePlatform !== undefined && output.runtimePlatform !== null
8182
+ ? deserializeAws_json1_1RuntimePlatform(output.runtimePlatform, context)
8183
+ : undefined,
8164
8184
  status: __expectString(output.status),
8165
8185
  taskDefinitionArn: __expectString(output.taskDefinitionArn),
8166
8186
  taskRoleArn: __expectString(output.taskRoleArn),
@@ -8232,6 +8252,7 @@ var deserializeAws_json1_1TaskSet = function (output, context) {
8232
8252
  ? deserializeAws_json1_1NetworkConfiguration(output.networkConfiguration, context)
8233
8253
  : undefined,
8234
8254
  pendingCount: __expectInt32(output.pendingCount),
8255
+ platformFamily: __expectString(output.platformFamily),
8235
8256
  platformVersion: __expectString(output.platformVersion),
8236
8257
  runningCount: __expectInt32(output.runningCount),
8237
8258
  scale: output.scale !== undefined && output.scale !== null
@@ -0,0 +1,3 @@
1
+ export * from "./waitForServicesInactive";
2
+ export * from "./waitForTasksRunning";
3
+ export * from "./waitForTasksStopped";
@@ -0,0 +1,52 @@
1
+ export * from "./CreateCapacityProviderCommand";
2
+ export * from "./CreateClusterCommand";
3
+ export * from "./CreateServiceCommand";
4
+ export * from "./CreateTaskSetCommand";
5
+ export * from "./DeleteAccountSettingCommand";
6
+ export * from "./DeleteAttributesCommand";
7
+ export * from "./DeleteCapacityProviderCommand";
8
+ export * from "./DeleteClusterCommand";
9
+ export * from "./DeleteServiceCommand";
10
+ export * from "./DeleteTaskSetCommand";
11
+ export * from "./DeregisterContainerInstanceCommand";
12
+ export * from "./DeregisterTaskDefinitionCommand";
13
+ export * from "./DescribeCapacityProvidersCommand";
14
+ export * from "./DescribeClustersCommand";
15
+ export * from "./DescribeContainerInstancesCommand";
16
+ export * from "./DescribeServicesCommand";
17
+ export * from "./DescribeTaskDefinitionCommand";
18
+ export * from "./DescribeTaskSetsCommand";
19
+ export * from "./DescribeTasksCommand";
20
+ export * from "./DiscoverPollEndpointCommand";
21
+ export * from "./ExecuteCommandCommand";
22
+ export * from "./ListAccountSettingsCommand";
23
+ export * from "./ListAttributesCommand";
24
+ export * from "./ListClustersCommand";
25
+ export * from "./ListContainerInstancesCommand";
26
+ export * from "./ListServicesCommand";
27
+ export * from "./ListTagsForResourceCommand";
28
+ export * from "./ListTaskDefinitionFamiliesCommand";
29
+ export * from "./ListTaskDefinitionsCommand";
30
+ export * from "./ListTasksCommand";
31
+ export * from "./PutAccountSettingCommand";
32
+ export * from "./PutAccountSettingDefaultCommand";
33
+ export * from "./PutAttributesCommand";
34
+ export * from "./PutClusterCapacityProvidersCommand";
35
+ export * from "./RegisterContainerInstanceCommand";
36
+ export * from "./RegisterTaskDefinitionCommand";
37
+ export * from "./RunTaskCommand";
38
+ export * from "./StartTaskCommand";
39
+ export * from "./StopTaskCommand";
40
+ export * from "./SubmitAttachmentStateChangesCommand";
41
+ export * from "./SubmitContainerStateChangeCommand";
42
+ export * from "./SubmitTaskStateChangeCommand";
43
+ export * from "./TagResourceCommand";
44
+ export * from "./UntagResourceCommand";
45
+ export * from "./UpdateCapacityProviderCommand";
46
+ export * from "./UpdateClusterCommand";
47
+ export * from "./UpdateClusterSettingsCommand";
48
+ export * from "./UpdateContainerAgentCommand";
49
+ export * from "./UpdateContainerInstancesStateCommand";
50
+ export * from "./UpdateServiceCommand";
51
+ export * from "./UpdateServicePrimaryTaskSetCommand";
52
+ export * from "./UpdateTaskSetCommand";
@@ -1,67 +1,6 @@
1
- export * from "./ECSClient";
2
1
  export * from "./ECS";
3
- export * from "./commands/CreateCapacityProviderCommand";
4
- export * from "./commands/CreateClusterCommand";
5
- export * from "./commands/CreateServiceCommand";
6
- export * from "./commands/CreateTaskSetCommand";
7
- export * from "./commands/DeleteAccountSettingCommand";
8
- export * from "./commands/DeleteAttributesCommand";
9
- export * from "./commands/DeleteCapacityProviderCommand";
10
- export * from "./commands/DeleteClusterCommand";
11
- export * from "./commands/DeleteServiceCommand";
12
- export * from "./commands/DeleteTaskSetCommand";
13
- export * from "./commands/DeregisterContainerInstanceCommand";
14
- export * from "./commands/DeregisterTaskDefinitionCommand";
15
- export * from "./commands/DescribeCapacityProvidersCommand";
16
- export * from "./commands/DescribeClustersCommand";
17
- export * from "./commands/DescribeContainerInstancesCommand";
18
- export * from "./commands/DescribeServicesCommand";
19
- export * from "./waiters/waitForServicesInactive";
20
- export * from "./commands/DescribeTaskDefinitionCommand";
21
- export * from "./commands/DescribeTasksCommand";
22
- export * from "./waiters/waitForTasksRunning";
23
- export * from "./waiters/waitForTasksStopped";
24
- export * from "./commands/DescribeTaskSetsCommand";
25
- export * from "./commands/DiscoverPollEndpointCommand";
26
- export * from "./commands/ExecuteCommandCommand";
27
- export * from "./commands/ListAccountSettingsCommand";
28
- export * from "./pagination/ListAccountSettingsPaginator";
29
- export * from "./commands/ListAttributesCommand";
30
- export * from "./pagination/ListAttributesPaginator";
31
- export * from "./commands/ListClustersCommand";
32
- export * from "./pagination/ListClustersPaginator";
33
- export * from "./commands/ListContainerInstancesCommand";
34
- export * from "./pagination/ListContainerInstancesPaginator";
35
- export * from "./commands/ListServicesCommand";
36
- export * from "./pagination/ListServicesPaginator";
37
- export * from "./commands/ListTagsForResourceCommand";
38
- export * from "./commands/ListTaskDefinitionFamiliesCommand";
39
- export * from "./pagination/ListTaskDefinitionFamiliesPaginator";
40
- export * from "./commands/ListTaskDefinitionsCommand";
41
- export * from "./pagination/ListTaskDefinitionsPaginator";
42
- export * from "./commands/ListTasksCommand";
43
- export * from "./pagination/ListTasksPaginator";
44
- export * from "./commands/PutAccountSettingCommand";
45
- export * from "./commands/PutAccountSettingDefaultCommand";
46
- export * from "./commands/PutAttributesCommand";
47
- export * from "./commands/PutClusterCapacityProvidersCommand";
48
- export * from "./commands/RegisterContainerInstanceCommand";
49
- export * from "./commands/RegisterTaskDefinitionCommand";
50
- export * from "./commands/RunTaskCommand";
51
- export * from "./commands/StartTaskCommand";
52
- export * from "./commands/StopTaskCommand";
53
- export * from "./commands/SubmitAttachmentStateChangesCommand";
54
- export * from "./commands/SubmitContainerStateChangeCommand";
55
- export * from "./commands/SubmitTaskStateChangeCommand";
56
- export * from "./commands/TagResourceCommand";
57
- export * from "./commands/UntagResourceCommand";
58
- export * from "./commands/UpdateCapacityProviderCommand";
59
- export * from "./commands/UpdateClusterCommand";
60
- export * from "./commands/UpdateClusterSettingsCommand";
61
- export * from "./commands/UpdateContainerAgentCommand";
62
- export * from "./commands/UpdateContainerInstancesStateCommand";
63
- export * from "./commands/UpdateServiceCommand";
64
- export * from "./commands/UpdateServicePrimaryTaskSetCommand";
65
- export * from "./commands/UpdateTaskSetCommand";
66
- export * from "./pagination/Interfaces";
67
- export * from "./models/index";
2
+ export * from "./ECSClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";