Skip to content

Conversation

ypliu-AWS
Copy link
Contributor

Some broken links were showing up in the AWS Entity Resolution and AWS Location code examples, which required fixes to the metadata files below.

For AWS Entity Resolution metadata file:

  • CheckWorkflowStatus was a non-existent action, so these examples were removed. However, the referenced snippets were untouched.
  • TagEntityResource was renamed to TagResource to match the action name for the service
  • listMatchingWorkflows was renamed to ListMatchingWorkflows to match action name for the service

For AWS Location metadata file:

  • ListGeofencesPaginator was not a defined action for this service. Updated to use ListGeofences and ListGeofenceCollections as these actions were references in the code snippets.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@brmur brmur requested a review from scmacdon July 28, 2025 13:30
Copy link
Contributor

@scmacdon scmacdon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CD Built

@scmacdon scmacdon added Bug An update to fix incorrect code or typos. On Call Review needed This work needs an on-call review Task A general update to the code base for language clarification, missing actions, tests, etc. labels Aug 8, 2025
@rlhagerm rlhagerm force-pushed the ypliu-AWS/metadata-fix branch from 21bb2e8 to 8001f8e Compare August 8, 2025 19:32
@rlhagerm rlhagerm added the Java-v2 This issue relates to the AWS SDK for Java V2 label Aug 8, 2025
@github-actions github-actions bot added the Javascript-v3 This issue relates to the AWS SDK for Javascript V3 label Aug 8, 2025
@rlhagerm rlhagerm removed the Task A general update to the code base for language clarification, missing actions, tests, etc. label Aug 8, 2025
@github-actions github-actions bot added the Kotlin This issue relates to the AWS SDK for Kotlin label Aug 8, 2025
@github-actions github-actions bot added Python This issue relates to the AWS SDK for Python (boto3) Swift This issue relates to the AWS SDK for Swift labels Aug 8, 2025
This reverts commit 44e412d.
@github-actions github-actions bot removed Python This issue relates to the AWS SDK for Python (boto3) Swift This issue relates to the AWS SDK for Swift labels Aug 8, 2025
@rlhagerm rlhagerm added On Call Review complete On call review complete and removed On Call Review needed This work needs an on-call review labels Aug 8, 2025
@rlhagerm rlhagerm merged commit da33a42 into awsdocs:main Aug 8, 2025
18 of 19 checks passed
shepazon pushed a commit to shepazon/aws-doc-sdk-examples that referenced this pull request Aug 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug An update to fix incorrect code or typos. Java-v2 This issue relates to the AWS SDK for Java V2 Javascript-v3 This issue relates to the AWS SDK for Javascript V3 Kotlin This issue relates to the AWS SDK for Kotlin On Call Review complete On call review complete
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants