Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ec2_snapshot_info add options for paginated requests #320

Closed
wants to merge 7 commits into from

Conversation

abikouo
Copy link
Contributor

@abikouo abikouo commented Apr 9, 2021

SUMMARY

add new options max_results and next_token to read snapshot in paginated mode

#312

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

ec2_snapshot_info

ADDITIONAL INFORMATION

the following task will limit the number of snapshot returned in output

- name: limit snapshot to 50
  ec2_snapshot_info:
     max_results: 50
  register: snapshot_result

- name: read next 100 elements
  ec2_snapshot_info:
     max_results: 50
     next_token: "{{ snapshot_result.next_token }}"


@abikouo abikouo closed this Apr 9, 2021
goneri pushed a commit to goneri/amazon.aws that referenced this pull request Jun 25, 2021
…ions#320)

* Sanity test / doc-default-does-not-match-spec fixups
* General docs cleanup

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@b22f280
goneri pushed a commit to goneri/amazon.aws that referenced this pull request Jun 25, 2021
…ions#320)

* Sanity test / doc-default-does-not-match-spec fixups
* General docs cleanup

This commit was initially merged in https://github.com/ansible-collections/community.aws
-- 257 --
See: ansible-collections/community.aws@b22f280
goneri pushed a commit to goneri/amazon.aws that referenced this pull request Jun 25, 2021
…ions#320)

* Sanity test / doc-default-does-not-match-spec fixups
* General docs cleanup

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@b22f280
goneri pushed a commit to goneri/amazon.aws that referenced this pull request Jun 25, 2021
…ions#320)

* Sanity test / doc-default-does-not-match-spec fixups
* General docs cleanup

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@b22f280
goneri pushed a commit to goneri/amazon.aws that referenced this pull request Jun 25, 2021
…ions#320)

* Sanity test / doc-default-does-not-match-spec fixups
* General docs cleanup

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@b22f280
alinabuzachis pushed a commit to alinabuzachis/amazon.aws that referenced this pull request Jul 16, 2021
…ions#320)

* Sanity test / doc-default-does-not-match-spec fixups
* General docs cleanup

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@b22f280
alinabuzachis pushed a commit to alinabuzachis/amazon.aws that referenced this pull request Sep 16, 2022
…ions#320)

* Sanity test / doc-default-does-not-match-spec fixups
* General docs cleanup

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@b22f280
goneri pushed a commit that referenced this pull request Sep 20, 2022
* Sanity test / doc-default-does-not-match-spec fixups
* General docs cleanup

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@b22f280
GomathiselviS pushed a commit to GomathiselviS/amazon.aws that referenced this pull request Sep 20, 2022
…ions#320)

* Sanity test / doc-default-does-not-match-spec fixups
* General docs cleanup

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@b22f280
goneri pushed a commit to alinabuzachis/amazon.aws that referenced this pull request Sep 21, 2022
…ions#320)

* Sanity test / doc-default-does-not-match-spec fixups
* General docs cleanup

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@b22f280
goneri pushed a commit to alinabuzachis/amazon.aws that referenced this pull request Sep 21, 2022
…ions#320)

* Sanity test / doc-default-does-not-match-spec fixups
* General docs cleanup

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@b22f280
goneri pushed a commit to alinabuzachis/amazon.aws that referenced this pull request Sep 21, 2022
…ions#320)

* Sanity test / doc-default-does-not-match-spec fixups
* General docs cleanup

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@b22f280
abikouo pushed a commit to abikouo/amazon.aws that referenced this pull request Sep 18, 2023
…ions#320)

* Sanity test / doc-default-does-not-match-spec fixups
* General docs cleanup
abikouo pushed a commit to abikouo/amazon.aws that referenced this pull request Sep 18, 2023
…ions#320)

* Sanity test / doc-default-does-not-match-spec fixups
* General docs cleanup
@abikouo abikouo deleted the ec2_snapshot_info branch October 24, 2023 14:38
abikouo pushed a commit to abikouo/amazon.aws that referenced this pull request Oct 24, 2023
…ions#320)

* Sanity test / doc-default-does-not-match-spec fixups
* General docs cleanup
abikouo pushed a commit to abikouo/amazon.aws that referenced this pull request Oct 24, 2023
…ions#320)

* Sanity test / doc-default-does-not-match-spec fixups
* General docs cleanup

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@b22f280
abikouo pushed a commit to abikouo/amazon.aws that referenced this pull request Oct 24, 2023
…ions#320)

* Sanity test / doc-default-does-not-match-spec fixups
* General docs cleanup

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@b22f280
abikouo pushed a commit to abikouo/amazon.aws that referenced this pull request Oct 24, 2023
…ions#320)

* Sanity test / doc-default-does-not-match-spec fixups
* General docs cleanup

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@b22f280
abikouo pushed a commit to abikouo/amazon.aws that referenced this pull request Oct 25, 2023
…ions#320)

* Sanity test / doc-default-does-not-match-spec fixups
* General docs cleanup

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@b22f280
abikouo pushed a commit to abikouo/amazon.aws that referenced this pull request Oct 26, 2023
…ions#320)

* Sanity test / doc-default-does-not-match-spec fixups
* General docs cleanup

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@b22f280
abikouo pushed a commit to abikouo/amazon.aws that referenced this pull request Oct 27, 2023
…ions#320)

* Sanity test / doc-default-does-not-match-spec fixups
* General docs cleanup

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@b22f280
abikouo pushed a commit to abikouo/amazon.aws that referenced this pull request Sep 19, 2024
…ions#320)

* Sanity test / doc-default-does-not-match-spec fixups
* General docs cleanup

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@b22f280
alinabuzachis pushed a commit to alinabuzachis/amazon.aws that referenced this pull request Oct 16, 2024
…ions#320)

* Sanity test / doc-default-does-not-match-spec fixups
* General docs cleanup

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@b22f280
alinabuzachis pushed a commit to alinabuzachis/amazon.aws that referenced this pull request Oct 16, 2024
…ions#320)

* Sanity test / doc-default-does-not-match-spec fixups
* General docs cleanup

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@b22f280
alinabuzachis pushed a commit to alinabuzachis/amazon.aws that referenced this pull request Oct 24, 2024
…ions#320)

* Sanity test / doc-default-does-not-match-spec fixups
* General docs cleanup

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@b22f280
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants