Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Media Convert Client: Ability to request jobs with SUBMITED_AFTER filter #703

Closed
1 of 3 tasks
jsarrelli opened this issue Feb 19, 2024 · 3 comments
Closed
1 of 3 tasks
Assignees
Labels
feature-request New feature or request mediaconvert service-api This issue pertains to the AWS API

Comments

@jsarrelli
Copy link

Upcoming End-of-Support

  • I acknowledge the upcoming end-of-support for AWS SDK for Java v1 was announced, and migration to AWS SDK for Java v2 is recommended.

Describe the feature

Hi team,

I would like to request adding a filter in the ListJobs endpoint for the Media Convert client, where we can filter also for the Submit Time date.

Currently, the only filters are status and queue. But seems I can have hundreds of jobs with the same status under the same queue I would like to be able to list the most recent ones

Screenshot 2024-02-19 at 11 54 13

Screenshot 2024-02-19 at 11 55 49

For example, in the Batch Client, we do have this kind of functionality
Screenshot 2024-02-19 at 11 58 16

Use Case

I would like to be able to list the most recent Media Convert Jobs

Proposed Solution

 client.listJobsPaginator(
      ListJobsRequest.builder()
        .status(status)
        .submitTimeAfter(now.minusDays(2))
        .build()
    ).jobs()

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

AWS Java SDK version used

2.20.69

JDK version used

openjdk 11.0.16.1 2022-08-12

Operating System and version

macOS Sonoma

@jsarrelli jsarrelli added feature-request New feature or request needs-triage labels Feb 19, 2024
@debora-ito
Copy link
Member

debora-ito commented Feb 22, 2024

Hi @jsarrelli this is a feature request for the Media Convert team, I'll raise this internally to them.

Moving this to the cross-SDK aws/aws-sdk repo, for visibility to the other SDK languages.

P119443830

@debora-ito debora-ito self-assigned this Feb 22, 2024
@debora-ito debora-ito transferred this issue from aws/aws-sdk-java Feb 22, 2024
@debora-ito debora-ito added service-api This issue pertains to the AWS API mediaconvert labels Feb 22, 2024
@tim-finnigan
Copy link
Contributor

The Media Convert team is continuing to track this in their backlog. Please refer to the blog or SDK changelog for updates.

Copy link

This issue is now closed.

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request New feature or request mediaconvert service-api This issue pertains to the AWS API
Projects
None yet
Development

No branches or pull requests

3 participants