Generate a reference for discovery_config#61992
Merged
Conversation
1d1f207 to
4d49852
Compare
Contributor
|
Amplify deployment status
|
ptgott
commented
Dec 4, 2025
| |exclude|A list of AWS Organizational Unit IDs to exclude. Only exact matches or wildcard (*) are supported. If empty, no Organizational Units are excluded by default.|[]string| | ||
| |include|A list of AWS Organizational Unit IDs to match. Only exact matches or wildcard (*) are supported. If empty, all Organizational Units are included by default.|[]string| | ||
|
|
||
| ## AWSSSM |
Contributor
Author
There was a problem hiding this comment.
Merging #61978 will allow us to fix this heading.
4d49852 to
f3f29a2
Compare
fheinecke
approved these changes
Dec 4, 2025
aadc-dev
approved these changes
Dec 4, 2025
See #61931 Edit the resource reference generator config to support the `discovery_config` resource and generate a reference guide to the resource's fields. Also perform some minor cleanup of the resource reference generator config file. Note that, in order to add the `Metadata` field to the reference, this change fixes a bug in which it only adds reference entries based on the fields of a given declaration, not the fields included in any embedded struct fields of the declaration. As part off this work, clarify function names, renaming `handleEmbeddedStructFields` to `allFieldsForDecl` and `getRawTypes` to `typeForDecl`. Also remove a list of possible function declarations that the generator used in an earlier iteration but no longer uses.
f3f29a2 to
d70f984
Compare
r0mant
approved these changes
Dec 9, 2025
Contributor
21KennethTran
pushed a commit
that referenced
this pull request
Jan 6, 2026
See #61931 Edit the resource reference generator config to support the `discovery_config` resource and generate a reference guide to the resource's fields. Also perform some minor cleanup of the resource reference generator config file. Note that, in order to add the `Metadata` field to the reference, this change fixes a bug in which it only adds reference entries based on the fields of a given declaration, not the fields included in any embedded struct fields of the declaration. As part off this work, clarify function names, renaming `handleEmbeddedStructFields` to `allFieldsForDecl` and `getRawTypes` to `typeForDecl`. Also remove a list of possible function declarations that the generator used in an earlier iteration but no longer uses.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See #61931
Edit the resource reference generator config to support the
discovery_configresource and generate a reference guide to the resource's fields.Also perform some minor cleanup of the resource reference generator config file.
Note that, in order to add the
Metadatafield to the reference, this change fixes a bug in which it only adds reference entries based on the fields of a given declaration, not the fields included in any embedded struct fields of the declaration. As part off this work, clarify function names, renaminghandleEmbeddedStructFieldstoallFieldsForDeclandgetRawTypestotypeForDecl.Also remove a list of possible function declarations that the generator used in an earlier iteration but no longer uses.