From d9880f6af59710510ead6d57e2466481264762cf Mon Sep 17 00:00:00 2001 From: Ping Liu <118313457+ypliu-AWS@users.noreply.github.com> Date: Thu, 24 Jul 2025 11:47:49 -0500 Subject: [PATCH 1/8] removing nonexistent action CheckWorkflowStatus --- .../metadata/entityresolution_metadata.yaml | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/.doc_gen/metadata/entityresolution_metadata.yaml b/.doc_gen/metadata/entityresolution_metadata.yaml index a992fe8359e..60ee4e627d3 100644 --- a/.doc_gen/metadata/entityresolution_metadata.yaml +++ b/.doc_gen/metadata/entityresolution_metadata.yaml @@ -82,26 +82,6 @@ entityresolution_CreateMatchingWorkflow: - entity-resolution.JavaScriptv3.create-matching-workflow services: entityresolution: {CreateMatchingWorkflow} -entityresolution_CheckWorkflowStatus: - languages: - Java: - versions: - - sdk_version: 2 - github: javav2/example_code/entityresolution - excerpts: - - description: - snippet_tags: - - entityres.java2_check_matching_workflow.main - JavaScript: - versions: - - sdk_version: 3 - github: javascriptv3/example_code/entityresolution - excerpts: - - description: - snippet_tags: - - entity-resolution.JavaScriptv3.check-workflow-status - services: - entityresolution: {CheckWorkflowStatus} entityresolution_StartMatchingJob: languages: Java: From e418efb5b7b7cf823a2141edc5d82061c9336874 Mon Sep 17 00:00:00 2001 From: Ping Liu <118313457+ypliu-AWS@users.noreply.github.com> Date: Thu, 24 Jul 2025 12:17:09 -0500 Subject: [PATCH 2/8] renamed to actual action name TagResource --- .doc_gen/metadata/entityresolution_metadata.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.doc_gen/metadata/entityresolution_metadata.yaml b/.doc_gen/metadata/entityresolution_metadata.yaml index 60ee4e627d3..18800da7461 100644 --- a/.doc_gen/metadata/entityresolution_metadata.yaml +++ b/.doc_gen/metadata/entityresolution_metadata.yaml @@ -42,7 +42,7 @@ entityresolution_DeleteSchemaMapping: - entity-resolution.JavaScriptv3.delete.schema-mapping services: entityresolution: {DeleteSchemaMapping} -entityresolution_TagEntityResource: +entityresolution_TagResource: languages: Java: versions: @@ -61,7 +61,7 @@ entityresolution_TagEntityResource: snippet_tags: - entity-resolution.JavaScriptv3.tag.entity-resource services: - entityresolution: {TagEntityResource} + entityresolution: {TagResource} entityresolution_CreateMatchingWorkflow: languages: Java: From 371c03a373e15cfa02ebefb1e1ddc94980d6fde4 Mon Sep 17 00:00:00 2001 From: Ping Liu <118313457+ypliu-AWS@users.noreply.github.com> Date: Thu, 24 Jul 2025 16:46:25 -0500 Subject: [PATCH 3/8] fixed typo in action name ListMatchingWorkflows --- .doc_gen/metadata/entityresolution_metadata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.doc_gen/metadata/entityresolution_metadata.yaml b/.doc_gen/metadata/entityresolution_metadata.yaml index 18800da7461..141cd4427b5 100644 --- a/.doc_gen/metadata/entityresolution_metadata.yaml +++ b/.doc_gen/metadata/entityresolution_metadata.yaml @@ -21,7 +21,7 @@ entityresolution_Hello: snippet_tags: - javascript.v3.entity-resolution.hello services: - entityresolution: {listMatchingWorkflows} + entityresolution: {ListMatchingWorkflows} entityresolution_DeleteSchemaMapping: languages: Java: From 8001f8e47cccd6cf28e268664850e494700c559c Mon Sep 17 00:00:00 2001 From: Ping Liu <118313457+ypliu-AWS@users.noreply.github.com> Date: Thu, 24 Jul 2025 17:02:30 -0500 Subject: [PATCH 4/8] updated to proper actions for service --- .doc_gen/metadata/location_metadata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.doc_gen/metadata/location_metadata.yaml b/.doc_gen/metadata/location_metadata.yaml index 8185fa9d04f..f87c5430df0 100644 --- a/.doc_gen/metadata/location_metadata.yaml +++ b/.doc_gen/metadata/location_metadata.yaml @@ -33,7 +33,7 @@ location_Hello: snippet_tags: - javascript.v3.location.hello services: - location: {ListGeofencesPaginator} + location: {ListGeofences, ListGeofenceCollections} location_CreateMap: languages: Kotlin: From a60797f4691a4b158711c7fe8eed1fca0b349d32 Mon Sep 17 00:00:00 2001 From: Rachel Hagerman <110480692+rlhagerm@users.noreply.github.com> Date: Fri, 8 Aug 2025 14:41:34 -0500 Subject: [PATCH 5/8] Update READMEs to match metadata. --- javascriptv3/example_code/entityresolution/README.md | 5 ++--- javascriptv3/example_code/location/README.md | 2 +- javav2/example_code/entityresolution/README.md | 5 ++--- javav2/example_code/location/README.md | 2 +- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/javascriptv3/example_code/entityresolution/README.md b/javascriptv3/example_code/entityresolution/README.md index 891d420c4b3..a7071382bcf 100644 --- a/javascriptv3/example_code/entityresolution/README.md +++ b/javascriptv3/example_code/entityresolution/README.md @@ -31,14 +31,13 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `javas ### Get started -- [Hello AWS Entity Resolution](hello.js#L4) (`listMatchingWorkflows`) +- [Hello AWS Entity Resolution](hello.js#L4) (`ListMatchingWorkflows`) ### Single actions Code excerpts that show you how to call individual service functions. -- [CheckWorkflowStatus](actions/check-workflow-status.js#L4) - [CreateMatchingWorkflow](actions/create-matching-workflow.js#L4) - [CreateSchemaMapping](actions/create-schema-mapping.js#L4) - [DeleteMatchingWorkflow](actions/delete-matching-workflow.js#L4) @@ -47,7 +46,7 @@ Code excerpts that show you how to call individual service functions. - [GetSchemaMapping](actions/get-schema-mapping.js#L4) - [ListSchemaMappings](actions/list-schema-mappings.js#L4) - [StartMatchingJob](actions/start-matching-job.js#L4) -- [TagEntityResource](actions/tag-entity-resource.js#L4) +- [TagResource](actions/tag-entity-resource.js#L4) diff --git a/javascriptv3/example_code/location/README.md b/javascriptv3/example_code/location/README.md index 3e8886e1c14..9b4661cc455 100644 --- a/javascriptv3/example_code/location/README.md +++ b/javascriptv3/example_code/location/README.md @@ -31,7 +31,7 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `javas ### Get started -- [Hello Amazon Location](hello.js#L4) (`ListGeofencesPaginator`) +- [Hello Amazon Location](hello.js#L4) (`ListGeofenceCollections`) ### Basics diff --git a/javav2/example_code/entityresolution/README.md b/javav2/example_code/entityresolution/README.md index 70ff18acb90..4e352c7f6e0 100644 --- a/javav2/example_code/entityresolution/README.md +++ b/javav2/example_code/entityresolution/README.md @@ -31,7 +31,7 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `javav ### Get started -- [Hello AWS Entity Resolution](src/main/java/com/example/entity/HelloEntityResoultion.java#L19) (`listMatchingWorkflows`) +- [Hello AWS Entity Resolution](src/main/java/com/example/entity/HelloEntityResoultion.java#L19) (`ListMatchingWorkflows`) ### Basics @@ -45,7 +45,6 @@ Code examples that show you how to perform the essential operations within a ser Code excerpts that show you how to call individual service functions. -- [CheckWorkflowStatus](src/main/java/com/example/entity/scenario/EntityResActions.java#L391) - [CreateMatchingWorkflow](src/main/java/com/example/entity/scenario/EntityResActions.java#L429) - [CreateSchemaMapping](src/main/java/com/example/entity/scenario/EntityResActions.java#L230) - [DeleteMatchingWorkflow](src/main/java/com/example/entity/scenario/EntityResActions.java#L196) @@ -54,7 +53,7 @@ Code excerpts that show you how to call individual service functions. - [GetSchemaMapping](src/main/java/com/example/entity/scenario/EntityResActions.java#L280) - [ListSchemaMappings](src/main/java/com/example/entity/scenario/EntityResActions.java#L173) - [StartMatchingJob](src/main/java/com/example/entity/scenario/EntityResActions.java#L354) -- [TagEntityResource](src/main/java/com/example/entity/scenario/EntityResActions.java#L516) +- [TagResource](src/main/java/com/example/entity/scenario/EntityResActions.java#L516) diff --git a/javav2/example_code/location/README.md b/javav2/example_code/location/README.md index 25861abec23..15a2a647c5c 100644 --- a/javav2/example_code/location/README.md +++ b/javav2/example_code/location/README.md @@ -31,7 +31,7 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `javav ### Get started -- [Hello Amazon Location](src/main/java/com/example/location/HelloLocation.java#L18) (`ListGeofencesPaginator`) +- [Hello Amazon Location](src/main/java/com/example/location/HelloLocation.java#L18) (`ListGeofenceCollections`) ### Basics From 0ebee024c934ad8547d53e4d70fee3c1112bb569 Mon Sep 17 00:00:00 2001 From: Rachel Hagerman <110480692+rlhagerm@users.noreply.github.com> Date: Fri, 8 Aug 2025 14:46:03 -0500 Subject: [PATCH 6/8] Update README.md --- kotlin/services/location/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin/services/location/README.md b/kotlin/services/location/README.md index ce8de6da3f5..7435b58436e 100644 --- a/kotlin/services/location/README.md +++ b/kotlin/services/location/README.md @@ -31,7 +31,7 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `kotli ### Get started -- [Hello Amazon Location](src/main/java/location/HelloLocation.kt#L10) (`ListGeofencesPaginator`) +- [Hello Amazon Location](src/main/java/location/HelloLocation.kt#L10) (`ListGeofenceCollections`) ### Basics From 44e412de9055b16d04105ed907ead9761e857d3c Mon Sep 17 00:00:00 2001 From: Rachel Hagerman <110480692+rlhagerm@users.noreply.github.com> Date: Fri, 8 Aug 2025 14:51:21 -0500 Subject: [PATCH 7/8] Updates to READMEs --- python/example_code/bedrock-agent-runtime/README.md | 4 ++-- swift/example_code/cognito-identity-provider/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/example_code/bedrock-agent-runtime/README.md b/python/example_code/bedrock-agent-runtime/README.md index 70e07c6c8a7..9bc0ffdd17d 100644 --- a/python/example_code/bedrock-agent-runtime/README.md +++ b/python/example_code/bedrock-agent-runtime/README.md @@ -38,7 +38,7 @@ python -m pip install -r requirements.txt Code examples that show you how to perform the essential operations within a service. -- [Learn the basics](../bedrock-agent/flows/flow-conversation.py) +- [Learn the basics](flows/flow-conversation.py) ### Single actions @@ -79,7 +79,7 @@ This example shows you how to use InvokeFlow to converse with an Amazon Bedrock Start the example by running the following at a command prompt: ``` -python ../bedrock-agent/flows/flow-conversation.py +python flows/flow-conversation.py ``` diff --git a/swift/example_code/cognito-identity-provider/README.md b/swift/example_code/cognito-identity-provider/README.md index 026dfbafde7..d8cc1639667 100644 --- a/swift/example_code/cognito-identity-provider/README.md +++ b/swift/example_code/cognito-identity-provider/README.md @@ -48,7 +48,7 @@ Code excerpts that show you how to call individual service functions. Code examples that show you how to accomplish a specific task by calling multiple functions within the same service. -- [Sign up a user with a user pool that requires MFA](scenario/Package.swift) +- [Sign up a user with a user pool that requires MFA](../swift-sdk/http-config/Package.swift) From cfa8e24628f009043ce5aea9a1c5d775cdb03496 Mon Sep 17 00:00:00 2001 From: Rachel Hagerman <110480692+rlhagerm@users.noreply.github.com> Date: Fri, 8 Aug 2025 14:57:39 -0500 Subject: [PATCH 8/8] Revert "Updates to READMEs" This reverts commit 44e412de9055b16d04105ed907ead9761e857d3c. --- python/example_code/bedrock-agent-runtime/README.md | 4 ++-- swift/example_code/cognito-identity-provider/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/example_code/bedrock-agent-runtime/README.md b/python/example_code/bedrock-agent-runtime/README.md index 9bc0ffdd17d..70e07c6c8a7 100644 --- a/python/example_code/bedrock-agent-runtime/README.md +++ b/python/example_code/bedrock-agent-runtime/README.md @@ -38,7 +38,7 @@ python -m pip install -r requirements.txt Code examples that show you how to perform the essential operations within a service. -- [Learn the basics](flows/flow-conversation.py) +- [Learn the basics](../bedrock-agent/flows/flow-conversation.py) ### Single actions @@ -79,7 +79,7 @@ This example shows you how to use InvokeFlow to converse with an Amazon Bedrock Start the example by running the following at a command prompt: ``` -python flows/flow-conversation.py +python ../bedrock-agent/flows/flow-conversation.py ``` diff --git a/swift/example_code/cognito-identity-provider/README.md b/swift/example_code/cognito-identity-provider/README.md index d8cc1639667..026dfbafde7 100644 --- a/swift/example_code/cognito-identity-provider/README.md +++ b/swift/example_code/cognito-identity-provider/README.md @@ -48,7 +48,7 @@ Code excerpts that show you how to call individual service functions. Code examples that show you how to accomplish a specific task by calling multiple functions within the same service. -- [Sign up a user with a user pool that requires MFA](../swift-sdk/http-config/Package.swift) +- [Sign up a user with a user pool that requires MFA](scenario/Package.swift)