aws-sdk-core 2.0.37 → 2.0.38

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4660e4ab52280ea77bdcb8e61bcf0c92dfc789f6
4
- data.tar.gz: d2122af364c4bf11caccf95c21bce7a4a8262a52
3
+ metadata.gz: 2a13e9477cad74350ffe69cb9c96a404723745e0
4
+ data.tar.gz: 1c8e06147215ea6dbce864568a3111758a2d17b5
5
5
  SHA512:
6
- metadata.gz: 7483fac3e71778326d447e39ea489e64c4449dfe6d354374ea9f88e76b6830c9e02cdc0bf7df081b1d6b1a8297284b5a0d787234289ab9e370192c0745bff77b
7
- data.tar.gz: ef50412883961e6cca6ccddc0951ae5c4b8e751ee14ab24ac418d69a906ce74b20f22585bdc67fc1fafd56247e33d62863bf891661c2576b1273da76a0ee03f0
6
+ metadata.gz: 23f441508a62cf0803a9b4053a877151f072014ab9c39ba53657ae8c0f78b88b94260c764774a162469b111c1531fc15de50a510c215b636c8275697a9464825
7
+ data.tar.gz: e5a96ea6af56436f2a13bdf0f01b7131410760785aba24320808ea7feb7bc53e7e75ff5bd7a5d2e1208f0b97cf217e8ca721bc487d2ede9b98949d3cbaae7ac4
@@ -31,6 +31,26 @@
31
31
  }
32
32
  ]
33
33
  },
34
+ "CreateService":{
35
+ "name":"CreateService",
36
+ "http":{
37
+ "method":"POST",
38
+ "requestUri":"/"
39
+ },
40
+ "input":{"shape":"CreateServiceRequest"},
41
+ "output":{"shape":"CreateServiceResponse"},
42
+ "errors":[
43
+ {
44
+ "shape":"ServerException",
45
+ "exception":true,
46
+ "fault":true
47
+ },
48
+ {
49
+ "shape":"ClientException",
50
+ "exception":true
51
+ }
52
+ ]
53
+ },
34
54
  "DeleteCluster":{
35
55
  "name":"DeleteCluster",
36
56
  "http":{
@@ -51,6 +71,26 @@
51
71
  }
52
72
  ]
53
73
  },
74
+ "DeleteService":{
75
+ "name":"DeleteService",
76
+ "http":{
77
+ "method":"POST",
78
+ "requestUri":"/"
79
+ },
80
+ "input":{"shape":"DeleteServiceRequest"},
81
+ "output":{"shape":"DeleteServiceResponse"},
82
+ "errors":[
83
+ {
84
+ "shape":"ServerException",
85
+ "exception":true,
86
+ "fault":true
87
+ },
88
+ {
89
+ "shape":"ClientException",
90
+ "exception":true
91
+ }
92
+ ]
93
+ },
54
94
  "DeregisterContainerInstance":{
55
95
  "name":"DeregisterContainerInstance",
56
96
  "http":{
@@ -131,6 +171,26 @@
131
171
  }
132
172
  ]
133
173
  },
174
+ "DescribeServices":{
175
+ "name":"DescribeServices",
176
+ "http":{
177
+ "method":"POST",
178
+ "requestUri":"/"
179
+ },
180
+ "input":{"shape":"DescribeServicesRequest"},
181
+ "output":{"shape":"DescribeServicesResponse"},
182
+ "errors":[
183
+ {
184
+ "shape":"ServerException",
185
+ "exception":true,
186
+ "fault":true
187
+ },
188
+ {
189
+ "shape":"ClientException",
190
+ "exception":true
191
+ }
192
+ ]
193
+ },
134
194
  "DescribeTaskDefinition":{
135
195
  "name":"DescribeTaskDefinition",
136
196
  "http":{
@@ -231,6 +291,26 @@
231
291
  }
232
292
  ]
233
293
  },
294
+ "ListServices":{
295
+ "name":"ListServices",
296
+ "http":{
297
+ "method":"POST",
298
+ "requestUri":"/"
299
+ },
300
+ "input":{"shape":"ListServicesRequest"},
301
+ "output":{"shape":"ListServicesResponse"},
302
+ "errors":[
303
+ {
304
+ "shape":"ServerException",
305
+ "exception":true,
306
+ "fault":true
307
+ },
308
+ {
309
+ "shape":"ClientException",
310
+ "exception":true
311
+ }
312
+ ]
313
+ },
234
314
  "ListTaskDefinitionFamilies":{
235
315
  "name":"ListTaskDefinitionFamilies",
236
316
  "http":{
@@ -430,6 +510,26 @@
430
510
  "exception":true
431
511
  }
432
512
  ]
513
+ },
514
+ "UpdateService":{
515
+ "name":"UpdateService",
516
+ "http":{
517
+ "method":"POST",
518
+ "requestUri":"/"
519
+ },
520
+ "input":{"shape":"UpdateServiceRequest"},
521
+ "output":{"shape":"UpdateServiceResponse"},
522
+ "errors":[
523
+ {
524
+ "shape":"ServerException",
525
+ "exception":true,
526
+ "fault":true
527
+ },
528
+ {
529
+ "shape":"ClientException",
530
+ "exception":true
531
+ }
532
+ ]
433
533
  }
434
534
  },
435
535
  "shapes":{
@@ -454,7 +554,10 @@
454
554
  "members":{
455
555
  "clusterArn":{"shape":"String"},
456
556
  "clusterName":{"shape":"String"},
457
- "status":{"shape":"String"}
557
+ "status":{"shape":"String"},
558
+ "registeredContainerInstancesCount":{"shape":"Integer"},
559
+ "runningTasksCount":{"shape":"Integer"},
560
+ "pendingTasksCount":{"shape":"Integer"}
458
561
  }
459
562
  },
460
563
  "Clusters":{
@@ -502,7 +605,9 @@
502
605
  "remainingResources":{"shape":"Resources"},
503
606
  "registeredResources":{"shape":"Resources"},
504
607
  "status":{"shape":"String"},
505
- "agentConnected":{"shape":"Boolean"}
608
+ "agentConnected":{"shape":"Boolean"},
609
+ "runningTasksCount":{"shape":"Integer"},
610
+ "pendingTasksCount":{"shape":"Integer"}
506
611
  }
507
612
  },
508
613
  "ContainerInstances":{
@@ -536,6 +641,25 @@
536
641
  "cluster":{"shape":"Cluster"}
537
642
  }
538
643
  },
644
+ "CreateServiceRequest":{
645
+ "type":"structure",
646
+ "required":["serviceName"],
647
+ "members":{
648
+ "cluster":{"shape":"String"},
649
+ "serviceName":{"shape":"String"},
650
+ "taskDefinition":{"shape":"String"},
651
+ "loadBalancers":{"shape":"LoadBalancers"},
652
+ "desiredCount":{"shape":"BoxedInteger"},
653
+ "clientToken":{"shape":"String"},
654
+ "role":{"shape":"String"}
655
+ }
656
+ },
657
+ "CreateServiceResponse":{
658
+ "type":"structure",
659
+ "members":{
660
+ "service":{"shape":"Service"}
661
+ }
662
+ },
539
663
  "DeleteClusterRequest":{
540
664
  "type":"structure",
541
665
  "required":["cluster"],
@@ -549,6 +673,37 @@
549
673
  "cluster":{"shape":"Cluster"}
550
674
  }
