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

DescribeInstanceInformation #3803

Closed
jtirrell-amazon opened this issue Aug 1, 2023 · 3 comments
Closed

DescribeInstanceInformation #3803

jtirrell-amazon opened this issue Aug 1, 2023 · 3 comments
Assignees
Labels
documentation This is a problem with documentation. response-requested Waiting on additional information or feedback.

Comments

@jtirrell-amazon
Copy link

Describe the issue

DescribeInstanceInformation
Response Syntax shows that it returns a ResourceType of Dcoument.

Links

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ssm/paginator/DescribeInstanceInformation.html

@jtirrell-amazon jtirrell-amazon added documentation This is a problem with documentation. needs-triage This issue or PR still needs to be triaged. labels Aug 1, 2023
@tim-finnigan tim-finnigan self-assigned this Aug 1, 2023
@tim-finnigan
Copy link
Contributor

Hi @jtirrell-amazon, can you elaborate on what the issue is that you're reporting? I do see: 'ResourceType': 'ManagedInstance'|'Document'|'EC2Instance', in the Response Syntax under InstanceInformationList'.

If you're not getting the expected results then we recommend updating to the latest version of Boto3. Here is the CHANGELOG with a list of versions.

@tim-finnigan tim-finnigan added response-requested Waiting on additional information or feedback. and removed needs-triage This issue or PR still needs to be triaged. labels Aug 1, 2023
@jtirrell-amazon
Copy link
Author

When would DescribeInstanceInformation return a 'Document' for ResourceType?

@tim-finnigan
Copy link
Contributor

Thanks for following up — Document is actually not a valid ResourceType. This actually came up here in another issue from a while back: #3027. As mentioned in the cross-SDK issue I opened (aws/aws-sdk#130) Document was removed as a valid value.

But the Response Syntax examples are auto-generated, so the SSM team would need to remove Document here in their model definition (which is shared across SDKs). I'll reopen that cross-SDK issue for tracking and see if the SSM team will fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This is a problem with documentation. response-requested Waiting on additional information or feedback.
Projects
None yet
Development

No branches or pull requests

2 participants