Skip to content

Commit

Permalink
changes for rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
meyertst-aws committed Oct 16, 2023
1 parent 7258f60 commit 4aacb42
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 43 deletions.
68 changes: 26 additions & 42 deletions .doc_gen/metadata/medical-imaging_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -721,48 +721,6 @@ medical-imaging_tagging_datastores:
- description: The utility function for untagging a resource.
snippet_tags:
- python.example_code.medical-imaging.UntagResource
services:
medical-imaging: {TagResource, UntagResource, ListTagsForResource}
medical-imaging_tagging_imagesets:
title: Tagging a &AHI; image set using an &AWS; SDK
title_abbrev: Tagging an image set
synopsis: tag a &AHI; image set.
category: Scenarios
languages:
Python:
versions:
- sdk_version: 3
github: javascriptv3/example_code/medical-imaging
excerpts:
- description: To tag an image set.
snippet_tags:
- python.example_code.medical-imaging.tagging_image_set.arn
- python.example_code.medical-imaging.tagging_image_set.tag
- description: The utility function for tagging a resource.
snippet_tags:
- python.example_code.medical-imaging.TagResource
- description: To list tags for an image set.
snippet_tags:
- python.example_code.medical-imaging.tagging_image_set.arn
- python.example_code.medical-imaging.tagging_image_set.list
- description: The utility function for listing a resource's tags.
snippet_tags:
- python.example_code.medical-imaging.ListTagsForResource
- description: To untag an image set.
snippet_tags:
- python.example_code.medical-imaging.tagging_image_set.arn
- python.example_code.medical-imaging.tagging_image_set.untag
- description: The utility function for untagging a resource.
snippet_tags:
- python.example_code.medical-imaging.UntagResource
services:
medical-imaging: {TagResource, UntagResource, ListTagsForResource}
medical-imaging_tagging_datastores:
title: Tagging a &AHI; data store using an &AWS; SDK
title_abbrev: Tagging a data store
synopsis: tag a &AHI; data store.
category: Scenarios
languages:
JavaScript:
versions:
- sdk_version: 3
Expand Down Expand Up @@ -820,6 +778,32 @@ medical-imaging_tagging_imagesets:
synopsis: tag a &AHI; image set.
category: Scenarios
languages:
Python:
versions:
- sdk_version: 3
github: javascriptv3/example_code/medical-imaging
excerpts:
- description: To tag an image set.
snippet_tags:
- python.example_code.medical-imaging.tagging_image_set.arn
- python.example_code.medical-imaging.tagging_image_set.tag
- description: The utility function for tagging a resource.
snippet_tags:
- python.example_code.medical-imaging.TagResource
- description: To list tags for an image set.
snippet_tags:
- python.example_code.medical-imaging.tagging_image_set.arn
- python.example_code.medical-imaging.tagging_image_set.list
- description: The utility function for listing a resource's tags.
snippet_tags:
- python.example_code.medical-imaging.ListTagsForResource
- description: To untag an image set.
snippet_tags:
- python.example_code.medical-imaging.tagging_image_set.arn
- python.example_code.medical-imaging.tagging_image_set.untag
- description: The utility function for untagging a resource.
snippet_tags:
- python.example_code.medical-imaging.UntagResource
JavaScript:
versions:
- sdk_version: 3
Expand Down
2 changes: 1 addition & 1 deletion python/example_code/medical-imaging/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--Generated by WRITEME on 2023-10-13 15:13:29.277439 (UTC)-->
<!--Generated by WRITEME on 2023-10-16 19:52:26.053001 (UTC)-->
# HealthImaging code examples for the SDK for Python

## Overview
Expand Down

0 comments on commit 4aacb42

Please sign in to comment.