551
675
  },
676
+ "DeleteServiceRequest":{
677
+ "type":"structure",
678
+ "required":["service"],
679
+ "members":{
680
+ "cluster":{"shape":"String"},
681
+ "service":{"shape":"String"}
682
+ }
683
+ },
684
+ "DeleteServiceResponse":{
685
+ "type":"structure",
686
+ "members":{
687
+ "service":{"shape":"Service"}
688
+ }
689
+ },
690
+ "Deployment":{
691
+ "type":"structure",
692
+ "members":{
693
+ "id":{"shape":"String"},
694
+ "status":{"shape":"String"},
695
+ "taskDefinition":{"shape":"String"},
696
+ "desiredCount":{"shape":"Integer"},
697
+ "pendingCount":{"shape":"Integer"},
698
+ "runningCount":{"shape":"Integer"},
699
+ "createdAt":{"shape":"Timestamp"},
700
+ "updatedAt":{"shape":"Timestamp"}
701
+ }
702
+ },
703
+ "Deployments":{
704
+ "type":"list",
705
+ "member":{"shape":"Deployment"}
706
+ },
552
707
  "DeregisterContainerInstanceRequest":{
553
708
  "type":"structure",
554
709
  "required":["containerInstance"],
@@ -605,6 +760,21 @@
605
760
  "failures":{"shape":"Failures"}
606
761
  }
607
762
  },
763
+ "DescribeServicesRequest":{
764
+ "type":"structure",
765
+ "required":["services"],
766
+ "members":{
767
+ "cluster":{"shape":"String"},
768
+ "services":{"shape":"StringList"}
769
+ }
770
+ },
771
+ "DescribeServicesResponse":{
772
+ "type":"structure",
773
+ "members":{
774
+ "services":{"shape":"Services"},
775
+ "failures":{"shape":"Failures"}
776
+ }
777
+ },
608
778
  "DescribeTaskDefinitionRequest":{
609
779
  "type":"structure",
610
780
  "required":["taskDefinition"],
@@ -705,6 +875,21 @@
705
875
  "nextToken":{"shape":"String"}
706
876
  }
707
877
  },
878
+ "ListServicesRequest":{
879
+ "type":"structure",
880
+ "members":{
881
+ "cluster":{"shape":"String"},
882
+ "nextToken":{"shape":"String"},
883
+ "maxResults":{"shape":"BoxedInteger"}
884
+ }
885
+ },
886
+ "ListServicesResponse":{
887
+ "type":"structure",
888
+ "members":{
889
+ "serviceArns":{"shape":"StringList"},
890
+ "nextToken":{"shape":"String"}
891
+ }
892
+ },
708
893
  "ListTaskDefinitionFamiliesRequest":{
709
894
  "type":"structure",
710
895
  "members":{
@@ -742,7 +927,9 @@
742
927
  "containerInstance":{"shape":"String"},
743
928
  "family":{"shape":"String"},
744
929
  "nextToken":{"shape":"String"},
745
- "maxResults":{"shape":"BoxedInteger"}
930
+ "maxResults":{"shape":"BoxedInteger"},
931
+ "startedBy":{"shape":"String"},
932
+ "serviceName":{"shape":"String"}
746
933
  }
747
934
  },
748
935
  "ListTasksResponse":{
@@ -752,6 +939,18 @@
752
939
  "nextToken":{"shape":"String"}
753
940
  }
754
941
  },
942
+ "LoadBalancer":{
943
+ "type":"structure",
944
+ "members":{
945
+ "loadBalancerName":{"shape":"String"},
946
+ "containerName":{"shape":"String"},
947
+ "containerPort":{"shape":"BoxedInteger"}
948
+ }
949
+ },
950
+ "LoadBalancers":{
951
+ "type":"list",
952
+ "member":{"shape":"LoadBalancer"}
953
+ },
755
954
  "Long":{"type":"long"},
756
955
  "MountPoint":{
757
956
  "type":"structure",
@@ -794,7 +993,8 @@
794
993
  "cluster":{"shape":"String"},
795
994
  "instanceIdentityDocument":{"shape":"String"},
796
995
  "instanceIdentityDocumentSignature":{"shape":"String"},
797
- "totalResources":{"shape":"Resources"}
996
+ "totalResources":{"shape":"Resources"},
997
+ "versionInfo":{"shape":"VersionInfo"}
798
998
  }
799
999
  },
800
1000
  "RegisterContainerInstanceResponse":{
@@ -843,7 +1043,8 @@
843
1043
  "cluster":{"shape":"String"},
844
1044
  "taskDefinition":{"shape":"String"},
845
1045
  "overrides":{"shape":"TaskOverride"},
846
- "count":{"shape":"BoxedInteger"}
1046
+ "count":{"shape":"BoxedInteger"},
1047
+ "startedBy":{"shape":"String"}
847
1048
  }
848
1049
  },
849
1050
  "RunTaskResponse":{
@@ -861,6 +1062,39 @@
861
1062
  "exception":true,
862
1063
  "fault":true
863
1064
  },
1065
+ "Service":{
1066
+ "type":"structure",
1067
+ "members":{
1068
+ "serviceArn":{"shape":"String"},
1069
+ "serviceName":{"shape":"String"},
1070
+ "clusterArn":{"shape":"String"},
1071
+ "loadBalancers":{"shape":"LoadBalancers"},
1072
+ "status":{"shape":"String"},
1073
+ "desiredCount":{"shape":"Integer"},
1074
+ "runningCount":{"shape":"Integer"},
1075
+ "pendingCount":{"shape":"Integer"},
1076
+ "taskDefinition":{"shape":"String"},
1077
+ "deployments":{"shape":"Deployments"},
1078
+ "roleArn":{"shape":"String"},
1079
+ "events":{"shape":"ServiceEvents"}
1080
+ }
1081
+ },
1082
+ "ServiceEvent":{
1083
+ "type":"structure",
1084
+ "members":{
1085
+ "id":{"shape":"String"},
1086
+ "createdAt":{"shape":"Timestamp"},
1087
+ "message":{"shape":"String"}
1088
+ }
1089
+ },
1090
+ "ServiceEvents":{
1091
+ "type":"list",
1092
+ "member":{"shape":"ServiceEvent"}
1093
+ },
1094
+ "Services":{
1095
+ "type":"list",
1096
+ "member":{"shape":"Service"}
1097
+ },
864
1098
  "StartTaskRequest":{
865
1099
  "type":"structure",
866
1100
  "required":[
@@ -871,7 +1105,8 @@
871
1105
  "cluster":{"shape":"String"},
872
1106
  "taskDefinition":{"shape":"String"},
873
1107
  "overrides":{"shape":"TaskOverride"},
874
- "containerInstances":{"shape":"StringList"}
1108
+ "containerInstances":{"shape":"StringList"},
1109
+ "startedBy":{"shape":"String"}
875
1110
  }
876
1111
  },
