Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 3 additions & 23 deletions .doc_gen/metadata/entityresolution_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ entityresolution_Hello:
snippet_tags:
- javascript.v3.entity-resolution.hello
services:
entityresolution: {listMatchingWorkflows}
entityresolution: {ListMatchingWorkflows}
entityresolution_DeleteSchemaMapping:
languages:
Java:
Expand All @@ -42,7 +42,7 @@ entityresolution_DeleteSchemaMapping:
- entity-resolution.JavaScriptv3.delete.schema-mapping
services:
entityresolution: {DeleteSchemaMapping}
entityresolution_TagEntityResource:
entityresolution_TagResource:
languages:
Java:
versions:
Expand All @@ -61,7 +61,7 @@ entityresolution_TagEntityResource:
snippet_tags:
- entity-resolution.JavaScriptv3.tag.entity-resource
services:
entityresolution: {TagEntityResource}
entityresolution: {TagResource}
entityresolution_CreateMatchingWorkflow:
languages:
Java:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .doc_gen/metadata/location_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ location_Hello:
snippet_tags:
- javascript.v3.location.hello
services:
location: {ListGeofencesPaginator}
location: {ListGeofences, ListGeofenceCollections}
location_CreateMap:
languages:
Kotlin:
Expand Down
5 changes: 2 additions & 3 deletions javascriptv3/example_code/entityresolution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)


<!--custom.examples.start-->
Expand Down
2 changes: 1 addition & 1 deletion javascriptv3/example_code/location/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions javav2/example_code/entityresolution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand All @@ -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)


<!--custom.examples.start-->
Expand Down
2 changes: 1 addition & 1 deletion javav2/example_code/location/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion kotlin/services/location/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading