This operation lists all the service deployments that meet the specified filter criteria.
See https://www.paws-r-sdk.com/docs/ecs_list_service_deployments/ for full documentation.
ecs_list_service_deployments(
service,
cluster = NULL,
status = NULL,
createdAt = NULL,
nextToken = NULL,
maxResults = NULL
)
[required] The ARN or name of the service
The cluster that hosts the service. This can either be the cluster name
or ARN. Starting April 15, 2023, Amazon Web Services will not onboard
new customers to Amazon Elastic Inference (EI), and will help current
customers migrate their workloads to options that offer better price and
performance. If you don't specify a cluster, default
is used.
An optional filter you can use to narrow the results. If you do not specify a status, then all status values are included in the result.
An optional filter you can use to narrow the results by the service creation date. If you do not specify a value, the result includes all services created before the current time. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
The nextToken
value returned from a
list_service_deployments
request
indicating that more results are available to fulfill the request and
further calls are needed. If you provided maxResults
, it's possible
the number of results is fewer than maxResults
.
The maximum number of service deployment results that
list_service_deployments
returned in
paginated output. When this parameter is used,
list_service_deployments
only returns
maxResults
results in a single page along with a nextToken
response
element. The remaining results of the initial request can be seen by
sending another
list_service_deployments
request with
the returned nextToken
value. This value can be between 1 and 100. If
this parameter isn't used, then
list_service_deployments
returns up to
20 results and a nextToken
value if applicable.