Skip to content

Commit 85ef3b9

Browse files
authored
Fixes two broken links for SSM scenarios. (#6855)
1 parent df5a739 commit 85ef3b9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.doc_gen/metadata/ssm_metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ssm_Hello:
3232
snippet_tags:
3333
- python.example_code.ssm.Hello
3434
services:
35-
ssm: {listThings}
35+
ssm: {ListDocuments}
3636
ssm_DescribeParameters:
3737
languages:
3838
Java:
@@ -456,5 +456,5 @@ ssm_Scenario:
456456
snippet_tags:
457457
- python.example_code.ssm.MaintenanceWindowWrapper.class
458458
services:
459-
ssm: {CreateOpsItem, CreateMaintenanceWindow, CreateDocument, SendCommand, CommandInvocations, DeleteMaintenanceWindow,
459+
ssm: {CreateOpsItem, CreateMaintenanceWindow, CreateDocument, SendCommand, ListCommandInvocations, DeleteMaintenanceWindow,
460460
UpdateOpsItem}

javascriptv3/example_code/ssm/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 Systems Manager](hello.js#L4) (`listThings`)
34+
- [Hello Systems Manager](hello.js#L4) (`ListDocuments`)
3535

3636

3737
### Basics

javav2/example_code/ssm/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 Systems Manager](src/main/java/com/example/ssm/HelloSSM.java#L6) (`listThings`)
34+
- [Hello Systems Manager](src/main/java/com/example/ssm/HelloSSM.java#L6) (`ListDocuments`)
3535

3636

3737
### Basics

python/example_code/ssm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ python -m pip install -r requirements.txt
3636

3737
### Get started
3838

39-
- [Hello Systems Manager](hello.py#L4) (`listThings`)
39+
- [Hello Systems Manager](hello.py#L4) (`ListDocuments`)
4040

4141

4242
### Basics

0 commit comments

Comments
 (0)