Skip to content

Commit a60797f

Browse files
committed
Update READMEs to match metadata.
1 parent 8001f8e commit a60797f

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

javascriptv3/example_code/entityresolution/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,13 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `javas
3131

3232
### Get started
3333

34-
- [Hello AWS Entity Resolution](hello.js#L4) (`listMatchingWorkflows`)
34+
- [Hello AWS Entity Resolution](hello.js#L4) (`ListMatchingWorkflows`)
3535

3636

3737
### Single actions
3838

3939
Code excerpts that show you how to call individual service functions.
4040

41-
- [CheckWorkflowStatus](actions/check-workflow-status.js#L4)
4241
- [CreateMatchingWorkflow](actions/create-matching-workflow.js#L4)
4342
- [CreateSchemaMapping](actions/create-schema-mapping.js#L4)
4443
- [DeleteMatchingWorkflow](actions/delete-matching-workflow.js#L4)
@@ -47,7 +46,7 @@ Code excerpts that show you how to call individual service functions.
4746
- [GetSchemaMapping](actions/get-schema-mapping.js#L4)
4847
- [ListSchemaMappings](actions/list-schema-mappings.js#L4)
4948
- [StartMatchingJob](actions/start-matching-job.js#L4)
50-
- [TagEntityResource](actions/tag-entity-resource.js#L4)
49+
- [TagResource](actions/tag-entity-resource.js#L4)
5150

5251

5352
<!--custom.examples.start-->

javascriptv3/example_code/location/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `javas
3131

3232
### Get started
3333

34-
- [Hello Amazon Location](hello.js#L4) (`ListGeofencesPaginator`)
34+
- [Hello Amazon Location](hello.js#L4) (`ListGeofenceCollections`)
3535

3636

3737
### Basics

javav2/example_code/entityresolution/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `javav
3131

3232
### Get started
3333

34-
- [Hello AWS Entity Resolution](src/main/java/com/example/entity/HelloEntityResoultion.java#L19) (`listMatchingWorkflows`)
34+
- [Hello AWS Entity Resolution](src/main/java/com/example/entity/HelloEntityResoultion.java#L19) (`ListMatchingWorkflows`)
3535

3636

3737
### Basics
@@ -45,7 +45,6 @@ Code examples that show you how to perform the essential operations within a ser
4545

4646
Code excerpts that show you how to call individual service functions.
4747

48-
- [CheckWorkflowStatus](src/main/java/com/example/entity/scenario/EntityResActions.java#L391)
4948
- [CreateMatchingWorkflow](src/main/java/com/example/entity/scenario/EntityResActions.java#L429)
5049
- [CreateSchemaMapping](src/main/java/com/example/entity/scenario/EntityResActions.java#L230)
5150
- [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.
5453
- [GetSchemaMapping](src/main/java/com/example/entity/scenario/EntityResActions.java#L280)
5554
- [ListSchemaMappings](src/main/java/com/example/entity/scenario/EntityResActions.java#L173)
5655
- [StartMatchingJob](src/main/java/com/example/entity/scenario/EntityResActions.java#L354)
57-
- [TagEntityResource](src/main/java/com/example/entity/scenario/EntityResActions.java#L516)
56+
- [TagResource](src/main/java/com/example/entity/scenario/EntityResActions.java#L516)
5857

5958

6059
<!--custom.examples.start-->

javav2/example_code/location/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `javav
3131

3232
### Get started
3333

34-
- [Hello Amazon Location](src/main/java/com/example/location/HelloLocation.java#L18) (`ListGeofencesPaginator`)
34+
- [Hello Amazon Location](src/main/java/com/example/location/HelloLocation.java#L18) (`ListGeofenceCollections`)
3535

3636

3737
### Basics

0 commit comments

Comments
 (0)