Skip to content

Commit c39483f

Browse files
committed
Fixes two broken links for SSM scenarios.
1 parent 16137f8 commit c39483f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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}

0 commit comments

Comments
 (0)