877
1112
  "StartTaskResponse":{
@@ -943,7 +1178,8 @@
943
1178
  "overrides":{"shape":"TaskOverride"},
944
1179
  "lastStatus":{"shape":"String"},
945
1180
  "desiredStatus":{"shape":"String"},
946
- "containers":{"shape":"Containers"}
1181
+ "containers":{"shape":"Containers"},
1182
+ "startedBy":{"shape":"String"}
947
1183
  }
948
1184
  },
949
1185
  "TaskDefinition":{
@@ -966,6 +1202,31 @@
966
1202
  "type":"list",
967
1203
  "member":{"shape":"Task"}
968
1204
  },
1205
+ "Timestamp":{"type":"timestamp"},
1206
+ "UpdateServiceRequest":{
1207
+ "type":"structure",
1208
+ "required":["service"],
1209
+ "members":{
1210
+ "cluster":{"shape":"String"},
1211
+ "service":{"shape":"String"},
1212
+ "desiredCount":{"shape":"BoxedInteger"},
1213
+ "taskDefinition":{"shape":"String"}
1214
+ }
1215
+ },
1216
+ "UpdateServiceResponse":{
1217
+ "type":"structure",
1218
+ "members":{
1219
+ "service":{"shape":"Service"}
1220
+ }
1221
+ },
1222
+ "VersionInfo":{
1223
+ "type":"structure",
1224
+ "members":{
1225
+ "agentVersion":{"shape":"String"},
1226
+ "agentHash":{"shape":"String"},
1227
+ "dockerVersion":{"shape":"String"}
1228
+ }
1229
+ },
969
1230
  "Volume":{
970
1231
  "type":"structure",
971
1232
  "members":{
@@ -1,27 +1,32 @@
1
1
  {
2
2
  "version": "2.0",
3
3
  "operations": {
4
- "CreateCluster": "<p>Creates a new Amazon ECS cluster. By default, your account will receive a <code>default</code> cluster when you launch your first container instance. However, you can create your own cluster with a unique name with the <code>CreateCluster</code> action.</p> <important> <p>During the preview, each account is limited to two clusters.</p> </important>",
4
+ "CreateCluster": "<p>Creates a new Amazon ECS cluster. By default, your account will receive a <code>default</code> cluster when you launch your first container instance. However, you can create your own cluster with a unique name with the <code>CreateCluster</code> action.</p>",
5
+ "CreateService": "<p>Runs and maintains a desired number of tasks from a specified task definition. If the number of tasks running in a service drops below <code>desiredCount</code>, Amazon ECS will spawn another instantiation of the task in the specified cluster.</p>",
5
6
  "DeleteCluster": "<p>Deletes the specified cluster. You must deregister all container instances from this cluster before you may delete it. You can list the container instances in a cluster with <a>ListContainerInstances</a> and deregister them with <a>DeregisterContainerInstance</a>.</p>",
7
+ "DeleteService": "<p>Deletes a specified service within a cluster.</p>",
6
8
  "DeregisterContainerInstance": "<p>Deregisters an Amazon ECS container instance from the specified cluster. This instance will no longer be available to run tasks.</p>",
7
9
  "DeregisterTaskDefinition": "<p>NOT YET IMPLEMENTED.</p> <p>Deregisters the specified task definition. You will no longer be able to run tasks from this definition after deregistration.</p>",
8
10
  "DescribeClusters": "<p>Describes one or more of your clusters.</p>",
9
11
  "DescribeContainerInstances": "<p>Describes Amazon EC2 Container Service container instances. Returns metadata about registered and remaining resources on each container instance requested.</p>",
12
+ "DescribeServices": "<p>Describes the specified services running in your cluster.</p>",
10
13
  "DescribeTaskDefinition": "<p>Describes a task definition. You can specify a <code>family</code> and <code>revision</code> to find information on a specific task definition, or you can simply specify the family to find the latest revision in that family.</p>",
11
14
  "DescribeTasks": "<p>Describes a specified task or tasks.</p>",
12
15
  "DiscoverPollEndpoint": "<note><p>This action is only used by the Amazon EC2 Container Service agent, and it is not intended for use outside of the agent.</p></note> <p>Returns an endpoint for the Amazon EC2 Container Service agent to poll for updates.</p>",
13
16
  "ListClusters": "<p>Returns a list of existing clusters.</p>",
14
17
  "ListContainerInstances": "<p>Returns a list of container instances in a specified cluster.</p>",
18
+ "ListServices": "<p>Lists the services that are running in a specified cluster.</p>",
15
19
  "ListTaskDefinitionFamilies": "<p>Returns a list of task definition families that are registered to your account. You can filter the results with the <code>familyPrefix</code> parameter.</p>",
16
20
  "ListTaskDefinitions": "<p>Returns a list of task definitions that are registered to your account. You can filter the results by family name with the <code>familyPrefix</code> parameter.</p>",
17
21
  "ListTasks": "<p>Returns a list of tasks for a specified cluster. You can filter the results by family name or by a particular container instance with the <code>family</code> and <code>containerInstance</code> parameters.</p>",
18
22
  "RegisterContainerInstance": "<note><p>This action is only used by the Amazon EC2 Container Service agent, and it is not intended for use outside of the agent.</p></note> <p>Registers an Amazon EC2 instance into the specified cluster. This instance will become available to place containers on.</p>",
19
23
  "RegisterTaskDefinition": "<p>Registers a new task definition from the supplied <code>family</code> and <code>containerDefinitions</code>. Optionally, you can add data volumes to your containers with the <code>volumes</code> parameter. For more information on task definition parameters and defaults, see <a href=\"http://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_defintions.html\">Amazon ECS Task Definitions</a> in the <i>Amazon EC2 Container Service Developer Guide</i>.</p>",
20
- "RunTask": "<p>Start a task using random placement and the default Amazon ECS scheduler. If you want to use your own scheduler or place a task on a specific container instance, use <code>StartTask</code> instead.</p>",
21
- "StartTask": "<p>Starts a new task from the specified task definition on the specified container instance or instances. If you want to use the default Amazon ECS scheduler to place your task, use <code>RunTask</code> instead.</p>",
24
+ "RunTask": "<p>Start a task using random placement and the default Amazon ECS scheduler. If you want to use your own scheduler or place a task on a specific container instance, use <code>StartTask</code> instead.</p> <important> <p>The <code>count</code> parameter is limited to 10 tasks per call.</p> </important>",
25
+ "StartTask": "<p>Starts a new task from the specified task definition on the specified container instance or instances. If you want to use the default Amazon ECS scheduler to place your task, use <code>RunTask</code> instead.</p> <important> <p>The list of container instances to start tasks on is limited to 10.</p> </important>",
22
26
  "StopTask": "<p>Stops a running task.</p>",
23
27
  "SubmitContainerStateChange": "<note><p>This action is only used by the Amazon EC2 Container Service agent, and it is not intended for use outside of the agent.</p></note> <p>Sent to acknowledge that a container changed states.</p>",
24
- "SubmitTaskStateChange": "<note><p>This action is only used by the Amazon EC2 Container Service agent, and it is not intended for use outside of the agent.</p></note> <p>Sent to acknowledge that a task changed states.</p>"
28
+ "SubmitTaskStateChange": "<note><p>This action is only used by the Amazon EC2 Container Service agent, and it is not intended for use outside of the agent.</p></note> <p>Sent to acknowledge that a task changed states.</p>",
29
+ "UpdateService": "<p>Modify the desired count or task definition used in a service.</p> <p>You can add to or subtract from the number of instantiations of a task definition in a service by specifying the cluster that the service is running in and a new <code>desiredCount</code> parameter.</p> <p>You can use <code>UpdateService</code> to modify your task definition and deploy a new version of your service, one task at a time. If you modify the task definition with <code>UpdateService</code>, Amazon ECS spawns a task with the new version of the task definition and then stops an old task after the new version is running. Because <code>UpdateService</code> starts a new version of the task before stopping an old version, your cluster must have capacity to support one more instantiation of the task when <code>UpdateService</code> is run. If your cluster cannot support another instantiation of the task used in your service, you can reduce the desired count of your service by one before modifying the task definition.</p>"
25
30
  },
26
31
  "service": "<p></p> <p>Amazon EC2 Container Service (Amazon ECS) is a highly scalable, fast, container management service that makes it easy to run, stop, and manage Docker containers on a cluster of Amazon EC2 instances. Amazon ECS lets you launch and stop container-enabled applications with simple API calls, allows you to get the state of your cluster from a centralized service, and gives you access to many familiar Amazon EC2 features like security groups, Amazon EBS volumes, and IAM roles.</p> <p>You can use Amazon ECS to schedule the placement of containers across your cluster based on your resource needs, isolation policies, and availability requirements. Amazon EC2 Container Service eliminates the need for you to operate your own cluster management and configuration management systems or worry about scaling your management infrastructure.</p>",
27
32
  "shapes": {
@@ -44,15 +49,19 @@
44
49
  "base": null,
45
50
  "refs": {
46
51
  "Container$exitCode": "<p>The exit code returned from the container.</p>",
52
+ "CreateServiceRequest$desiredCount": "<p>The number of instantiations of the specified task definition that you would like to place and keep running on your cluster.</p>",
47
53
  "ListClustersRequest$maxResults": "<p>The maximum number of cluster results returned by <code>ListClusters</code> in paginated output. When this parameter is used, <code>ListClusters</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>ListClusters</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 100. If this parameter is not used, then <code>ListClusters</code> returns up to 100 results and a <code>nextToken</code> value if applicable.</p>",
48
54
  "ListContainerInstancesRequest$maxResults": "<p>The maximum number of container instance results returned by <code>ListContainerInstances</code> in paginated output. When this parameter is used, <code>ListContainerInstances</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>ListContainerInstances</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 100. If this parameter is not used, then <code>ListContainerInstances</code> returns up to 100 results and a <code>nextToken</code> value if applicable.</p>",
55
+ "ListServicesRequest$maxResults": "<p>The maximum number of container instance results returned by <code>ListServices</code> in paginated output. When this parameter is used, <code>ListServices</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>ListServices</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 100. If this parameter is not used, then <code>ListServices</code> returns up to 100 results and a <code>nextToken</code> value if applicable.</p>",
49
56
  "ListTaskDefinitionFamiliesRequest$maxResults": "<p>The maximum number of task definition family results returned by <code>ListTaskDefinitionFamilies</code> in paginated output. When this parameter is used, <code>ListTaskDefinitions</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>ListTaskDefinitionFamilies</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 100. If this parameter is not used, then <code>ListTaskDefinitionFamilies</code> returns up to 100 results and a <code>nextToken</code> value if applicable.</p>",
50
57
  "ListTaskDefinitionsRequest$maxResults": "<p>The maximum number of task definition results returned by <code>ListTaskDefinitions</code> in paginated output. When this parameter is used, <code>ListTaskDefinitions</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>ListTaskDefinitions</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 100. If this parameter is not used, then <code>ListTaskDefinitions</code> returns up to 100 results and a <code>nextToken</code> value if applicable.</p>",
51
58
  "ListTasksRequest$maxResults": "<p>The maximum number of task results returned by <code>ListTasks</code> in paginated output. When this parameter is used, <code>ListTasks</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element. The remaining results of the initial request can be seen by sending another <code>ListTasks</code> request with the returned <code>nextToken</code> value. This value can be between 1 and 100. If this parameter is not used, then <code>ListTasks</code> returns up to 100 results and a <code>nextToken</code> value if applicable.</p>",
59
+ "LoadBalancer$containerPort": "<p>The port on the container to associate with the load balancer.</p>",
52
60
  "NetworkBinding$containerPort": "<p>The port number on the container that is be used with the network binding.</p>",
53
61
  "NetworkBinding$hostPort": "<p>The port number on the host that is used with the network binding.</p>",
54
- "RunTaskRequest$count": "<p>The number of instances of the specified task that you would like to place on your cluster.</p>",
55
- "SubmitContainerStateChangeRequest$exitCode": "<p>The exit code returned for the state change request.</p>"
62
+ "RunTaskRequest$count": "<p>The number of instantiations of the specified task that you would like to place on your cluster.</p> <important> <p>The <code>count</code> parameter is limited to 10 tasks per call.</p> </important>",
63
+ "SubmitContainerStateChangeRequest$exitCode": "<p>The exit code returned for the state change request.</p>",
64
+ "UpdateServiceRequest$desiredCount": "<p>The number of instantiations of the task that you would like to place and keep running in your service.</p>"
56
65
  }
57
66
  },
58
67
  "ClientException": {
@@ -108,7 +117,7 @@
108
117
  }
109
118
  },
110
119
  "ContainerOverride": {
111
- "base": null,
120
+ "base": "<p>The name of a container in a task definition and the command it should run instead of its default.</p>",
112
121
  "refs": {
113
122
  "ContainerOverrides$member": null
114
123
  }
@@ -116,7 +125,7 @@
116
125
  "ContainerOverrides": {
117
126
  "base": null,
118
127
  "refs": {
119
- "TaskOverride$containerOverrides": "<p>One or more container overrides to send when running a task.</p>"
128
+ "TaskOverride$containerOverrides": "<p>One or more container overrides sent to a task.</p>"
120
129
  }
121
130
  },
122
131
  "Containers": {
@@ -135,6 +144,16 @@
135
144
  "refs": {
136
145
  }
137
146
  },
147
+ "CreateServiceRequest": {
148
+ "base": null,
149
+ "refs": {
150
+ }
151
+ },
152
+ "CreateServiceResponse": {
153
+ "base": null,
154
+ "refs": {
155
+ }
156
+ },
138
157
  "DeleteClusterRequest": {
139
158
  "base": null,
140
159
  "refs": {
@@ -145,6 +164,28 @@
145
164
  "refs": {
146
165
  }
147
166
  },
167
+ "DeleteServiceRequest": {
168
+ "base": null,
169
+ "refs": {
170
+ }
171
+ },
172
+ "DeleteServiceResponse": {
173
+ "base": null,
174
+ "refs": {
175
+ }
176
+ },
177
+ "Deployment": {
178
+ "base": null,
179
+ "refs": {
180
+ "Deployments$member": null
181
+ }
182
+ },
183
+ "Deployments": {
184
+ "base": null,
185
+ "refs": {
186
+ "Service$deployments": "<p>The current state of deployments for the service.</p>"
187
+ }
188
+ },
148
189
  "DeregisterContainerInstanceRequest": {
149
190
  "base": null,
150
191
  "refs": {
@@ -185,6 +226,16 @@
185
226
  "refs": {
186
227
  }
187
228
  },
229
+ "DescribeServicesRequest": {
230
+ "base": null,
231
+ "refs": {
232
+ }
233
+ },
234
+ "DescribeServicesResponse": {
235
+ "base": null,
236
+ "refs": {
237
+ }
238
+ },
188
239
  "DescribeTaskDefinitionRequest": {
189
240
  "base": null,
190
241
  "refs": {
@@ -238,6 +289,7 @@
238
289
  "refs": {
239
290
  "DescribeClustersResponse$failures": null,
240
291
  "DescribeContainerInstancesResponse$failures": null,
292
+ "DescribeServicesResponse$failures": "<p>Any failures associated with the call.</p>",
241
293
  "DescribeTasksResponse$failures": null,
242
294
  "RunTaskResponse$failures": "<p>Any failed tasks from your <code>RunTask</code> action are listed here.</p>",
243
295
  "StartTaskResponse$failures": "<p>Any failed tasks from your <code>StartTask</code> action are listed here.</p>"
@@ -252,11 +304,22 @@
252
304
  "Integer": {
253
305
  "base": null,
254
306
  "refs": {
307
+ "Cluster$registeredContainerInstancesCount": "<p>The number of container instances registered into the cluster.</p>",
308
+ "Cluster$runningTasksCount": "<p>The number of tasks in the cluster that are in the <code>RUNNING</code> state.</p>",
309
+ "Cluster$pendingTasksCount": "<p>The number of tasks in the cluster that are in the <code>PENDING</code> state.</p>",
255
310
  "ContainerDefinition$cpu": "<p>The number of <code>cpu</code> units reserved for the container. A container instance has 1,024 <code>cpu</code> units for every CPU core.</p>",
256
311
  "ContainerDefinition$memory": "<p>The number of MiB of memory reserved for the container. Docker will allocate a minimum of 4 MiB of memory to a container.</p>",
312
+ "ContainerInstance$runningTasksCount": "<p>The number of tasks on the container instance that are in the <code>RUNNING</code> status.</p>",
313
+ "ContainerInstance$pendingTasksCount": "<p>The number of tasks on the container instance that are in the <code>PENDING</code> status.</p>",
314
+ "Deployment$desiredCount": "<p>The most recent desired count of tasks that was specified for the service to deploy and/or maintain.</p>",
315
+ "Deployment$pendingCount": "<p>The number of tasks in the deployment that are in the <code>PENDING</code> status.</p>",
316
+ "Deployment$runningCount": "<p>The number of tasks in the deployment that are in the <code>RUNNING</code> status.</p>",
257
317
  "PortMapping$containerPort": "<p>The port number on the container that is bound to the user-specified or automatically assigned host port. If you specify a container port and not a host port, your container will automatically receive a host port in the 49153 to 65535 port range.</p>",
258
318
  "PortMapping$hostPort": "<p>The port number on the container instance to reserve for your container. You can specify a non-reserved host port for your container port mapping, or you can omit the <code>hostPort</code> while specifying a <code>containerPort</code> and your container will automatically receive a port in the 49153 to 65535 port range. You should not attempt to specify a host port in the 49153 to 65535 port range, since these are reserved for automatic assignment.</p> <p>The default reserved ports are 22 for SSH, the Docker ports 2375 and 2376, and the Amazon ECS Container Agent port 51678. Any host port that was previously specified in a running task is also reserved while the task is running (once a task stops, the host port is released).The current reserved ports are displayed in the <code>remainingResources</code> of <a>DescribeContainerInstances</a> output, and a container instance may have up to 50 reserved ports at a time, including the default reserved ports (automatically assigned ports do not count toward this limit).</p>",
259
319
  "Resource$integerValue": "<p>When the <code>integerValue</code> type is set, the value of the resource must be an integer.</p>",
320
+ "Service$desiredCount": "<p>The desired number of instantiations of the task definition to keep running on the service. This value is specified when the service is created with <a>CreateService</a>, and it can be modified with <a>UpdateService</a>.</p>",
321
+ "Service$runningCount": "<p>The number of tasks in the cluster that are in the <code>RUNNING</code> state.</p>",
322
+ "Service$pendingCount": "<p>The number of tasks in the cluster that are in the <code>PENDING</code> state.</p>",
260
323
  "TaskDefinition$revision": "<p>The revision of the task in a particular family. You can think of the revision as a version number of a task definition in a family. When you register a task definition for the first time, the revision is <code>1</code>, and each time you register a task definition in the same family, the revision value increases by one.</p>"
261
324
  }
262
325
  },
@@ -286,6 +349,16 @@
286
349
  "refs": {
287
350
  }
288
351
  },
352
+ "ListServicesRequest": {
353
+ "base": null,
354
+ "refs": {
355
+ }
356
+ },
357
+ "ListServicesResponse": {
358
+ "base": null,
359
+ "refs": {
360
+ }
361
+ },
289
362
  "ListTaskDefinitionFamiliesRequest": {
290
363
  "base": null,
291
364
  "refs": {
@@ -316,6 +389,19 @@
316
389
  "refs": {
317
390
  }
318
391
  },
392
+ "LoadBalancer": {
393
+ "base": null,
394
+ "refs": {
395
+ "LoadBalancers$member": null
396
+ }
397
+ },
398
+ "LoadBalancers": {
399
+ "base": null,
400
+ "refs": {
401
+ "CreateServiceRequest$loadBalancers": "<p>A list of load balancer objects, containing the load balancer name, the container name (as it appears in a container definition), and the container port to access from the load balancer.</p>",
402
+ "Service$loadBalancers": "<p>A list of load balancer objects, containing the load balancer name, the container name (as it appears in a container definition), and the container port to access from the load balancer.</p>"
403
+ }
404
+ },
319
405
  "Long": {
320
406
  "base": null,
321
407
  "refs": {
@@ -408,6 +494,33 @@
408
494
  "refs": {
409
495
  }
410
496
  },
497
+ "Service": {
498
+ "base": null,
499
+ "refs": {
500
+ "CreateServiceResponse$service": "<p>The full description of your service following the create call.</p>",
501
+ "DeleteServiceResponse$service": null,
502
+ "Services$member": null,
503
+ "UpdateServiceResponse$service": "<p>The full description of your service following the update call.</p>"
504
+ }
505
+ },
506
+ "ServiceEvent": {
507
+ "base": null,
508
+ "refs": {
509
+ "ServiceEvents$member": null
510
+ }
511
+ },
512
+ "ServiceEvents": {
513
+ "base": null,
514
+ "refs": {
515
+ "Service$events": "<p>The event stream for your service. A maximum of 100 of the latest events are displayed.</p>"
516
+ }
517
+ },
518
+ "Services": {
519
+ "base": null,
520
+ "refs": {
521
+ "DescribeServicesResponse$services": "<p>The list of services described.</p>"
522
+ }
523
+ },
411
524
  "StartTaskRequest": {
412
525
  "base": null,
413
526
  "refs": {
@@ -446,12 +559,23 @@
446
559
  "ContainerInstance$ec2InstanceId": "<p>The Amazon EC2 instance ID of the container instance.</p>",
447
560
  "ContainerInstance$status": "<p>The status of the container instance. The valid values are <code>ACTIVE</code> or <code>INACTIVE</code>. <code>ACTIVE</code> indicates that the container instance can accept tasks.</p>",
448
561
  "ContainerOverride$name": "<p>The name of the container that receives the override.</p>",
449
- "CreateClusterRequest$clusterName": "<p>The name of your cluster. If you do not specify a name for your cluster, you will create a cluster named <code>default</code>.</p>",
562
+ "CreateClusterRequest$clusterName": "<p>The name of your cluster. If you do not specify a name for your cluster, you will create a cluster named <code>default</code>. Up to 255 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed.</p>",
563
+ "CreateServiceRequest$cluster": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that you want to run your service on. If you do not specify a cluster, the default cluster is assumed.</p>",
564
+ "CreateServiceRequest$serviceName": "<p>The name of your service. Up to 255 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed.</p>",
565
+ "CreateServiceRequest$taskDefinition": "<p>The <code>family</code> and <code>revision</code> (<code>family:revision</code>) or full Amazon Resource Name (ARN) of the task definition that you want to run in your service.</p>",
566
+ "CreateServiceRequest$clientToken": "<p>Unique, case-sensitive identifier you provide to ensure the idempotency of the request. Up to 64 ASCII characters are allowed.</p>",
567
+ "CreateServiceRequest$role": "<p>The name or full Amazon Resource Name (ARN) of the IAM role that allows your Amazon ECS container agent to make calls to your load balancer on your behalf. This parameter is only required if you are using a load balancer with your service.</p>",
450
568
  "DeleteClusterRequest$cluster": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that you want to delete.</p>",
569
+ "DeleteServiceRequest$cluster": "<p>The name of the cluster that hosts the service you want to delete.</p>",
570
+ "DeleteServiceRequest$service": "<p>The name of the service you want to delete.</p>",
571
+ "Deployment$id": "<p>The ID of the deployment.</p>",
572
+ "Deployment$status": "<p>The status of the deployment. Valid values are <code>PRIMARY</code> (for the most recent deployment), <code>ACTIVE</code> (for previous deployments that still have tasks running, but are being replaced with the <code>PRIMARY</code> deployment), and <code>INACTIVE</code> (for deployments that have been completely replaced).</p>",
573
+ "Deployment$taskDefinition": "<p>The most recent task definition that was specified for the service to use.</p>",
451
574
  "DeregisterContainerInstanceRequest$cluster": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instance you want to deregister. If you do not specify a cluster, the default cluster is assumed.</p>",
452
575
  "DeregisterContainerInstanceRequest$containerInstance": "<p>The container instance UUID or full Amazon Resource Name (ARN) of the container instance you want to deregister. The ARN contains the <code>arn:aws:ecs</code> namespace, followed by the region of the container instance, the AWS account ID of the container instance owner, the <code>container-instance</code> namespace, and then the container instance UUID. For example, arn:aws:ecs:<i>region</i>:<i>aws_account_id</i>:container-instance/<i>container_instance_UUID</i>.</p>",
453
576
  "DeregisterTaskDefinitionRequest$taskDefinition": "<p>The <code>family</code> and <code>revision</code> (<code>family:revision</code>) or full Amazon Resource Name (ARN) of the task definition that you want to deregister.</p>",
454
577
  "DescribeContainerInstancesRequest$cluster": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances you want to describe. If you do not specify a cluster, the default cluster is assumed.</p>",
578
+ "DescribeServicesRequest$cluster": "<p>The name of the cluster that hosts the service you want to describe.</p>",
455
579
  "DescribeTaskDefinitionRequest$taskDefinition": "<p>The <code>family</code> for the latest revision, <code>family</code> and <code>revision</code> (<code>family:revision</code>) for a specific revision in the family, or full Amazon Resource Name (ARN) of the task definition that you want to describe.</p>",
456
580
  "DescribeTasksRequest$cluster": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task you want to describe. If you do not specify a cluster, the default cluster is assumed.</p>",
457
581
  "DiscoverPollEndpointRequest$containerInstance": "<p>The container instance UUID or full Amazon Resource Name (ARN) of the container instance. The ARN contains the <code>arn:aws:ecs</code> namespace, followed by the region of the container instance, the AWS account ID of the container instance owner, the <code>container-instance</code> namespace, and then the container instance UUID. For example, arn:aws:ecs:<i>region</i>:<i>aws_account_id</i>:container-instance/<i>container_instance_UUID</i>.</p>",
@@ -467,6 +591,9 @@
467
591
  "ListContainerInstancesRequest$cluster": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances you want to list. If you do not specify a cluster, the default cluster is assumed..</p>",
468
592
  "ListContainerInstancesRequest$nextToken": "<p>The <code>nextToken</code> value returned from a previous paginated <code>ListContainerInstances</code> request where <code>maxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>nextToken</code> value. This value is <code>null</code> when there are no more results to return.</p>",
469
593
  "ListContainerInstancesResponse$nextToken": "<p>The <code>nextToken</code> value to include in a future <code>ListContainerInstances</code> request. When the results of a <code>ListContainerInstances</code> request exceed <code>maxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
594
+ "ListServicesRequest$cluster": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the services you want to list. If you do not specify a cluster, the default cluster is assumed..</p>",
595
+ "ListServicesRequest$nextToken": "<p>The <code>nextToken</code> value returned from a previous paginated <code>ListServices</code> request where <code>maxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>nextToken</code> value. This value is <code>null</code> when there are no more results to return.</p>",
596
+ "ListServicesResponse$nextToken": "<p>The <code>nextToken</code> value to include in a future <code>ListServices</code> request. When the results of a <code>ListServices</code> request exceed <code>maxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
470
597
  "ListTaskDefinitionFamiliesRequest$familyPrefix": "<p>The <code>familyPrefix</code> is a string that is used to filter the results of <code>ListTaskDefinitionFamilies</code>. If you specify a <code>familyPrefix</code>, only task definition family names that begin with the <code>familyPrefix</code> string are returned.</p>",
471
598
  "ListTaskDefinitionFamiliesRequest$nextToken": "<p>The <code>nextToken</code> value returned from a previous paginated <code>ListTaskDefinitionFamilies</code> request where <code>maxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>nextToken</code> value. This value is <code>null</code> when there are no more results to return.</p>",
472
599
  "ListTaskDefinitionFamiliesResponse$nextToken": "<p>The <code>nextToken</code> value to include in a future <code>ListTaskDefinitionFamilies</code> request. When the results of a <code>ListTaskDefinitionFamilies</code> request exceed <code>maxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
@@ -477,21 +604,35 @@
477
604
  "ListTasksRequest$containerInstance": "<p>The container instance UUID or full Amazon Resource Name (ARN) of the container instance that you want to filter the <code>ListTasks</code> results with. Specifying a <code>containerInstance</code> will limit the results to tasks that belong to that container instance.</p>",
478
605
  "ListTasksRequest$family": "<p>The name of the family that you want to filter the <code>ListTasks</code> results with. Specifying a <code>family</code> will limit the results to tasks that belong to that family.</p>",
479
606
  "ListTasksRequest$nextToken": "<p>The <code>nextToken</code> value returned from a previous paginated <code>ListTasks</code> request where <code>maxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>nextToken</code> value. This value is <code>null</code> when there are no more results to return.</p>",
607
+ "ListTasksRequest$startedBy": null,
608
+ "ListTasksRequest$serviceName": "<p>The name of the service that you want to filter the <code>ListTasks</code> results with. Specifying a <code>serviceName</code> will limit the results to tasks that belong to that service.</p>",
480
609
  "ListTasksResponse$nextToken": "<p>The <code>nextToken</code> value to include in a future <code>ListTasks</code> request. When the results of a <code>ListTasks</code> request exceed <code>maxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
610
+ "LoadBalancer$loadBalancerName": "<p>The name of the load balancer.</p>",
611
+ "LoadBalancer$containerName": "<p>The name of the container to associate with the load balancer.</p>",
481
612
  "MountPoint$sourceVolume": "<p>The name of the volume to mount.</p>",
482
613
  "MountPoint$containerPath": "<p>The path on the container to mount the host volume at.</p>",
483
614
  "NetworkBinding$bindIP": "<p>The IP address that the container is bound to on the container instance.</p>",
484
615
  "RegisterContainerInstanceRequest$cluster": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that you want to register your container instance with. If you do not specify a cluster, the default cluster is assumed..</p>",
485
616
  "RegisterContainerInstanceRequest$instanceIdentityDocument": null,
486
617
  "RegisterContainerInstanceRequest$instanceIdentityDocumentSignature": null,
487
- "RegisterTaskDefinitionRequest$family": "<p>You must specify a <code>family</code> for a task definition, which allows you to track multiple versions of the same task definition. You can think of the <code>family</code> as a name for your task definition.</p>",
618
+ "RegisterTaskDefinitionRequest$family": "<p>You must specify a <code>family</code> for a task definition, which allows you to track multiple versions of the same task definition. You can think of the <code>family</code> as a name for your task definition. Up to 255 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed.</p>",
488
619
  "Resource$name": "<p>The name of the resource, such as <code>CPU</code>, <code>MEMORY</code>, <code>PORTS</code>, or a user-defined resource.</p>",
489
620
  "Resource$type": "<p>The type of the resource, such as <code>INTEGER</code>, <code>DOUBLE</code>, <code>LONG</code>, or <code>STRINGSET</code>.</p>",
490
621
  "RunTaskRequest$cluster": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that you want to run your task on. If you do not specify a cluster, the default cluster is assumed..</p>",
491
622
  "RunTaskRequest$taskDefinition": "<p>The <code>family</code> and <code>revision</code> (<code>family:revision</code>) or full Amazon Resource Name (ARN) of the task definition that you want to run.</p>",
623
+ "RunTaskRequest$startedBy": null,
492
624
  "ServerException$message": null,
625
+ "Service$serviceArn": "<p>The Amazon Resource Name (ARN) that identifies the service. The ARN contains the <code>arn:aws:ecs</code> namespace, followed by the region of the service, the AWS account ID of the service owner, the <code>service</code> namespace, and then the service name. For example, arn:aws:ecs:<i>region</i>:<i>012345678910</i>:service/<i>my-service</i>.</p>",
626
+ "Service$serviceName": "<p>A user-generated string that you can use to identify your service.</p>",
627
+ "Service$clusterArn": "<p>The Amazon Resource Name (ARN) of the of the cluster that hosts the service.</p>",
628
+ "Service$status": "<p>The status of the service. The valid values are <code>ACTIVE</code>, <code>DRAINING</code>, or <code>INACTIVE</code>.</p>",
629
+ "Service$taskDefinition": "<p>The task definition to use for tasks in the service. This value is specified when the service is created with <a>CreateService</a>, and it can be modified with <a>UpdateService</a>.</p>",
630
+ "Service$roleArn": "<p>The Amazon Resource Name (ARN) of the IAM role associated with the service that allows the Amazon ECS container agent to register container instances with a load balancer. </p>",
631
+ "ServiceEvent$id": "<p>The ID string of the event.</p>",
632
+ "ServiceEvent$message": "<p>The event message.</p>",
493
633
  "StartTaskRequest$cluster": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that you want to start your task on. If you do not specify a cluster, the default cluster is assumed..</p>",
494
634
  "StartTaskRequest$taskDefinition": "<p>The <code>family</code> and <code>revision</code> (<code>family:revision</code>) or full Amazon Resource Name (ARN) of the task definition that you want to start.</p>",
635
+ "StartTaskRequest$startedBy": null,
495
636
  "StopTaskRequest$cluster": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task you want to stop. If you do not specify a cluster, the default cluster is assumed..</p>",
496
637
  "StopTaskRequest$task": "<p>The task UUIDs or full Amazon Resource Name (ARN) entry of the task you would like to stop.</p>",
497
638
  "StringList$member": null,
@@ -512,8 +653,15 @@
512
653
  "Task$containerInstanceArn": "<p>The Amazon Resource Name (ARN) of the container instances that host the task.</p>",
513
654
  "Task$lastStatus": "<p>The last known status of the task.</p>",
514
655
  "Task$desiredStatus": "<p>The desired status of the task.</p>",
656
+ "Task$startedBy": null,
515
657
  "TaskDefinition$taskDefinitionArn": "<p>The full Amazon Resource Name (ARN) of the of the task definition.</p>",
516
658
  "TaskDefinition$family": "<p>The family of your task definition. You can think of the <code>family</code> as the name of your task definition.</p>",
659
+ "UpdateServiceRequest$cluster": "<p>The short name or full Amazon Resource Name (ARN) of the cluster that your service is running on. If you do not specify a cluster, the default cluster is assumed.</p>",
660
+ "UpdateServiceRequest$service": "<p>The name of the service that you want to update.</p>",
661
+ "UpdateServiceRequest$taskDefinition": "<p>The <code>family</code> and <code>revision</code> (<code>family:revision</code>) or full Amazon Resource Name (ARN) of the task definition that you want to run in your service. If you modify the task definition with <code>UpdateService</code>, Amazon ECS spawns a task with the new version of the task definition and then stops an old task after the new version is running.</p>",
662
+ "VersionInfo$agentVersion": null,
663
+ "VersionInfo$agentHash": null,
664
+ "VersionInfo$dockerVersion": null,
517
665
  "Volume$name": "<p>The name of the volume. This name is referenced in the <code>sourceVolume</code> parameter of container definition <code>mountPoints</code>.</p>",
518
666
  "VolumeFrom$sourceContainer": "<p>The name of the container to mount volumes from.</p>"
519
667
  }
@@ -524,17 +672,19 @@
524
672
  "ContainerDefinition$links": "<p>The <code>link</code> parameter allows containers to communicate with each other without the need for port mappings, using the <code>name</code> parameter. For more information on linking Docker containers, see <a href=\"https://docs.docker.com/userguide/dockerlinks/\">https://docs.docker.com/userguide/dockerlinks/</a>.</p>",
525
673
  "ContainerDefinition$entryPoint": "<important> <p>Early versions of the Amazon ECS container agent do not properly handle <code>entryPoint</code> parameters. If you have problems using <code>entryPoint</code>, update your container agent or enter your commands and arguments as <code>command</code> array items instead.</p> </important> <p>The <code>ENTRYPOINT</code> that is passed to the container. For more information on the Docker <code>ENTRYPOINT</code> parameter, see <a href=\"https://docs.docker.com/reference/builder/#entrypoint\">https://docs.docker.com/reference/builder/#entrypoint</a>.</p>",
526
674
  "ContainerDefinition$command": "<p>The <code>CMD</code> that is passed to the container. For more information on the Docker <code>CMD</code> parameter, see <a href=\"https://docs.docker.com/reference/builder/#cmd\">https://docs.docker.com/reference/builder/#cmd</a>.</p>",
527
- "ContainerOverride$command": "<p>The command to send to the container that receives the override.</p>",
675
+ "ContainerOverride$command": "<p>The command to send to the container that overrides the default command from the Docker image or the task definition.</p>",
528
676
  "DescribeClustersRequest$clusters": "<p>A space-separated list of cluster names or full cluster Amazon Resource Name (ARN) entries. If you do not specify a cluster, the default cluster is assumed.</p>",
529
677
  "DescribeContainerInstancesRequest$containerInstances": "<p>A space-separated list of container instance UUIDs or full Amazon Resource Name (ARN) entries.</p>",
678
+ "DescribeServicesRequest$services": "<p>A list of services you want to describe.</p>",
530
679
  "DescribeTasksRequest$tasks": "<p>A space-separated list of task UUIDs or full Amazon Resource Name (ARN) entries.</p>",
531
680
  "ListClustersResponse$clusterArns": "<p>The list of full Amazon Resource Name (ARN) entries for each cluster associated with your account.</p>",
532
681
  "ListContainerInstancesResponse$containerInstanceArns": "<p>The list of container instance full Amazon Resource Name (ARN) entries for each container instance associated with the specified cluster.</p>",
682
+ "ListServicesResponse$serviceArns": "<p>The list of full Amazon Resource Name (ARN) entries for each service associated with the specified cluster.</p>",
533
683
  "ListTaskDefinitionFamiliesResponse$families": "<p>The list of task definition family names that match the <code>ListTaskDefinitionFamilies</code> request.</p>",
534
684
  "ListTaskDefinitionsResponse$taskDefinitionArns": "<p>The list of task definition Amazon Resource Name (ARN) entries for the <code>ListTaskDefintions</code> request.</p>",
535
685
  "ListTasksResponse$taskArns": "<p>The list of task Amazon Resource Name (ARN) entries for the <code>ListTasks</code> request.</p>",
536
686
  "Resource$stringSetValue": "<p>When the <code>stringSetValue</code> type is set, the value of the resource must be a string type.</p>",
537
- "StartTaskRequest$containerInstances": "<p>The container instance UUIDs or full Amazon Resource Name (ARN) entries for the container instances on which you would like to place your task.</p>"
687
+ "StartTaskRequest$containerInstances": "<p>The container instance UUIDs or full Amazon Resource Name (ARN) entries for the container instances on which you would like to place your task.</p> <important> <p>The list of container instances to start tasks on is limited to 10.</p> </important>"
538
688
  }
539
689
  },
540
690
  "SubmitContainerStateChangeRequest": {
@@ -573,10 +723,10 @@
573
723
  }
574
724
  },
575
725
  "TaskOverride": {
576
- "base": null,
726
+ "base": "<p>A list of container overrides in JSON format that specify the name of a container in a task definition and the command it should run instead of its default.</p>",
577
727
  "refs": {
578
- "RunTaskRequest$overrides": null,
579
- "StartTaskRequest$overrides": null,
728
+ "RunTaskRequest$overrides": "<p>A list of container overrides in JSON format that specify the name of a container in the specified task definition and the command it should run instead of its default. A total of 8192 characters are allowed for overrides. This limit includes the JSON formatting characters of the override structure.</p>",
729
+ "StartTaskRequest$overrides": "<p>A list of container overrides in JSON format that specify the name of a container in the specified task definition and the command it should run instead of its default. A total of 8192 characters are allowed for overrides. This limit includes the JSON formatting characters of the override structure.</p>",
580
730
  "Task$overrides": "<p>One or more container overrides.</p>"
581
731
  }
582
732
  },
@@ -588,6 +738,30 @@
588
738
  "StartTaskResponse$tasks": "<p>A full description of the tasks that were started. Each task that was successfully placed on your container instances will be described here.</p>"
589
739
  }
590
740
  },
741
+ "Timestamp": {
742
+ "base": null,
743
+ "refs": {
744
+ "Deployment$createdAt": "<p>The Unix time in seconds and milliseconds when the service was created.</p>",
745
+ "Deployment$updatedAt": "<p>The Unix time in seconds and milliseconds when the service was last updated.</p>",
746
+ "ServiceEvent$createdAt": "<p>The Unix time in seconds and milliseconds when the event was triggered.</p>"
747
+ }
748
+ },
749
+ "UpdateServiceRequest": {
750
+ "base": null,
751
+ "refs": {
752
+ }
753
+ },
754
+ "UpdateServiceResponse": {
755
+ "base": null,
756
+ "refs": {
757
+ }
758
+ },
759
+ "VersionInfo": {
760
+ "base": null,
761
+ "refs": {
762
+ "RegisterContainerInstanceRequest$versionInfo": null
763
+ }
764
+ },
591
765
  "Volume": {
592
766
  "base": null,
593
767
  "refs": {