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
4 changes: 2 additions & 2 deletions .doc_gen/metadata/ssm_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ssm_Hello:
snippet_tags:
- python.example_code.ssm.Hello
services:
ssm: {listThings}
ssm: {ListDocuments}
ssm_DescribeParameters:
languages:
Java:
Expand Down Expand Up @@ -456,5 +456,5 @@ ssm_Scenario:
snippet_tags:
- python.example_code.ssm.MaintenanceWindowWrapper.class
services:
ssm: {CreateOpsItem, CreateMaintenanceWindow, CreateDocument, SendCommand, CommandInvocations, DeleteMaintenanceWindow,
ssm: {CreateOpsItem, CreateMaintenanceWindow, CreateDocument, SendCommand, ListCommandInvocations, DeleteMaintenanceWindow,
UpdateOpsItem}
2 changes: 1 addition & 1 deletion javascriptv3/example_code/ssm/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 Systems Manager](hello.js#L4) (`listThings`)
- [Hello Systems Manager](hello.js#L4) (`ListDocuments`)


### Basics
Expand Down
2 changes: 1 addition & 1 deletion javav2/example_code/ssm/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 Systems Manager](src/main/java/com/example/ssm/HelloSSM.java#L6) (`listThings`)
- [Hello Systems Manager](src/main/java/com/example/ssm/HelloSSM.java#L6) (`ListDocuments`)


### Basics
Expand Down
2 changes: 1 addition & 1 deletion python/example_code/ssm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ python -m pip install -r requirements.txt

### Get started

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


### Basics
Expand Down
Loading