Package-level declarations

Functions

Link copied to clipboard
@JvmName(name = "describeComputeEnvironmentsResponseComputeEnvironmentDetail")
fun Flow<DescribeComputeEnvironmentsResponse>.computeEnvironments(): Flow<ComputeEnvironmentDetail>

This paginator transforms the flow returned by describeComputeEnvironmentsPaginated to access the nested member ComputeEnvironmentDetail

Link copied to clipboard
@JvmName(name = "describeJobDefinitionsResponseJobDefinition")
fun Flow<DescribeJobDefinitionsResponse>.jobDefinitions(): Flow<JobDefinition>

This paginator transforms the flow returned by describeJobDefinitionsPaginated to access the nested member JobDefinition

Link copied to clipboard
@JvmName(name = "describeJobQueuesResponseJobQueueDetail")
fun Flow<DescribeJobQueuesResponse>.jobQueues(): Flow<JobQueueDetail>

This paginator transforms the flow returned by describeJobQueuesPaginated to access the nested member JobQueueDetail

Link copied to clipboard
@JvmName(name = "listJobsResponseJobSummary")
fun Flow<ListJobsResponse>.jobSummaryList(): Flow<JobSummary>

This paginator transforms the flow returned by listJobsPaginated to access the nested member JobSummary

Link copied to clipboard
fun BatchClient.listJobsPaginated(initialRequest: ListJobsRequest = ListJobsRequest { }): Flow<ListJobsResponse>

Paginate over ListJobsResponse results.

Link copied to clipboard
@JvmName(name = "listSchedulingPoliciesResponseSchedulingPolicyListingDetail")
fun Flow<ListSchedulingPoliciesResponse>.schedulingPolicies(): Flow<SchedulingPolicyListingDetail>

This paginator transforms the flow returned by listSchedulingPoliciesPaginated to access the nested member SchedulingPolicyListingDetail